aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/mingwex
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-05 * mingwex/strtold.c (__asctoe64) Reorganise. Fix setting errorDanny Smith1-87/+115
2004-02-01 * mingwex/math/ldexpl.c (ldexpl): Call __asm__("fscale")Danny Smith1-8/+13
2004-02-01 * mingwex/math/powl.c (powl): Return infinity ifDanny Smith1-0/+8
2004-01-31 * mingwex/math/cephes_emath.h (__enan_64): Fix thinko.Danny Smith1-10/+13
2003-10-21 Add ISO C99 complex support for doubles.Danny Smith21-2/+627
2003-10-21 * mingwex/math/cephes_mconf.h (NAN, NANF, NANL):Danny Smith1-3/+23
2003-10-21 * mingwex/math/s_erf.c (erf): Set errno to ERANGE ifDanny Smith2-1/+9
2003-10-02 * mingwex/dirent.c (_treaddir): Reset errno to 0 if endDanny Smith1-1/+6
2003-09-222003-09-22 Roland Schwingel <rolandschwingel@users.sourceforge.net>Danny Smith1-2/+2
2003-07-03 * mingwex/math/trunc.c (trunc): Provide lvalue for memory input constraint.Danny Smith5-23/+23
2003-07-01 * mingwex/math/tgamma.c, tgammaf.c, tgammal.c (small):Earnie Boyd3-8/+8
2003-06-18 * include/dirent.h (dirent): Make d_name and array instead of a pointer.Earnie Boyd1-9/+3
2003-05-06Uh hum, just not my dayEarnie Boyd2-2/+2
2003-05-06* configure: RegenerateEarnie Boyd1-1/+1
2003-05-06 * configure.in (W32API_INCLUDE): Need the -I switch in the value.Earnie Boyd1-1/+1
2003-05-06 * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilitesEarnie Boyd3-5/+11
2003-03-17 Get rid of some warnings Danny Smith8-11/+21
2003-03-032003-03-03 Christopher Faylor <cgf@redhat.com>Danny Smith1-18/+28
2003-03-03 * mingwex/getopt.c: New file, copied from cygwin srcs.Danny Smith2-6/+498
2003-03-022003-03-02 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith11-9/+203
2003-02-10 * mingwex/math/cephes_emath.h: Don't redefine INFINITY.Danny Smith1-1/+0
2003-01-26 * mingwex/mingw-fseek.c (INLINE): Remove define.Danny Smith1-33/+2
2003-01-11 * mingwex/math/llround.c: Correct function name andDanny Smith1-3/+3
2002-12-08 * mingwex/math/s_erf.c: New file.Danny Smith3-8/+609