summaryrefslogtreecommitdiffstats
path: root/winsup/mingw
Commit message (Expand)AuthorAgeFilesLines
...
* * include/_mingw.h (__int16): Define as short.Danny Smith2005-01-062-1/+6
* * include/stdio.h (P_tmpdir): Add define.Danny Smith2005-01-062-0/+7
* * Makefile.in (inst_docdir): For Cygwin target set to share/doc/.Earnie Boyd2005-01-032-1/+5
* * include/_mingw.h: Increment version to 3.6Earnie Boyd2005-01-023-3/+8
* * mingwex/complex/(cabsf.c cacosf.c cacoshf.c cargf.c casinf.cDanny Smith2004-12-2524-7/+663
* * include/wchar.h (wcsdup): Correct prototype.Danny Smith2004-12-203-2/+8
* * include/sys/stat.h: Make S_ISLNK comment comply with ISO C90.Danny Smith2004-10-142-2/+6
* * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl,Danny Smith2004-10-0613-6/+411
* * include/sys/stat.h (_S_IFLNK): Add definition.Earnie Boyd2004-09-092-3/+16
* * include/sys/stat.h (_S_ISLNK): Add definition.Earnie Boyd2004-09-082-0/+7
* * mingwex/Makefile.in: Correct typo in list of DISTFILES.Earnie Boyd2004-09-052-1/+2
* * include/_mingw.h: Increment minor version for 3.5 release.Earnie Boyd2004-09-053-3/+8
* * include/malloc.h (__mingw_aligned_offset_malloc,Danny Smith2004-08-243-7/+26
* 2004-08-24 Steven G. Johnson <stevenj@alum.mit.edu>Danny Smith2004-08-243-0/+215
* * crt1.c: (__mingw_CRTStartup): Change return to void. AddDanny Smith2004-08-242-18/+22
* * profile/COPYING: New file.Danny Smith2004-08-154-1/+385
* * mingwex/fopen64.c: Move.Danny Smith2004-08-155-9/+20
* * profile/gmon.c [__MINGW32__]: Include string.h forDanny Smith2004-08-152-1/+7
* * mingwex/stdio/vwscanf.c: Add stdio.h needed after 2004-08-07 change.Christopher Faylor2004-08-092-0/+5
* * include/complex.h: Remove __attribute__ ((const)) fromDanny Smith2004-08-072-26/+32
* * include/wchar.h: Reorganize, avoid including other headers.Danny Smith2004-08-072-145/+268
* * include/string.h (memchr, memcmp, strchr, strcmp, strcspn)Danny Smith2004-08-062-11/+17
* * include/dirent.h (struct _wdirent): Remove obsolete comment.Danny Smith2004-07-302-1/+4
* * include/string.h: Revert 2004-07-26 additions ofDanny Smith2004-07-302-28/+33
* * mingwex/math/powl.c (powl): Revert change of 2004-02-01.Danny Smith2004-07-282-14/+42
* * mingwex/math/expl.c (expl): Move body of code to new staticDanny Smith2004-07-272-20/+20
* * mingwex/stdio/vsscanf.c: Add "edi" to registers-modified fieldDanny Smith2004-07-273-6/+6
* * include/_mingw.h: Use only two underscores to uglifyDanny Smith2004-07-263-3/+10
* * include/_mingw.h: Use only two underscores to uglifyDanny Smith2004-07-265-55/+66
* * include/string.h: Group wide string functions together,Danny Smith2004-07-262-38/+41
* * include/_mingw.h (_MINGW_ATTR_*): Replace withDanny Smith2004-07-254-34/+43
* * include/_mingw.h: Undefine __attribute__.Danny Smith2004-07-212-7/+36
* * include/time.h (__time64_t): Add missing ';'.Danny Smith2004-07-192-1/+5
* * include/math.h: Guard ISO C99 additions with __cplusplusDanny Smith2004-07-172-2/+11
* * Makefile.in (CC): Strip inappropriate include file settings from anyChristopher Faylor2004-07-172-1/+7
* 2004-07-15 "dgun" <dgun@umpire.com>Danny Smith2004-07-152-1/+5
* Whitespace change to ChangeLogDanny Smith2004-07-151-0/+1
* * include/math.h: Add pragma GCC system_header.Danny Smith2004-07-152-0/+9
* * mingwex/complex/cargs.c: New file.Danny Smith2004-07-153-2/+16
* * Makefile.in (INCLUDES): Temporarily revert previous change.Corinna Vinschen2004-07-154-4/+11
* * mingwex/fwide.c: Include <stdio.h> to resolve FILE usage.Christopher Faylor2004-07-152-0/+5
* * Makefile.in (INCLUDES): Designate $(srcdir)/../include as aDanny Smith2004-07-144-6/+14
* * Makefile.in: Move use of --nostdinc++ as GCC3.4 warns to use itEarnie Boyd2004-07-133-5/+7
* * Makefile.in: Move use of --nostdinc++ as GCC3.4 refuses to use itEarnie Boyd2004-07-132-2/+4
* * include/limits.h: Change to new file header preamble.Earnie Boyd2004-07-132-19/+7
* * include/_mingw.h: Increment minor version for 3.4 release.Earnie Boyd2004-07-133-3/+8
* * mingwex/math/cephes_emath.h (__etens): Remove declaration.Danny Smith2004-07-122-2/+4
* * include/unistd.h (ftruncate): Add inline definition.Danny Smith2004-07-114-5/+32
* * include/time.h: Do not include sys/types.h.Danny Smith2004-07-102-6/+5
* 2 * mingwex/Makefile.in (MATH_DISTFILES): Remove pow.c,Danny Smith2004-07-023-7/+48