Age | Commit message (Expand) | Author | Files | Lines |
2003-12-13 | * include/stdio.h:(_fileno): Define macro version after both | Danny Smith | 3 | -4/+18 |
2003-11-27 | 2003-11-27 Dimitry Sibiryakov <aafemt@users.sourceforge.net> | Danny Smith | 2 | -1/+8 |
2003-10-27 | * include/math.h: Guard ISO C99 additions with __cplusplus | Danny Smith | 2 | -1/+6 |
2003-10-21 | * include/_mingw.h: Define __attribute__((x)) to nothing | Danny Smith | 2 | -0/+6 |
2003-10-21 | Add ISO C99 complex support for doubles. | Danny Smith | 23 | -2/+766 |
2003-10-21 | * include/math.h (cabs): Remove non-ISO prototype. | Danny Smith | 2 | -2/+7 |
2003-10-21 | * mingwex/math/cephes_mconf.h (NAN, NANF, NANL): | Danny Smith | 2 | -3/+29 |
2003-10-21 | * mingwex/math/s_erf.c (erf): Set errno to ERANGE if | Danny Smith | 3 | -1/+15 |
2003-10-17 | * include/stdio.h (_filbuf): Add prototype. | Danny Smith | 2 | -4/+13 |
2003-10-10 | * include/_mingw.h: Increment version to 3.2. | Earnie Boyd | 3 | -4/+9 |
2003-10-10 | * include/sys/types.h: Revert last change. | Earnie Boyd | 2 | -1/+5 |
2003-10-10 | * include/sys/types.h (ssize_t): Correct the definition. | Earnie Boyd | 2 | -1/+5 |
2003-10-03 | * include/stdio.h (_filbuf): Add prototype. | Danny Smith | 2 | -5/+57 |
2003-10-02 | * mingwex/dirent.c (_treaddir): Reset errno to 0 if end | Danny Smith | 2 | -1/+11 |
2003-09-29 | * include/stdlib.h: Guard non-ISO functions with | Danny Smith | 2 | -4/+12 |
2003-09-24 | * include/io.h (_fileno): Remove prototype. | Danny Smith | 3 | -8/+28 |
2003-09-24 | * include/inttypes.h: Include _mingw.h. | Danny Smith | 2 | -1/+6 |
2003-09-24 | * include/_mingw.h (__CRT_INLINE): Define. | Danny Smith | 10 | -91/+110 |
2003-09-22 | 2003-09-22 Roland Schwingel <rolandschwingel@users.sourceforge.net> | Danny Smith | 2 | -5/+10 |
2003-09-15 | * include/_mingw.h: Increment version to 3.2. | Earnie Boyd | 3 | -3/+8 |
2003-07-03 | * config.guess, config.sub: Update with versions from ftp.gnu.org. | Earnie Boyd | 3 | -607/+848 |
2003-07-03 | * mingwex/math/trunc.c (trunc): Provide lvalue for memory input constraint. | Danny Smith | 6 | -23/+31 |
2003-07-03 | * include/search.h: New file. | Danny Smith | 5 | -1/+79 |
2003-07-02 | * include/process.h (_execv, _execvp, _spawnv, _spawnvp, _execve, | Danny Smith | 2 | -17/+24 |
2003-07-01 | * include/_mingw.h (small, hyper): Change to __small and __hyper to | Earnie Boyd | 2 | -4/+9 |
2003-07-01 | * mingwex/math/tgamma.c, tgammaf.c, tgammal.c (small): | Earnie Boyd | 4 | -8/+10 |
2003-07-01 | * include/_mingw.h (__int32, __int16, __int8, small, hyper): Define. | Earnie Boyd | 2 | -2/+23 |
2003-06-19 | Oops, Forgot to submit the change log | Earnie Boyd | 1 | -0/+8 |
2003-06-18 | * include/dirent.h (dirent): Make d_name and array instead of a pointer. | Earnie Boyd | 3 | -16/+18 |
2003-06-17 | * msvcrt.def.in (__badioinfo, __lc_codepage, __lc_handle, | Danny Smith | 2 | -7/+14 |
2003-05-30 | 2003-05-30 Sascha Sommer <saschasommer@freenet.de> | Danny Smith | 2 | -0/+13 |
2003-05-15 | * include/stdlib.h (_Exit): Move out of __STRICT_ANSI__ block, | Danny Smith | 2 | -7/+13 |
2003-05-15 | Remove isascii.o, add isascii.c to repository | Danny Smith | 2 | -0/+35 |
2003-05-15 | * string_old.c: Remove, splitting into... | Danny Smith | 9 | -33/+162 |
2003-05-14 | * include/math.h (fabs) : Remove inline definition. | Danny Smith | 2 | -21/+8 |
2003-05-07 | * include/_mingw.h: Change version to 3.0 | Earnie Boyd | 3 | -3/+8 |
2003-05-06 | Uh hum, just not my day | Earnie Boyd | 5 | -5/+5 |
2003-05-06 | * configure: Regenerate | Earnie Boyd | 3 | -3/+3 |
2003-05-06 | * configure.in (W32API_INCLUDE): Need the -I switch in the value. | Earnie Boyd | 4 | -3/+9 |
2003-05-06 | Oops. Add ending quotes to CFLAGS value. | Earnie Boyd | 2 | -4/+4 |
2003-05-06 | * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilites | Earnie Boyd | 9 | -17/+49 |
2003-05-05 | * Makefile.in (W32API_INCLUDE): New variable. | Earnie Boyd | 4 | -8/+25 |
2003-04-11 | * configure.in (LIBM_A): Define for cygwin target. | Earnie Boyd | 3 | -2/+7 |
2003-04-07 | * include/time.h (strftime): Remove duplicate declaration. | Danny Smith | 2 | -1/+4 |
2003-03-31 | * include/_mingw.h (_CRTIMP): Make conditional on __USE_CRTIMP. | Danny Smith | 2 | -2/+9 |
2003-03-17 | Get rid of some warnings
| Danny Smith | 9 | -11/+34 |
2003-03-16 | * include/utime.h: New file, forwarding to sys/utime.h. | Danny Smith | 2 | -0/+5 |
2003-03-16 | * include/sys/param.h (MAXPATHLEN): Define. | Danny Smith | 2 | -0/+7 |
2003-03-16 | * include/tchar.h: Ansi-fy a comment. | Danny Smith | 2 | -1/+5 |
2003-03-16 | * profile/profile.h (mcount): Use __builtin_return_address | Danny Smith | 3 | -7/+19 |