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

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

* empty log message *

  • Property cvs2svn:cvs-rev set to 1.20
  • 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 1850 2005-03-13 23:41:31Z 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 - testcases:
23 o Testcases for various new problems/code.
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
302005-02-01: knut st. osmundsen <bird-gccos2-spam@anduin.net>
31 - libc:
32 o Fixed bogus bubble sort in setlocale/LC_COLLATE.
33
342005-01-31: knut st. osmundsen <bird-gccos2-spam@anduin.net>
35 - libc:
36 o Applied readdir_r() errno fix from Lorne.
37 o Fixed lstat() backend on request from Lorne.
38
392005-01-30: knut st. osmundsen <bird-gccos2-spam@anduin.net>
40 - libc:
41 o Applies setlocale patch from Lorne which fixes two bugs in LC_COLLATE.
42
432005-01-28: knut st. osmundsen <bird-gccos2-spam@anduin.net>
44 - libc:
45 o Applied setlocale patch from Lorne.
46 o Faked the C99 lconv additions by copying the local ones.
47
482005-01-16: knut st. osmundsen <bird-gccos2-spam@anduin.net>
49 - libos2:
50 o Added SafeDosStartSession from Dmitry Froloff.
51 - libc:
52 o Fixed year problem in settimeofday.
53 o Check if fxsave/fxrstor is supported before using them in fork().
54 ASSUMES cpuid eax=1 works on all targets.
55 o Implemented nl_langinfo(CODESET).
56 o Added bunch a of ASCII codeset name conversions.
57 o Fixed bug in socket inherit over exec/spawn. Thanks to Froloff.
58 o Forgot to take the signal semaphore when receiving a signal
59 from the 16bit handler. Thanks to Froloff.
60 o rmdir errno fix from Lorne.
61 o rmdir shall fail on symlink.
62 o rmdir shall return ENOTDIR if the path isn't a directory (but exists).
63 o Fixed setlocale(LC_ALL/LC_MONETARY, "C").
64 o Changed the process reaper to use internal signal api to skip some overhead.
65 o Fixed a return path from signal raise where the signal sem wasn't
66 released. (The out of queue node hang.)
67 - libsocket:
68 o os2_select: Fixed a couple of filehandle conversion bugs. Thanks to Froloff.
69 o soclose shouldn't return EBADF but ENOSOCK according to the specs.
70 - libsocket, libc:
71 o Return ENOSOCK instead of ENOSYS when attempting socket operation on filehandle.
72
73
742005-01-??: knut st. osmundsen <bird-gccos2-spam@anduin.net>
75 - libc:
76 o Fixed problem with fork'ed children beliving they were
77 still forking after fork() returned. (DLL load issue)
78 o Fixed signal queue node leak. Thanks to Lorne.
79
802004-12-20: knut st. osmundsen <bird-gccos2-spam@anduin.net>
81 - libc:
82 o Added inode and dev calculation for fstat and stat.
83 TODO: save unix EAs. opendir d_fileno?
84 o Ported all string/w* functions from FreeBSD except wcsxfrm.c.
85
862004-12-12: knut st. osmundsen <bird-gccos2-spam@anduin.net>
87 - os2emx.h:
88 o Corrected define of NP_NBLK. (thanks to froloff)
89 - __mcount:
90 o Export stub in all builds but the profiling build.
91 - libdl:
92 o Removed and stubbed it (install). It's all in LIBC now.
93 TODO: make libm and libdl stubbing in LIBC!
94
952004-12-09: knut st. osmundsen <bird-gccos2-spam@anduin.net>
96 - waitpid(), waitid(), wait(), wait4(), wait3(),
97 __libc_Back_processWait():
98 o Fixed missing WNOHANG handling.
99 Created waitpid-1.c testcase in testcase/misc for this problem.
100 o Clearified error codes ECHILD and EINVAL, use the waitpid() specs.
101
102 - ChangeLog.Libc:
103 o Created this file.
104
Note: See TracBrowser for help on using the repository browser.