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

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

* empty log message *

  • Property cvs2svn:cvs-rev set to 1.11
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1/* $Id: ChangeLog.LIBC 1770 2005-01-17 02:48:49Z 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 o Check if fxsave/fxrstor is supported before using them in fork().
9 ASSUMES cpuid eax=1 works on all targets.
10 o Implemented nl_langinfo(CODESET).
11 o Added bunch a of ASCII codeset name conversions.
12 o Fixed bug in socket inherit over exec/spawn. Thanks to Froloff.
13 o Forgot to take the signal semaphore when receiving a signal
14 from the 16bit handler. Thanks to Froloff.
15 - libsocket:
16 o os2_select: Fixed a couple of filehandle conversion bugs. Thanks to Froloff.
17
182005-01-??: knut st. osmundsen <bird-gccos2-spam@anduin.net>
19 - libc:
20 o Fixed problem with fork'ed children beliving they were
21 still forking after fork() returned. (DLL load issue)
22 o Fixed signal queue node leak. Thanks to Lorne.
23
242004-12-20: knut st. osmundsen <bird-gccos2-spam@anduin.net>
25 - libc:
26 o Added inode and dev calculation for fstat and stat.
27 TODO: save unix EAs. opendir d_fileno?
28 o Ported all string/w* functions from FreeBSD except wcsxfrm.c.
29
302004-12-12: knut st. osmundsen <bird-gccos2-spam@anduin.net>
31 - os2emx.h:
32 o Corrected define of NP_NBLK. (thanks to froloff)
33 - __mcount:
34 o Export stub in all builds but the profiling build.
35 - libdl:
36 o Removed and stubbed it (install). It's all in LIBC now.
37 TODO: make libm and libdl stubbing in LIBC!
38
392004-12-09: knut st. osmundsen <bird-gccos2-spam@anduin.net>
40 - waitpid(), waitid(), wait(), wait4(), wait3(),
41 __libc_Back_processWait():
42 o Fixed missing WNOHANG handling.
43 Created waitpid-1.c testcase in testcase/misc for this problem.
44 o Clearified error codes ECHILD and EINVAL, use the waitpid() specs.
45
46 - ChangeLog.Libc:
47 o Created this file.
48
Note: See TracBrowser for help on using the repository browser.