summaryrefslogtreecommitdiffstats
path: root/winsup/mingw
Commit message (Expand)AuthorAgeFilesLines
* * mingwex/math/nexttoward.c: New file.Danny Smith2005-05-106-3/+103
* * mingwex/math/nextafterf.c (nextafterf): CorrectDanny Smith2005-05-095-13/+80
* * mingwex/math/erfl.c: New file.Danny Smith2005-05-084-6/+308
* * include/wchar.h (WCHAR_MAX): Define as 0xffff, so preprocessorDanny Smith2005-05-043-3/+10
* * mingwex/math/signbit.c (__signbit): Make return valueDanny Smith2005-05-035-6/+15
* * include/_mingw.h (__MINGW_ATTRIB_NONNULL): Don't define asDanny Smith2005-05-023-15/+14
* * mingwex/mbrtowc.c: New file.Danny Smith2005-04-248-26/+364
* 2005-04-23 Wu Yongwei <adah@sh163.net>Danny Smith2005-04-242-7/+18
* * include/_mingw.h (__MINGW_ATTRIB_NONNULL): Define.Danny Smith2005-03-312-0/+11
* * include/stdio.h (__mingw_fwrite): Change return value toDanny Smith2005-03-243-2/+8
* 2005-03-15 Hans Leidekker <hans@it.vu.nl>Danny Smith2005-03-152-2/+6
* * include/wctype.h (wctrans) Remove _CRTIMP.Danny Smith2005-02-252-4/+10
* * include/wctype.h: Add comment on wctrans, towctrans, wctype.Danny Smith2005-02-252-0/+12
* * mingwex/wctype.c: New file.Danny Smith2005-02-254-4/+131
* * include/tchar.h (_tstat64, _tstati64): Add Unicode/ANSI mappings.Danny Smith2005-02-112-0/+8
* * include/assert.h; Remove header guard. undef assert macro.Danny Smith2005-02-112-12/+13
* Add Changelog entry from last commit.Danny Smith2005-02-111-0/+11
* 2005-02-11 Gregory W. Chicares <chicares at cox dot net>Danny Smith2005-02-115-3/+95
* 2005-02-07 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2005-02-073-2/+14
* * mingwex/strtold.c (__asctoe64): Set endptr to 'e' if exponentDanny Smith2005-02-012-0/+14
* 2005-01-26 Oliver Stoeneberg <oliverst@online.de>Danny Smith2005-01-272-0/+13
* * include/sys/stat.h (struct __stat64): Change st_size type toDanny Smith2005-01-173-2/+8
* * include/_mingw.h: Increment version to 3.7.Earnie Boyd2005-01-133-3/+5
* * include/sys/stat.h (_S_IFLNK, S_IFLNK, _S_ISLNK, S_ISLNK, _lstat,Earnie Boyd2005-01-133-24/+6
* * include/tchar.h (_tfreopen): Add UNICODE mappings.Danny Smith2005-01-122-0/+6
* * include/sys/stat.h (_S_IFLNK, S_IFLNK, _S_ISLNK, S_ISLNK, _lstat,Earnie Boyd2005-01-112-1/+24
* * include/errno.h (ELOOP): Add definition.Earnie Boyd2005-01-102-0/+6
* * mingwex/complex/(cabsl.c cacosl.c cacoshl.c cargl.c casinl.cDanny Smith2005-01-1024-14/+682
* * 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