Age | Commit message (Expand) | Author | Files | Lines |
2003-07-03 | * include/search.h: New file. | Danny Smith | 2 | -1/+68 |
2003-07-02 | * include/process.h (_execv, _execvp, _spawnv, _spawnvp, _execve, | Danny Smith | 1 | -17/+18 |
2003-07-01 | * include/_mingw.h (small, hyper): Change to __small and __hyper to | Earnie Boyd | 1 | -4/+4 |
2003-07-01 | * include/_mingw.h (__int32, __int16, __int8, small, hyper): Define. | Earnie Boyd | 1 | -2/+18 |
2003-06-18 | * include/dirent.h (dirent): Make d_name and array instead of a pointer. | Earnie Boyd | 1 | -4/+2 |
2003-05-30 | 2003-05-30 Sascha Sommer <saschasommer@freenet.de> | Danny Smith | 1 | -0/+9 |
2003-05-15 | * include/stdlib.h (_Exit): Move out of __STRICT_ANSI__ block, | Danny Smith | 1 | -7/+8 |
2003-05-14 | * include/math.h (fabs) : Remove inline definition. | Danny Smith | 1 | -21/+2 |
2003-05-07 | * include/_mingw.h: Change version to 3.0 | Earnie Boyd | 1 | -2/+2 |
2003-04-07 | * include/time.h (strftime): Remove duplicate declaration. | Danny Smith | 1 | -1/+0 |
2003-03-31 | * include/_mingw.h (_CRTIMP): Make conditional on __USE_CRTIMP. | Danny Smith | 1 | -2/+5 |
2003-03-16 | * include/utime.h: New file, forwarding to sys/utime.h. | Danny Smith | 1 | -0/+1 |
2003-03-16 | * include/sys/param.h (MAXPATHLEN): Define. | Danny Smith | 1 | -0/+3 |
2003-03-16 | * include/tchar.h: Ansi-fy a comment. | Danny Smith | 1 | -1/+1 |
2003-03-11 | * include/stdlib.h (qsort): Remove const from first parm. | Danny Smith | 1 | -1/+1 |
2003-03-03 | * mingwex/getopt.c: New file, copied from cygwin srcs. | Danny Smith | 2 | -1/+91 |
2003-03-02 | 2003-03-02 Danny Smith <dannysmith@users.sourceforge.net> | Danny Smith | 2 | -7/+23 |
2003-02-10 | * include/math.h: Remove _CRTIMP from pow() prototype, | Danny Smith | 1 | -1/+4 |
2003-02-10 | * include/_mingw.h (_CRTIMP): Define for __GNUC__ if | Danny Smith | 29 | -1061/+1087 |
2003-02-08 | * include/_mingw.h: Change version to 3.0 | Earnie Boyd | 1 | -3/+3 |
2003-02-08 | * include/stdlib.h: Make words after #endif a comment. | Earnie Boyd | 1 | -1/+1 |
2003-02-07 | * include/locale.h: Include stddef.h for definition of NULL. | Danny Smith | 1 | -0/+4 |
2003-01-26 | * include/math.h (tgamma): Correct typo in comment. | Danny Smith | 1 | -3/+1 |
2003-01-07 | * include/ctype.h (__isascii): Don't cast arg to unsigned. | Danny Smith | 2 | -3/+3 |
2003-01-03 | * include/stdlib.h (_osver, _winver, _winmajor, | Danny Smith | 1 | -4/+11 |
2002-12-20 | * include/_mingw.h: Increment version to 2.4. | Earnie Boyd | 1 | -2/+2 |
2002-12-12 | * include/malloc.h (_alloca): Add definition. | Earnie Boyd | 1 | -0/+6 |
2002-12-08 | * mingwex/math/s_erf.c: New file. | Danny Smith | 1 | -1/+11 |
2002-12-07 | * include/math.h: Add traditional/XOPEN math constants. | Danny Smith | 1 | -0/+17 |
2002-11-27 | * mingwex/math/lgamma.c: New file. | Danny Smith | 1 | -1/+15 |
2002-11-26 | Add strtold and wcstold to libmingwex.a | Danny Smith | 2 | -0/+3 |
2002-11-09 | * include/math.h (sqrt): Remove inline definition. | Danny Smith | 1 | -19/+2 |
2002-10-30 | 2002-10-30 Guido Serassio <serassio@libero.it> | Danny Smith | 1 | -1/+5 |
2002-10-20 | 2002-10-19 Kang Li <rubylith@users.sourceforge.net> | Danny Smith | 1 | -1/+1 |
2002-10-20 | 2002-10-19 Danny Smith <dannysmith@users.sourceforge.net> | Danny Smith | 1 | -2/+2 |
2002-10-11 | * include/stdint.h (INT64_C, UINT64_C ): Append suffix to let | Danny Smith | 1 | -4/+6 |
2002-10-11 | * include/string.h (strcasecmp): Make extern __inline__. | Danny Smith | 1 | -3/+9 |
2002-10-08 | 2002-10-08 Heiko Gerdau <hg@technosis.de> | Danny Smith | 1 | -0/+12 |
2002-10-03 | * include/cytpe.h (_imp____mbcur_max): Add missing ';'. | Danny Smith | 1 | -2/+2 |
2002-10-03 | * include/fcntl.h (_fmode): Remove declarations and | Danny Smith | 3 | -48/+29 |
2002-10-02 | * include/stdlib.h (_imp____mbcur_max): add missing ';'. | Danny Smith | 1 | -2/+2 |
2002-09-19 | * include/string.h (_strerror): Move into #ifndef | Danny Smith | 1 | -1/+2 |
2002-09-17 | * include/time.h (__need_NULL): Define before including | Danny Smith | 1 | -0/+1 |
2002-09-16 | 2002-09-16 Ranjit Matthew <rmathew@hotmail.com> | Danny Smith | 1 | -1/+1 |
2002-09-12 | * include/sys/time.h (timeval): Add struct definition and | Danny Smith | 1 | -0/+16 |
2002-09-05 | * include/_mingw.h: Increment version to 2.3. | Earnie Boyd | 1 | -2/+2 |
2002-08-28 | * include/sys/param.h: Add ENDIAN defines. | Danny Smith | 1 | -0/+7 |
2002-08-21 | * include/sys/param.h: New File. | Earnie Boyd | 1 | -0/+31 |
2002-08-21 | * include/_mingw.h: Increment version to 2.2. | Earnie Boyd | 1 | -1/+1 |
2002-08-20 | * include/math.h (asm): Change to __asm__ throughout. | Danny Smith | 1 | -11/+11 |