Timeline


and

2011-06-02:

20:32 Ticket #245 (libc063 can deadlock in heap logic.) created by stevenhl
There appears to be code path that can result in the libc 0.63 heap logic …

2011-05-26:

07:18 Ticket #244 (socklen_t is not declared) created by dryeo
According to …
05:49 Ticket #243 (Some math functions are wrapped in __USE_GNU) created by dryeo
When compiling with -Werror=implicit-function-declaration without defining …

2011-04-27:

22:12 Ticket #242 (sbrk/_sbrk conflicting declarations) created by ydario
While building gnu tar, the following conflict exists in headers: …

2011-04-13:

21:01 WikiProcessors edited by trac
(diff)
21:01 TracWorkflow created by trac
21:01 TracInstall edited by trac
(diff)
21:01 WikiHtml edited by trac
(diff)
21:01 RecentChanges edited by trac
(diff)
21:01 TracSearch edited by trac
(diff)
21:01 TracInterfaceCustomization created by trac
21:01 InterWiki created by trac
21:01 WikiNewPage edited by trac
(diff)
21:01 TracGuide edited by trac
(diff)
21:01 TracTimeline edited by trac
(diff)
21:01 TracTickets edited by trac
(diff)
21:01 TracLinks edited by trac
(diff)
21:01 TracSupport edited by trac
(diff)
21:01 TracRevisionLog created by trac
21:01 TracFineGrainedPermissions created by trac
21:01 TracBrowser edited by trac
(diff)
21:01 TitleIndex edited by trac
(diff)
21:01 TracStandalone edited by trac
(diff)
21:01 TracNavigation created by trac
21:01 WikiMacros edited by trac
(diff)
21:01 TracImport edited by trac
(diff)
21:01 TracAccessibility edited by trac
(diff)
21:01 TracUnicode edited by trac
(diff)
21:01 TracChangeset edited by trac
(diff)
21:01 PageTemplates created by trac
21:01 InterTrac created by trac
21:01 TracModPython edited by trac
(diff)
21:01 TracUpgrade edited by trac
(diff)
21:01 TracFastCgi created by trac
21:01 TracLogging edited by trac
(diff)
21:01 CamelCase edited by trac
(diff)
21:01 TracReports edited by trac
(diff)
21:01 TracCgi created by trac
21:01 TracNotification edited by trac
(diff)
21:01 WikiFormatting edited by trac
(diff)
21:01 TracPermissions edited by trac
(diff)
21:01 WikiPageNames edited by trac
(diff)
21:01 TracRepositoryAdmin created by trac
21:01 TracPlugins created by trac
21:01 TracBackup edited by trac
(diff)
21:01 TracRoadmap edited by trac
(diff)
21:01 InterMapTxt created by trac
21:01 TracEnvironment edited by trac
(diff)
21:01 WikiRestructuredTextLinks edited by trac
(diff)
21:01 TracWiki edited by trac
(diff)
21:01 TracIni edited by trac
(diff)
21:01 WikiDeletePage created by trac
21:01 TracSyntaxColoring edited by trac
(diff)
21:01 TracTicketsCustomFields edited by trac
(diff)
21:01 TracRss edited by trac
(diff)
21:01 TracModWSGI created by trac
21:01 TracQuery edited by trac
(diff)
21:01 TracAdmin edited by trac
(diff)
21:01 WikiRestructuredText edited by trac
(diff)

2011-04-09:

22:30 Ticket #241 (libc: build failure with newer gcc/binutils) created by abwillis
With newer gcc/binutils fnstsw changes from using %ax to %eax: …

2011-03-28:

16:15 Ticket #240 (libc: code set of setlocale() and nl_langinfo()) created by komh
Hi/2. Currently, setlocale(LC_xxx, "") and nl_langinfo(CODESET) return …

2011-03-18:

