source: branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3371   18 years bird perhaps we should exit all MCs before comitting suicide?
(edit) @3370   18 years bird perhaps we should exit all MCs before comitting suicide?
(edit) @3354   18 years bird Put do_return_failure and do_return_success outside the #ifdefs. Fixes …
(edit) @3353   18 years bird rmdir doesn't resolve the last path component. Fixes #163.
(edit) @3352   18 years bird Some more tests.
(edit) @3351   18 years bird Added testcase for #163, rmdir-1. References #163.
(edit) @3291   18 years bird 0.6.2 release notes.
(edit) @3290   18 years bird Fixed rc.exe bustage introduced by Yuri's wrc patch. And applied a …
(edit) @3289   18 years bird Implemented /@system_root, /@system_drive and /@tmpdir default …
(edit) @3288   18 years bird Applied wrc.exe patch from Yuri. Fixes #159.
(edit) @3281   18 years bird Fixed X prefix (it wasn't upper cased). Fixes #158.
(edit) @3214   18 years bird /@executable_path. Fixes #153.
(edit) @3213   18 years bird Wrong object freed in bailout. fixes uconv crash.
(edit) @3106   18 years bird fixed copy and past bug found by Yuri.
(edit) @3104   18 years bird kLIBC
(edit) @3103   18 years bird new version.
(edit) @3102   18 years bird workaround for lost signals / thread pokes. Fixes #152.
(edit) @3101   18 years bird mark the recursion.
(edit) @3100   18 years bird Some parallel building hacks.
(edit) @3099   18 years bird Use kmk builtins.
(edit) @3098   18 years bird changed the filehandle mutex to must-complete. Fixes #151.
(edit) @3071   18 years bird implemented _SC_PAGE_SIZE/_SC_PAGESIZE.
(edit) @3069   18 years bird Fixed symlink content.
(edit) @3067   18 years bird fixed reference to uninitialized variable with the #148 fix.
(edit) @3063   18 years bird Fake something half ok when a device is being stat()'ed. Fixes #149.
(edit) @3060   18 years bird Set structure field name to <anonymous> if it doesn't have any name.
(edit) @3058   18 years bird Merged in regex from glibc 2.5.
(edit) @3057   18 years bird Speed up when using kmk.
(edit) @3055   18 years bird Added a fixed default (C/POSIX) collate locale to avoid unilib …
(edit) @3054   18 years bird Added a fixed default (C/POSIX) collate locale to avoid unilib …
(edit) @3053   18 years bird Added a fixed default (C/POSIX) collate locale to avoid unilib …
(edit) @3051   18 years bird wcscoll test.
(edit) @3049   18 years bird Return correct error code.
(edit) @3026   18 years bird Make an attempt at converting common ilink/link386 options to wlink …
(edit) @3024   18 years bird INET_ADDRSTRLEN. Ref #127.
(edit) @3022   18 years bird Fixed fread bug that blocked up write-only streams.
(edit) @3020   18 years bird Implemented non-standard enum (size) based on a patch from Froloff.
(edit) @3019   18 years bird Fixed broken tolower (when not inlined). Fixes #144.
(edit) @3016   18 years bird A toupper/lower testcase.
(edit) @3014   18 years bird Fixed chdir failure hiding.
(edit) @3012   18 years bird Fixed tempnam(NULL,NULL) crash and errno clobbering.
(edit) @3010   18 years bird fixed testcase name.
(edit) @3008   18 years bird unix fix.
(edit) @3007   18 years bird a quick tempnam testcase.
(edit) @3005   18 years bird Fixed watcom .def file parsing.
(edit) @3004   18 years bird Fixed wrong segment class.
(edit) @3003   18 years bird Fixed a typo in the collate default data. Optimized strcoll and added …
(edit) @3001   18 years bird a couple of more locales.
(edit) @3000   18 years bird simple strcoll testcase.
(edit) @2998   18 years bird Applied the -Zsym patch from Yuri.
(edit) @2996   18 years bird Applied the -Zsym patch from Yuri.
(edit) @2995   18 years bird Applied the -Zsym patch from Yuri.
(edit) @2993   18 years bird applied the remaining patch from Yuri.
(edit) @2992   18 years bird include the right types.h. Fixes #141.
(edit) @2990   18 years bird New single quote handling, Fixes #136.
(edit) @2987   18 years bird Applied fix from Yuri addressing converion of IMPORTS statement …
(edit) @2985   18 years bird dllar.cmd enhancements from Yuri.
(edit) @2983   18 years bird Guard against double truncation.
(edit) @2982   18 years bird Backported .def line length fix from the trunk.
(edit) @2897   19 years bird delirium
(edit) @2896   19 years bird fixed problem linking debug builds.
(edit) @2894   19 years bird Fixed a typo introduced when implementing some wchar support in …
(edit) @2822   19 years bird #128: UNI_SYSTEM_LOCALES, UNI_USER_LOCALES, ULS_LNAMEMAX, and …
(edit) @2817   19 years bird Regenerated from a release build. The debug library seems to be …
(edit) @2816   19 years bird Support wlink as an alternative to ilink and link386. backported from …
(edit) @2815   19 years bird Support wlink as an alternative to ilink and link386. backported from …
(edit) @2814   19 years bird Link libstdc++ into the libc dll. Fixes #124.
(edit) @2813   19 years bird Implemented nan(), nanl(), and nanf(). Fixes #125.
(edit) @2812   19 years bird Exit with 8 instead of -1 on weakld failures. Fixes #123.
(edit) @2811   19 years bird A tad to quick there... Fixes #122.
(edit) @2810   19 years bird Fixed file creation when opening with read-only acess. Fixes #122.
(edit) @2809   19 years bird execve testcase.
(edit) @2808   19 years bird O_EXCL testcase.
(edit) @2804   19 years bird Exception handlers. libc07 will fail initterm if an exception occurs …
(edit) @2803   19 years bird Log module handle when registering a fork module.
(edit) @2802   19 years bird libc061.dll forwarder
(edit) @2800   19 years bird Removed trailing slash.
(edit) @2798   19 years bird Lock the thread database before forking. Fixes #102.
(edit) @2796   19 years bird Fixed log problem in fork() child. Fixes #119.
(edit) @2795   19 years bird Corrected DosSetFHState mask. Fixes #118.
(edit) @2792   19 years bird Implemented the new length modifiers for *scanf. Adjusted the length …
(edit) @2790   19 years bird Basic integer tests.
(edit) @2788   19 years bird Two new testcase: fork-3 and atexit-1
(edit) @2786   19 years bird Fixed problems with fork() and module loading/unloading. Fixes #76. …
(edit) @2784   19 years bird Added usage counting to _CRT_init and _CRT_term. Fixing #114.
(edit) @2782   19 years bird Heap performance (something seems to have been left behind).
(edit) @2780   19 years bird Corrected two unsigned returns which should've been signed.
(edit) @2779   19 years bird Added underscored prefix names data wp and win data exports. Fixes #111.
(edit) @2777   19 years bird va_list -> va_list. Fixes #112.
(edit) @2699   19 years bird Fixes #109. This also fixes a bug in the ghtread_once implementation …
(edit) @2698   19 years bird Corrected todo.
(edit) @2695   19 years bird Fixes #100: On OS/2 we don't do weak symbols across module …
(edit) @2685   19 years bird Inlined _um_find_bucket.
(edit) @2684   19 years bird 0.6.2
(edit) @2656   19 years bird final release notes.
(edit) @2655   19 years bird 0.6.1 and new nice.
(edit) @2654   19 years bird Try put the log file handle above the range of the standard handles.
(edit) @2653   19 years bird Corrected testcase to work with glibc & libc.
(edit) @2652   19 years bird #71: Fixed incorrect fmutex padding in FILE which cause _fcloseall …
(edit) @2651   19 years bird #71: added testcase for fcloseall and the fmutex padding in FILE.
Note: See TracRevisionLog for help on using the revision log.