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

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

rmdir.

  • Property cvs2svn:cvs-rev set to 1.13
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
Line 
1/* $Id: ChangeLog.LIBC 1779 2005-01-17 03:26:05Z 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 o rmdir errno fix from Lorne.
16 o rmdir shall fail on symlink.
17 o rmdir shall return ENOTDIR if the path isn't a directory (but exists).
18 - libsocket:
19 o os2_select: Fixed a couple of filehandle conversion bugs. Thanks to Froloff.
20 o soclose shouldn't return EBADF but ENOSOCK according to the specs.
21 - libsocket, libc:
22 o Return ENOSOCK instead of ENOSYS when attempting socket operation on filehandle.
23
24
252005-01-??: knut st. osmundsen <bird-gccos2-spam@anduin.net>
26 - libc:
27 o Fixed problem with fork'ed children beliving they were
28 still forking after fork() returned. (DLL load issue)
29 o Fixed signal queue node leak. Thanks to Lorne.
30
312004-12-20: knut st. osmundsen <bird-gccos2-spam@anduin.net>
32 - libc:
33 o Added inode and dev calculation for fstat and stat.
34 TODO: save unix EAs. opendir d_fileno?
35 o Ported all string/w* functions from FreeBSD except wcsxfrm.c.
36
372004-12-12: knut st. osmundsen <bird-gccos2-spam@anduin.net>
38 - os2emx.h:
39 o Corrected define of NP_NBLK. (thanks to froloff)
40 - __mcount:
41 o Export stub in all builds but the profiling build.
42 - libdl:
43 o Removed and stubbed it (install). It's all in LIBC now.
44 TODO: make libm and libdl stubbing in LIBC!
45
462004-12-09: knut st. osmundsen <bird-gccos2-spam@anduin.net>
47 - waitpid(), waitid(), wait(), wait4(), wait3(),
48 __libc_Back_processWait():
49 o Fixed missing WNOHANG handling.
50 Created waitpid-1.c testcase in testcase/misc for this problem.
51 o Clearified error codes ECHILD and EINVAL, use the waitpid() specs.
52
53 - ChangeLog.Libc:
54 o Created this file.
55
Note: See TracBrowser for help on using the repository browser.