| 1 | /* $Id: ChangeLog.LIBC 1763 2005-01-17 01:48:39Z bird $ */
|
|---|
| 2 |
|
|---|
| 3 | 2005-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 |
|
|---|
| 13 | 2004-12-20: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
|---|
| 14 | - libc:
|
|---|
| 15 | o Added inode and dev calculation for fstat and stat.
|
|---|
| 16 | TODO: save unix EAs. opendir d_fileno?
|
|---|
| 17 | o Ported all string/w* functions from FreeBSD except wcsxfrm.c.
|
|---|
| 18 |
|
|---|
| 19 | 2004-12-12: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
|---|
| 20 | - os2emx.h:
|
|---|
| 21 | o Corrected define of NP_NBLK. (thanks to froloff)
|
|---|
| 22 | - __mcount:
|
|---|
| 23 | o Export stub in all builds but the profiling build.
|
|---|
| 24 | - libdl:
|
|---|
| 25 | o Removed and stubbed it (install). It's all in LIBC now.
|
|---|
| 26 | TODO: make libm and libdl stubbing in LIBC!
|
|---|
| 27 |
|
|---|
| 28 | 2004-12-09: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
|---|
| 29 | - waitpid(), waitid(), wait(), wait4(), wait3(),
|
|---|
| 30 | __libc_Back_processWait():
|
|---|
| 31 | o Fixed missing WNOHANG handling.
|
|---|
| 32 | Created waitpid-1.c testcase in testcase/misc for this problem.
|
|---|
| 33 | o Clearified error codes ECHILD and EINVAL, use the waitpid() specs.
|
|---|
| 34 |
|
|---|
| 35 | - ChangeLog.Libc:
|
|---|
| 36 | o Created this file.
|
|---|
| 37 |
|
|---|