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

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

* empty log message *

  • Property cvs2svn:cvs-rev set to 1.27
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 5.8 KB
Line 
1/* $Id: ChangeLog.LIBC 1888 2005-04-24 04:10:25Z bird $ */
2
32005-04-23: knut st. osmundsen <bird-gccos2-spam@anduin.net>
4 - src/lib/sys/signals.c:
5 o Added cs:eip to the abnormal termination message.
6 - src/lib/process/beginthr.c:
7 o Default stack size 512KB when caller specifies 0.
8 o Use the env.var. LIBC_THREAD_MIN_STACK_SIZE value as a byte count
9 specifying the minimum stack size. When not specified minium size
10 defaults to 4096.
11 - emxomf:
12 o Refined the 'G' hack fixing globals in the text segment.
13 - libc:
14 o Added the libsocket and libsyslog libraries to the libc IMPORT library.
15 There are now two sets of libc_dll.a/lib libraries, one for tcpipv4 and
16 one for tcpipv41+ (default).
17
182005-03-23: knut st. osmundsen <bird-gccos2-spam@anduin.net>
19 - src/lib/sys/__spawnve.c:
20 o Fixed double free of pFS (should've been pSig).
21 Thanks for froloff.
22
232005-03-19: knut st. osmundsen <bird-gccos2-spam@anduin.net>
24 - 386/builtin.h:
25 o Fixed serveral bugs in the atomic inc/dec functions.
26 Added a testcase for these.
27 - libc:
28 o Fixed various typos in the socket per process counting. Thanks to
29 nickk for point these out.
30
312005-03-13: knut st. osmundsen <bird-gccos2-spam@anduin.net>
32 - version.smak:
33 o 6b4 -> 6b5.
34
35 - libc:
36 o Implemented socket duplication.
37 o Fixed various socket close & fork bugs.
38 o Applied parts of tcpipver patches from Lorne and Froloff.
39 o Fixed various UNC trouble reported by David.
40 o Fixed open problem in DosEx.
41 o Fixed incorrect pool allocation in DosEx.
42 o Fixed missing free pool item in DoxEx - *big* leak.
43 o Fixed TID/PID mixup when calling DosVerifyPidTid() from fmutex wait loop.
44 o Applied patch from Nickk for broken settimeofday().
45 o Moved iconv into LIBC.
46 o Ported GLIBC intl and made it a part of LIBC.
47 o Implemented -Zargs-wild and -Zargs-resp crt0 variations.
48 o Added support for single quoted arguments. (pray this doesn't screw up...)
49 o Replaced the __atod implementation with the NETLIB gdtoa implementation
50 used by BSD. (The old routine kept hitting assertions.)
51 o Created libc06a4 forwarder dll.
52
53 - libiconv, libdl, libm:
54 o Made these empty stub libraries.
55
56 - emxomf:
57 o Fixed getopt(,,"l::") problem. BSD getopt doesn't pass FLAG_PERMUTE for getopt and
58 thus it would consume the next argument unless it was an option. Using
59 getopt_long(,,"l::", NULL, NULL) solves the problem.
60
61 - testcases:
62 o Testcases for various new problems/code.
63
642005-02-01: knut st. osmundsen <bird-gccos2-spam@anduin.net>
65 - libc:
66 o Fixed bogus bubble sort in setlocale/LC_COLLATE.
67
682005-01-31: knut st. osmundsen <bird-gccos2-spam@anduin.net>
69 - libc:
70 o Applied readdir_r() errno fix from Lorne.
71 o Fixed lstat() backend on request from Lorne.
72
732005-01-30: knut st. osmundsen <bird-gccos2-spam@anduin.net>
74 - libc:
75 o Applies setlocale patch from Lorne which fixes two bugs in LC_COLLATE.
76
772005-01-28: knut st. osmundsen <bird-gccos2-spam@anduin.net>
78 - libc:
79 o Applied setlocale patch from Lorne.
80 o Faked the C99 lconv additions by copying the local ones.
81
822005-01-16: knut st. osmundsen <bird-gccos2-spam@anduin.net>
83 - libos2:
84 o Added SafeDosStartSession from Dmitry Froloff.
85 - libc:
86 o Fixed year problem in settimeofday.
87 o Check if fxsave/fxrstor is supported before using them in fork().
88 ASSUMES cpuid eax=1 works on all targets.
89 o Implemented nl_langinfo(CODESET).
90 o Added bunch a of ASCII codeset name conversions.
91 o Fixed bug in socket inherit over exec/spawn. Thanks to Froloff.
92 o Forgot to take the signal semaphore when receiving a signal
93 from the 16bit handler. Thanks to Froloff.
94 o rmdir errno fix from Lorne.
95 o rmdir shall fail on symlink.
96 o rmdir shall return ENOTDIR if the path isn't a directory (but exists).
97 o Fixed setlocale(LC_ALL/LC_MONETARY, "C").
98 o Changed the process reaper to use internal signal api to skip some overhead.
99 o Fixed a return path from signal raise where the signal sem wasn't
100 released. (The out of queue node hang.)
101 - libsocket:
102 o os2_select: Fixed a couple of filehandle conversion bugs. Thanks to Froloff.
103 o soclose shouldn't return EBADF but ENOSOCK according to the specs.
104 - libsocket, libc:
105 o Return ENOSOCK instead of ENOSYS when attempting socket operation on filehandle.
106
107
1082005-01-??: knut st. osmundsen <bird-gccos2-spam@anduin.net>
109 - libc:
110 o Fixed problem with fork'ed children beliving they were
111 still forking after fork() returned. (DLL load issue)
112 o Fixed signal queue node leak. Thanks to Lorne.
113
1142004-12-20: knut st. osmundsen <bird-gccos2-spam@anduin.net>
115 - libc:
116 o Added inode and dev calculation for fstat and stat.
117 TODO: save unix EAs. opendir d_fileno?
118 o Ported all string/w* functions from FreeBSD except wcsxfrm.c.
119
1202004-12-12: knut st. osmundsen <bird-gccos2-spam@anduin.net>
121 - os2emx.h:
122 o Corrected define of NP_NBLK. (thanks to froloff)
123 - __mcount:
124 o Export stub in all builds but the profiling build.
125 - libdl:
126 o Removed and stubbed it (install). It's all in LIBC now.
127 TODO: make libm and libdl stubbing in LIBC!
128
1292004-12-09: knut st. osmundsen <bird-gccos2-spam@anduin.net>
130 - waitpid(), waitid(), wait(), wait4(), wait3(),
131 __libc_Back_processWait():
132 o Fixed missing WNOHANG handling.
133 Created waitpid-1.c testcase in testcase/misc for this problem.
134 o Clearified error codes ECHILD and EINVAL, use the waitpid() specs.
135
136 - ChangeLog.Libc:
137 o Created this file.
138
Note: See TracBrowser for help on using the repository browser.