summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/include
Commit message (Expand)AuthorAgeFilesLines
* * include/sys/stat.h: Make S_ISLNK comment comply with ISO C90.Danny Smith2004-10-141-2/+2
* * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl,Danny Smith2004-10-061-4/+17
* * include/sys/stat.h (_S_IFLNK): Add definition.Earnie Boyd2004-09-091-2/+6
* * include/sys/stat.h (_S_ISLNK): Add definition.Earnie Boyd2004-09-081-0/+2
* * include/_mingw.h: Increment minor version for 3.5 release.Earnie Boyd2004-09-051-2/+2
* * include/malloc.h (__mingw_aligned_offset_malloc,Danny Smith2004-08-241-2/+10
* * include/complex.h: Remove __attribute__ ((const)) fromDanny Smith2004-08-071-26/+26
* * include/wchar.h: Reorganize, avoid including other headers.Danny Smith2004-08-071-145/+264
* * include/string.h (memchr, memcmp, strchr, strcmp, strcspn)Danny Smith2004-08-061-11/+11
* * include/dirent.h (struct _wdirent): Remove obsolete comment.Danny Smith2004-07-301-1/+0
* * include/string.h: Revert 2004-07-26 additions ofDanny Smith2004-07-301-28/+28
* * include/_mingw.h: Use only two underscores to uglifyDanny Smith2004-07-264-54/+54
* * include/string.h: Group wide string functions together,Danny Smith2004-07-261-38/+36
* * include/_mingw.h (_MINGW_ATTR_*): Replace withDanny Smith2004-07-253-34/+24
* * include/_mingw.h: Undefine __attribute__.Danny Smith2004-07-211-7/+26
* * include/time.h (__time64_t): Add missing ';'.Danny Smith2004-07-191-1/+1
* * include/math.h: Guard ISO C99 additions with __cplusplusDanny Smith2004-07-171-2/+5
* 2004-07-15 "dgun" <dgun@umpire.com>Danny Smith2004-07-151-1/+1
* * include/math.h: Add pragma GCC system_header.Danny Smith2004-07-151-0/+5
* * include/limits.h: Change to new file header preamble.Earnie Boyd2004-07-131-19/+6
* * include/_mingw.h: Increment minor version for 3.4 release.Earnie Boyd2004-07-131-2/+2
* * include/unistd.h (ftruncate): Add inline definition.Danny Smith2004-07-111-0/+16
* * include/time.h: Do not include sys/types.h.Danny Smith2004-07-101-6/+1
* 2 * mingwex/Makefile.in (MATH_DISTFILES): Remove pow.c,Danny Smith2004-07-021-5/+39
* 2004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net>Danny Smith2004-06-303-0/+41
* 2004-04-24 Luke Dunstan <infidel@users.sourceforge.net>Luke Dunstan2004-06-011-0/+5
* * CONTRIBUTORS: New file.Earnie Boyd2004-04-2030-568/+90
* * include/_mingw.h: Revert to primary release 3 and increment minorEarnie Boyd2004-04-191-3/+3
* 2004-03-30 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2004-03-301-3/+3
* 2004-03-28 Hans Leidekker <hans@it.vu.nl>Luke Dunstan2004-03-291-0/+11
* Add prototypes for new msvcrt.dll versionsDanny Smith2004-03-2611-50/+206
* * include/stdio.h (_fsopen): Add prototype.Danny Smith2004-03-252-0/+3
* * include/malloc.h: Remove __STRICT_ANSI__ guard.Danny Smith2004-03-131-5/+0
* * include/process.h: Remove the #endif associated with removal ofChristopher Faylor2004-03-121-2/+0
* * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header.Danny Smith2004-03-1123-100/+5
* * include/_mingw.h (__UNUSED_PARAM): Define macro.Danny Smith2004-02-212-2/+14
* * include/stdio.h (feof): Add inlined definition.Danny Smith2004-02-021-1/+12
* * include/stdint.h Fix __STDC_CONSTANT_MACROS for 8 and 16 bitDanny Smith2004-01-171-13/+9
* 2004-01-14 Greg Chicares <chicares@users.sourceforge.net>Danny Smith2004-01-141-0/+2
* * include/stdio.h:(_fileno): Define macro version after bothDanny Smith2003-12-131-4/+9
* 2003-11-27 Dimitry Sibiryakov <aafemt@users.sourceforge.net>Danny Smith2003-11-271-1/+4
* * include/math.h: Guard ISO C99 additions with __cplusplusDanny Smith2003-10-271-1/+1
* * include/_mingw.h: Define __attribute__((x)) to nothingDanny Smith2003-10-211-0/+1
* Add ISO C99 complex support for doubles.Danny Smith2003-10-211-0/+109
* * include/math.h (cabs): Remove non-ISO prototype.Danny Smith2003-10-211-2/+3
* * include/stdio.h (_filbuf): Add prototype.Danny Smith2003-10-171-4/+4
* * include/_mingw.h: Increment version to 3.2.Earnie Boyd2003-10-101-3/+3
* * include/sys/types.h: Revert last change.Earnie Boyd2003-10-101-1/+1
* * include/sys/types.h (ssize_t): Correct the definition.Earnie Boyd2003-10-101-1/+1
* * include/stdio.h (_filbuf): Add prototype.Danny Smith2003-10-031-5/+48