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

Last change on this file since 2314 was 2314, checked in by bird, 20 years ago

Changed version number back to 3.3.5 / 0.6 rc2.

  • Property cvs2svn:cvs-rev set to 1.133
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 26.4 KB
Line 
1/* $Id: ChangeLog.LIBC 2314 2005-08-28 06:23:23Z bird $ */
2
3TODO: open replace on RAMFS fails with error 32!
4
52005-08-29: knut st. osmundsen <bird-gccos2-spam@anduin.net>
6 - version.smak:
7 o Changed version number back to 3.3.5 / 0.6 rc2.
8
92005-08-28: knut st. osmundsen <bird-gccos2-spam@anduin.net>
10 - libc:
11 o Fixed lot's of unix attribute (in EA) handling.
12 o Started preparing for open() to work on directories so
13 fchdir() can be implemented and opendir reimplemented.
14 This will break libsocket backwards compatability.
15 o Added _hstrdup.
16
172005-08-27: knut st. osmundsen <bird-gccos2-spam@anduin.net>
18 - libc:
19 o Fixed two cases where the signal semaphore was incorrectly unlocked
20 after signalDeliver().
21 o Don't try the '.exe' too early on executables (exec/spawn), this broke
22 execution of './configure' and other scripts with no extension.
23
242005-08-24: knut st. osmundsen <bird-gccos2-spam@anduin.net>
25 - libc:
26 o Fixed bad panic format types in safesems.
27
282005-08-21: knut st. osmundsen <bird-gccos2-spam@anduin.net>
29 - emxbind, emxomfld:
30 o Default stack size set to 1MB.
31 The old defaults were 8MB (emxbind) and 8KB (emxomfld).
32 - libc:
33 o Filled in the NULLs in sys_signame and sys_siglist.
34 o Added __libc_Back_gfProcessHandleHashBangScripts and
35 __libc_Back_gfProcessHandlePCBatchScripts for use in shells which
36 can handle such scripts more efficiently than libc.
37 o Fixed some bugs related to finding the interpreter in the spawn/exec backend.
38 o Merged the signal semaphore handling into the safe sems and
39 made signals use them instead.
40 o Tried to workaround the race conditions in __libc_Back_safesemEvSleep/Wakeup.
41 These might affect SysV sems.
42 o Corrected the declarations of _DLL_InitTerm.
43
442005-08-20: Lorne Sunley <lsunley@mb.sympatico. >
45 - libc:
46 o Added OBJ_FORK to the allocations in sysv_shm.
47
482005-08-20: knut st. osmundsen <bird-gccos2-spam@anduin.net>
49 - libc:
50 o Define _EMX_SOURCE (__USE_EMX) along with _BSD_SOURCE and _SVID_SOURCE as
51 defaults in features.h.
52 o Protect the fork operations by the means of must complete so
53 signals won't interrupt us till we're finished. This might leave
54 unkillable processes around if fork goes highwire.
55 o Better exception logging during fork.
56 o Use MMX memcpy in fork (if supported).
57 o The C function __libc_Back_processFork() replaces the pure assembly __fork().
58 o Added _memcpy_amd.
59 o Fixed some logging statements in sharedpm.c.
60 o Log __fmutex_release_internal_must_complete.
61 o Corrected a few prototypes in process.h to use pid_t.
62
632005-08-13: knut st. osmundsen <bird-gccos2-spam@anduin.net>
64 - libc:
65 o Added SH_COMPAT to share.h and emulate it as SH_DENYNO (just like watcom).
66 The SH_COMPAT shareing mode is not available to OS/2 processes, only DOS / os2krnl.
67
682005-08-02: knut st. osmundsen <bird-gccos2-spam@anduin.net>
69 - libc:
70 o __libc_back_fsNativeFileModeSet(): The long set api is broken
71 in 14.103b & c (at least) so avoid it where it isn't strictly required.
72
732005-07-24: knut st. osmundsen <bird-gccos2-spam@anduin.net>
74 - libos2:
75 o Added some missing INCL_DOSERRORS #defines (very odd ones).
76 - emximp:
77 o Fixed bad done string allocation.
78 - ld:
79 o Fixed a case of memory access after free.
80 o Switched back to alloca and adding 23 MB of stack.
81
822005-07-21: knut st. osmundsen <bird-gccos2-spam@anduin.net>
83 - libc:
84 o unistd.h prototype of encrypt() shall return void not int.
85 o Fixed __USE_GNU tests in ftw.h and sys/dirent.h.
86
872005-07-17: knut st. osmundsen <bird-gccos2-spam@anduin.net>
88 - libc:
89 o LIBC_ASSERT*() are for internal libc errors, LIBCLOG_ERROR*() are
90 for user related error. Big code adjustements.
91 o Fixed a few smaller issues.
92 o Started fixing exec() backend.
93 o Fixed some more mktime / localtime bugs.
94 o Fixed crash on simple LIBC_ASSERT() caused by NULL format string.
95 o Generate device numbers for devices and pipes too.
96 o Fixed mixup of Dev and Inode during filehandle inheritance.
97 o Fixed __dup and __dup2 bug in relation to the FD_CLOEXEC clearing.
98 o Fixed bug in codepage normalization during setlocale().
99 o Fixed bug in regex where the lock was overwritten after initialization.
100 o Switch the glibc locks to smutex to avoid leaking event semaphores.
101 o Added _smutex_try_request().
102 o Fixed __libc_back_fsResolve to always set fInUnixTree so the result can
103 be adjusted correctly on failure as well.
104 - version.smak:
105 o Changed version number back to 3.3.5 / 0.6 rc1.
106
1072005-07-11: knut st. osmundsen <bird-gccos2-spam@anduin.net>
108 - libos2:
109 o UniStrFromUcs added and UniStrToUcs to uconv.h.
110 Added UniStrFromUcs, UniStrToUcs, UniMalloc and UniFree to unicode.imp.
111
1122005-07-10: knut st. osmundsen <bird-gccos2-spam@anduin.net>
113 - libc:
114 o Replaced BSD regex with the new GLIBC implementation.
115 o Fixed two bad bugs in the handling of the list of free
116 SPM notification structures.
117 o Moved the codeset standardization up a bit so nl_langinfo
118 and setlocale reports the same codeset.
119
1202005-07-06: knut st. osmundsen <bird-gccos2-spam@anduin.net>
121 - libc:
122 o Changed utimes() to allow NULL pointer parameter.
123 Please note that BSD will crash in if you try it there.
124 o Renamed the BSD setmode to bsd_setmode and put back the
125 PC setmode.
126
1272005-07-05: knut st. osmundsen <bird-gccos2-spam@anduin.net>
128 - libc:
129 o Fixed spawn/fork + fork() + exec/spawn/fork in the child.
130 o Kill any known decentants to prevent them from being
131 adopted by our parent. (On UNIX processes begin made
132 orphants are adopted and killed by the init process.)
133 o Added signal handler types for POSIX, BSD and GNU conformance.
134 o Reap embryos when the waiter thread is querying spm about
135 the death certificate. This, together with a tiny fix
136 in __spawnve() cures the bad spm process leaks when spawning
137 non-libc processes seen with make when building libc.
138
1392005-07-04: knut st. osmundsen <bird-gccos2-spam@anduin.net>
140 - libc:
141 o Added the BSD optreset global to getopt.
142 o Changed PC setmode to _setmode. As it collides with a BSD 4.4. interface.
143 o Added the BSD 4.4. setmode/getmode functions from FreeBSD.
144 o Added getsid and getpgid, correcting the getpgrp implementation.
145 o Added/replaced setbuf, setbuffer and setlinebuf from BSD.
146
1472005-07-03: knut st. osmundsen <bird-gccos2-spam@anduin.net>
148 - libc:
149 o Collected the different panic routines into one single routine
150 in the backend, __libc_Back_panic[V](). The routine supports
151 very simple printf like message formatting. By default it wil
152 dump any available registers and attempt dumping the process
153 before killing it. This behaviour can be configured with the
154 env var.: LIBC_PANIC=[nodump][terse][quiet][breakpoint]
155
1562005-07-02: knut st. osmundsen <bird-gccos2-spam@anduin.net>
157 - libc:
158 o Added obstack.h and it's implementation from GLIBC.
159 o malloc and realloc must set errno to ENOMEM on failure.
160 o Fixed assertion during realloc(p, -256) to return failure
161 instead. Added a few more overflow checks.
162 o Added %m (GLIBC extension) to the printf familiy. %m means
163 priting strerror(errno), it takes no arguments.
164 o Fixed serveral bugs in the C/POSIX locale
165 o Implemented the LC_MESSAGES locale.
166 o Fixed mixup in fts.c port.
167 o Replaced the EMX ftw with the BSD one so we implement the SuS specs.
168 o Clear FD_CLOEXEC on the handle returned by dup, dup2 and fcntl(F_DUPFD,,).
169 o Fixed a buffer size validation bug in the backend for getcwd and
170 friends. Was requiring a byte to much.
171 o Updated some TCPIP headers with GLIBC __USE_MISC #includes. (more to go)
172 o sys/fcntl.h shall include sys/stat.h in XSI mode.
173 o Added stpncpy from GLIBC.
174 o Added sys/builtin.h to sys/smutex.h.
175 o Updated features.h and sys/gnu/cdefs.h with more recent versions from cvs.
176 o Ported from GLIBC 2.3.x CVS.
177 o Fixed some waitid() and waitpid() problems related to stopping and resuming children.
178 o Updated argz.h because of bustage caused by new cdefs.h (THROW).
179 - libcrypt:
180 o Created stub library.
181 - version.smak, libc.smak:
182 o Back to betas, beta6 now.
183
1842005-07-01: knut st. osmundsen <bird-gccos2-spam@anduin.net>
185 - libc:
186 o Made isinf[lf] return -1 for negative infinity like GLIBC does.
187 o Added prototypes for nan[lf] to math.h, gcc inlines these.
188 o Ported GLIBC argp and getopt (argp requires the GLIBC one).
189 This means no optreset anylonger.
190 o Some corrections / hacks in the weak_alias departement.
191 o Shopped missing math stuff from GLIBC.
192 o Added fpu_control.h, ieee754.h and endian.h from the GLIBC tradition.
193
1942005-06-30: knut st. osmundsen <bird-gccos2-spam@anduin.net>
195 - libc:
196 o Added fwide() (dummy until LIBC07).
197 o Renamed struct _FILE to struct __sFILE to match BSD.
198 o Added wait.h for GLIBC compatability, content is #include <sys/wait.h>.
199 o Added _D_EXACT_NAMLEN and _D_ALLOC_NAMLEN macros to sys/dirent.h to
200 make GLIBC code happy.
201 o Added REG_NOERROR to regex.h to make GLIBC code happy.
202 o The three default heap handles can be duplicates of one another, this
203 could cause deadlocks in certain cases usually involing tiled memory.
204 o Added asprintf() and vasprintf().
205 o Added get_current_dir_name() (GLIBC extension).
206 o Added the strdupa() and strndupa() GLIBC extensions. These are macros
207 use alloca() to allocate the memory for the string.
208 o Added the getdelim() and getline() GLIBC extensions.
209 o Added getlogin_r() (still just a fake).
210 o Added TEMP_FAILURE_RETRY() macro to unistd.h. This is yet another GLIBC hack.
211
2122005-06-29: knut st. osmundsen <bird-gccos2-spam@anduin.net>
213 - *:
214 o Fixed stack alignment, it must be 16 bytes not 4!
215 o Fixed bustage caused by the include cleanup.
216 - libc:
217 o Added ieeefp.h and functions from FreeBSD - this is
218 the SysV/386 FP control interface. (inline only)
219 o Added fgets_unlocked and gets_unlocked.
220
2212005-06-28: knut st. osmundsen <bird-gccos2-spam@anduin.net>
222 - *:
223 o Released v0.6 beta 5.
224 o Changed versions to v0.6 rc1.
225 o Created the libc06b5 forwarder dll.
226 - libc:
227 o Added _NSIG and making NSIG and _NSIG equal to SIGRTMAX + 1.
228 o Added memrawchr and strchrnul from glibc, enabling us to shop .S
229 files from glibc at the same time.
230 o On glibc lot's of limits.h stuff is included from direct.h because of
231 need for NAME_MAX, let's do something similar.
232 o Corrected MAXNAMLEN / d_name field length.
233
2342005-06-27: knut st. osmundsen <bird-gccos2-spam@anduin.net>
235 - emxomfld, ld:
236 o Generate .def-file for dlls without one. (This only makes sense for
237 emxomfld since ld doesn't implement __declspec(dllexport) yet, but
238 anyway.)
239 - emxomf, emxomfld:
240 o Kicked out all the old weak handling (from early 3.2.2 alphas).
241
2422005-06-26: knut st. osmundsen <bird-gccos2-spam@anduin.net>
243 - libc:
244 o Added [__]isinf[fl] which seems to have been mislaid during the
245 math source import.
246 o Rewrote the libcXXXX.dll install rule to not play with emxload since
247 emxload sticks around when first loaded.
248 o Made unsetenv() cause tzset reload just like putenv() and setenv().
249 o Changed putenv() behaviour for removal (no '=' in input) to be identical
250 to unsetenv(). This solves duplicate variable testcase.
251 o Changed filestreams opened for both reading and writing to switch
252 more willingly between read and write mode.
253 o Made sscan() return EOF on EOF.
254 o Made sscan() skip blanks in input for '%%'.
255 o Implemented the stdio_unlocked stuff with BSD and GLIBC extension.
256 TODO: Require a new locktype which support recursive usage! Currently
257 a hack using 8 free flag bits is used.
258 o Corrected realpath() behaviour to return the path up to the failure
259 point on error. _realrealpath() also does this now.
260 (This also saves us a temp buffer and a copy of the result.)
261 o Fixed a bug in the handling of ".." in the path resolver.
262 o Extended that path resolver to check the directoryness of the input
263 according to flags and any trailing slashes.
264 o Change the path resolver to be very strict about UNC - UNC have exactly
265 two slashes at the start of the path.
266
2672005-06-25: knut st. osmundsen <bird-gccos2-spam@anduin.net>
268 - libc:
269 o Fixed SIGINT and similar issues with fork().
270 TODO: LIBC signals depending on 16-bit OS/2 signals will
271 still cause trouble, this needs fixing.
272 o Extended the fmutex error message.
273 o Fixed regression in the fmutex must completion code (bad fs handling).
274
2752005-06-23: knut st. osmundsen <bird-gccos2-spam@anduin.net>
276 - libc:
277 o Fixed some more incorrectness of the 'C' locale, it only
278 defines the first 128 chars.
279 o Build hack for math.h.
280 o Updated sys/stat.h, sys/resource.h and sys/_types.h to
281 FreeBSD 5.3 level.
282 o btowc(): WEOF is 32-bit, wchar_t is 16.
283 o *printf(): wide char support.
284 o sysctl(): Changed the boottime alogrithm.
285 o strxfrm(): Corrected the return values.
286 o __ftime(): Corrected regression causing the time to be 35 years wrong.
287 o strftime(): Added C99 %F.
288 o strptime(): Fixed a few parsing and calculation bugs.
289
2902005-06-19: knut st. osmundsen <bird-gccos2-spam@anduin.net>
291 - libc:
292 o File resize optimization: The JFS, HPFS and probably NET
293 will never return space which isn't zeroed when expanding
294 a file. Associate a file system information object with the
295 filehandles to keep track of such features. This also fixes
296 the fsStatFH() implementation trouble.
297 This attribute doesn't apply to CDFS. While RAMFS fails
298 the test, it zeros at open but not at setfilesize.
299 o Fixed invalid inode and dev numbers for new files, was passing
300 the wrong path around.
301
3022005-06-13: knut st. osmundsen <bird-gccos2-spam@anduin.net>
303 - libc:
304 o Auto init fmutexes.
305 o Fixed potential deadlock the first time a must-complete
306 fmutex was entered.
307 o Replaced mktemp and mkstemp with BSD versions. Also adding
308 mkstemps, mkdtemp, arc4random, arc4random_addrandom and
309 arc4random_stir.
310 o Limited the namespace pollution caused by machine/param.h
311 (included by sys/param.h which is used by lot's of tcpip headers).
312 Define _BSD_NAMESPACE_POLLUTION to get it all.
313 o Fixed bug in getitimer/setitmer, it didn't zero the old value struct
314 if the timer wasn't running.
315 o Fixed a bug in __ftime(), the time was jolting around.
316
3172005-06-12: knut st. osmundsen <bird-gccos2-spam@anduin.net>
318 - libc:
319 o Changed the LIBC_PATHREADWRITERS to a generic LIBC_HOOK_DLLS.
320 See src/emx/src/lib/sys/hooks.c for details.
321
3222005-06-11: knut st. osmundsen <bird-gccos2-spam@anduin.net>
323 - libc:
324 o The smallcnv stuff is gone, waste of space since we're not really into
325 static linking. Should've done this when switching to gdtoa.
326 o Ported the msun and some other math bits from current FreeBSD libc.
327 This mostly replaces the EMX math, except for some double long variants
328 and some EMX specific ones. This is a risky change, but it's needed
329 if we're gonna catch up on the C99 bits and make libstdc++ happy.
330 There are some new headers, complex.h and fenv.h being the importan ones.
331 float.h have gotten some updates while math.h is totally replaced.
332 More than 100 standard functions were added!
333 NOTE: msun is using MATH_ERREXCEPT (math_errhandling) and not
334 MATH_ERRNO for error reporting.
335 I really hope this is not gonna uncover more OS/2 387 mess.
336 o Handle .cmd, .bat, .btm and hash-bang script files if DosExecPgm()
337 fails. (I'm a little bit uncertain about argv[0], but it appears to work.)
338
3392005-06-05: knut st. osmundsen <bird-gccos2-spam@anduin.net>
340 - libc:
341 o the setitimer backend was making incorrect assumptions about the
342 HTIMER range - NULLHANDLE is valid for HTIMER. Changed it to use ~0U
343 as invalid handle. (untested)
344 o Default TCPIP mode is __USB_LIBC_TCPIP. When either TCPV40HDRS or TCPV41HDRS
345 are defined we are in strict mode and __USB_LIBC_TCPIP will not be defined.
346 - libomflib, emxomfar:
347 o Allow multiple modules by the same basename. This is not in tradition with
348 other librarians, but it solves incompatible behaviour between emxomfar and ar.
349 - ld:
350 o Avoid using alloca since we might easily run out of stack for big objects
351 with debuginfo.
352 - emxomf:
353 o Added support for new EMX a.out stab N_EXP (0x6c). This encodes export
354 definitions. (gcc can do __declspec(dllexport) now.)
355 TODO: ld needs updating, probably this is the right time to drop the
356 old ld and fixup the binutils port!
357
3582005-05-08: knut st. osmundsen <bird-gccos2-spam@anduin.net>
359 - libc:
360 o Added _getenv_[int|long|longlong]. Using this for LIBC_THREAD_MIN_STACK_SIZE.
361 o Ported the BSD SysV Semaphore module.
362 o Added a signal notification callback to the thread structure.
363 o Changed tcpip term callback to more generic exitlist callback (SPM).
364 o Ported the BSD SysV Shared Memory module.
365
3662005-05-05: knut st. osmundsen <bird-gccos2-spam@anduin.net>
367 - libc:
368 o Added fts.h and ported the BSD implementation.
369 It's not 100% correct since we're lacking fchdir and cannot open
370 directories - will update it when this is in place.
371 o Disabled the UF_ and SF_ defines in sys/stat.h since we don't have st_flags.
372 o Added mkfifo (stub).
373 o Added lutimes and futimes, replacing __utimes.
374
3752005-05-01: knut st. osmundsen <bird-gccos2-spam@anduin.net>
376 - libc:
377 o Fixed incorrect d_type returned by readdir and readdir_r.
378 o Changed chdir() to unix style, added _chdir_os2() as a backwards compatible
379 api. _chdir2() and chdir() are operating identically now.
380 o Fixed several incorrect/incomplete path resolve cases. Some causing
381 invalid ino values.
382 o Unlock the libc DLL before installing it (cp, make or someone might be using it).
383 o Unix root rewrite rule ends it's pszTo with a slash, this caused
384 two slashes and thus UNC trouble.
385 o Quick rewrite of access() (also affects eaccess()) to work in chroot environment.
386 o Added O_BINARY to all opens in bsd/db.
387
3882005-04-30: knut st. osmundsen <bird-gccos2-spam@anduin.net>
389 - libmoddef:
390 o Allow empty definition strings. (weakld failed on python _curses_m)
391 - weakld:
392 o Fixed incorrect .def-file parse error message.
393 - sys/param.h:
394 o Added MAXBSIZE, BKVASIZE and BKVAMASK which are used by some BSD tools.
395 - libc:
396 o Added fchmod and reimplemented chmod and lchmod. Still missing FS level
397 unix attribute handling, but this is a start.
398
3992005-04-25: knut st. osmundsen <bird-gccos2-spam@anduin.net>
400 - libc:
401 o Added the sysctl interface from BSD. Not all values are
402 supported, nor are we compatible with tcpip41 sysctl yet.
403
4042005-04-24: knut st. osmundsen <bird-gccos2-spam@anduin.net>
405 - libc:
406 o Fixed bug in getfsstate(). (df from coreutils works now!)
407 o Implemented process priority management. Added nice(), setpriority()
408 and getpriority() in the process.
409 o Added process enumeration and access function to sharedpm.
410
4112005-04-23: knut st. osmundsen <bird-gccos2-spam@anduin.net>
412 - emxomf:
413 o Refined the 'G' hack fixing globals in the text segment.
414 - libc:
415 o Added cs:eip to the abnormal termination message. (signals.c)
416 o Default stack size 512KB when caller specifies 0. (beginthr.c)
417 o Use the env.var. LIBC_THREAD_MIN_STACK_SIZE value as a byte count
418 specifying the minimum stack size. When not specified minium size
419 defaults to 4096. (beginthr.c)
420 o Added the libsocket and libsyslog libraries to the libc IMPORT library.
421 There are now two sets of libc_dll.a/lib libraries, one for tcpipv4 and
422 one for tcpipv41+ (default).
423 o Added nanosleep() and changed usleep() and sleep() to use it.
424 o Added wmemcpy(), wmemset(), wmemcmp(), wmemchr() and wmemmove(). (untested)
425 o Added SUN/HP/RTLinux api gethrtime() as a wrapper around the DosTmr* apis.
426 o Rewrote atexit() fixing problem with the callbacks calling exit() recursivly
427 and adding on_exit().
428 o Added stdio_ext.h and implemented __fpending() and __fbufsize().
429 (Just to make coreutils easier to port.)
430
4312005-03-23: knut st. osmundsen <bird-gccos2-spam@anduin.net>
432 - src/lib/sys/__spawnve.c:
433 o Fixed double free of pFS (should've been pSig).
434 Thanks for froloff.
435
4362005-03-19: knut st. osmundsen <bird-gccos2-spam@anduin.net>
437 - 386/builtin.h:
438 o Fixed serveral bugs in the atomic inc/dec functions.
439 Added a testcase for these.
440 - libc:
441 o Fixed various typos in the socket per process counting. Thanks to
442 nickk for point these out.
443
4442005-03-13: knut st. osmundsen <bird-gccos2-spam@anduin.net>
445 - version.smak:
446 o 6b4 -> 6b5.
447
448 - libc:
449 o Implemented socket duplication.
450 o Fixed various socket close & fork bugs.
451 o Applied parts of tcpipver patches from Lorne and Froloff.
452 o Fixed various UNC trouble reported by David.
453 o Fixed open problem in DosEx.
454 o Fixed incorrect pool allocation in DosEx.
455 o Fixed missing free pool item in DoxEx - *big* leak.
456 o Fixed TID/PID mixup when calling DosVerifyPidTid() from fmutex wait loop.
457 o Applied patch from Nickk for broken settimeofday().
458 o Moved iconv into LIBC.
459 o Ported GLIBC intl and made it a part of LIBC.
460 o Implemented -Zargs-wild and -Zargs-resp crt0 variations.
461 o Added support for single quoted arguments. (pray this doesn't screw up...)
462 o Replaced the __atod implementation with the NETLIB gdtoa implementation
463 used by BSD. (The old routine kept hitting assertions.)
464 o Created libc06a4 forwarder dll.
465
466 - libiconv, libdl, libm:
467 o Made these empty stub libraries.
468
469 - emxomf:
470 o Fixed getopt(,,"l::") problem. BSD getopt doesn't pass FLAG_PERMUTE for getopt and
471 thus it would consume the next argument unless it was an option. Using
472 getopt_long(,,"l::", NULL, NULL) solves the problem.
473
474 - testcases:
475 o Testcases for various new problems/code.
476
4772005-02-01: knut st. osmundsen <bird-gccos2-spam@anduin.net>
478 - libc:
479 o Fixed bogus bubble sort in setlocale/LC_COLLATE.
480
4812005-01-31: knut st. osmundsen <bird-gccos2-spam@anduin.net>
482 - libc:
483 o Applied readdir_r() errno fix from Lorne.
484 o Fixed lstat() backend on request from Lorne.
485
4862005-01-30: knut st. osmundsen <bird-gccos2-spam@anduin.net>
487 - libc:
488 o Applies setlocale patch from Lorne which fixes two bugs in LC_COLLATE.
489
4902005-01-28: knut st. osmundsen <bird-gccos2-spam@anduin.net>
491 - libc:
492 o Applied setlocale patch from Lorne.
493 o Faked the C99 lconv additions by copying the local ones.
494
4952005-01-16: knut st. osmundsen <bird-gccos2-spam@anduin.net>
496 - libos2:
497 o Added SafeDosStartSession from Dmitry Froloff.
498 - libc:
499 o Fixed year problem in settimeofday.
500 o Check if fxsave/fxrstor is supported before using them in fork().
501 ASSUMES cpuid eax=1 works on all targets.
502 o Implemented nl_langinfo(CODESET).
503 o Added bunch a of ASCII codeset name conversions.
504 o Fixed bug in socket inherit over exec/spawn. Thanks to Froloff.
505 o Forgot to take the signal semaphore when receiving a signal
506 from the 16bit handler. Thanks to Froloff.
507 o rmdir errno fix from Lorne.
508 o rmdir shall fail on symlink.
509 o rmdir shall return ENOTDIR if the path isn't a directory (but exists).
510 o Fixed setlocale(LC_ALL/LC_MONETARY, "C").
511 o Changed the process reaper to use internal signal api to skip some overhead.
512 o Fixed a return path from signal raise where the signal sem wasn't
513 released. (The out of queue node hang.)
514 - libsocket:
515 o os2_select: Fixed a couple of filehandle conversion bugs. Thanks to Froloff.
516 o soclose shouldn't return EBADF but ENOSOCK according to the specs.
517 - libsocket, libc:
518 o Return ENOSOCK instead of ENOSYS when attempting socket operation on filehandle.
519
520
5212005-01-??: knut st. osmundsen <bird-gccos2-spam@anduin.net>
522 - libc:
523 o Fixed problem with fork'ed children beliving they were
524 still forking after fork() returned. (DLL load issue)
525 o Fixed signal queue node leak. Thanks to Lorne.
526
5272004-12-20: knut st. osmundsen <bird-gccos2-spam@anduin.net>
528 - libc:
529 o Added inode and dev calculation for fstat and stat.
530 TODO: save unix EAs. opendir d_fileno?
531 o Ported all string/w* functions from FreeBSD except wcsxfrm.c.
532
5332004-12-12: knut st. osmundsen <bird-gccos2-spam@anduin.net>
534 - os2emx.h:
535 o Corrected define of NP_NBLK. (thanks to froloff)
536 - __mcount:
537 o Export stub in all builds but the profiling build.
538 - libdl:
539 o Removed and stubbed it (install). It's all in LIBC now.
540 TODO: make libm and libdl stubbing in LIBC!
541
5422004-12-09: knut st. osmundsen <bird-gccos2-spam@anduin.net>
543 - waitpid(), waitid(), wait(), wait4(), wait3(),
544 __libc_Back_processWait():
545 o Fixed missing WNOHANG handling.
546 Created waitpid-1.c testcase in testcase/misc for this problem.
547 o Clearified error codes ECHILD and EINVAL, use the waitpid() specs.
548
549 - ChangeLog.Libc:
550 o Created this file.
551
Note: See TracBrowser for help on using the repository browser.