|
|
@2811
|
19 years |
bird |
A tad to quick there... Fixes #122.
|
|
|
@2810
|
19 years |
bird |
Fixed file creation when opening with read-only acess. Fixes #122.
|
|
|
@2809
|
19 years |
bird |
execve testcase.
|
|
|
@2808
|
19 years |
bird |
O_EXCL testcase.
|
|
|
@2804
|
19 years |
bird |
Exception handlers. libc07 will fail initterm if an exception occurs …
|
|
|
@2803
|
19 years |
bird |
Log module handle when registering a fork module.
|
|
|
@2802
|
19 years |
bird |
libc061.dll forwarder
|
|
|
@2800
|
19 years |
bird |
Removed trailing slash.
|
|
|
@2798
|
19 years |
bird |
Lock the thread database before forking. Fixes #102.
|
|
|
@2796
|
19 years |
bird |
Fixed log problem in fork() child. Fixes #119.
|
|
|
@2795
|
19 years |
bird |
Corrected DosSetFHState mask. Fixes #118.
|
|
|
@2792
|
19 years |
bird |
Implemented the new length modifiers for *scanf. Adjusted the length …
|
|
|
@2790
|
19 years |
bird |
Basic integer tests.
|
|
|
@2788
|
19 years |
bird |
Two new testcase: fork-3 and atexit-1
|
|
|
@2786
|
19 years |
bird |
Fixed problems with fork() and module loading/unloading. Fixes #76. …
|
|
|
@2784
|
19 years |
bird |
Added usage counting to _CRT_init and _CRT_term. Fixing #114.
|
|
|
@2782
|
19 years |
bird |
Heap performance (something seems to have been left behind).
|
|
|
@2780
|
19 years |
bird |
Corrected two unsigned returns which should've been signed.
|
|
|
@2779
|
19 years |
bird |
Added underscored prefix names data wp and win data exports. Fixes #111.
|
|
|
@2777
|
19 years |
bird |
va_list -> va_list. Fixes #112.
|
|
|
@2699
|
19 years |
bird |
Fixes #109. This also fixes a bug in the ghtread_once implementation …
|
|
|
@2698
|
19 years |
bird |
Corrected todo.
|
|
|
@2695
|
19 years |
bird |
Fixes #100: On OS/2 we don't do weak symbols across module …
|
|
|
@2685
|
19 years |
bird |
Inlined _um_find_bucket.
|
|
|
@2684
|
19 years |
bird |
0.6.2
|
|
|
@2656
|
19 years |
bird |
final release notes.
|
|
|
@2655
|
19 years |
bird |
0.6.1 and new nice.
|
|
|
@2654
|
19 years |
bird |
Try put the log file handle above the range of the standard handles.
|
|
|
@2653
|
19 years |
bird |
Corrected testcase to work with glibc & libc.
|
|
|
@2652
|
19 years |
bird |
#71: Fixed incorrect fmutex padding in FILE which cause _fcloseall …
|
|
|
@2651
|
19 years |
bird |
#71: added testcase for fcloseall and the fmutex padding in FILE.
|
|
|
@2650
|
19 years |
bird |
#70: Demangle symbol names in debug info. (thanks to Yuri)
|
|
|
@2649
|
19 years |
bird |
#69: Corrected a few problems related to dos drives and slashes in …
|
|
|
@2648
|
19 years |
bird |
#69: Corrected a few problems related to dos drives and slashes in …
|
|
|
@2647
|
19 years |
bird |
read & write logging, and added support for more size flags to the …
|
|
|
@2646
|
19 years |
bird |
#68: Implemented the _GETOPT_DECLARED blocker in getopt.h too.
|
|
|
@2641
|
19 years |
bird |
This bugger links .dll -> .so before we get to emximp. So, we must …
|
|
|
@2639
|
19 years |
bird |
This bugger links .dll -> .so before we get to emximp. So, we must …
|
|
|
@2628
|
19 years |
bird |
#67: Removed termcap.h, curses.h, bsd/curses.h, bsd/termcap.h, …
|
|
|
@2620
|
19 years |
bird |
#65: Added sys/_timespec.h and uncommented it's inclusion in …
|
|
|
@2616
|
19 years |
bird |
Fixed wrong target name written into the symlink.
|
|
|
@2613
|
19 years |
bird |
…
|
|
|
@2594
|
19 years |
bird |
#62: Fixed incorrect EOF treatment in getdelim (and in getline since …
|
|
|
@2593
|
19 years |
bird |
fixed badly applied patch.
|
|
|
@2579
|
19 years |
bird |
#49: Fixed stat backend so ctime is set, and made fstat, lstat and …
|
|
|
@2577
|
19 years |
bird |
#61: Fixed incorrect ENOENT errno on symlink when it should return EEXIST.
|
|
|
@2570
|
19 years |
bird |
#60: Fixed blunder in exec/spawn filehandle inheritance code.
|
|
|
@2553
|
19 years |
bird |
#55: delete the response file when reinit the args.
|
|
|
@2552
|
19 years |
bird |
#46: real fix.
|
|
|
@2551
|
19 years |
bird |
Applies #46.
|
|
|
@2548
|
19 years |
bird |
#58: The standard file handles are always initialized as open.
|
|
|
@2547
|
19 years |
bird |
fclose / flush testcase.
|
|
|
@2546
|
19 years |
bird |
fclose / flush testcase.
|
|
|
@2545
|
20 years |
bird |
#54: Fixed unitialized directory handle member fInUnixTree.
|
|
|
@2544
|
20 years |
bird |
#53: Fixed LIBC panic when _openstream locks the stream vector in any …
|
|
|
@2543
|
20 years |
bird |
#52: Fixed two 'symlink/' problems in the path resolver.
|
|
|
@2542
|
20 years |
bird |
#51: Made unlink able to delete readonly files.
|
|
|
@2541
|
20 years |
bird |
Rewrote the freopen(NULL) code to use fcntl(,F_SETFL,) for updating …
|
|
|
@2540
|
20 years |
bird |
#50: Inherit umask.
|
|
|
@2539
|
20 years |
bird |
#50: Inherit umask.
|
|
|
@2538
|
20 years |
bird |
#50: Inherit umask.
|
|
|
@2537
|
20 years |
bird |
#30: Fixed toupper / tolower EOF regression. (forgot to commit it)
|
|
|
@2536
|
20 years |
bird |
#48: Quick implementation of the freopen(NULL) operation to make cat …
|
|
|
@2535
|
20 years |
bird |
memalign and valloc shouldn't be in USE_GNU in malloc.h.
|
|
|
@2534
|
20 years |
bird |
0.6.1 notes.
|
|
|
@2533
|
20 years |
bird |
#30: Fixed toupper / tolower EOF regression. (test_ctype.c found it).
|
|
|
@2532
|
20 years |
bird |
fixed the test to check for type too and ignore the readonly problem …
|
|
|
@2531
|
20 years |
bird |
#41: typo breaking fchmod().
|
|
|
@2530
|
20 years |
bird |
Fixed incorrect assertion in libc_back_fsInfoObjRelease.
|
|
|
@2529
|
20 years |
bird |
Fixed incorrect assertion in libc_back_fsInfoObjRelease.
|
|
|
@2528
|
20 years |
bird |
#41: And added special file mode mask getter and extra validations to …
|
|
|
@2527
|
20 years |
bird |
added symlink-1.
|
|
|
@2526
|
20 years |
bird |
#41: And added special file mode mask getter and extra validations to …
|
|
|
@2525
|
20 years |
bird |
#41: Calc st_ino and st_dev at the end of the unix attrib getter if …
|
|
|
@2524
|
20 years |
bird |
#40: Fixed double slash preventing root directories from being opened.
|
|
|
@2523
|
20 years |
bird |
|
|
|
@2522
|
20 years |
bird |
#21: Restrict reading and writing of UnixEAs to HPFS, JFS, FAT and RAMFS.
|
|
|
@2521
|
20 years |
bird |
o #38: Fixed truncation bug writing to the LX nametable. Imports and …
|
|
|
@2520
|
20 years |
bird |
#38: Added DosSysCtl prototype and use it on panic to check for debugger.
|
|
|
@2519
|
20 years |
bird |
#38: Added DosSysCtl prototype and use it on panic to check for debugger.
|
|
|
@2518
|
20 years |
bird |
#33: Fixed a runpath in libc_back_signalWait which didn't reacquire …
|
|
|
@2517
|
20 years |
bird |
#34: Removed all the silliness trying to deadl with truncated symbols.
|
|
|
@2516
|
20 years |
bird |
#25: Ensure correct address length returns from recvmsg and recvfrom.
|
|
|
@2515
|
20 years |
bird |
#32: Fixed incorrect readdir_r return code when out of files.
|
|
|
@2514
|
20 years |
bird |
Bug 20, fixed: use mkstemp + close instead of mktemp for the response file.
|
|
|
@2513
|
20 years |
bird |
Bug 20, fixed: use libiberty make_temp_file instead of big, clumsy and …
|
|
|
@2512
|
20 years |
bird |
Bug 20, fixed: use libiberty make_temp_file instead of big, clumsy and …
|
|
|
@2511
|
20 years |
bird |
Fixes #30: Fixed two locale bugs. First, setlocale called a locale …
|
|
|
@2510
|
20 years |
bird |
Use DLL name from the .DEF file when present. Fixes #28.
|
|
|
@2509
|
20 years |
bird |
Applied fix from Yuri. Fixes #27.
|
|
|
@2502
|
20 years |
bird |
And we *need* STMP_FIXINC because of limits.h depends on syslimits.h …
|
|
|
@2501
|
20 years |
bird |
NATIVE_SYSTEM_HEADER_DIR must be all forward slashes!
|
|
|
@2499
|
20 years |
bird |
#23: Corrected EA name in template from FLAGS to SYMLINK.
|
|
|
@2498
|
20 years |
bird |
#23: Corrected EA name in template from FLAGS to SYMLINK.
|
|
|
@2497
|
20 years |
bird |
Fixes #24
- chdir() crash in fts.c.
- dirfd() problem in fts.c which …
|
|
|
@2496
|
20 years |
bird |
#22: Added DosFindFirst() as fallback when DosQueryPathInfo() fails to …
|
|
|
@2495
|
20 years |
bird |
Overlooked one place where the minor version was needed.
|
|
|
@2494
|
20 years |
bird |
o Don't display usage() on failure, just the error message.
|
|
|
@2493
|
20 years |
bird |
0.6.1
|
|
|
@2492
|
20 years |
bird |
Created the libc06 forwarder dll.
|
|
|