Timeline



Oct 23, 2014:

11:50 PM Changeset [3906] by bird
0.6,trunk: DosLoadModuleEx? and DosFreeModuleEx? should make an effort …
11:14 PM Ticket #296 (Add SIGFPE handler to all threads) closed by bird
wontfix: Dmitry, I don't think ignoring SIGFPE is a good idea as applications …
11:13 PM Ticket #317 (FPU control word safe API wrappers) created by bird
Extend the high memory 'safe' wrappers to include FPU CW safeness. …
10:37 PM Ticket #288 (rename() fails if dest file is r/o) closed by bird
fixed: Committed a fix in r3905 for both trunk and branch.
10:35 PM Changeset [3905] by bird
trunk,0.6: b_fsRename.c: Overwrite read-only target files to be more …
10:06 PM Ticket #298 (path for cc1 and cc1plus is missing) closed by bird
worksforme: Don't know what you're doing, but I don't see this problem here. Not …
9:47 PM Ticket #180 (libc: spawnvpe adds default extention (.exe) preventing execution of ...) closed by bird
fixed: Forwardported to trunk in r3904.
9:46 PM Ticket #308 (__spawnvpe() and interperter search) closed by bird
fixed: Forwardported to trunk in r3904.
9:45 PM Changeset [3904] by bird
Safer and more generic _path and _searchenv functions, making the …
8:26 PM Changeset [3903] by bird
0.6: Safer and more generic _path and _searchenv functions, making the …
8:26 PM Ticket #300 (Make spawnvpe support extension-less executables) closed by bird
duplicate: Too much noise here, and the original report has precedence. Closing …
8:24 PM Ticket #180 (libc: spawnvpe adds default extention (.exe) preventing execution of ...) reopened by bird
8:17 PM Changeset [3902] by bird
0.6: template.smak: speed things up with kmk.
6:57 PM Changeset [3901] by bird
0.6: tools build fix (moddef structs have changed).
9:13 AM Ticket #316 (emxomfar crash if no arguments) created by KO Myung-Hun
Hi/2. If just running emxomfar without arguments, emxomfar crashes.
12:37 AM Ticket #309 (stat() for '\..' should fail) reopened by KO Myung-Hun
I've confirmed. But VAC 3.08, OpenWatcom? v1.8 and EMX return an error. …

Oct 22, 2014:

8:36 PM Ticket #309 (stat() for '\..' should fail) closed by bird
invalid: No, the parent of root is root, on FreeBSD, Linux, Windows and most …
8:28 PM Ticket #312 (FPU control word is altered at startup) closed by bird
fixed: Great idea! I'd like to have it in the crt0 assembly code, though. …
8:26 PM Changeset [3900] by bird
trunk+0.6: Load default FPU.CW value in crt0 to avoid getting bitten …
7:33 PM Ticket #314 (open x: as DASD not a dir) closed by bird
wontfix: The current idea of mapping "c:" to what on linux would be something …
7:17 PM Ticket #281 (enable swab() in unistd.h) closed by bird
fixed: Fixed in r3899 both places.
7:17 PM Changeset [3899] by bird
trunk+0.6: Modified the existing swab() function in string.h to be …

Oct 20, 2014:

12:08 AM Ticket #315 (Missing sa_family_t in sys/socket.h) closed by KO Myung-Hun
duplicate: Thanks for the info, diver. I'll close this ticket. This is a …

Oct 19, 2014:

2:11 AM Ticket #315 (Missing sa_family_t in sys/socket.h) created by KO Myung-Hun
Hi/2. sa_family_t should be defined n sys/socket.h. See …

Oct 11, 2014:

9:43 AM Ticket #314 (open x: as DASD not a dir) created by KO Myung-Hun
Hi/2. open() open x: as a dir. Instead, it would be better to open it …

Oct 7, 2014:

8:57 AM Ticket #287 (Prioritize SHELL over EMXSHELL) reopened by KO Myung-Hun

