| 1 | /* $Id: ChangeLog.LIBC 1797 2005-01-28 19:20:08Z bird $ */
|
|---|
| 2 |
|
|---|
| 3 | 2005-01-28: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
|---|
| 4 | - libc:
|
|---|
| 5 | o Applied setlocale patch from Lorne.
|
|---|
| 6 | o Faked the C99 lconv additions by copying the local ones.
|
|---|
| 7 |
|
|---|
| 8 | 2005-01-16: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
|---|
| 9 | - libos2:
|
|---|
| 10 | o Added SafeDosStartSession from Dmitry Froloff.
|
|---|
| 11 | - libc:
|
|---|
| 12 | o Fixed year problem in settimeofday.
|
|---|
| 13 | o Check if fxsave/fxrstor is supported before using them in fork().
|
|---|
| 14 | ASSUMES cpuid eax=1 works on all targets.
|
|---|
| 15 | o Implemented nl_langinfo(CODESET).
|
|---|
| 16 | o Added bunch a of ASCII codeset name conversions.
|
|---|
| 17 | o Fixed bug in socket inherit over exec/spawn. Thanks to Froloff.
|
|---|
| 18 | o Forgot to take the signal semaphore when receiving a signal
|
|---|
| 19 | from the 16bit handler. Thanks to Froloff.
|
|---|
| 20 | o rmdir errno fix from Lorne.
|
|---|
| 21 | o rmdir shall fail on symlink.
|
|---|
| 22 | o rmdir shall return ENOTDIR if the path isn't a directory (but exists).
|
|---|
| 23 | o Fixed setlocale(LC_ALL/LC_MONETARY, "C").
|
|---|
| 24 | o Changed the process reaper to use internal signal api to skip some overhead.
|
|---|
| 25 | o Fixed a return path from signal raise where the signal sem wasn't
|
|---|
| 26 | released. (The out of queue node hang.)
|
|---|
| 27 | - libsocket:
|
|---|
| 28 | o os2_select: Fixed a couple of filehandle conversion bugs. Thanks to Froloff.
|
|---|
| 29 | o soclose shouldn't return EBADF but ENOSOCK according to the specs.
|
|---|
| 30 | - libsocket, libc:
|
|---|
| 31 | o Return ENOSOCK instead of ENOSYS when attempting socket operation on filehandle.
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 | 2005-01-??: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
|---|
| 35 | - libc:
|
|---|
| 36 | o Fixed problem with fork'ed children beliving they were
|
|---|
| 37 | still forking after fork() returned. (DLL load issue)
|
|---|
| 38 | o Fixed signal queue node leak. Thanks to Lorne.
|
|---|
| 39 |
|
|---|
| 40 | 2004-12-20: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
|---|
| 41 | - libc:
|
|---|
| 42 | o Added inode and dev calculation for fstat and stat.
|
|---|
| 43 | TODO: save unix EAs. opendir d_fileno?
|
|---|
| 44 | o Ported all string/w* functions from FreeBSD except wcsxfrm.c.
|
|---|
| 45 |
|
|---|
| 46 | 2004-12-12: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
|---|
| 47 | - os2emx.h:
|
|---|
| 48 | o Corrected define of NP_NBLK. (thanks to froloff)
|
|---|
| 49 | - __mcount:
|
|---|
| 50 | o Export stub in all builds but the profiling build.
|
|---|
| 51 | - libdl:
|
|---|
| 52 | o Removed and stubbed it (install). It's all in LIBC now.
|
|---|
| 53 | TODO: make libm and libdl stubbing in LIBC!
|
|---|
| 54 |
|
|---|
| 55 | 2004-12-09: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
|---|
| 56 | - waitpid(), waitid(), wait(), wait4(), wait3(),
|
|---|
| 57 | __libc_Back_processWait():
|
|---|
| 58 | o Fixed missing WNOHANG handling.
|
|---|
| 59 | Created waitpid-1.c testcase in testcase/misc for this problem.
|
|---|
| 60 | o Clearified error codes ECHILD and EINVAL, use the waitpid() specs.
|
|---|
| 61 |
|
|---|
| 62 | - ChangeLog.Libc:
|
|---|
| 63 | o Created this file.
|
|---|
| 64 |
|
|---|