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

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

CODESET.

  • Property cvs2svn:cvs-rev set to 1.8
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1/* $Id: ChangeLog.LIBC 1763 2005-01-17 01:48:39Z 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
132004-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
192004-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
282004-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
Note: See TracBrowser for help on using the repository browser.