Oct 3, 2014:

12:02 PM Ticket #313 (fpathconf() returns 14 for _PC_NAME_MAX if a handle is a directory) created by KO Myung-Hun
Hi/2. fpathconf() returns 14(_POSIX_NAME_MAX) instead of …
11:56 AM Ticket #311 (FPU control word is altered at startup) closed by KO Myung-Hun
duplicate: Sorry, this ticket was created twice. See ticket #312.
9:28 AM Ticket #312 (FPU control word is altered at startup) created by KO Myung-Hun
Hi/2. It is well known that some dlls alter FPU CW but do not restore …
9:27 AM Ticket #311 (FPU control word is altered at startup) created by KO Myung-Hun
Hi/2. It is well known that some dlls alter FPU CW but do not restore …

Oct 2, 2014:

12:52 PM Ticket #310 (pathconf() fails if '.' or a path with trailing slash is passed) created by KO Myung-Hun
Hi/2. As a subject, pathconf() fails.

Oct 1, 2014:

6:12 AM Ticket #309 (stat() for '\..' should fail) created by KO Myung-Hun
Hi/2. stat() for '\..' should fail. A parent of root is invalid.

Sep 29, 2014:

11:53 PM Ticket #308 (__spawnvpe() and interperter search) created by KO Myung-Hun
Hi/2. Current __spawnvpe() searches a interpreter in this order. …
8:23 PM Ticket #180 (libc: spawnvpe adds default extention (.exe) preventing execution of ...) closed by dmik
duplicate: I'm closing this one in favor of #300 as it contains a patch and also …

Sep 28, 2014:

9:37 AM Ticket #307 (argv[0] of shell script interpreter) created by KO Myung-Hun
Hi/2. argv[0] should be a program itself. However, if spawn() a shell …

Sep 26, 2014:

3:35 AM Ticket #306 (g++ -v fails) created by KO Myung-Hun
Hi/2. g++ -v requires a input file and return an error status. Due to …

Sep 25, 2014:

10:26 AM Ticket #305 (O_NONBLOCK and a named pipe) created by KO Myung-Hun
Hi/2. O_NONBLOCK of fcntl() does not work on a named pipe. It would …

Sep 24, 2014:

5:13 AM Ticket #304 (stat() and trailing dots) created by KO Myung-Hun
Hi/2. If passing a name with trailing dots to stat(), then stat() …

Sep 19, 2014:

9:57 AM Ticket #303 (__spawnvpe: Support more than 32K of arguments and 32KB enviroment.) created by KO Myung-Hun
OS/2 only allows up to 32KB long string lists for arguments and 32KB …

Sep 11, 2014:

2:59 AM Ticket #302 (setmode() behavior) created by KO Myung-Hun
Hi/2. setmode() works on every file handles, unconditionally. But it …

Sep 10, 2014:

3:07 AM Ticket #301 (emxomf: type_size: cannot compute size for tag 4) created by KO Myung-Hun
Hi/2. When I make a debug build of qt4 plugin of VLC, emxomf failed …

Sep 4, 2014:

9:48 PM Ticket #300 (Make spawnvpe support extension-less executables) created by dmik
The current version of spawnpe() unconditionally adds an .exe

Sep 3, 2014:

1:03 PM Ticket #299 (freopen() returns NULL even if it is successful) created by KO Myung-Hun
Hi/2. Like the subject, freopen() returns NULL even if it is …

Aug 28, 2014:

12:28 AM Ticket #298 (path for cc1 and cc1plus is missing) created by KO Myung-Hun
Hi/2. When setting gcc env up with gccenv.cmd, path for cc1 and …

Aug 19, 2014:

12:14 PM Ticket #251 (emxomf: option for suppressing symbol truncation messages) closed by dmik
duplicate: I've merged the patch from this ticket with the one from #295 and …
Note: See TracTimeline for information about the timeline view.