source: trunk/src/emx/ChangeLog.LIBC@ 1750

Last change on this file since 1750 was 1749, checked in by bird, 21 years ago

* empty log message *

  • Property cvs2svn:cvs-rev set to 1.5
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1009 bytes
Line 
1/* $Id: ChangeLog.LIBC 1749 2004-12-21 01:35:42Z bird $ */
2
32004-12-20: knut st. osmundsen <bird-gccos2-spam@anduin.net>
4 - libc:
5 o Added inode and dev calculation for fstat and stat.
6 TODO: save unix EAs. opendir d_fileno?
7 o Ported all string/w* functions from FreeBSD except wcsxfrm.c.
8
92004-12-12: knut st. osmundsen <bird-gccos2-spam@anduin.net>
10 - os2emx.h:
11 o Corrected define of NP_NBLK. (thanks to froloff)
12 - __mcount:
13 o Export stub in all builds but the profiling build.
14 - libdl:
15 o Removed and stubbed it (install). It's all in LIBC now.
16 TODO: make libm and libdl stubbing in LIBC!
17
182004-12-09: knut st. osmundsen <bird-gccos2-spam@anduin.net>
19 - waitpid(), waitid(), wait(), wait4(), wait3(),
20 __libc_Back_processWait():
21 o Fixed missing WNOHANG handling.
22 Created waitpid-1.c testcase in testcase/misc for this problem.
23 o Clearified error codes ECHILD and EINVAL, use the waitpid() specs.
24
25 - ChangeLog.Libc:
26 o Created this file.
27
Note: See TracBrowser for help on using the repository browser.