aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/mingwex
AgeCommit message (Expand)AuthorFilesLines
2006-07-03 * mingwex/Makefile.in: Add -I$(srcdir)/.. to INCLUDES.Danny Smith1-1/+1
2006-07-03 Support SSE float environment in fenv.h functions.Danny Smith9-11/+99
2006-06-26 * mingwex/math/tgamma.c (SQTPI): Add braces.Danny Smith1-1/+1
2006-06-26 * mingwex/wcrtomb.c (wcsrtombs): Fix src end-pointer thinko.Danny Smith4-28/+46
2006-06-18 * mingwex/dirent.c (_tGetFileAttributes): New helper function.Danny Smith1-1/+20
2006-06-18 * include/sys/time.h: Add header guard. Add extern "C" bracketingDanny Smith2-2/+52
2006-06-12 * mingwex/wcrtomb.c (wcrtomb_cp): Correct typo.Danny Smith1-1/+1
2006-05-24update to newer autoconfChristopher Faylor3-560/+2751
2006-05-17 * mingwex/wcrtomb.c (wcrtomb_cp): Test (wc > 255) only if C locale.Danny Smith1-10/+8
2005-10-12 * mingwex/complex/csqrt.c (csqrt): The sign of real partDanny Smith3-8/+9
2005-10-08 * mingwex/fegetenv.c (fegetenv): Restore exception masks.Danny Smith2-7/+7
2005-08-25 * mingwex/fe*.c: Revert previous changes.Danny Smith7-7/+16
2005-08-25 * mingwex/feclearexcept.c (feclearexcept): Change declaration.Danny Smith7-14/+7
2005-08-25 * mingwex/stdio/fseeko64.c (fseeko64): Flush stream beforeDanny Smith1-2/+5
2005-05-10 * mingwex/math/nexttoward.c: New file.Danny Smith4-2/+88
2005-05-09 * mingwex/math/nextafterf.c (nextafterf): CorrectDanny Smith3-10/+69
2005-05-08 * mingwex/math/erfl.c: New file.Danny Smith2-2/+301
2005-05-03 * mingwex/math/signbit.c (__signbit): Make return valueDanny Smith3-3/+3
2005-05-02 * include/_mingw.h (__MINGW_ATTRIB_NONNULL): Don't define asDanny Smith1-11/+1
2005-04-24 * mingwex/mbrtowc.c: New file.Danny Smith6-3/+320
2005-04-242005-04-23 Wu Yongwei <adah@sh163.net>Danny Smith1-7/+11
2005-03-24 * include/stdio.h (__mingw_fwrite): Change return value toDanny Smith1-1/+1
2005-02-25 * mingwex/wctype.c: New file.Danny Smith3-4/+124
2005-02-112005-02-11 Gregory W. Chicares <chicares at cox dot net>Danny Smith4-2/+90
2005-02-01 * mingwex/strtold.c (__asctoe64): Set endptr to 'e' if exponentDanny Smith1-0/+9
2005-01-10 * mingwex/complex/(cabsl.c cacosl.c cacoshl.c cargl.c casinl.cDanny Smith22-12/+618
2004-12-25 * mingwex/complex/(cabsf.c cacosf.c cacoshf.c cargf.c casinf.cDanny Smith22-6/+602
2004-10-06 * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl,Danny Smith11-2/+377
2004-09-05 * mingwex/Makefile.in: Correct typo in list of DISTFILES.Earnie Boyd1-1/+1
2004-08-24 * include/malloc.h (__mingw_aligned_offset_malloc,Danny Smith1-5/+6
2004-08-242004-08-24 Steven G. Johnson <stevenj@alum.mit.edu>Danny Smith2-0/+210
2004-08-15 * mingwex/fopen64.c: Move.Danny Smith4-0/+0
2004-08-09* mingwex/stdio/vwscanf.c: Add stdio.h needed after 2004-08-07 change.Christopher Faylor1-0/+1
2004-07-28 * mingwex/math/powl.c (powl): Revert change of 2004-02-01.Danny Smith1-14/+35
2004-07-27 * mingwex/math/expl.c (expl): Move body of code to new staticDanny Smith1-20/+14
2004-07-27 * mingwex/stdio/vsscanf.c: Add "edi" to registers-modified fieldDanny Smith2-2/+2
2004-07-26 * include/_mingw.h: Use only two underscores to uglifyDanny Smith2-2/+2
2004-07-15 * mingwex/complex/cargs.c: New file.Danny Smith2-2/+11
2004-07-15 * Makefile.in (INCLUDES): Temporarily revert previous change.Corinna Vinschen1-2/+2
2004-07-15* mingwex/fwide.c: Include <stdio.h> to resolve FILE usage.Christopher Faylor1-0/+1
2004-07-14 * Makefile.in (INCLUDES): Designate $(srcdir)/../include as aDanny Smith1-4/+4
2004-07-13 * Makefile.in: Move use of --nostdinc++ as GCC3.4 warns to use itEarnie Boyd1-2/+2
2004-07-12 * mingwex/math/cephes_emath.h (__etens): Remove declaration.Danny Smith1-2/+0
2004-07-11 * include/unistd.h (ftruncate): Add inline definition.Danny Smith2-3/+8
2004-07-022 * mingwex/Makefile.in (MATH_DISTFILES): Remove pow.c,Danny Smith1-2/+2
2004-06-302004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net>Danny Smith6-12/+85
2004-04-22 * mingwex/math/lround.c: Rewrite.Danny Smith6-116/+92
2004-04-20 * CONTRIBUTORS: New file.Earnie Boyd1-4/+3
2004-03-29 * mingwex/math/round.c: Rewrite.Danny Smith3-79/+15
2004-02-05 * mingwex/getopt.c: Define IS_POSIXLY_CORRECT as perDanny Smith1-1/+5