File: ChangeLog

package info (click to toggle)
klone 1.1.1.dfsg1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,480 kB
  • ctags: 4,238
  • sloc: ansic: 16,288; makefile: 384; sh: 351
file content (38 lines) | stat: -rw-r--r-- 1,322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
$Id: ChangeLog,v 1.7 2006/05/28 16:00:16 tat Exp $

ChangeLog file of LibU - http://www.koanlogic.com/kl/cont/gb/html/libu.html

LibU 0.4.1:
    - u_buf_t type and functions
	- warn_err_sif and info_err_sif added

LibU 0.4.0:
    - new configure options: --no_ipv6 and --no_unixsock
    - makl_target_name instead of makl_os_name to support MAKL_PLATFORM
      overloading
    - more checks (and relative conditional code): in_addr_t, ssize_t, 
      <paths.h>, <sysuio.h>, <strings.h>, optarg, optind, struct sockaddr_in, 
      struct sockaddr_in6, struct sockaddr_un
    - gettimeofday implementation (tv_usec always set to zero)

LibU 0.3.2:
    - save and restore errno when logging
    - on Windows platforms msg_strerror now uses FormatMessage instead of 
      strerror(3): it also works for non-libc related errors

LibU 0.3.1:
    - added daemon(3) function from NetBSD
    - fixed a missing include in hmap.c
    - configure
        - support new MaKL function makl_append_var_mk
        - MaKL debug is disabled by default
        - added configure.help

LibU 0.3.0:
    - new module hmap (hash map)
    - disable unneeded modules at configure time: --no_{net,config,env,log,hmap}
      command line switches added
    - Makefiles fix due to MaKL 1.0.0 toolchain rework

LibU 0.2.0:
    - first public release