aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw
AgeCommit message (Expand)AuthorFilesLines
2003-07-03 * config.guess, config.sub: Update with versions from ftp.gnu.org.Earnie Boyd3-607/+848
2003-07-03 * mingwex/math/trunc.c (trunc): Provide lvalue for memory input constraint.Danny Smith6-23/+31
2003-07-03 * include/search.h: New file.Danny Smith5-1/+79
2003-07-02 * include/process.h (_execv, _execvp, _spawnv, _spawnvp, _execve,Danny Smith2-17/+24
2003-07-01 * include/_mingw.h (small, hyper): Change to __small and __hyper toEarnie Boyd2-4/+9
2003-07-01 * mingwex/math/tgamma.c, tgammaf.c, tgammal.c (small):Earnie Boyd4-8/+10
2003-07-01 * include/_mingw.h (__int32, __int16, __int8, small, hyper): Define.Earnie Boyd2-2/+23
2003-06-19Oops, Forgot to submit the change logEarnie Boyd1-0/+8
2003-06-18 * include/dirent.h (dirent): Make d_name and array instead of a pointer.Earnie Boyd3-16/+18
2003-06-17 * msvcrt.def.in (__badioinfo, __lc_codepage, __lc_handle,Danny Smith2-7/+14
2003-05-302003-05-30 Sascha Sommer <saschasommer@freenet.de>Danny Smith2-0/+13
2003-05-15 * include/stdlib.h (_Exit): Move out of __STRICT_ANSI__ block,Danny Smith2-7/+13
2003-05-15Remove isascii.o, add isascii.c to repositoryDanny Smith2-0/+35
2003-05-15 * string_old.c: Remove, splitting into...Danny Smith9-33/+162
2003-05-14 * include/math.h (fabs) : Remove inline definition.Danny Smith2-21/+8
2003-05-07 * include/_mingw.h: Change version to 3.0Earnie Boyd3-3/+8
2003-05-06Uh hum, just not my dayEarnie Boyd5-5/+5
2003-05-06* configure: RegenerateEarnie Boyd3-3/+3
2003-05-06 * configure.in (W32API_INCLUDE): Need the -I switch in the value.Earnie Boyd4-3/+9
2003-05-06Oops. Add ending quotes to CFLAGS value.Earnie Boyd2-4/+4
2003-05-06 * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilitesEarnie Boyd9-17/+49
2003-05-05 * Makefile.in (W32API_INCLUDE): New variable.Earnie Boyd4-8/+25
2003-04-11 * configure.in (LIBM_A): Define for cygwin target.Earnie Boyd3-2/+7
2003-04-07 * include/time.h (strftime): Remove duplicate declaration.Danny Smith2-1/+4
2003-03-31 * include/_mingw.h (_CRTIMP): Make conditional on __USE_CRTIMP.Danny Smith2-2/+9
2003-03-17 Get rid of some warnings Danny Smith9-11/+34
2003-03-16 * include/utime.h: New file, forwarding to sys/utime.h.Danny Smith2-0/+5
2003-03-16 * include/sys/param.h (MAXPATHLEN): Define.Danny Smith2-0/+7
2003-03-16 * include/tchar.h: Ansi-fy a comment.Danny Smith2-1/+5
2003-03-16 * profile/profile.h (mcount): Use __builtin_return_addressDanny Smith3-7/+19
2003-03-11 * include/stdlib.h (qsort): Remove const from first parm.Danny Smith2-1/+6
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