Timeline



Mar 10, 2014:

9:05 PM Ticket #286 (/@unixroot path rewrite inconsistencies) created by dmik
There are a several inconsistencies in the functionality of the …
8:59 PM Ticket #285 (Add env.var. for entering unix penthouse) created by dmik
Currently, in order to better support the Unix-like file system …
8:37 PM Ticket #284 (Inconsistent realpath() and stat() behavior) created by dmik
The behavior of realpath() and stat() for paths containing path …
8:06 PM Ticket #283 (stat() fails on /@unixroot) created by dmik
If you do […] you will get -1 and errno=2. OTOH, …

Mar 2, 2014:

1:17 AM Changeset [3833] by bird
More watcom hacking.
12:02 AM Changeset [3832] by bird
updates

Mar 1, 2014:

11:57 PM Changeset [3831] by bird
forgot to commit this together with the sys/bsd/cdefs.h move.
11:56 PM Changeset [3830] by bird
Redid cabsl, carg and cargl from scratch so watcom can grok and …

Feb 28, 2014:

12:08 AM Changeset [3829] by bird
The watcom saga continues.
12:08 AM Changeset [3828] by bird
The watcom saga continues.
12:01 AM Changeset [3827] by bird
the -aa option fixed these initialization issues.
12:00 AM Changeset [3826] by bird
More watcom build hacking.

Feb 27, 2014:

11:59 PM Changeset [3825] by bird
fix bug from yesterday.
11:59 PM Changeset [3824] by bird
pushed the bsd cdefs.h into it's own directory.
12:35 AM Changeset [3823] by bird
More openwatcom porting.
12:35 AM Changeset [3822] by bird
More openwatcom porting.

Feb 26, 2014:

1:14 AM Changeset [3821] by bird
More OpenWatcom? changes.
12:44 AM Changeset [3820] by bird
Slowly starting to make it build with non GCC compilers, first out is …
12:19 AM Changeset [3819] by bird
sys/cdefs.h: Updated to FreeBSD 9.1.0.

Feb 23, 2014:

10:26 AM Ticket #282 (Add DosDevIOCtl() to os2safe.h) created by KO Myung-Hun
Hi/2. DosDevIOCtl() is not high-memory safe. So it should be added to …
9:55 AM Ticket #281 (enable swab() in unistd.h) created by KO Myung-Hun
Hi/2. Currently swab() in unistd.h was commented out. Is there any …
9:46 AM Ticket #280 (include os2safe.h by default) created by KO Myung-Hun
Hi/2. Currently, os2safe.h should be included manually. This is …

Feb 19, 2014:

2:15 AM Ticket #274 (Add EXCEPTQ support) closed by bird
wontfix: Sorry, while the thing might be useful for someone, it's unfortunately …
1:46 AM Ticket #204 (chown/chgrp functions are only stubs, proposed fix) closed by bird
fixed
1:43 AM Changeset [3818] by bird
0.6: libc.def: define ordinals.
1:40 AM Changeset [3817] by bird
0.6: Untested backport of the *chown and *chmod changes that hit trunk …

Feb 18, 2014:

11:06 PM Changeset [3816] by bird
trunk: Implemented chown, fchown and lchown and modified the EA …
8:54 PM Changeset [3815] by bird
dlllegacy.cmd: Correct line ending style.
12:09 PM Changeset [3814] by bird
fix
12:03 PM Changeset [3813] by bird
chown-1.c: Added a very simple chown, lchown and fchown testcase.

Feb 17, 2014:

1:27 PM Ticket #213 (stat() not reporting readonly status correctly) closed by bird
fixed: Committed fix as well as spelling correction in r3812 (both trees).
1:25 PM Changeset [3812] by bird
b_fsNativeFileStat.c: Don't check rc for FILE_READONLY but rather …
12:22 AM Ticket #264 (dlopen does not expect NULL pszLibrary) closed by bird
fixed

Feb 16, 2014:

10:56 PM Changeset [3811] by bird
libc_Back_ldr*: Allow opening of the NULL module that represents the …
8:46 PM Ticket #275 (locale.h and unidef.h out of sync) closed by bird
fixed: Fix committed in r3810.
8:45 PM Changeset [3810] by bird
locale.h: Corrected the order of LC_MONETARY and LC_NUMERIC. Fixes #275.
8:25 PM Ticket #279 (Conflicting types for 'system') closed by bird
fixed
8:20 PM Changeset [3809] by bird
0.6: s/const/const/g - just use the (now) standard 'const' …
8:13 PM Changeset [3808] by bird
s/const/const/g - just use the (now) standard 'const' everywhere …

Feb 9, 2014:

11:33 AM Ticket #261 (libc 0.6.5 release not tagged in svn) closed by Yuri Dario
fixed: Done in r3807.
11:32 AM Changeset [3807] by Yuri Dario
kLIBC 0.6.5 / csd5

Feb 8, 2014:

2:37 AM Ticket #279 (Conflicting types for 'system') created by dryeo
A configure script is dieing with G:/usr/include/sys/process.h:72: …

Feb 6, 2014:

11:38 AM Changeset [3806] by Yuri Dario
Mark CRT_INIT/EXIT functions as used to try convince GCC to keep them.
11:37 AM Changeset [3805] by Yuri Dario
Mark CRT_INIT/EXIT functions as used to try convince GCC to keep them.
11:31 AM Changeset [3804] by Yuri Dario
Mark CRT_INIT/EXIT functions as used to try convince GCC to keep them.

Feb 5, 2014:

7:25 PM Changeset [3803] by bird
InnoTekLIBC/fork.h: Mark fork callback structures as used to try …
6:46 PM Changeset [3802] by bird
sys/sysctl.h: Try convince gcc to not remove the static sysctl data …
6:06 PM Changeset [3801] by Yuri Dario
Remove FORTIFY warning. Ticket #277.
6:06 PM Changeset [3800] by Yuri Dario
Remove FORTIFY warning. Ticket #277.
5:58 PM Ticket #278 (gcc 4.7.x inline behaviour change) created by Yuri Dario
With newer gcc releases, code inlining is following a different path …
5:50 PM Ticket #277 (Too many warnings generated in the build) created by Yuri Dario
Many warnings are issued because of undefined constants or missing …
5:41 PM Changeset [3799] by Yuri Dario
Match sock_errno() calling convention used in headers.
5:41 PM Changeset [3798] by Yuri Dario
Match sock_errno() calling convention used in headers.
5:06 PM Ticket #276 (arithchk must be compiled with optimizer enabled) closed by Yuri Dario
fixed
5:05 PM Changeset [3797] by Yuri Dario
Add optimizer flag. Fixes #276.

Feb 3, 2014:

6:12 PM Ticket #276 (arithchk must be compiled with optimizer enabled) created by Yuri Dario
otherwise it crashes with a floating point exception when gcc 4.x is …

Jan 24, 2014:

8:36 AM Ticket #265 (TRAC admin request - need 6.5 version in drop down) closed by Silvan Scherrer
fixed: 0.6.5 and 0.6.6 added

Dec 29, 2013:

11:32 PM Ticket #275 (locale.h and unidef.h out of sync) created by Steven Levine
Unidef.h and locale.h define LC_MONETARY and LC_NUMERIC with reversed …
Note: See TracTimeline for information about the timeline view.