| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/stdlib.h: Guard non-ISO functions with | Danny Smith | 2003-09-29 | 2 | -4/+12 |
* | * include/io.h (_fileno): Remove prototype. | Danny Smith | 2003-09-24 | 3 | -8/+28 |
* | * include/inttypes.h: Include _mingw.h. | Danny Smith | 2003-09-24 | 2 | -1/+6 |
* | * include/_mingw.h (__CRT_INLINE): Define. | Danny Smith | 2003-09-24 | 10 | -91/+110 |
* | 2003-09-22 Roland Schwingel <rolandschwingel@users.sourceforge.net> | Danny Smith | 2003-09-22 | 2 | -5/+10 |
* | * include/_mingw.h: Increment version to 3.2. | Earnie Boyd | 2003-09-15 | 3 | -3/+8 |
* | * config.guess, config.sub: Update with versions from ftp.gnu.org. | Earnie Boyd | 2003-07-03 | 3 | -607/+848 |
* | * mingwex/math/trunc.c (trunc): Provide lvalue for memory input constraint. | Danny Smith | 2003-07-03 | 6 | -23/+31 |
* | * include/search.h: New file. | Danny Smith | 2003-07-03 | 5 | -1/+79 |
* | * include/process.h (_execv, _execvp, _spawnv, _spawnvp, _execve, | Danny Smith | 2003-07-02 | 2 | -17/+24 |
* | * include/_mingw.h (small, hyper): Change to __small and __hyper to | Earnie Boyd | 2003-07-01 | 2 | -4/+9 |
* | * mingwex/math/tgamma.c, tgammaf.c, tgammal.c (small): | Earnie Boyd | 2003-07-01 | 4 | -8/+10 |
* | * include/_mingw.h (__int32, __int16, __int8, small, hyper): Define. | Earnie Boyd | 2003-07-01 | 2 | -2/+23 |
* | Oops, Forgot to submit the change log | Earnie Boyd | 2003-06-19 | 1 | -0/+8 |
* | * include/dirent.h (dirent): Make d_name and array instead of a pointer. | Earnie Boyd | 2003-06-18 | 3 | -16/+18 |
* | * msvcrt.def.in (__badioinfo, __lc_codepage, __lc_handle, | Danny Smith | 2003-06-17 | 2 | -7/+14 |
* | 2003-05-30 Sascha Sommer <saschasommer@freenet.de> | Danny Smith | 2003-05-30 | 2 | -0/+13 |
* | * include/stdlib.h (_Exit): Move out of __STRICT_ANSI__ block, | Danny Smith | 2003-05-15 | 2 | -7/+13 |
* | Remove isascii.o, add isascii.c to repository | Danny Smith | 2003-05-15 | 2 | -0/+35 |
* | * string_old.c: Remove, splitting into... | Danny Smith | 2003-05-15 | 9 | -33/+162 |
* | * include/math.h (fabs) : Remove inline definition. | Danny Smith | 2003-05-14 | 2 | -21/+8 |
* | * include/_mingw.h: Change version to 3.0 | Earnie Boyd | 2003-05-07 | 3 | -3/+8 |
* | Uh hum, just not my day | Earnie Boyd | 2003-05-06 | 5 | -5/+5 |
* | * configure: Regenerate | Earnie Boyd | 2003-05-06 | 3 | -3/+3 |
* | * configure.in (W32API_INCLUDE): Need the -I switch in the value. | Earnie Boyd | 2003-05-06 | 4 | -3/+9 |
* | Oops. Add ending quotes to CFLAGS value. | Earnie Boyd | 2003-05-06 | 2 | -4/+4 |
* | * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites | Earnie Boyd | 2003-05-06 | 9 | -17/+49 |
* | * Makefile.in (W32API_INCLUDE): New variable. | Earnie Boyd | 2003-05-05 | 4 | -8/+25 |
* | * configure.in (LIBM_A): Define for cygwin target. | Earnie Boyd | 2003-04-11 | 3 | -2/+7 |
* | * include/time.h (strftime): Remove duplicate declaration. | Danny Smith | 2003-04-07 | 2 | -1/+4 |
* | * include/_mingw.h (_CRTIMP): Make conditional on __USE_CRTIMP. | Danny Smith | 2003-03-31 | 2 | -2/+9 |
* | Get rid of some warnings
| Danny Smith | 2003-03-17 | 9 | -11/+34 |
* | * include/utime.h: New file, forwarding to sys/utime.h. | Danny Smith | 2003-03-16 | 2 | -0/+5 |
* | * include/sys/param.h (MAXPATHLEN): Define. | Danny Smith | 2003-03-16 | 2 | -0/+7 |
* | * include/tchar.h: Ansi-fy a comment. | Danny Smith | 2003-03-16 | 2 | -1/+5 |
* | * profile/profile.h (mcount): Use __builtin_return_address | Danny Smith | 2003-03-16 | 3 | -7/+19 |
* | * include/stdlib.h (qsort): Remove const from first parm. | Danny Smith | 2003-03-11 | 2 | -1/+6 |
* | 2003-03-03 Christopher Faylor <cgf@redhat.com> | Danny Smith | 2003-03-03 | 2 | -19/+33 |
* | * mingwex/getopt.c: New file, copied from cygwin srcs. | Danny Smith | 2003-03-03 | 5 | -7/+597 |
* | 2003-03-02 Danny Smith <dannysmith@users.sourceforge.net> | Danny Smith | 2003-03-02 | 14 | -17/+259 |
* | * Makefile.in (libmsvcrt20.a): Remove target and dependencies. | Earnie Boyd | 2003-02-25 | 2 | -5/+7 |
* | Thanks to David Frasier <davidf@sjsoft.com> who inspired portions of | Earnie Boyd | 2003-02-21 | 8 | -1871/+66 |
* | * Makefile.in: Make sure libmingwex.a from current build tree is used. | Corinna Vinschen | 2003-02-20 | 2 | -2/+7 |
* | * profile/Makefile.in (mcount.o): Use ALL_CFLAGS for compilation to ensure | Christopher Faylor | 2003-02-14 | 2 | -1/+6 |
* | Fix typo in last ChangeLog entry. | Danny Smith | 2003-02-14 | 1 | -1/+1 |
* | * profile/Makefile.in (mcount,o): Use -O1 optimization | Danny Smith | 2003-02-14 | 2 | -0/+10 |
* | * include/math.h: Remove _CRTIMP from pow() prototype, | Danny Smith | 2003-02-10 | 2 | -1/+9 |
* | * mingwex/math/cephes_emath.h: Don't redefine INFINITY. | Danny Smith | 2003-02-10 | 2 | -1/+4 |
* | * include/_mingw.h (_CRTIMP): Define for __GNUC__ if | Danny Smith | 2003-02-10 | 30 | -1061/+1128 |
* | * include/_mingw.h: Change version to 3.0 | Earnie Boyd | 2003-02-08 | 3 | -4/+9 |