aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw
AgeCommit message (Expand)AuthorFilesLines
2004-08-06 * include/string.h (memchr, memcmp, strchr, strcmp, strcspn)Danny Smith2-11/+17
2004-07-30 * include/dirent.h (struct _wdirent): Remove obsolete comment.Danny Smith2-1/+4
2004-07-30 * include/string.h: Revert 2004-07-26 additions ofDanny Smith2-28/+33
2004-07-28 * mingwex/math/powl.c (powl): Revert change of 2004-02-01.Danny Smith2-14/+42
2004-07-27 * mingwex/math/expl.c (expl): Move body of code to new staticDanny Smith2-20/+20
2004-07-27 * mingwex/stdio/vsscanf.c: Add "edi" to registers-modified fieldDanny Smith3-6/+6
2004-07-26 * include/_mingw.h: Use only two underscores to uglifyDanny Smith3-3/+10
2004-07-26 * include/_mingw.h: Use only two underscores to uglifyDanny Smith5-55/+66
2004-07-26 * include/string.h: Group wide string functions together,Danny Smith2-38/+41
2004-07-25 * include/_mingw.h (_MINGW_ATTR_*): Replace withDanny Smith4-34/+43
2004-07-21 * include/_mingw.h: Undefine __attribute__.Danny Smith2-7/+36
2004-07-19 * include/time.h (__time64_t): Add missing ';'.Danny Smith2-1/+5
2004-07-17 * include/math.h: Guard ISO C99 additions with __cplusplusDanny Smith2-2/+11
2004-07-17* Makefile.in (CC): Strip inappropriate include file settings from anyChristopher Faylor2-1/+7
2004-07-152004-07-15 "dgun" <dgun@umpire.com>Danny Smith2-1/+5
2004-07-15Whitespace change to ChangeLogDanny Smith1-0/+1
2004-07-15 * include/math.h: Add pragma GCC system_header.Danny Smith2-0/+9
2004-07-15 * mingwex/complex/cargs.c: New file.Danny Smith3-2/+16
2004-07-15 * Makefile.in (INCLUDES): Temporarily revert previous change.Corinna Vinschen4-4/+11
2004-07-15* mingwex/fwide.c: Include <stdio.h> to resolve FILE usage.Christopher Faylor2-0/+5
2004-07-14 * Makefile.in (INCLUDES): Designate $(srcdir)/../include as aDanny Smith4-6/+14
2004-07-13 * Makefile.in: Move use of --nostdinc++ as GCC3.4 warns to use itEarnie Boyd3-5/+7
2004-07-13 * Makefile.in: Move use of --nostdinc++ as GCC3.4 refuses to use itEarnie Boyd2-2/+4
2004-07-13 * include/limits.h: Change to new file header preamble.Earnie Boyd2-19/+7
2004-07-13 * include/_mingw.h: Increment minor version for 3.4 release.Earnie Boyd3-3/+8
2004-07-12 * mingwex/math/cephes_emath.h (__etens): Remove declaration.Danny Smith2-2/+4
2004-07-11 * include/unistd.h (ftruncate): Add inline definition.Danny Smith4-5/+32
2004-07-10 * include/time.h: Do not include sys/types.h.Danny Smith2-6/+5
2004-07-022 * mingwex/Makefile.in (MATH_DISTFILES): Remove pow.c,Danny Smith3-7/+48
2004-06-302004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net>Danny Smith10-12/+149
2004-06-012004-04-24 Luke Dunstan <infidel@users.sourceforge.net>Luke Dunstan2-0/+9
2004-04-22 * strncasecmp.c: Reword copyright and disclaimer. Move ContributorsEarnie Boyd2-18/+6
2004-04-22 CORRECTION:Earnie Boyd2-3/+4
2004-04-22 * DISCLAIMER: Add words about "free to use".Earnie Boyd4-2/+26
2004-04-22 * mingwex/math/lround.c: Rewrite.Danny Smith7-116/+101
2004-04-20 * CONTRIBUTORS: New file.Earnie Boyd53-868/+269
2004-04-19 * include/_mingw.h: Revert to primary release 3 and increment minorEarnie Boyd2-1/+2
2004-04-19 * include/_mingw.h: Revert to primary release 3 and increment minorEarnie Boyd2-3/+8
2004-04-01 * crt1.c (_mingw32_init_fmode): Set *_imp___fmode_dll toDanny Smith2-0/+11
2004-03-302004-03-30 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2-3/+11
2004-03-292004-03-28 Hans Leidekker <hans@it.vu.nl>Luke Dunstan2-0/+15
2004-03-29 * mingwex/math/round.c: Rewrite.Danny Smith4-79/+21
2004-03-26 Add prototypes for new msvcrt.dll versionsDanny Smith12-50/+254
2004-03-25 * include/stdio.h (_fsopen): Add prototype.Danny Smith3-0/+9
2004-03-19 * msvcrt.def.in: Add stubs for msvcrt.dll (version 6.10),Danny Smith3-6/+99
2004-03-13 * include/malloc.h: Remove __STRICT_ANSI__ guard.Danny Smith2-5/+4
2004-03-12* include/process.h: Remove the #endif associated with removal ofChristopher Faylor2-2/+5
2004-03-11 * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header.Danny Smith24-100/+31
2004-02-21 * include/_mingw.h (__UNUSED_PARAM): Define macro.Danny Smith3-2/+20
2004-02-05 * mingwex/getopt.c: Define IS_POSIXLY_CORRECT as perDanny Smith2-1/+10