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

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

* empty log message *

  • Property cvs2svn:cvs-rev set to 1.21
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 4.4 KB
Line 
1/* $Id: ChangeLog.LIBC 1858 2005-03-13 23:57:26Z bird $ */
2
32005-03-13: knut st. osmundsen <bird-gccos2-spam@anduin.net>
4 - version.smak:
5 o 6b4 -> 6b5.
6
7 - libc:
8 o Implemented socket duplication.
9 o Fixed various socket close & fork bugs.
10 o Applied parts of tcpipver patches from Lorne and Froloff.
11 o Fixed various UNC trouble reported by David.
12 o Fixed open problem in DosEx.
13 o Fixed incorrect pool allocation in DosEx.
14 o Fixed missing free pool item in DoxEx - *big* leak.
15 o Fixed TID/PID mixup when calling DosVerifyPidTid() from fmutex wait loop.
16 o Applied patch from Nickk for broken settimeofday().
17 o Moved iconv into LIBC.
18 o Ported GLIBC intl and made it a part of LIBC.
19 o Implemented -Zargs-wild and -Zargs-resp crt0 variations.
20 o Added support for single quoted arguments. (pray this doesn't screw up...)
21
22 - libiconv, libdl, libm:
23 o Made these empty stub libraries.
24
25 - emxomf:
26 o Fixed getopt(,,"l::") problem. BSD getopt doesn't pass FLAG_PERMUTE for getopt and
27 thus it would consume the next argument unless it was an option. Using
28 getopt_long(,,"l::", NULL, NULL) solves the problem.
29
30 - testcases:
31 o Testcases for various new problems/code.
32
332005-02-01: knut st. osmundsen <bird-gccos2-spam@anduin.net>
34 - libc:
35 o Fixed bogus bubble sort in setlocale/LC_COLLATE.
36
372005-01-31: knut st. osmundsen <bird-gccos2-spam@anduin.net>
38 - libc:
39 o Applied readdir_r() errno fix from Lorne.
40 o Fixed lstat() backend on request from Lorne.
41
422005-01-30: knut st. osmundsen <bird-gccos2-spam@anduin.net>
43 - libc:
44 o Applies setlocale patch from Lorne which fixes two bugs in LC_COLLATE.
45
462005-01-28: knut st. osmundsen <bird-gccos2-spam@anduin.net>
47 - libc:
48 o Applied setlocale patch from Lorne.
49 o Faked the C99 lconv additions by copying the local ones.
50
512005-01-16: knut st. osmundsen <bird-gccos2-spam@anduin.net>
52 - libos2:
53 o Added SafeDosStartSession from Dmitry Froloff.
54 - libc:
55 o Fixed year problem in settimeofday.
56 o Check if fxsave/fxrstor is supported before using them in fork().
57 ASSUMES cpuid eax=1 works on all targets.
58 o Implemented nl_langinfo(CODESET).
59 o Added bunch a of ASCII codeset name conversions.
60 o Fixed bug in socket inherit over exec/spawn. Thanks to Froloff.
61 o Forgot to take the signal semaphore when receiving a signal
62 from the 16bit handler. Thanks to Froloff.
63 o rmdir errno fix from Lorne.
64 o rmdir shall fail on symlink.
65 o rmdir shall return ENOTDIR if the path isn't a directory (but exists).
66 o Fixed setlocale(LC_ALL/LC_MONETARY, "C").
67 o Changed the process reaper to use internal signal api to skip some overhead.
68 o Fixed a return path from signal raise where the signal sem wasn't
69 released. (The out of queue node hang.)
70 - libsocket:
71 o os2_select: Fixed a couple of filehandle conversion bugs. Thanks to Froloff.
72 o soclose shouldn't return EBADF but ENOSOCK according to the specs.
73 - libsocket, libc:
74 o Return ENOSOCK instead of ENOSYS when attempting socket operation on filehandle.
75
76
772005-01-??: knut st. osmundsen <bird-gccos2-spam@anduin.net>
78 - libc:
79 o Fixed problem with fork'ed children beliving they were
80 still forking after fork() returned. (DLL load issue)
81 o Fixed signal queue node leak. Thanks to Lorne.
82
832004-12-20: knut st. osmundsen <bird-gccos2-spam@anduin.net>
84 - libc:
85 o Added inode and dev calculation for fstat and stat.
86 TODO: save unix EAs. opendir d_fileno?
87 o Ported all string/w* functions from FreeBSD except wcsxfrm.c.
88
892004-12-12: knut st. osmundsen <bird-gccos2-spam@anduin.net>
90 - os2emx.h:
91 o Corrected define of NP_NBLK. (thanks to froloff)
92 - __mcount:
93 o Export stub in all builds but the profiling build.
94 - libdl:
95 o Removed and stubbed it (install). It's all in LIBC now.
96 TODO: make libm and libdl stubbing in LIBC!
97
982004-12-09: knut st. osmundsen <bird-gccos2-spam@anduin.net>
99 - waitpid(), waitid(), wait(), wait4(), wait3(),
100 __libc_Back_processWait():
101 o Fixed missing WNOHANG handling.
102 Created waitpid-1.c testcase in testcase/misc for this problem.
103 o Clearified error codes ECHILD and EINVAL, use the waitpid() specs.
104
105 - ChangeLog.Libc:
106 o Created this file.
107
Note: See TracBrowser for help on using the repository browser.