Timeline
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. …
Oct 22, 2014:
- 10:36 PM Ticket #309 (stat() for '\..' should fail) closed by
- invalid: No, the parent of root is root, on FreeBSD, Linux, Windows and most …
- 10:28 PM Ticket #312 (FPU control word is altered at startup) closed by
- fixed: Great idea! I'd like to have it in the crt0 assembly code, though. …
- 10:26 PM Changeset [3900] by
- trunk+0.6: Load default FPU.CW value in crt0 to avoid getting bitten …
- 9:33 PM Ticket #314 (open x: as DASD not a dir) closed by
- wontfix: The current idea of mapping "c:" to what on linux would be something …
- 9:17 PM Ticket #281 (enable swab() in unistd.h) closed by
- fixed: Fixed in r3899 both places.
- 9:17 PM Changeset [3899] by
- trunk+0.6: Modified the existing swab() function in string.h to be …
Oct 20, 2014:
- 2:08 AM Ticket #315 (Missing sa_family_t in sys/socket.h) closed by
- duplicate: Thanks for the info, diver. I'll close this ticket. This is a …
Oct 19, 2014:
- 4:11 AM Ticket #315 (Missing sa_family_t in sys/socket.h) created by
- Hi/2. sa_family_t should be defined n sys/socket.h. See …
Oct 11, 2014:
- 11:43 AM Ticket #314 (open x: as DASD not a dir) created by
- Hi/2. open() open x: as a dir. Instead, it would be better to open it …
Oct 7, 2014:
Oct 3, 2014:
- 2:02 PM Ticket #313 (fpathconf() returns 14 for _PC_NAME_MAX if a handle is a directory) created by
- Hi/2. fpathconf() returns 14(_POSIX_NAME_MAX) instead of …
- 1:56 PM Ticket #311 (FPU control word is altered at startup) closed by
- duplicate: Sorry, this ticket was created twice. See ticket #312.
- 11:28 AM Ticket #312 (FPU control word is altered at startup) created by
- Hi/2. It is well known that some dlls alter FPU CW but do not restore …
- 11:27 AM Ticket #311 (FPU control word is altered at startup) created by
- Hi/2. It is well known that some dlls alter FPU CW but do not restore …
Oct 2, 2014:
- 2:52 PM Ticket #310 (pathconf() fails if '.' or a path with trailing slash is passed) created by
- Hi/2. As a subject, pathconf() fails.
Oct 1, 2014:
- 8:12 AM Ticket #309 (stat() for '\..' should fail) created by
- Hi/2. stat() for '\..' should fail. A parent of root is invalid.
Sep 30, 2014:
- 1:53 AM Ticket #308 (__spawnvpe() and interperter search) created by
- Hi/2. Current __spawnvpe() searches a interpreter in this order. …
Sep 29, 2014:
- 10:23 PM Ticket #180 (libc: spawnvpe adds default extention (.exe) preventing execution of ...) closed by
- duplicate: I'm closing this one in favor of #300 as it contains a patch and also …
Sep 28, 2014:
- 11:37 AM Ticket #307 (argv[0] of shell script interpreter) created by
- Hi/2. argv[0] should be a program itself. However, if spawn() a shell …
Sep 26, 2014:
- 5:35 AM Ticket #306 (g++ -v fails) created by
- Hi/2. g++ -v requires a input file and return an error status. Due to …
Sep 25, 2014:
- 12:26 PM Ticket #305 (O_NONBLOCK and a named pipe) created by
- Hi/2. O_NONBLOCK of fcntl() does not work on a named pipe. It would …
Sep 24, 2014:
- 7:13 AM Ticket #304 (stat() and trailing dots) created by
- Hi/2. If passing a name with trailing dots to stat(), then stat() …
Sep 19, 2014:
- 11:57 AM Ticket #303 (__spawnvpe: Support more than 32K of arguments and 32KB enviroment.) created by
- OS/2 only allows up to 32KB long string lists for arguments and 32KB …
Sep 11, 2014:
- 4:59 AM Ticket #302 (setmode() behavior) created by
- Hi/2. setmode() works on every file handles, unconditionally. But it …
Sep 10, 2014:
- 5:07 AM Ticket #301 (emxomf: type_size: cannot compute size for tag 4) created by
- Hi/2. When I make a debug build of qt4 plugin of VLC, emxomf failed …
Sep 4, 2014:
- 11:48 PM Ticket #300 (Make spawnvpe support extension-less executables) created by
-
The current version of
spawnpe()
unconditionally adds an.exe
…
Sep 3, 2014:
- 3:03 PM Ticket #299 (freopen() returns NULL even if it is successful) created by
- Hi/2. Like the subject, freopen() returns NULL even if it is …
Aug 28, 2014:
- 2:28 AM Ticket #298 (path for cc1 and cc1plus is missing) created by
- Hi/2. When setting gcc env up with gccenv.cmd, path for cc1 and …
Aug 19, 2014:
- 2:14 PM Ticket #251 (emxomf: option for suppressing symbol truncation messages) closed by
- duplicate: I've merged the patch from this ticket with the one from #295 and …
Note:
See TracTimeline
for information about the timeline view.