Timeline



Jan 26, 2015:

4:59 PM Ticket #339 (dllar: rm -f is called in help mode) created by dmik
It's rather unclear why dllar.cmd calls cleanup when it is run w/o …

Jan 21, 2015:

1:38 PM Changeset [3945] by bird
Added todo regarding converting code2/3.s

Jan 16, 2015:

7:28 PM Ticket #337 (r3942 regression) closed by bird
fixed: Thanks a lot for noticing! Fixed in r3944.
7:27 PM Changeset [3944] by bird
os2safe.h: Restored the DosDevIOCtl mapping which accidentally got …

Jan 13, 2015:

8:47 AM Ticket #301 (emxomf: type_size: cannot compute size for tag 4) closed by Silvan Scherrer
invalid: Yes I also think that ld needs a separate ticket. But imho this ticket …

Jan 12, 2015:

2:01 AM Ticket #338 (mbstowcs() returns in bytes not in wide-characters) created by KO Myung-Hun
Hi/2. mbstowcs() should returns in wide-characters(). See …

Jan 9, 2015:

6:10 AM Ticket #337 (r3942 regression) created by KO Myung-Hun
Hi/2. r3942 removed a safe wrapper for DosDevIOCtl. On purpose ? or a …

Jan 6, 2015:

12:37 AM Ticket #336 (linking high-mem enabled modules and high-mem disabled modules together) created by KO Myung-Hun
Hi/2. When linking high-mem enabled modules and high-mem disabled …

Dec 28, 2014:

11:31 PM Changeset [3943] by bird
os2safe.h: Wrap DosCreateQueue?, DosOpenQueue?, DosPeekQueue?, …

Dec 26, 2014:

7:15 PM Changeset [3942] by bird
os2safe: Wrap high memory buffers for DosQueryDBCSEnv as well as …

Dec 13, 2014:

2:57 AM Ticket #335 (Inheritance of a translation mode of stdin/stdout/stderr) created by KO Myung-Hun
Hi/2. A child process by spawn() and exec() inherits a translation …

Dec 12, 2014:

6:53 AM Ticket #334 (spawn() fails to execute .cmd if COMSPEC is set to /bin/sh) created by KO Myung-Hun
Hi/2. How to reproduce. […] The result is […] The following …

Dec 7, 2014:

5:18 AM Ticket #333 (fcntl() and a directory fd) created by KO Myung-Hun
Hi/2. fcntl() does not work on a directory fd at all. …

Dec 4, 2014:

3:17 AM Ticket #332 (WCHAR_MIN and WCHAR_MAX) created by KO Myung-Hun
Hi/2. Currently WCHAR_MIN and WCHAR_MAX is defined as __INT_MIN and …

Dec 3, 2014:

2:24 AM Ticket #331 (dup() for a directory handle does not work) created by KO Myung-Hun
Hi/2. If trying to dup() a directory handle, it fails. For examples, …

Nov 30, 2014:

3:57 AM Ticket #330 (spawn() fails to execute a shell script if a dir whose name is same as ...) created by KO Myung-Hun
Hi/2. For examples, spawn.c […] spawn.pl […] When …
3:06 AM Ticket #329 (spawn() and a shell script not started with #!) created by KO Myung-Hun
Hi/2. Some shell scripts do not have #! at first line. In this case, …

Nov 25, 2014:

5:40 AM Ticket #328 (strcoll() always returns 0 on DBCS codepages) created by KO Myung-Hun
Hi/2. strcoll() always returns 0 on DBCS codepages. This seems to be …

Nov 22, 2014:

12:34 AM Ticket #327 (ld and -Zdll-search) created by KO Myung-Hun
Hi/2. ld does not understand .dll even if -Zdll-search is used. […]
12:26 AM Ticket #326 (ld and __declspec(dllexport)) created by KO Myung-Hun
Hi/2. When building DLLs with declspec(dllexport), ld does not …

Nov 20, 2014:

2:56 PM Ticket #301 (emxomf: type_size: cannot compute size for tag 4) reopened by Silvan Scherrer
I see exactly the same error when I build gettext. What info would you …

Nov 19, 2014:

9:43 AM Ticket #325 (fdopen() and default translation mode) created by KO Myung-Hun
Hi/2. fdopen() create a stream in a translation mode of a file …

Nov 10, 2014:

8:46 PM Ticket #324 (emxomfstrip: strip like tool for LX) created by bird
Would be nice to have a tool for stripping LX files. LxLite? apparently …
8:42 PM Ticket #323 (spawnlp() does not check if an entry is a directory) closed by bird
fixed: No, won't happen if it's within EMXPATH or PATH, only for the current …
8:36 PM Changeset [3941] by bird
_searchenv[2]: Don't return EISDIR. Fixes #323.
8:16 PM Changeset [3940] by bird
emxomfstrip: Debugged it.
7:33 PM Changeset [3939] by bird
fixed file header.
7:32 PM Changeset [3938] by bird
emx: Added emxomfstrip (untested).

Nov 9, 2014:

8:23 AM Ticket #323 (spawnlp() does not check if an entry is a directory) created by KO Myung-Hun
Hi/2. If a directory whose name is same as [name] exist in a current …

Nov 5, 2014:

6:06 AM Ticket #321 (__attribute__((constructor/destructor)) and _DLL_InitTerm()) closed by bird
invalid
4:25 AM Ticket #321 (__attribute__((constructor/destructor)) and _DLL_InitTerm()) reopened by KO Myung-Hun
1:52 AM Ticket #321 (__attribute__((constructor/destructor)) and _DLL_InitTerm()) closed by bird
invalid: If you replace the default _DLL_InitTerm you have no right to complain …
1:43 AM Ticket #321 (__attribute__((constructor/destructor)) and _DLL_InitTerm()) reopened by KO Myung-Hun
But I don't think attribute((constructor/destructor)) is related …
1:34 AM Ticket #322 (Support SINGLE SHARED attributes of DATA) closed by bird
wontfix: Seems you've got no clue what implications having a shared data …
1:24 AM Ticket #322 (Support SINGLE SHARED attributes of DATA) reopened by KO Myung-Hun
First of all, LINK386, VAC308 and VAC365 support this. And sometimes …

Nov 4, 2014:

6:04 PM Ticket #322 (Support SINGLE SHARED attributes of DATA) closed by bird
wontfix: That's on purpose as it doesn't mix with how libc works (forking and …
6:01 PM Ticket #321 (__attribute__((constructor/destructor)) and _DLL_InitTerm()) closed by bird
invalid: This is done so for hysterical raisins (IBM/MS compatibility or smth), …

Oct 31, 2014:

8:34 AM Ticket #322 (Support SINGLE SHARED attributes of DATA) created by KO Myung-Hun
Hi/2. emxomfld(wlink) and ld does not support SINGLE SHARED …

Oct 29, 2014:

2:22 PM Ticket #321 (__attribute__((constructor/destructor)) and _DLL_InitTerm()) created by KO Myung-Hun
Hi/2. __attribute__((consturctor)) and …
Note: See TracTimeline for information about the timeline view.