Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-21This commit was manufactured by cvs2svn to create branch 'newlib-newlib-csl-20060320-branchpointcvs2svn
2005-10-12 * mingwex/complex/csqrt.c (csqrt): The sign of real partDanny Smith
2005-10-08 * mingwex/fegetenv.c (fegetenv): Restore exception masks.Danny Smith
2005-08-25 * mingwex/fe*.c: Revert previous changes.Danny Smith
2005-08-25 * mingwex/feclearexcept.c (feclearexcept): Change declaration.Danny Smith
2005-08-25 * mingwex/stdio/fseeko64.c (fseeko64): Flush stream beforeDanny Smith
2005-05-10 * mingwex/math/nexttoward.c: New file.Danny Smith
2005-05-09 * mingwex/math/nextafterf.c (nextafterf): CorrectDanny Smith
2005-05-08 * mingwex/math/erfl.c: New file.Danny Smith
2005-05-03 * mingwex/math/signbit.c (__signbit): Make return valueDanny Smith
2005-05-02 * include/_mingw.h (__MINGW_ATTRIB_NONNULL): Don't define asDanny Smith
2005-04-24 * mingwex/mbrtowc.c: New file.Danny Smith
2005-04-242005-04-23 Wu Yongwei <adah@sh163.net>Danny Smith
2005-03-24 * include/stdio.h (__mingw_fwrite): Change return value toDanny Smith
2005-02-25 * mingwex/wctype.c: New file.Danny Smith
2005-02-112005-02-11 Gregory W. Chicares <chicares at cox dot net>Danny Smith
2005-02-01 * mingwex/strtold.c (__asctoe64): Set endptr to 'e' if exponentDanny Smith
2005-01-10 * mingwex/complex/(cabsl.c cacosl.c cacoshl.c cargl.c casinl.cDanny Smith
2004-12-26 * mingwex/complex/(cabsf.c cacosf.c cacoshf.c cargf.c casinf.cDanny Smith
2004-10-07 * include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl,Danny Smith
2004-09-05 * mingwex/Makefile.in: Correct typo in list of DISTFILES.Earnie Boyd
2004-08-24 * include/malloc.h (__mingw_aligned_offset_malloc,Danny Smith
2004-08-242004-08-24 Steven G. Johnson <stevenj@alum.mit.edu>Danny Smith
2004-08-15 * mingwex/fopen64.c: Move.Danny Smith
2004-08-09* mingwex/stdio/vwscanf.c: Add stdio.h needed after 2004-08-07 change.Christopher Faylor
2004-07-28 * mingwex/math/powl.c (powl): Revert change of 2004-02-01.Danny Smith
2004-07-27 * mingwex/math/expl.c (expl): Move body of code to new staticDanny Smith
2004-07-27 * mingwex/stdio/vsscanf.c: Add "edi" to registers-modified fieldDanny Smith
2004-07-27 * include/_mingw.h: Use only two underscores to uglifyDanny Smith
2004-07-15 * mingwex/complex/cargs.c: New file.Danny Smith
2004-07-15 * Makefile.in (INCLUDES): Temporarily revert previous change.Corinna Vinschen
2004-07-15* mingwex/fwide.c: Include <stdio.h> to resolve FILE usage.Christopher Faylor
2004-07-15 * Makefile.in (INCLUDES): Designate $(srcdir)/../include as aDanny Smith
2004-07-13 * Makefile.in: Move use of --nostdinc++ as GCC3.4 warns to use itEarnie Boyd
2004-07-12 * mingwex/math/cephes_emath.h (__etens): Remove declaration.Danny Smith
2004-07-11 * include/unistd.h (ftruncate): Add inline definition.Danny Smith
2004-07-022 * mingwex/Makefile.in (MATH_DISTFILES): Remove pow.c,Danny Smith
2004-06-302004-06-30 Kees Zeelenberg <kzlg@users.sourceforge.net>Danny Smith
2004-04-22 * mingwex/math/lround.c: Rewrite.Danny Smith
2004-04-21 * CONTRIBUTORS: New file.Earnie Boyd
2004-03-29 * mingwex/math/round.c: Rewrite.Danny Smith
2004-02-05 * mingwex/getopt.c: Define IS_POSIXLY_CORRECT as perDanny Smith
2004-02-05 * mingwex/strtold.c (__asctoe64) Reorganise. Fix setting errorDanny Smith
2004-02-01 * mingwex/math/ldexpl.c (ldexpl): Call __asm__("fscale")Danny Smith
2004-02-01 * mingwex/math/powl.c (powl): Return infinity ifDanny Smith
2004-01-31 * mingwex/math/cephes_emath.h (__enan_64): Fix thinko.Danny Smith
2003-10-21 Add ISO C99 complex support for doubles.Danny Smith
2003-10-21 * mingwex/math/cephes_mconf.h (NAN, NANF, NANL):Danny Smith
2003-10-21 * mingwex/math/s_erf.c (erf): Set errno to ERANGE ifDanny Smith
2003-10-03 * mingwex/dirent.c (_treaddir): Reset errno to 0 if endDanny Smith