Just released libc 0.0.4

News by khorben on 20/12/2009 07:40:15
Another release of the libc [1] just made it out: 0.0.4 [2]. Among the changes since the last release:
  • fixed calloc()
  • added strsignal()
  • compilation fixes on FreeBSD
  • fixes for signals on NetBSD, FreeBSD and Linux
  • really implemented SHM on NetBSD
  • fixes for Linux/amd64 when using shared libraries
  • added support for Linux/amd64 in libsocket
  • fixed return value for s{,n}printf() with NULL buffer

Some of these changes should help the RunningBear [3] project as well, which already included most of these fixes though.

[1] http://www.defora.org/os/project/display/14/libc
[2] http://www.defora.org/os/download/download/3309/libc-0.0.4.tar.gz
[3] http://runningbear.org/