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

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

* empty log message *

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