Timeline
Jan 21, 2015:
- 2:38 PM Changeset [3945] by
- Added todo regarding converting code2/3.s
Jan 16, 2015:
- 8:28 PM Ticket #337 (r3942 regression) closed by
- fixed: Thanks a lot for noticing! Fixed in r3944.
- 8:27 PM Changeset [3944] by
- os2safe.h: Restored the DosDevIOCtl mapping which accidentally got …
Jan 13, 2015:
- 9:47 AM Ticket #301 (emxomf: type_size: cannot compute size for tag 4) closed by
- invalid: Yes I also think that ld needs a separate ticket. But imho this ticket …
Jan 12, 2015:
- 3:01 AM Ticket #338 (mbstowcs() returns in bytes not in wide-characters) created by
- Hi/2. mbstowcs() should returns in wide-characters(). See …
Jan 9, 2015:
- 7:10 AM Ticket #337 (r3942 regression) created by
- Hi/2. r3942 removed a safe wrapper for DosDevIOCtl. On purpose ? or a …
Jan 6, 2015:
- 1:37 AM Ticket #336 (linking high-mem enabled modules and high-mem disabled modules together) created by
- Hi/2. When linking high-mem enabled modules and high-mem disabled …
Dec 29, 2014:
- 12:31 AM Changeset [3943] by
- os2safe.h: Wrap DosCreateQueue, DosOpenQueue, DosPeekQueue, …
Dec 26, 2014:
- 8:15 PM Changeset [3942] by
- os2safe: Wrap high memory buffers for DosQueryDBCSEnv as well as …
Dec 13, 2014:
- 3:57 AM Ticket #335 (Inheritance of a translation mode of stdin/stdout/stderr) created by
- Hi/2. A child process by spawn() and exec() inherits a translation …
Dec 12, 2014:
- 7:53 AM Ticket #334 (spawn() fails to execute .cmd if COMSPEC is set to /bin/sh) created by
- Hi/2. How to reproduce. […] The result is […] The following …
Dec 7, 2014:
- 6:18 AM Ticket #333 (fcntl() and a directory fd) created by
- Hi/2. fcntl() does not work on a directory fd at all. …
Dec 4, 2014:
- 4:17 AM Ticket #332 (WCHAR_MIN and WCHAR_MAX) created by
- Hi/2. Currently WCHAR_MIN and WCHAR_MAX is defined as __INT_MIN and …
Dec 3, 2014:
- 3:24 AM Ticket #331 (dup() for a directory handle does not work) created by
- Hi/2. If trying to dup() a directory handle, it fails. For examples, …
Nov 30, 2014:
- 4:57 AM Ticket #330 (spawn() fails to execute a shell script if a dir whose name is same as ...) created by
- Hi/2. For examples, spawn.c […] spawn.pl […] When …
- 4:06 AM Ticket #329 (spawn() and a shell script not started with #!) created by
- Hi/2. Some shell scripts do not have #! at first line. In this case, …
Nov 25, 2014:
- 6:40 AM Ticket #328 (strcoll() always returns 0 on DBCS codepages) created by
- Hi/2. strcoll() always returns 0 on DBCS codepages. This seems to be …
Nov 22, 2014:
- 1:34 AM Ticket #327 (ld and -Zdll-search) created by
- Hi/2. ld does not understand .dll even if -Zdll-search is used. […]
- 1:26 AM Ticket #326 (ld and __declspec(dllexport)) created by
- Hi/2. When building DLLs with declspec(dllexport), ld does not …
Nov 20, 2014:
- 3:56 PM Ticket #301 (emxomf: type_size: cannot compute size for tag 4) reopened by
- I see exactly the same error when I build gettext. What info would you …
Nov 19, 2014:
- 10:43 AM Ticket #325 (fdopen() and default translation mode) created by
- Hi/2. fdopen() create a stream in a translation mode of a file …
Nov 10, 2014:
- 9:46 PM Ticket #324 (emxomfstrip: strip like tool for LX) created by
- Would be nice to have a tool for stripping LX files. LxLite apparently …
- 9:42 PM Ticket #323 (spawnlp() does not check if an entry is a directory) closed by
- fixed: No, won't happen if it's within EMXPATH or PATH, only for the current …
- 9:36 PM Changeset [3941] by
- _searchenv[2]: Don't return EISDIR. Fixes #323.
- 9:16 PM Changeset [3940] by
- emxomfstrip: Debugged it.
- 8:33 PM Changeset [3939] by
- fixed file header.
- 8:32 PM Changeset [3938] by
- emx: Added emxomfstrip (untested).
Nov 9, 2014:
- 9:23 AM Ticket #323 (spawnlp() does not check if an entry is a directory) created by
- Hi/2. If a directory whose name is same as [name] exist in a current …
Nov 5, 2014:
- 7:06 AM Ticket #321 (__attribute__((constructor/destructor)) and _DLL_InitTerm()) closed by
- invalid
- 5:25 AM Ticket #321 (__attribute__((constructor/destructor)) and _DLL_InitTerm()) reopened by
- 2:52 AM Ticket #321 (__attribute__((constructor/destructor)) and _DLL_InitTerm()) closed by
- invalid: If you replace the default _DLL_InitTerm you have no right to complain …
- 2:43 AM Ticket #321 (__attribute__((constructor/destructor)) and _DLL_InitTerm()) reopened by
- But I don't think attribute((constructor/destructor)) is related …
- 2:34 AM Ticket #322 (Support SINGLE SHARED attributes of DATA) closed by
- wontfix: Seems you've got no clue what implications having a shared data …
- 2:24 AM Ticket #322 (Support SINGLE SHARED attributes of DATA) reopened by
- First of all, LINK386, VAC308 and VAC365 support this. And sometimes …
Nov 4, 2014:
- 7:04 PM Ticket #322 (Support SINGLE SHARED attributes of DATA) closed by
- wontfix: That's on purpose as it doesn't mix with how libc works (forking and …
- 7:01 PM Ticket #321 (__attribute__((constructor/destructor)) and _DLL_InitTerm()) closed by
- invalid: This is done so for hysterical raisins (IBM/MS compatibility or smth), …
Oct 31, 2014:
- 9:34 AM Ticket #322 (Support SINGLE SHARED attributes of DATA) created by
- Hi/2. emxomfld(wlink) and ld does not support SINGLE SHARED …
Oct 29, 2014:
- 3:22 PM Ticket #321 (__attribute__((constructor/destructor)) and _DLL_InitTerm()) created by
- Hi/2. __attribute__((consturctor)) and …
Oct 26, 2014:
- 9:15 PM Changeset [3937] by
- kLibC v0.6.6 / csd6
- 9:11 PM WikiStart edited by
- (diff)
- 8:58 PM WikiStart edited by
- (diff)
- 8:56 PM WikiStart edited by
- csd6 (diff)
- 8:50 PM Milestone libc-0.6.6 completed
- 4:30 PM Changeset [3936] by
- trunk,0.6: The two constant lconv locale structures had .pszCrncyStr …
- 2:49 PM Changeset [3935] by
- 0.6: gearing up to 0.6.6
- 2:48 PM Changeset [3934] by
- trunk,0.6: gcc/gcc/config/i386/emx.h: Added missing space at the end …
- 2:47 PM Changeset [3933] by
- 0.6: gearing up to 0.6.6
- 2:20 PM Ticket #302 (setmode() behavior) closed by
- wontfix
- 6:26 AM Ticket #302 (setmode() behavior) reopened by
- What I meant is simple. Check if a file handle is for a console before …
- 5:52 AM Ticket #154 (libc: _SC_ARG_MAX is significantly lower than ARG_MAX) closed by
- fixed: Fixed in r3932.
- 5:51 AM Changeset [3932] by
- trunk,0.6: sysconf: return max values for _SC_ARG_MAX and …
- 5:42 AM Ticket #303 (__spawnvpe: Support more than 32K of arguments and 32KB enviroment.) reopened by
- DosExecPgm returned ERROR_BAD_ENVIRONMENT. I attach the testcases I used.
- 5:33 AM Ticket #316 (emxomfar crash if no arguments) closed by
- fixed: Fixed in r3931, both for trunk and branch.
- 5:33 AM Changeset [3931] by
- trunk,0.6: emxomfar: Don't crash if no arguments are given. Fixes #316.
- 5:29 AM Ticket #301 (emxomf: type_size: cannot compute size for tag 4) closed by
- needsmoreinput: Not enough input to fix anything here.
- 5:26 AM Ticket #307 (argv[0] of shell script interpreter) closed by
- fixed
- 5:18 AM Changeset [3930] by
- trunk,0.6: Fixed hash-bang and batch script handling in spawnvpe. …
- 5:14 AM Changeset [3929] by
- trunk,0.6: syslimits.h,param.h: Lowered ARG_MAX/NCARGS by 32-bytes …
- 3:43 AM Ticket #318 (-static problem) closed by
- wontfix: Static linking against kLibC is not supported and broken on purpose. …
- 3:41 AM Changeset [3928] by
- trunk,0.6: gcc/gcc/config/i386/emx.h: Added missing space at the end …
- 3:36 AM Ticket #303 (__spawnvpe: Support more than 32K of arguments and 32KB enviroment.) closed by
- needsmoreinput
- 3:34 AM Ticket #302 (setmode() behavior) closed by
- invalid: What on earth are you babbling about here? setmode() in …
- 3:15 AM Changeset [3927] by
- trunk,0.6: syslimits.h,param.h: Lowered ARG_MAX/NCARGS by 32-bytes …
- 2:41 AM Ticket #294 (DosOpen is not high memory safe) closed by
- fixed: Done in r3926 (based on the existing SafeDosOpenL code).
- 2:40 AM Changeset [3926] by
- trunk,0.6: Added SafeDosOpen.
- 2:31 AM Ticket #309 (stat() for '\..' should fail) closed by
- invalid: Yes, POSIX/UNIX compatibility is much more important than being …
- 2:07 AM Ticket #267 (Make _abspath() use path rewrite feature) closed by
- fixed: Implemented in r3924 (0.6) and r3925 (trunk).
- 2:06 AM Changeset [3925] by
- trunk: Reimplemented _abspath to deal with path-rewriters, chroot …
- 2:02 AM Changeset [3924] by
- 0.6: Reimplemented _abspath to deal with path-rewriters, chroot …
Oct 25, 2014:
- 7:40 PM Ticket #319 (the executable named after a option is created if -o is not specified) closed by
- fixed: Backported and fixed up r3921, r3922 and r3923.
- 7:40 PM Changeset [3923] by
- trunk: gcc/gcc.c: Backported r101934 and r101993 and applied fix from …
- 7:35 PM Changeset [3922] by
- oops, version.c was not supposed to be committed.
- 7:34 PM Changeset [3921] by
- 0.6: gcc/gcc.c: Backported r101934 and r101993 and applied fix from …
- 7:11 PM Changeset [3920] by
- trunk,0.6: Reduce stabs -> hll conversion warnings to a single warning …
- 1:39 PM Ticket #293 (emxomf - enhance to warn for out of range HLL debug index rather than die) closed by
- fixed: Yes, we should really warn rather than die in this case, because I'm …
- 1:33 PM Changeset [3919] by
- trunk,0.6: emxomf: Warn once about HLL type indexes we cannot encode …
- 2:46 AM Ticket #320 (export __libc_native2errno()) created by
- Hi/2. Sometimes libc_native2errno() is very useuful when …
Oct 24, 2014:
- 10:40 PM Ticket #284 (Inconsistent realpath() and stat() behavior) closed by
- worksforme: The readlink() problem you mention in comment:4 is related to using …
- 10:14 PM Ticket #283 (stat() fails on /@unixroot) closed by
-
fixed: I guess you may be using
UNIXROOT=X:
instead of … - 10:08 PM Changeset [3918] by
- trunk: fs.c,pathrewrite.c: Do a better job with trailing slashes on …
- 10:02 PM Changeset [3917] by
- 0.6: fs.c,pathrewrite.c: Do a better job with trailing slashes on …
- 8:47 PM Ticket #292 (setlocale may not be SMP safe) closed by
- fixed: I don't think setlocale is guaranteed to global thread-safety while …
- 8:40 PM Changeset [3916] by
- trunk,0.6: Forwardported r3915 (setlocale tweaks), see #292.
- 8:27 PM Changeset [3915] by
- 0.6/locale.c: Rewrote the locale commiting code to not temporarily …
- 4:02 PM Ticket #269 (fopen() crash) closed by
- fixed: Create a new testcase in r3913 and committed a fix in (trunk + branch) …
- 4:01 PM Changeset [3914] by
- trunk,0.6: Fixed buffer overflow in fsResolveUnix that would trigger …
- 3:50 PM Changeset [3913] by
- 0.6: Added testcase for bug #269.
- 1:18 PM Ticket #285 (Add env.var. for entering unix penthouse) closed by
- fixed: Implemented a little differently in r3911 & r3912 (both trunk + …
- 1:03 PM Changeset [3912] by
- trunk,0.6: Added check that the UNIXROOT_OUTSIDE env var is not set …
- 12:49 PM Changeset [3911] by
- 0.6,trunk: Introducing env var UNIXROOT_CHROOTED for faking chroot …
- 11:11 AM Changeset [3910] by
- keywords
- 10:58 AM Ticket #287 (Prioritize SHELL over EMXSHELL) closed by
- fixed: Thanks for noticing. Fixed in r3909.
- 10:58 AM Changeset [3909] by
- trunk,0.6: Fixed regression in system() from the ticket #287 changes.
- 6:18 AM Ticket #319 (the executable named after a option is created if -o is not specified) created by
- Hi/2. For examples, […] creates -lc.exe instead of test.exe …
- 6:04 AM Ticket #318 (-static problem) created by
- Hi/2. If it is specified without -o option, ld fails due to …
- 3:24 AM Ticket #289 (Building with -fpack-struct=1 breaks struct stat) closed by
- invalid: Specifying non-default structure packing when including kLibC headers …
- 3:01 AM Ticket #282 (Add DosDevIOCtl() to os2safe.h) closed by
- fixed: Implemented for trunk in r3908 and the branch in r3907.
- 2:53 AM Changeset [3908] by
- trunk: Added SafeDosDevIOCtl.c.
- 2:50 AM Changeset [3907] by
- 0.6: Added SafeDosDevIOCtl.c.
- 1:50 AM Changeset [3906] by
- 0.6,trunk: DosLoadModuleEx and DosFreeModuleEx should make an effort …
- 1:14 AM Ticket #296 (Add SIGFPE handler to all threads) closed by
- wontfix: Dmitry, I don't think ignoring SIGFPE is a good idea as applications …
- 1:13 AM Ticket #317 (FPU control word safe API wrappers) created by
- Extend the high memory 'safe' wrappers to include FPU CW safeness. …
- 12:37 AM Ticket #288 (rename() fails if dest file is r/o) closed by
- fixed: Committed a fix in r3905 for both trunk and branch.
- 12:35 AM Changeset [3905] by
- trunk,0.6: b_fsRename.c: Overwrite read-only target files to be more …
- 12:06 AM Ticket #298 (path for cc1 and cc1plus is missing) closed by
- worksforme: Don't know what you're doing, but I don't see this problem here. Not …
Oct 23, 2014:
- 11:47 PM Ticket #180 (libc: spawnvpe adds default extention (.exe) preventing execution of ...) closed by
- fixed: Forwardported to trunk in r3904.
- 11:46 PM Ticket #308 (__spawnvpe() and interperter search) closed by
- fixed: Forwardported to trunk in r3904.
- 11:45 PM Changeset [3904] by
- Safer and more generic _path and _searchenv functions, making the …
- 10:26 PM Changeset [3903] by
- 0.6: Safer and more generic _path and _searchenv functions, making the …
- 10:26 PM Ticket #300 (Make spawnvpe support extension-less executables) closed by
- duplicate: Too much noise here, and the original report has precedence. Closing …
- 10:24 PM Ticket #180 (libc: spawnvpe adds default extention (.exe) preventing execution of ...) reopened by
- 10:17 PM Changeset [3902] by
- 0.6: template.smak: speed things up with kmk.
- 8:57 PM Changeset [3901] by
- 0.6: tools build fix (moddef structs have changed).
- 11:13 AM Ticket #316 (emxomfar crash if no arguments) created by
- Hi/2. If just running emxomfar without arguments, emxomfar crashes.
- 2:37 AM Ticket #309 (stat() for '\..' should fail) reopened by
- I've confirmed. But VAC 3.08, OpenWatcom v1.8 and EMX return an error. …
Note:
See TracTimeline
for information about the timeline view.