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

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

Implemented getdirents().

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