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 (Collapse)Author
2006-02-132006-02-13 Earnie Boyd <earnie@users.sf.net>Earnie Boyd
* Makefile.in (libmsvcr80.a): Add import lib. (libmsvcr80d.a): Ditto.
2006-01-192006-01-18 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* Makefile.in: Bump cygwin build number.
2005-10-282005-10-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* Include/_mingw.h: Increment version to 3.9. * Makefile.in: Ditto.
2005-10-16 * include/limits.h (SSIZE_MAX): Define.Danny Smith
(LLONG_MAX, LLONG_MIN, ULLONG_MAX): Separate from non-ISO names.
2005-10-142005-10-13 Wu Yongwei <adah@users.sourceforge.net>Danny Smith
* include/tchar.h: Include <wchar.h> when _UNICODE is defined. (_TEOF): New macro definition for _UNICODE and non_UNICODE cases.
2005-10-12 * include/stddef.h: Remove.Danny Smith
* include/stdarg.h: Remove.
2005-10-12 * mingwex/complex/csqrt.c (csqrt): The sign of real partDanny Smith
of result is positive when real part of arg == 0; * mingwex/complex/csqrtf.c (csqrtf): Ditto. * mingwex/complex/csqrtl.c (csqrtl): Ditto.
2005-10-12 * include/time.h (_time64): Correct prototype.Danny Smith
2005-10-08 * mingwex/fegetenv.c (fegetenv): Restore exception masks.Danny Smith
* mingwex/feholdexcept.c (feholdexcept): Don't set exceptions to non-stop. Use "fnclex" to clear exception flags.
2005-09-24 * include/math.h (HUGE_VALF, HUGE_VALL, INFINITY, NAN)Danny Smith
Avoid raising FP exceptions.
2005-09-19 * include/stdlib.h (strtof): Add prototype. UglifyDanny Smith
parameter names in inline definition. (wcstof): Likewise. (_Exit): Uglify parameter names in inline definition. (llabs): Add prototype. (_set_error_mode): Add prototype and input defines.
2005-08-25 * mingwex/fe*.c: Revert previous changes.Danny Smith
* include/fenv.h: Revert previous changes. Add Changelog entry for the reverted change.
2005-08-25 * mingwex/feclearexcept.c (feclearexcept): Change declaration.Danny Smith
Do not return a value. * mingwex/fegetexceptflag.c (fegetexceptflag): Likewise. * mingwex/feraiseexcept.c (feraiseexcept): Likewise. * mingwex/fesetexceptflag.c (fesetexceptflag): Likewise. * mingwex/fegetenv.c (fegetenv): Likewise. * mingwex/fesetenv.c (fesetenv): Likewise. * mingwex/feupdateenv.c (feupdateenv): Likewise. * include/fenv.h (feclearexcept, fegetexceptflag, feraiseexcept, fesetexceptflag, fegetenv, fesetenv, feupdateenv): Correct prototypes.
2005-08-25 * mingwex/stdio/fseeko64.c (fseeko64): Flush stream beforeDanny Smith
getting filelength for SEEK_END.
2005-08-13 * Include/_mingw.h: Increment version to 3.8.Chris Sutcliffe
* Makefile.in: Ditto.
2005-08-10 * include/wctype.h (towupper, towlower): Change arg and return valueDanny Smith
types to wint_t. * include/ctype.h (towupper, towlower): Likewise.
2005-08-10 * mthr_stub.c (__mingwthr_key_dtor): Replace assert(0) withDanny Smith
a diagnostic, guarded by #ifdef DEBUG. (__mingwthr_remove_key_dtor): Likewise.
2005-08-08 * moldname.def.in (sleep, beep, seterrormode): Remove.Danny Smith
2005-06-16 * profile/profile.h (_MCOUNT_CALL): Define as regparm(2)Danny Smith
(_MCOUNT_DECL): Use it. (MCOUNT): Save and restore eax, ecx, edx registers. * profile/mcount.c (_mcount): ANSI-fy.
2005-06-16 * include/_mingw.h (__MINGW_GNUC_PREREQ): Define. Use toDanny Smith
guard __MINGW_ATTRIB macro definitions. * include/math.h (logb[fl]): Don't define inlines for GCC-4.0+ && __FAST_MATH__. (rint[fl], lrint[fl], llrint[fl]); Likewise. Clean up line-continuation backslashes.
2005-06-06 * include/_mingw.h (__MINGW_ATTRIBUTE_NONNULL): Fix typoDanny Smith
in GNUC version guard.
2005-05-20 * crt1.c (_gnu_exception_handler): Handle illegal instructionDanny Smith
OS exception as a signal if user has defined a SIGILL handler.
2005-05-10 * mingwex/math/nexttoward.c: New file.Danny Smith
* mingwex/math/nexttowardf.c: New file. * mingwex/math/nextafterl.c: Add nexttowardl aliaa. * mingwex/Makefile.in (MATH_DISTFILES): Add nexttoward.c, mexttowardf.c, (MATH_OBJS): Add nexttoward.o, mexttowardf.o, * include/math.h (nexttoward, nextowardf, nexttowardl): Add prototypes.
2005-05-09 * mingwex/math/nextafterf.c (nextafterf): CorrectDanny Smith
handling of -0.0. * mingwex/math/nextafterl.c: New file. * mingwex/Makefile.in (MATH_DISTFILES): Add nextafterl.c. (MATH_OBJS): Add nextafterl.o. * include/math.h (nextafterl): Uncomment prototype.
2005-05-08 * mingwex/math/erfl.c: New file.Danny Smith
* mingwex/Makefile.i (MATH_DISTFILES): Add erfl.c. (MATH_OBJS): Add erfl.o. * include/math.h (erfl, erfcl): Uncomment prototypes.
2005-05-04 * include/wchar.h (WCHAR_MAX): Define as 0xffff, so preprocessorDanny Smith
#if (WCHAR_MAX <= WCHAR_MIN) is false. * include/stdint.h (WCHAR_MAX): Likwise. (WINT_MAX): Likewise.
2005-05-03 * mingwex/math/signbit.c (__signbit): Make return valueDanny Smith
consistent with GCC's __builtin_signbit. * mingwex/math/signbitf.c (__signbitf): Likewise. * mingwex/math/signbitf.c (__signbitl): Likewise. * include/math.h (__signbit, __signbitf, __signbitl): Likewise for inlines.
2005-05-02 * include/_mingw.h (__MINGW_ATTRIB_NONNULL): Don't define asDanny Smith
variadic macro. * mingwex/mbrtowc.c (__mbrtowc_cp): Use __MINGW_ATTRIB_NONNULL. Remove unused MBTOWC_FLAGS define.
2005-04-24 * mingwex/mbrtowc.c: New file.Danny Smith
* mingwex/wcrtomb.c: New file. * mingwex/btowc.c: New file. * mingwex/wctob.c: New file. * mingwex/mb_wc_common.h: New file. * mingwex/Makefile.in (DISTFILES): Add new files. (Q8_OBJS): Add new objects. * include/wchar.h: Adjust comment about mbrtowc() and related funcions. Add __restrict__ to pointer params in prototypes. (wmemset. wmemchr, wmemcpy, wmemmove, wcstoll, wcstoull): Remove arg names from protototypes.
2005-04-242005-04-23 Wu Yongwei <adah@sh163.net>Danny Smith
mingwex/dirent.c: Formatting changes. mingwex/dirent.c (_topendir): Make the end-of-path slash check MBCS-safe.
2005-03-31 * include/_mingw.h (__MINGW_ATTRIB_NONNULL): Define.Danny Smith
2005-03-24 * include/stdio.h (__mingw_fwrite): Change return value toDanny Smith
size_t. * mingwex/mingw-fseek.c (__mingw_fwrite): Likewise.
2005-03-152005-03-15 Hans Leidekker <hans@it.vu.nl>Danny Smith
* include/malloc.h (_FREEENTRY, _USEDENTRY): Correct defines.
2005-02-25 * include/wctype.h (wctrans) Remove _CRTIMP.Danny Smith
(towctrans): Likewise. (wctype): Likewise,
2005-02-25 * include/wctype.h: Add comment on wctrans, towctrans, wctype.Danny Smith
2005-02-25 * mingwex/wctype.c: New file.Danny Smith
* mingwex/wctrans.c: New file. * mingwex/Makefile.in (DISTFILES): Add wctype.c, wctrans.c. * mingwex/Makefile.in (Q8_OBJS): Add wctype.o, wctrans.o.
2005-02-11 * include/tchar.h (_tstat64, _tstati64): Add Unicode/ANSI mappings.Danny Smith
2005-02-11 * include/assert.h; Remove header guard. undef assert macro.Danny Smith
(_assert): Use __MINGW_ATTRIB_NORETURN define.
2005-02-11Add Changelog entry from last commit.Danny Smith
2005-02-112005-02-11 Gregory W. Chicares <chicares at cox dot net>Danny Smith
Danny Smith <dannysmith@users at sourceforge dot net> * include/math.h (expm1, expm1f, expmll): Add prototypes. * mingwex/Makefile.in (MATH_DISTFILES): Add expm1.c, expm1f.c, expm1l.c. (MATH_OBJS): Add expm1.o, expm1f.o, expm1l.o. * mingwex/math/expm1.c: New file. * mingwex/math/expm1f.c: New file. * mingwex/math/expm1l.c: New file.
2005-02-072005-02-07 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
* include/sys/stat.h (struct stat): Guard with _NO_OLDNAMES. * include/wchar.h (struct stat): Likwwise. Bug reported to Debian by Anand Kumria <wildfire@progsoc.org> * include/sys/stat.h: Remove empty __STRICT_ANSI__ guard.
2005-02-01 * mingwex/strtold.c (__asctoe64): Set endptr to 'e' if exponentDanny Smith
string is not valid.
2005-01-272005-01-26 Oliver Stoeneberg <oliverst@online.de>Danny Smith
* include/malloc.h: Add missing return code defines for _heapwalk()
2005-01-17 * include/sys/stat.h (struct __stat64): Change st_size type toDanny Smith
__int64. * include/wchar.h (struct __stat64): Change st_size type to __int64.
2005-01-13 * include/_mingw.h: Increment version to 3.7.Earnie Boyd
* Makefile.in: Ditto.
2005-01-13 * include/sys/stat.h (_S_IFLNK, S_IFLNK, _S_ISLNK, S_ISLNK, _lstat,Earnie Boyd
lstat): Remove. * include/errno.h (ELOOP): Ditto.
2005-01-12 * include/tchar.h (_tfreopen): Add UNICODE mappings.Danny Smith
2005-01-11 * include/sys/stat.h (_S_IFLNK, S_IFLNK, _S_ISLNK, S_ISLNK, _lstat,Earnie Boyd
lstat): Conditionalize defines for __STRICT_ANSI__.
2005-01-11 * include/errno.h (ELOOP): Add definition.Earnie Boyd
2005-01-10 * mingwex/complex/(cabsl.c cacosl.c cacoshl.c cargl.c casinl.cDanny Smith
casinhl.c catanl.c catanhl.c ccosl.c ccoshl.c cexpl.c cimagl.c clogl.c cpowl.c cprojl.c creall.c csinl.c csinhl.c csqrtl.c ctanl.c ctanhl.c): New files. * mingwex/Makefile.in (COMPLEX_DISTFILES): Adjust. (COMPLEX_OBJS): Adjust. * include/complex.h (cabsl, cacosl, cacoshl, cargl, casinf. casinhl, catanl, catanhl, ccosl, ccoshl, cexpl, cimagl, clogl, cpowl, cprojl, creall, csinl, csinhl, csqrtl, ctanl, ctanhl): Declare.