19:07 Ticket #239 (emxomfld can generate incorrect stack size) closed by bird
fixed: (In [3732]) 0.6: Backported r3731: emxomfld.c: Fixed rounding bug when …
19:07 Changeset [3732] by bird
0.6: Backported r3731: emxomfld.c: Fixed rounding bug when converting …
19:01 Changeset [3731] by bird
emxomfld.c: Fixed rounding bug when converting /STACK:xxx (link386/ilink) …
05:08 Ticket #239 (emxomfld can generate incorrect stack size) created by stevenhl
Given -Zlinker /ST:0x80000 emxomfld will generate OPTION STACK 0x80c00. …
00:55 Ticket #200 (libc: stat on symlink returns garbage) closed by bird
fixed: Couldn't reproduce, only a tiny off by one st_size bug when creating …
00:54 Ticket #220 (emxomf: long names in libraries gets the wrong dict entry and barfs) closed by bird
fixed: (In [3730]) 0.6: Backported r3729: emxomf.c: applied …
00:54 Changeset [3730] by bird
0.6: Backported r3729: emxomf.c: applied …
00:53 Changeset [3729] by bird
emxomf.c: applied emxomf-03-fix-symbol-too-long.diff with modifications …
00:03 Ticket #197 (isatty() doesn't return zero for named pipe handle) closed by bird
worksforme
00:02 Changeset [3728] by bird
testcase for the alleged isatty bug. References #197.

2011-03-17:

