Timeline



Mar 15, 2012:

9:34 PM Ticket #165 (libc: don't kill children when the parent exits) closed by bird
fixed: You're right, kLibC is still interring all children upon process …
9:33 PM Changeset [3775] by bird
Leave decendants running. Fixes #165.
8:34 PM Ticket #237 (libc: _fullpath() changes current drive) closed by bird
fixed: r3773 fixes _dt_split. Case hopefully closed.
8:33 PM Changeset [3774] by bird
Backported r3773: dtsplit.c: Use _chdir_os2 instead of _chdir, since …
8:32 PM Changeset [3773] by bird
dtsplit.c: Use _chdir_os2 instead of _chdir, since the former got the …
8:25 PM Changeset [3772] by bird
Backported r3769: Reimplemented _fullpath to avoid changing the …
8:06 PM Changeset [3771] by bird
Backported r3768: realpath and _realrealpath should not fail if the …
8:02 PM Changeset [3770] by bird
src/kNIX: svn:eol-style and svn:keywords.
8:00 PM Changeset [3769] by bird
Reimplemented _fullpath to avoid changing the current directory and …
7:59 PM Changeset [3768] by bird
realpath and _realrealpath should not fail if the last component does …
7:54 PM Changeset [3767] by bird
fullpath testcase (for #237).
11:20 AM Ticket #241 (libc: build failure with newer gcc/binutils) closed by bird
fixed: Corrected this in r3765 and r3766.
11:19 AM Changeset [3766] by bird
Backported r3765: FCW and FSW are 16-bit, not 32-bit, so use 'unsigned …
11:16 AM Changeset [3765] by bird
FCW and FSW are 16-bit, not 32-bit, so use 'unsigned short' types …
1:59 AM Ticket #234 (ld: Align .text by 16 bytes) closed by bird
fixed: Fixed in r3763 and r3764. Thanks for noticing.
1:59 AM Changeset [3764] by bird
Backported r3763: ld: forgot to write out the text section padding for …
1:58 AM Changeset [3763] by bird
ld: forgot to write out the text section padding for each object file.
1:41 AM Ticket #219 (wcscmp() and wcsncmp() are broken) closed by bird
fixed: Addressed in r3761 (branch) and r3762 (trunk).
1:40 AM Changeset [3762] by bird
wcsncmp,wcscmp: don't assume that wchar_t is the same as int. Would …
1:38 AM Changeset [3761] by bird
wcsncmp,wcscmp: don't assume that wchar_t is the same as int. Would …

Mar 14, 2012:

10:24 AM Ticket #182 (iconv() and path separator) closed by bird
fixed: Fixed comment.
10:24 AM Changeset [3760] by bird
iconv.c: comment typo.
10:24 AM Changeset [3759] by bird
iconv.c: comment typo.

Mar 9, 2012:

8:33 PM Ticket #256 (LIBC stream fmutex panic) created by dmik
An attempt to terminate a multi-threaded console program with Ctrl-C …

Mar 5, 2012:

11:42 AM Ticket #182 (iconv() and path separator) reopened by KO Myung-Hun
Comment is wrong. WON is assigned to an ASCII code of a backward …
11:37 AM Ticket #249 (LIBC extended attributes can cause non-EAs aware applictions to fail) closed by bird
duplicate: Duplicate of #248.
11:37 AM Ticket #234 (ld: Align .text by 16 bytes) reopened by KO Myung-Hun
r3749 and r3750 causes the executable to crash. I attach a testcase. …
11:26 AM Ticket #255 (libc064 gives SIGSEGV when closing some processes due to being linked ...) closed by bird
fixed: I've change my local build environment to use WLINK instead of ILINK. …
11:23 AM Ticket #242 (sbrk/_sbrk conflicting declarations) closed by bird
invalid: I fail to see what needs fixing in libc here. unistd.h and stdlib.h …
9:53 AM Ticket #208 (Remark 'todo' stuffs in 'time.h') closed by bird
wontfix
1:27 AM Ticket #236 (sys/socket.h: Use _ALIGN instead of ALIGN for CMSG_NXTHDR) closed by bird
fixed: Thanks for spotting this. Done in r3757 and r3758.
1:26 AM Changeset [3758] by bird
Backported r3757: sys/socket.h: Use _ALIGN instead of ALIGN because of …
1:25 AM Changeset [3757] by bird
sys/socket.h: Use _ALIGN instead of ALIGN because of …
1:16 AM Ticket #227 (wcrtomb() broken) closed by bird
invalid: What happens is that when setting LC_ALL, LC_CTYPE or LANG to 'de_CH' …
1:10 AM Changeset [3756] by bird
227-wctomb-de_ch.c: Testcase for #227.

Mar 4, 2012:

9:36 PM Ticket #182 (iconv() and path separator) closed by bird
fixed: Changed iconv to not clear CVTTYPE_PATH in r3754. Backported to 0.6 in …
9:34 PM Changeset [3755] by bird
Backported r3754: iconv.c: Assume input is PATHs so that samba works …
9:33 PM Changeset [3754] by bird
iconv.c: Assume input is PATHs so that samba works for Koreans.
9:25 PM Ticket #254 (weakld: weakld incorrectly reports duplicate symbols) closed by bird
fixed: r3751 tries to address the problem. It is a relatively risky fix as …
9:23 PM Changeset [3753] by bird
Backported r3751: weakld.c: Put exported names in a different symbol …
9:22 PM Changeset [3752] by bird
Testcase for #254.
9:17 PM Changeset [3751] by bird
weakld.c: Put exported names in a different symbol table since they …
7:03 PM Ticket #234 (ld: Align .text by 16 bytes) closed by bird
fixed: Addressed in r3749 and r3750. Case closed.
7:02 PM Changeset [3750] by bird
0.6/ld: Backported r3749 which makes ld align .text on a SSE friendly …
7:00 PM Changeset [3749] by bird
ld: Align text section on 16-byte boundrary for SSE constants.
6:52 PM Ticket #233 (getsockname() and getpeername() fail when using high memory) closed by bird
fixed
6:51 PM Changeset [3748] by bird
trunk: forward ported r3745, r3746 and r3747 - high memory regression …
6:45 PM Changeset [3747] by bird
socketpair: support osfd (return sockets descriptors) pointing to high …
6:41 PM Changeset [3746] by bird
highmemsocket.cpp: Fixed two bad tests causing connect() and others to …
6:40 PM Changeset [3745] by bird
getpeername.c: fix regression from #233.

Feb 29, 2012:

9:49 PM Changeset [3744] by bird
Preparing for 0.6.5…
9:48 PM Changeset [3743] by bird
Preparing for 0.6.5…

Dec 28, 2011:

8:34 PM Ticket #255 (libc064 gives SIGSEGV when closing some processes due to being linked ...) created by psmedley
Many applications I've built (httpd, lyx, postgres to name 3) are …

Dec 16, 2011:

2:09 PM Ticket #254 (weakld: weakld incorrectly reports duplicate symbols) created by dmik
If a symbol is both listed in the EXPORTS section (a public name for a …
Note: See TracTimeline for information about the timeline view.