|
|
@3907
|
11 years |
bird |
0.6: Added SafeDosDevIOCtl.c.
|
|
|
@3906
|
11 years |
bird |
0.6,trunk: DosLoadModuleEx and DosFreeModuleEx should make an effort …
|
|
|
@3903
|
11 years |
bird |
0.6: Safer and more generic _path and _searchenv functions, making the …
|
|
|
@3899
|
11 years |
bird |
trunk+0.6: Modified the existing swab() function in string.h to be …
|
|
|
@3859
|
11 years |
bird |
libc-0.6: system() and popen() should use the same shells, preferablly …
|
|
|
@3839
|
11 years |
bird |
Must include os2safe.h as the first thing in os2emx.h and os2.h.
|
|
|
@3834
|
11 years |
bird |
os2emx.h: Include os2safe.h by default unless …
|
|
|
@3817
|
11 years |
bird |
0.6: Untested backport of the *chown and *chmod changes that hit trunk …
|
|
|
@3811
|
11 years |
bird |
libc_Back_ldr*: Allow opening of the NULL module that represents the …
|
|
|
@3810
|
11 years |
bird |
locale.h: Corrected the order of LC_MONETARY and LC_NUMERIC. Fixes #275.
|
|
|
@3809
|
11 years |
bird |
0.6: s/const/const/g - just use the (now) standard 'const' …
|
|
|
@3805
|
12 years |
Yuri Dario |
Mark CRT_INIT/EXIT functions as used to try convince GCC to keep them.
|
|
|
@3803
|
12 years |
bird |
InnoTekLIBC/fork.h: Mark fork callback structures as used to try …
|
|
|
@3802
|
12 years |
bird |
sys/sysctl.h: Try convince gcc to not remove the static sysctl data …
|
|
|
@3801
|
12 years |
Yuri Dario |
Remove FORTIFY warning. Ticket #277.
|
|
|
@3795
|
13 years |
bird |
Comment fixes from Steven. Fixes #258.
|
|
|
@3789
|
13 years |
bird |
ctype.h: Correctly fend of queries reading EOF (-1). Fixes #199.
|
|
|
@3779
|
13 years |
bird |
Drop the liberty fnmatch.h, adding the GNUisms to the emx header. …
|
|
|
@3771
|
13 years |
bird |
Backported r3768: realpath and _realrealpath should not fail if the …
|
|
|
@3766
|
13 years |
bird |
Backported r3765: FCW and FSW are 16-bit, not 32-bit, so use 'unsigned …
|
|
|
@3758
|
13 years |
bird |
Backported r3757: sys/socket.h: Use _ALIGN instead of ALIGN because of …
|
|
|
@3738
|
14 years |
bird |
sys/cdefs.h: Our gcc 3.3.5 doesn't seem to grok offsetof.
|
|
|
@3737
|
14 years |
bird |
sys/cdefs.h: Our gcc 3.3.5 doesn't seem to grok offsetof.
|
|
|
@3718
|
14 years |
bird |
0.6: Backported r3717: sys/cdefs.h: Updated to FreeBSD 9.0 (?) rev …
|
|
|
@3716
|
14 years |
bird |
0.6: Backported r3715: 386/stdarg.h,sys/cdefs.h: Synced in bit from …
|
|
|
@3714
|
14 years |
bird |
0.6: Backported r3712 & r3713: stdio.h,features.h: Don't use gcc's …
|
|
|
@3704
|
14 years |
bird |
0.6: Backported r3703: moddef.h,emxbind,weakld: Expanded the symbol …
|
|
|
@3695
|
14 years |
bird |
0.6: Backported fpathconf and pathconf reimplementation. Fixes #44.
|
|
|
@3682
|
14 years |
bird |
0.6: Backported 3670: sys/param.h: MIN & MAX fixes for gcc 4.2.0 and …
|
|
|
@3671
|
14 years |
bird |
0.6/os2safe.h: corrected the WinUpper wrapper (was prefixed with Dos). …
|
|
|
@3645
|
17 years |
bird |
Proper argument passing - finally!
|
|
|
@3643
|
17 years |
bird |
Rewrote the active wait.
|
|
|
@3386
|
18 years |
bird |
Added SafeDosQueryAppType and SafeWinUpper (both untested).
|
|
|
@3102
|
18 years |
bird |
workaround for lost signals / thread pokes. Fixes #152.
|
|
|
@3058
|
18 years |
bird |
Merged in regex from glibc 2.5.
|
|
|
@3055
|
18 years |
bird |
Added a fixed default (C/POSIX) collate locale to avoid unilib …
|
|
|
@3053
|
18 years |
bird |
Added a fixed default (C/POSIX) collate locale to avoid unilib …
|
|
|
@3024
|
18 years |
bird |
INET_ADDRSTRLEN. Ref #127.
|
|
|
@2992
|
18 years |
bird |
include the right types.h. Fixes #141.
|
|
|
@2822
|
19 years |
bird |
#128: UNI_SYSTEM_LOCALES, UNI_USER_LOCALES, ULS_LNAMEMAX, and …
|
|
|
@2813
|
19 years |
bird |
Implemented nan(), nanl(), and nanf(). Fixes #125.
|
|
|
@2786
|
19 years |
bird |
Fixed problems with fork() and module loading/unloading. Fixes #76. …
|
|
|
@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.
|
|
|
@2777
|
19 years |
bird |
va_list -> va_list. Fixes #112.
|
|
|
@2698
|
19 years |
bird |
Corrected todo.
|
|
|
@2652
|
19 years |
bird |
#71: Fixed incorrect fmutex padding in FILE which cause _fcloseall …
|
|
|
@2646
|
19 years |
bird |
#68: Implemented the _GETOPT_DECLARED blocker in getopt.h too.
|
|
|
@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 …
|
|
|
@2538
|
20 years |
bird |
#50: Inherit umask.
|
|
|
@2537
|
20 years |
bird |
#30: Fixed toupper / tolower EOF regression. (forgot to commit it)
|
|
|
@2535
|
20 years |
bird |
memalign and valloc shouldn't be in USE_GNU in malloc.h.
|
|
|
@2522
|
20 years |
bird |
#21: Restrict reading and writing of UnixEAs to HPFS, JFS, FAT and RAMFS.
|
|
|
@2519
|
20 years |
bird |
#38: Added DosSysCtl prototype and use it on panic to check for debugger.
|
|
|
@2511
|
20 years |
bird |
Fixes #30: Fixed two locale bugs. First, setlocale called a locale …
|
|
|
@2468
|
20 years |
bird |
commented out sys/_timespec.h
|
|
|
@2455
|
20 years |
bird |
fixed setkey prototype.
|
|
|
@2442
|
20 years |
bird |
Creating the libc-0.6 / gcc 3.3.5 / binutils 2.14 main branch.
|
|
copied from trunk/src/emx/include
|
|
|
@2439
|
20 years |
bird |
Created proper backend for fcntl removing F_GETOSFD in the process. …
|