Timeline
2012-03-24:
- 10:21 Ticket #257 (Update sys/socket.h with some stuff from latest freebsd headers) created by
- Per summary - libc sys/socket.h misses some useful stuff. Attached diff …
2012-03-23:
- 09:40 Changeset [3794] by
- Reinstated FEA_NEEDEA on symbolic links and other special stuff. Only …
- 02:14 Changeset [3793] by
- duh
- 02:05 Ticket #188 (Cannot debug long C files) closed by
- wontfix: emxomf generates type 0. I doubt type 2 makes any difference as the source …
- 01:53 Ticket #101 (libc: failed fork may cause wait4() to never return) closed by
- worksforme: Haven't seen it again.
- 01:48 Changeset [3792] by
- Reinstated FEA_NEEDEA on symbolic links and other special stuff. Only …
2012-03-22:
- 21:57 Ticket #199 (libc: the ctype.h is_whatever doesn't handle EOF correctly / busted char ...) closed by
- fixed: Fixed in r3789 and r3891. Testcase in r3890. Note. Negative character …
- 21:56 Changeset [3791] by
- trunk: Backported ctype.h fix r3789. Fixes #199.
- 21:54 Changeset [3790] by
- ctype-1.c: Testcase for the EOF trouble.
- 21:53 Changeset [3789] by
- ctype.h: Correctly fend of queries reading EOF (-1). Fixes #199.
- 21:13 Ticket #240 (libc: code set of setlocale() and nl_langinfo()) closed by
- fixed: r3788 make setlocale default to the process code page when no codeset is …
- 21:12 Changeset [3788] by
- setlocale.c: Changed getCodepage to default to the process codepage …
- 20:49 Ticket #187 (strftime is broken for several locales) closed by
- fixed: Fixed the en_GB date/time format string in r3787. Closing the defect now. …
- 20:46 Changeset [3787] by
- localeTimeDo: Fix bad date_time_fmt string for en_GB and others (hour …
- 20:02 Ticket #186 (libc: check that stdout is properly flushed on exit) closed by
- worksforme: Works for me. See r3786 for a simple testcase.
- 20:01 Changeset [3786] by
- Testcase for #186.
- 19:38 Ticket #253 (libc: spawn() crash when starting a shell script) closed by
- fixed: Found a memmove which moved too much, the script location/name length …
- 19:36 Changeset [3785] by
- spawnve.c: fixed memmove in the bang-hash-script path that moved too …
- 19:36 Changeset [3784] by
- 0.6/spawnve.c: fixed memmove in the bang-hash-script path that moved too …
- 19:10 Changeset [3783] by
- 0.6/sharedpm.c: Disabled some racy/buggy code in libc_spmSelf.
- 19:08 Changeset [3782] by
- Forward ported r3780 and r3781 (nits).
- 18:36 Changeset [3781] by
- sharedpm: Don't assert if we get ERROR_ALREADY_POSTED (299).
- 18:36 Changeset [3780] by
- typo in comment
- 18:28 Ticket #190 (Libc path rewriting is not working for fork()ed processes) closed by
- wontfix: The reason why this is still broken (I believe I tried to fix it once …
- 16:51 Ticket #211 (sigfpe in strtod) closed by
- worksforme: Cannot reproduce. Tried two machines no SIGFPE.
- 14:36 Ticket #193 (fnmatch() implementation is broken) closed by
- fixed
- 14:35 Changeset [3779] by
- Drop the liberty fnmatch.h, adding the GNUisms to the emx header. Fixes …
- 14:11 Ticket #248 (libc: Unix extended attributes can cause non-EAs aware applictions to fail) closed by
- fixed: Dropped FEA_NEEDEA in r3778. Hope everyone will be happy now…
- 14:10 Changeset [3778] by
- libc-backend: Don't set FEA_NEEDEA - it causes weird problems here and …
- 14:02 Ticket #205 (coreutils chmod does not work on files without EA) closed by
- fixed: Implemented in r3777.
- 14:01 Changeset [3777] by
- chmod/fchmod: Add unix mode EA if not found and the FS supports it. Fixes …
- 13:20 Ticket #247 (libc: feof(pipe_handle) keeps returning 0 after pipe is closed) closed by
- fixed: Checked a little bit and seems ERROR_PIPE_NOT_CONNECTED is only used by …
- 13:19 Changeset [3776] by
- read/fhOs2FileWrite: Translate ERROR_PIPE_NOT_CONNECTED when returned by …
2012-03-15:
- 22:34 Ticket #165 (libc: don't kill children when the parent exits) closed by
- fixed: You're right, kLibC is still interring all children upon process …
- 22:33 Changeset [3775] by
- Leave decendants running. Fixes #165.
- 21:34 Ticket #237 (libc: _fullpath() changes current drive) closed by
- fixed: r3773 fixes _dt_split. Case hopefully closed.
- 21:33 Changeset [3774] by
- Backported r3773: dtsplit.c: Use _chdir_os2 instead of _chdir, since the …
- 21:32 Changeset [3773] by
- dtsplit.c: Use _chdir_os2 instead of _chdir, since the former got the …
- 21:25 Changeset [3772] by
- Backported r3769: Reimplemented _fullpath to avoid changing the current …
- 21:06 Changeset [3771] by
- Backported r3768: realpath and _realrealpath should not fail if the last …
- 21:02 Changeset [3770] by
- src/kNIX: svn:eol-style and svn:keywords.
- 21:00 Changeset [3769] by
- Reimplemented _fullpath to avoid changing the current directory and such …
- 20:59 Changeset [3768] by
- realpath and _realrealpath should not fail if the last component does not …
- 20:54 Changeset [3767] by
- fullpath testcase (for #237).
- 12:20 Ticket #241 (libc: build failure with newer gcc/binutils) closed by
- fixed: Corrected this in r3765 and r3766.
- 12:19 Changeset [3766] by
- Backported r3765: FCW and FSW are 16-bit, not 32-bit, so use 'unsigned …
- 12:16 Changeset [3765] by
- FCW and FSW are 16-bit, not 32-bit, so use 'unsigned short' types instead …
- 02:59 Ticket #234 (ld: Align .text by 16 bytes) closed by
- fixed: Fixed in r3763 and r3764. Thanks for noticing.
- 02:59 Changeset [3764] by
- Backported r3763: ld: forgot to write out the text section padding for …
- 02:58 Changeset [3763] by
- ld: forgot to write out the text section padding for each object file.
- 02:41 Ticket #219 (wcscmp() and wcsncmp() are broken) closed by
- fixed: Addressed in r3761 (branch) and r3762 (trunk).
- 02:40 Changeset [3762] by
- wcsncmp,wcscmp: don't assume that wchar_t is the same as int. Would cause …
- 02:38 Changeset [3761] by
- wcsncmp,wcscmp: don't assume that wchar_t is the same as int. Would cause …
2012-03-14:
- 11:24 Ticket #182 (iconv() and path separator) closed by
- fixed: Fixed comment.
- 11:24 Changeset [3760] by
- iconv.c: comment typo.
- 11:24 Changeset [3759] by
- iconv.c: comment typo.
2012-03-09:
- 21:33 Ticket #256 (LIBC stream fmutex panic) created by
- An attempt to terminate a multi-threaded console program with Ctrl-C may …
2012-03-05:
- 12:42 Ticket #182 (iconv() and path separator) reopened by
- Comment is wrong. WON is assigned to an ASCII code of a backward …
- 12:37 Ticket #249 (LIBC extended attributes can cause non-EAs aware applictions to fail) closed by
- duplicate: Duplicate of #248.
- 12:37 Ticket #234 (ld: Align .text by 16 bytes) reopened by
- r3749 and r3750 causes the executable to crash. I attach a testcase. To …
- 12:26 Ticket #255 (libc064 gives SIGSEGV when closing some processes due to being linked with ...) closed by
- fixed: I've change my local build environment to use WLINK instead of ILINK. It …
- 12:23 Ticket #242 (sbrk/_sbrk conflicting declarations) closed by
- invalid: I fail to see what needs fixing in libc here. unistd.h and stdlib.h are …
- 10:53 Ticket #208 (Remark 'todo' stuffs in 'time.h') closed by
- wontfix
- 02:27 Ticket #236 (sys/socket.h: Use _ALIGN instead of ALIGN for CMSG_NXTHDR) closed by
- fixed: Thanks for spotting this. Done in r3757 and r3758.
- 02:26 Changeset [3758] by
- Backported r3757: sys/socket.h: Use _ALIGN instead of ALIGN because of …
- 02:25 Changeset [3757] by
- sys/socket.h: Use _ALIGN instead of ALIGN because of …
- 02:16 Ticket #227 (wcrtomb() broken) closed by
- invalid: What happens is that when setting LC_ALL, LC_CTYPE or LANG to 'de_CH' you …
- 02:10 Changeset [3756] by
- 227-wctomb-de_ch.c: Testcase for #227.
2012-03-04:
- 22:36 Ticket #182 (iconv() and path separator) closed by
- fixed: Changed iconv to not clear CVTTYPE_PATH in r3754. Backported to 0.6 in …
- 22:34 Changeset [3755] by
- Backported r3754: iconv.c: Assume input is PATHs so that samba works for …
- 22:33 Changeset [3754] by
- iconv.c: Assume input is PATHs so that samba works for Koreans.
- 22:25 Ticket #254 (weakld: weakld incorrectly reports duplicate symbols) closed by
- fixed: r3751 tries to address the problem. It is a relatively risky fix as it's …
- 22:23 Changeset [3753] by
- Backported r3751: weakld.c: Put exported names in a different symbol table …
- 22:22 Changeset [3752] by
- Testcase for #254.
- 22:17 Changeset [3751] by
- weakld.c: Put exported names in a different symbol table since they need …
- 20:03 Ticket #234 (ld: Align .text by 16 bytes) closed by
- fixed: Addressed in r3749 and r3750. Case closed.
- 20:02 Changeset [3750] by
- 0.6/ld: Backported r3749 which makes ld align .text on a SSE friendly …
- 20:00 Changeset [3749] by
- ld: Align text section on 16-byte boundrary for SSE constants.
- 19:52 Ticket #233 (getsockname() and getpeername() fail when using high memory) closed by
- fixed
- 19:51 Changeset [3748] by
- trunk: forward ported r3745, r3746 and r3747 - high memory regression in …
- 19:45 Changeset [3747] by
- socketpair: support osfd (return sockets descriptors) pointing to high …
- 19:41 Changeset [3746] by
- highmemsocket.cpp: Fixed two bad tests causing connect() and others to …
- 19:40 Changeset [3745] by
- getpeername.c: fix regression from #233.
2012-02-29:
- 22:49 Changeset [3744] by
- Preparing for 0.6.5…
- 22:48 Changeset [3743] by
- Preparing for 0.6.5…
2011-12-28:
- 21:34 Ticket #255 (libc064 gives SIGSEGV when closing some processes due to being linked with ...) created by
- Many applications I've built (httpd, lyx, postgres to name 3) are giving …
Note: See TracTimeline
for information about the timeline view.
