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

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

* empty log message *

  • Property cvs2svn:cvs-rev set to 1.17
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 3.1 KB
Line 
1/* $Id: ChangeLog.LIBC 1805 2005-02-01 05:45:12Z bird $ */
2
32005-01-31: knut st. osmundsen <[email protected]>
4 - libc:
5 o Applied readdir_r() errno fix from Lorne.
6 o Fixed lstat() backend on request from Lorne.
7
82005-01-30: knut st. osmundsen <[email protected]>
9 - libc:
10 o Applies setlocale patch from Lorne which fixes two bugs in LC_COLLATE.
11
122005-01-28: knut st. osmundsen <[email protected]>
13 - libc:
14 o Applied setlocale patch from Lorne.
15 o Faked the C99 lconv additions by copying the local ones.
16
172005-01-16: knut st. osmundsen <[email protected]>
18 - libos2:
19 o Added SafeDosStartSession from Dmitry Froloff.
20 - libc:
21 o Fixed year problem in settimeofday.
22 o Check if fxsave/fxrstor is supported before using them in fork().
23 ASSUMES cpuid eax=1 works on all targets.
24 o Implemented nl_langinfo(CODESET).
25 o Added bunch a of ASCII codeset name conversions.
26 o Fixed bug in socket inherit over exec/spawn. Thanks to Froloff.
27 o Forgot to take the signal semaphore when receiving a signal
28 from the 16bit handler. Thanks to Froloff.
29 o rmdir errno fix from Lorne.
30 o rmdir shall fail on symlink.
31 o rmdir shall return ENOTDIR if the path isn't a directory (but exists).
32 o Fixed setlocale(LC_ALL/LC_MONETARY, "C").
33 o Changed the process reaper to use internal signal api to skip some overhead.
34 o Fixed a return path from signal raise where the signal sem wasn't
35 released. (The out of queue node hang.)
36 - libsocket:
37 o os2_select: Fixed a couple of filehandle conversion bugs. Thanks to Froloff.
38 o soclose shouldn't return EBADF but ENOSOCK according to the specs.
39 - libsocket, libc:
40 o Return ENOSOCK instead of ENOSYS when attempting socket operation on filehandle.
41
42
432005-01-??: knut st. osmundsen <[email protected]>
44 - libc:
45 o Fixed problem with fork'ed children beliving they were
46 still forking after fork() returned. (DLL load issue)
47 o Fixed signal queue node leak. Thanks to Lorne.
48
492004-12-20: knut st. osmundsen <[email protected]>
50 - libc:
51 o Added inode and dev calculation for fstat and stat.
52 TODO: save unix EAs. opendir d_fileno?
53 o Ported all string/w* functions from FreeBSD except wcsxfrm.c.
54
552004-12-12: knut st. osmundsen <[email protected]>
56 - os2emx.h:
57 o Corrected define of NP_NBLK. (thanks to froloff)
58 - __mcount:
59 o Export stub in all builds but the profiling build.
60 - libdl:
61 o Removed and stubbed it (install). It's all in LIBC now.
62 TODO: make libm and libdl stubbing in LIBC!
63
642004-12-09: knut st. osmundsen <[email protected]>
65 - waitpid(), waitid(), wait(), wait4(), wait3(),
66 __libc_Back_processWait():
67 o Fixed missing WNOHANG handling.
68 Created waitpid-1.c testcase in testcase/misc for this problem.
69 o Clearified error codes ECHILD and EINVAL, use the waitpid() specs.
70
71 - ChangeLog.Libc:
72 o Created this file.
73
Note: See TracBrowser for help on using the repository browser.