23:26 Changeset [3727] by bird
0.6: Backported r3726: b_nativeSymlinkCreate.c: Symlinks were created on …
23:24 Changeset [3726] by bird
b_nativeSymlinkCreate.c: Symlinks were created on byte to long. References …
23:19 Changeset [3725] by bird
200-stat-symlink.c: added stat/lstat+symlink testcase. References #200.
22:55 Ticket #226 (Use lazy loading and beginlibpath to change libpath) closed by bird
duplicate: Keep this discussion in ticket:225.
22:36 Ticket #209 (iconv() return only 0 regardless of non-identical conversion) closed by bird
fixed: (In [3724]) 0.6: Backported r3723: iconv: Return retval instead of 0 …
22:36 Changeset [3724] by bird
0.6: Backported r3723: iconv: Return retval instead of 0 (count of …
22:35 Changeset [3723] by bird
iconv: Return retval instead of 0 (count of non-identical conversions). …
22:33 Changeset [3722] by bird
0.6: Backported r3721: posix_memalign.c: Always set errno. References …
22:32 Changeset [3721] by bird
posix_memalign.c: Always set errno. References #223.
22:19 Ticket #223 (posix_memalign() is broken) closed by bird
fixed: (In [3720]) 0.6: Backported r3719: posix_memalign: Fixed problem with …
22:19 Changeset [3720] by bird
0.6: Backported r3719: posix_memalign: Fixed problem with large alignment …
22:16 Changeset [3719] by bird
posix_memalign: Fixed problem with large alignment values. References …
19:16 Ticket #207 (include/sys/cdefs.h needs updating for GCC 4.x) closed by bird
fixed: (In [3718]) 0.6: Backported r3717: sys/cdefs.h: Updated to FreeBSD 9.0 (?) …
19:16 Changeset [3718] by bird
0.6: Backported r3717: sys/cdefs.h: Updated to FreeBSD 9.0 (?) rev 1.114. …
19:09 Changeset [3717] by bird
sys/cdefs.h: Updated to FreeBSD 9.0 (?) rev 1.114. References #207, #212.
18:38 Ticket #212 (386/stdarg.h does not work with GCC 4.4.0) closed by bird
fixed: (In [3716]) 0.6: Backported r3715: 386/stdarg.h,sys/cdefs.h: Synced in bit …
18:38 Changeset [3716] by bird
0.6: Backported r3715: 386/stdarg.h,sys/cdefs.h: Synced in bit from more …
18:31 Changeset [3715] by bird
386/stdarg.h,sys/cdefs.h: Synced in bit from more recent FreeBSDs so that …
18:04 Ticket #222 (gcc 4.3 semantic change of extern inline) closed by bird
fixed: (In [3714]) 0.6: Backported r3712 & r3713: stdio.h,features.h: Don't use …
18:04 Changeset [3714] by bird
0.6: Backported r3712 & r3713: stdio.h,features.h: Don't use gcc's 'extern …
18:04 Changeset [3713] by bird
oops: unwanted extern -> static there.
18:00 Changeset [3712] by bird
stdio.h,features.h: Don't use gcc's 'extern inline' feature with 4.3.0 and …
17:26 Ticket #194 (libc: _getdcwd(0, NULL, 8) should not fail) closed by bird
fixed: (In [3711]) 0.6: Backported r3710: _getdcwd: When the buffer is NULL, the …
17:26 Changeset [3711] by bird
0.6: Backported r3710: _getdcwd: When the buffer is NULL, the size is just …
17:22 Changeset [3710] by bird
_getdcwd: When the buffer is NULL, the size is just a minimum. Refernces …
16:27 Ticket #165 (libc: don't kill children when the parent exits) reopened by ydario
I can see this problem using fork(). In the testcase, without wait() …
16:16 Ticket #189 (emxomfar cannot build big libraries for Mozilla) closed by bird
invalid: I don't think the proposed patch makes much sense as I think there can …
02:00 Ticket #198 (libc: utimes doesn't handle dates prior to 1980 in a good manner) closed by bird
fixed: (In [3709]) libc_back_timeUnix2FileTime: Dates prior to 1980 will be set …
02:00 Changeset [3709] by bird
libc_back_timeUnix2FileTime: Dates prior to 1980 will be set to …
01:57 Ticket #210 (fcntl()) closed by bird
worksforme: Not able to reproduce the behavior with the testcase using either method: …
01:53 Changeset [3708] by bird
nonblock-1.c: extended the testcase. References #210.

2011-03-16:

22:26 Changeset [3707] by bird
libc_back_timeUnix2FileTime: Dates prior to 1980 will be set to …
22:12 Ticket #183 (libc: iconv uses alloca regardless of size) closed by bird
fixed: (In [3706]) 0.6: Backported r3705: iconv.c: Use malloc instead of alloca …
22:12 Changeset [3706] by bird
0.6: Backported r3705: iconv.c: Use malloc instead of alloca for larger …
22:04 Changeset [3705] by bird
iconv.c: Use malloc instead of alloca for larger strings so we don't blow …
18:52 Ticket #37 (export for symbols longer than 255 chars) closed by bird
fixed: (In [3704]) 0.6: Backported r3703: moddef.h,emxbind,weakld: Expanded the …
18:52 Changeset [3704] by bird
0.6: Backported r3703: moddef.h,emxbind,weakld: Expanded the symbol name …
18:47 Changeset [3703] by bird
moddef.h,emxbind,weakld: Expanded the symbol name fields in libmoddef so …
17:59 Ticket #184 (emxomfar does not accept '-' before command parameter) closed by bird
fixed: (In [3702]) 0.6/emxomfar: Backported r3701: Fixed and relaxed the …
17:59 Changeset [3702] by bird
0.6/emxomfar: Backported r3701: Fixed and relaxed the command/option …
17:55 Changeset [3701] by bird
emxomfar: Fixed and relaxed the command/option parsing so that they can be …
17:32 Changeset [3700] by bird
emx/kBuild: Fixed deprecated variables.
17:27 Ticket #178 (libc: symlinked hash-bang scripts aren't handled correctly in __spawnve) closed by bird
worksforme
17:19 Changeset [3699] by bird
SafeDosQueryAppType?: build fix
17:18 Changeset [3698] by bird
libc/kBuild: Fixed deprecated variables.
02:11 Ticket #43 (libc: Runtime configuration of where to use UnixEAs) closed by bird
fixed: (In [3697]) libc: Added new env.var. LIBC_UNIX_EAS for controlling where …
02:11 Changeset [3697] by bird
libc: Added new env.var. LIBC_UNIX_EAS for controlling where EAs are used. …
02:07 Changeset [3696] by bird
libc: Added new env.var. LIBC_UNIX_EAS for controlling where EAs are used.
00:30 Ticket #44 (libc: statvfs reports 14 chars max filename length everywhere) closed by bird
fixed: (In [3695]) 0.6: Backported fpathconf and pathconf reimplementation. Fixes …
00:30 Changeset [3695] by bird
0.6: Backported fpathconf and pathconf reimplementation. Fixes #44.
00:28 Changeset [3694] by bird
libc: Build fix. References #44.
00:24 Changeset [3693] by bird
0.6: libc_back_errno2native.c: build fixes
00:23 Changeset [3692] by bird
0.6/b_ldrOpen: build fix
00:13 Changeset [3691] by bird
grumble
00:11 Changeset [3690] by bird
build fix
00:02 Changeset [3689] by bird
LIBC_FSINFO: save 4 bytes

2011-03-15:

23:59 Changeset [3688] by bird
libc: Reimplemented pathconf and fpathconf. References #44.
23:57 Changeset [3687] by bird
libc: Reimplemented pathconf and fpathconf. References #44.
Note: See TracTimeline for information about the timeline view.