aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw
AgeCommit message (Expand)AuthorFilesLines
2003-03-032003-03-03 Christopher Faylor <cgf@redhat.com>Danny Smith2-19/+33
2003-03-03 * mingwex/getopt.c: New file, copied from cygwin srcs.Danny Smith5-7/+597
2003-03-022003-03-02 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith14-17/+259
2003-02-25 * Makefile.in (libmsvcrt20.a): Remove target and dependencies.Earnie Boyd2-5/+7
2003-02-21 Thanks to David Frasier <davidf@sjsoft.com> who inspired portions ofEarnie Boyd8-1871/+66
2003-02-20 * Makefile.in: Make sure libmingwex.a from current build tree is used.Corinna Vinschen2-2/+7
2003-02-14* profile/Makefile.in (mcount.o): Use ALL_CFLAGS for compilation to ensureChristopher Faylor2-1/+6
2003-02-14Fix typo in last ChangeLog entry.Danny Smith1-1/+1
2003-02-14 * profile/Makefile.in (mcount,o): Use -O1 optimizationDanny Smith2-0/+10
2003-02-10 * include/math.h: Remove _CRTIMP from pow() prototype,Danny Smith2-1/+9
2003-02-10 * mingwex/math/cephes_emath.h: Don't redefine INFINITY.Danny Smith2-1/+4
2003-02-10 * include/_mingw.h (_CRTIMP): Define for __GNUC__ ifDanny Smith30-1061/+1128
2003-02-08 * include/_mingw.h: Change version to 3.0Earnie Boyd3-4/+9
2003-02-08 * include/stdlib.h: Make words after #endif a comment.Earnie Boyd2-1/+5
2003-02-07 * include/locale.h: Include stddef.h for definition of NULL.Danny Smith2-0/+8
2003-01-26 * include/math.h (tgamma): Correct typo in comment.Danny Smith2-3/+5
2003-01-26 * mingwex/mingw-fseek.c (INLINE): Remove define.Danny Smith2-33/+8
2003-01-11 * mingwex/math/llround.c: Correct function name andDanny Smith2-3/+8
2003-01-07 * include/ctype.h (__isascii): Don't cast arg to unsigned.Danny Smith3-3/+10
2003-01-03 * include/stdlib.h (_osver, _winver, _winmajor,Danny Smith2-4/+17
2003-01-012003-01-01 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith6-6/+85
2002-12-20 * include/_mingw.h: Increment version to 2.4.Earnie Boyd3-3/+8
2002-12-12 * include/malloc.h (_alloca): Add definition.Earnie Boyd2-0/+11
2002-12-08 * mingwex/math/s_erf.c: New file.Danny Smith5-9/+629
2002-12-07 * include/math.h: Add traditional/XOPEN math constants.Danny Smith2-0/+37
2002-11-27 * mingwex/math/lgamma.c: New file.Danny Smith9-5/+2300
2002-11-26Add strtold and wcstold to libmingwex.aDanny Smith9-9/+3147
2002-11-09 * include/math.h (sqrt): Remove inline definition.Danny Smith3-25/+31
2002-10-302002-10-30 Guido Serassio <serassio@libero.it>Danny Smith2-1/+10
2002-10-202002-10-19 Kang Li <rubylith@users.sourceforge.net>Danny Smith2-1/+5
2002-10-202002-10-19 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith3-5/+26
2002-10-19 * Makefile.in (CRT0S): Add txtmode.o binmode.o.Danny Smith7-7/+82
2002-10-11 * include/stdint.h (INT64_C, UINT64_C ): Append suffix to letDanny Smith2-4/+12
2002-10-11 * include/string.h (strcasecmp): Make extern __inline__.Danny Smith2-3/+15
2002-10-082002-10-08 Heiko Gerdau <hg@technosis.de>Danny Smith2-0/+18
2002-10-06 * mingwex/math/powil.c: Rename powil to __powil.Danny Smith8-67/+1370
2002-10-03 * include/cytpe.h (_imp____mbcur_max): Add missing ';'.Danny Smith2-2/+7
2002-10-03 * include/fcntl.h (_fmode): Remove declarations andDanny Smith8-53/+53
2002-10-02 * include/stdlib.h (_imp____mbcur_max): add missing ';'.Danny Smith2-2/+7
2002-09-19 * mingwex/math/files.txt: Remove inadvertantly added file.Danny Smith2-1/+4
2002-09-19 * include/string.h (_strerror): Move into #ifndefDanny Smith2-1/+7
2002-09-17 * include/time.h (__need_NULL): Define before includingDanny Smith2-0/+6
2002-09-162002-09-16 Ranjit Matthew <rmathew@hotmail.com>Danny Smith2-1/+5
2002-09-12 * include/sys/time.h (timeval): Add struct definition andDanny Smith2-0/+21
2002-09-05 * include/_mingw.h: Increment version to 2.3.Earnie Boyd3-3/+8
2002-09-05 * mingwex/fegetenv.c: Change to \n line endings.Earnie Boyd4-22/+28
2002-09-02 * mingwex/math/hypotl.c: Replace with version based on cephesDanny Smith2-43/+63
2002-08-28 * include/sys/param.h: Add ENDIAN defines.Danny Smith3-1/+13
2002-08-28 * test_headers.c: Don't include varargs.h.Danny Smith3-7/+16
2002-08-21 * include/sys/param.h: New File.Earnie Boyd2-0/+35