Age | Commit message (Expand) | Author | Files | Lines |
2002-06-10 | * include/math.h (fdim, fdimf, fdiml): Add prototypes.github/mingwexmingwex | Danny Smith | 6 | -0/+40 |
2002-05-22 | * mingwex/Makefile.in (DISTFILES): Add truncf.c, truncl.c. | Danny Smith | 2 | -0/+6 |
2002-05-22 | * mingwex/isnanl.c: New file. | Danny Smith | 2 | -0/+17 |
2002-05-21 | * include/stdint.h: Include stddef.h to get | Danny Smith | 2 | -3/+11 |
2002-05-21 | * include/wctype.h: Replace 'inline' with '__inline__'. | Danny Smith | 3 | -14/+19 |
2002-05-16 | * include/_mingw.h (__MINGW_IMPORT): Put extern at start | Danny Smith | 2 | -2/+7 |
2002-05-16 | * mingwex/snprintf.c: Split out vsnprintf to.... | Danny Smith | 6 | -21/+34 |
2002-05-15 | * include/dirent.h (DIR): Change dd_stat type to int. | Danny Smith | 2 | -6/+9 |
2002-05-07 | * include/stdio.h (vsnprintf): Change inline to __inline__; | Danny Smith | 3 | -5/+14 |
2002-04-29 | Change FP default precison from 53 to 64-bit mantissa. | Danny Smith | 3 | -81/+27 |
2002-04-26 | * include/dos.h: Change prefix "__imp_" to "_imp__" for | Danny Smith | 9 | -59/+121 |
2002-04-25 | Add atexit support for dlls. | Danny Smith | 7 | -25/+168 |
2002-04-25 | * include/fenv.h: Change header guard macro to _FENV_H_. | Danny Smith | 3 | -27/+33 |
2002-04-25 | Inadverantly left out in 2002-04-26 patch | Danny Smith | 3 | -6/+17 |
2002-04-24 | Left out of ChangeLog in last entry. | Danny Smith | 1 | -0/+4 |
2002-04-24 | * include/math.h (nanl, __fpcassifyl, fminl, fmaxl, rintl, | Danny Smith | 29 | -186/+423 |
2002-04-23 | Make wide char versions of opendir and friends. | Danny Smith | 7 | -38/+237 |
2002-04-20 | * include/mbstring.h: New file. | Danny Smith | 1 | -10/+15 |
2002-04-20 | This commit was manufactured by cvs2svn to create branch 'mingwex'. | cvs2svn | 2 | -0/+229 |
2002-04-20 | * include/tchar.h (_tputenv): Add UNICODE mappings. | Danny Smith | 2 | -2/+25 |
2002-04-18 | * mingwex/dirent.c (opendir): Convert given pathname to | Danny Smith | 2 | -3/+12 |
2002-04-17 | * Makefile.in (INCLUDES): Add "-iwithprefixbefore include" to | Danny Smith | 8 | -602/+49 |
2002-04-17 | * crt1.c: Revert changes of 2002-04-16. Use _fpreset again. | Danny Smith | 13 | -45/+76 |
2002-04-16 | * CRT_fp8.c: New file. | Danny Smith | 11 | -39/+132 |
2002-04-11 | * mingwex/Makefile.in (DISTFILES): Add suffix to wcstof.c. | Danny Smith | 2 | -1/+5 |
2002-04-10 | * include/_mingw.h: Increment version to 2.0. | Danny Smith | 5 | -292/+312 |
2002-04-10 | * mingwex/mingw-fseek.c: New file, based on Mumit Khan | Danny Smith | 6 | -285/+437 |
2002-04-09 | * profile/configure.in (CRT0S): Configure name of gcrt?.o | Danny Smith | 4 | -3/+27 |
2002-04-04 | * include/math.h (DOMAIN, SING, OVERFLOW, UNDERFLOW, | Danny Smith | 5 | -44/+46 |
2002-04-04 | Add libgmon.a and libmingwex.a for cygwin -mno-cygwin
| Danny Smith | 7 | -57/+44 |
2002-03-30 | * include/stdint.h: Add missing newline at eof. | Danny Smith | 7 | -9/+85 |
2002-03-26 | * moldname.def.in (__MSVCRT__): Replace with !(__CRTDLL). | Danny Smith | 7 | -112/+135 |
2002-03-22 | * configure.in: Add mingwex as SUBDIRS and configdirs. | Danny Smith | 60 | -7/+4250 |
2002-03-22 | Added fenv.h inttypes.h | Danny Smith | 5 | -6/+692 |
2002-01-27 | This commit was manufactured by cvs2svn to create branch 'mingwex'. | cvs2svn | 901 | -293419/+504 |
2001-09-24 | * select.cc (peek_pipe): Only grab mutex when we actually got something from | Christopher Faylor | 4 | -9/+19 |
2001-09-24 | * fhandler.h (fhandler_pipe::hit_eof): New method. | Christopher Faylor | 8 | -43/+117 |
2001-09-23 | * syscalls.cc (_open): Set name in fhandler object after successful | Corinna Vinschen | 2 | -7/+17 |
2001-09-23 | * dtable.cc (dtable::build_fhandler): Initialize unit when using | Corinna Vinschen | 2 | -0/+6 |
2001-09-23 | expand entry "How can I get bash filename completion to be case insensitive?" | David Starks-Browning | 1 | -1/+11 |
2001-09-23 | new entry "What versions of Windows are supported?" | David Starks-Browning | 1 | -1/+16 |
2001-09-23 | 1.1.x -> 1.3.x in "recent history" | David Starks-Browning | 1 | -8/+9 |
2001-09-22 | * dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument. | Christopher Faylor | 6 | -10/+43 |
2001-09-22 | new entry "How much disk space does Cygwin require?" | David Starks-Browning | 1 | -0/+13 |
2001-09-22 | again revise license terms | David Starks-Browning | 1 | -2/+1 |
2001-09-22 | * exceptions.cc (setup_handler): Always relinquish lock after we've | Christopher Faylor | 10 | -56/+120 |
2001-09-22 | revise license explanation | David Starks-Browning | 1 | -2/+3 |
2001-09-22 | Add recent developments. | Christopher Faylor | 1 | -11/+27 |
2001-09-22 | typo, words. | Christopher Faylor | 1 | -4/+5 |
2001-09-22 | * Makefile.in (mingw_getopt.o): Ensure that newlib include directories are not | Christopher Faylor | 2 | -1/+6 |