OSDN Git Service

* times.cc (time_ms::usecs): Coerce comparison to signed or whole test is a
[pf3gnuchains/pf3gnuchains3x.git] / winsup / mingw /
2005-05-19 dannysmith * crt1.c (_gnu_exception_handler): Handle illegal...
2005-05-10 dannysmith * mingwex/math/nexttoward.c: New file.
2005-05-09 dannysmith * mingwex/math/nextafterf.c (nextafterf): Correct
2005-05-08 dannysmith * mingwex/math/erfl.c: New file.
2005-05-04 dannysmith * include/wchar.h (WCHAR_MAX): Define as 0xffff, so...
2005-05-03 dannysmith * mingwex/math/signbit.c (__signbit): Make return...
2005-05-02 dannysmith * include/_mingw.h (__MINGW_ATTRIB_NONNULL): Don't...
2005-04-24 dannysmith * mingwex/mbrtowc.c: New file.
2005-04-24 dannysmith * mingwex/mbrtowc.c: New file.
2005-04-24 dannysmith2005-04-23 Wu Yongwei <adah@sh163.net>
2005-03-31 dannysmith * include/_mingw.h (__MINGW_ATTRIB_NONNULL): Define.
2005-03-24 dannysmith * include/stdio.h (__mingw_fwrite): Change return...
2005-03-24 dannysmith * include/stdio.h (__mingw_fwrite): Change return...
2005-03-15 dannysmith2005-03-15 Hans Leidekker <hans@it.vu.nl>
2005-02-25 dannysmith * include/wctype.h (wctrans) Remove _CRTIMP.
2005-02-25 dannysmith * include/wctype.h: Add comment on wctrans, towctrans...
2005-02-25 dannysmith * mingwex/wctype.c: New file.
2005-02-11 dannysmith * include/tchar.h (_tstat64, _tstati64): Add Unicode...
2005-02-11 dannysmith * include/assert.h; Remove header guard. undef assert...
2005-02-11 dannysmithAdd Changelog entry from last commit.
2005-02-11 dannysmith2005-02-11 Gregory W. Chicares <chicares at cox dot...
2005-02-07 dannysmith2005-02-07 Danny Smith <dannysmith@users.sourceforge...
2005-02-01 dannysmith * mingwex/strtold.c (__asctoe64): Set endptr to 'e...
2005-01-27 dannysmith2005-01-26 Oliver Stoeneberg <oliverst@online.de>
2005-01-17 dannysmith * include/sys/stat.h (struct __stat64): Change st_size...
2005-01-13 earnie * include/_mingw.h: Increment version to 3.7.
2005-01-13 earnie * include/sys/stat.h (_S_IFLNK, S_IFLNK, _S_ISLNK...
2005-01-12 dannysmith * include/tchar.h (_tfreopen): Add UNICODE mappings.
2005-01-11 earnie * include/sys/stat.h (_S_IFLNK, S_IFLNK, _S_ISLNK...
2005-01-10 earnie * include/errno.h (ELOOP): Add definition.
2005-01-10 dannysmith * mingwex/complex/(cabsl.c cacosl.c cacoshl.c cargl...
2005-01-06 dannysmith * include/_mingw.h (__int16): Define as short.
2005-01-06 dannysmith * include/stdio.h (P_tmpdir): Add define.
2005-01-03 earnie * Makefile.in (inst_docdir): For Cygwin target set...
2005-01-02 earnie * include/_mingw.h: Increment version to 3.6
2004-12-25 dannysmith * mingwex/complex/(cabsf.c cacosf.c cacoshf.c cargf...
2004-12-20 dannysmith * include/wchar.h (wcsdup): Correct prototype.
2004-10-14 dannysmith * include/sys/stat.h: Make S_ISLNK comment comply...
2004-10-06 dannysmith * include/math.h (ashinh, asinhf, asinhl, acosh, acosh...
2004-09-09 earnie * include/sys/stat.h (_S_IFLNK): Add definition.
2004-09-08 earnie * include/sys/stat.h (_S_ISLNK): Add definition.
2004-09-05 earnie * mingwex/Makefile.in: Correct typo in list of DISTFILES.
2004-09-05 earnie * include/_mingw.h: Increment minor version for 3...
2004-08-24 dannysmith * include/malloc.h (__mingw_aligned_offset_malloc,
2004-08-24 dannysmith2004-08-24 Steven G. Johnson <stevenj@alum.mit.edu>
2004-08-24 dannysmith * crt1.c: (__mingw_CRTStartup): Change return to void...
2004-08-15 dannysmith * profile/COPYING: New file.
2004-08-15 dannysmith * mingwex/fopen64.c: Move.
2004-08-15 dannysmith * profile/gmon.c [__MINGW32__]: Include string.h for
2004-08-09 cgf* mingwex/stdio/vwscanf.c: Add stdio.h needed after...
2004-08-07 dannysmith * include/complex.h: Remove __attribute__ ((const...
2004-08-07 dannysmith * include/wchar.h: Reorganize, avoid including other...
2004-08-06 dannysmith * include/string.h (memchr, memcmp, strchr, strcmp...
2004-07-30 dannysmith * include/dirent.h (struct _wdirent): Remove obsolete...
2004-07-30 dannysmith * include/string.h: Revert 2004-07-26 additions of
2004-07-28 dannysmith * mingwex/math/powl.c (powl): Revert change of 2004...
2004-07-27 dannysmith * mingwex/math/expl.c (expl): Move body of code to...
2004-07-27 dannysmith * mingwex/stdio/vsscanf.c: Add "edi" to registers...
2004-07-26 dannysmith * include/_mingw.h: Use only two underscores to uglify
2004-07-26 dannysmith * include/_mingw.h: Use only two underscores to uglify
2004-07-26 dannysmith * include/string.h: Group wide string functions together,
2004-07-25 dannysmith * include/_mingw.h (_MINGW_ATTR_*): Replace with
2004-07-21 dannysmith * include/_mingw.h: Undefine __attribute__.
2004-07-19 dannysmith * include/time.h (__time64_t): Add missing ';'.
2004-07-17 dannysmith * include/math.h: Guard ISO C99 additions with __cplusplus
2004-07-17 cgf* Makefile.in (CC): Strip inappropriate include file...
2004-07-15 dannysmith2004-07-15 "dgun" <dgun@umpire.com>
2004-07-15 dannysmithWhitespace change to ChangeLog
2004-07-15 dannysmith * include/math.h: Add pragma GCC system_header.
2004-07-15 dannysmith * mingwex/complex/cargs.c: New file.
2004-07-15 corinna * Makefile.in (INCLUDES): Temporarily revert previous...
2004-07-15 cgf* mingwex/fwide.c: Include <stdio.h> to resolve FILE...
2004-07-14 dannysmith * Makefile.in (INCLUDES): Designate $(srcdir)/../inclu...
2004-07-13 earnie * Makefile.in: Move use of --nostdinc++ as GCC3.4...
2004-07-13 earnie * Makefile.in: Move use of --nostdinc++ as GCC3.4...
2004-07-13 earnie * include/limits.h: Change to new file header preamble.
2004-07-13 earnie * include/_mingw.h: Increment minor version for 3...
2004-07-12 dannysmith * mingwex/math/cephes_emath.h (__etens): Remove declar...
2004-07-11 dannysmith * include/unistd.h (ftruncate): Add inline definition.
2004-07-10 dannysmith * include/time.h: Do not include sys/types.h.
2004-07-02 dannysmith2 * mingwex/Makefile.in (MATH_DISTFILES): Remove pow.c,
2004-06-30 dannysmith2004-06-30 Kees Zeelenberg <kzlg@users.sourceforge...
2004-06-01 infidel2004-04-24 Luke Dunstan <infidel@users.sourceforge...
2004-04-22 earnie * strncasecmp.c: Reword copyright and disclaimer....
2004-04-22 earnie * strncasecmp.c: Reword copyright and disclaimer....
2004-04-22 earnie CORRECTION:
2004-04-22 earnie * DISCLAIMER: Add words about "free to use".
2004-04-22 dannysmith * mingwex/math/lround.c: Rewrite.
2004-04-20 earnie * CONTRIBUTORS: New file.
2004-04-19 earnie * include/_mingw.h: Revert to primary release 3 and...
2004-04-19 earnie * include/_mingw.h: Revert to primary release 3 and...
2004-04-01 dannysmith * crt1.c (_mingw32_init_fmode): Set *_imp___fmode_dll to
2004-03-30 dannysmith2004-03-30 Danny Smith <dannysmith@users.sourceforge...
2004-03-29 infidel2004-03-28 Hans Leidekker <hans@it.vu.nl>
2004-03-29 dannysmith * mingwex/math/round.c: Rewrite.
2004-03-26 dannysmith Add prototypes for new msvcrt.dll versions
2004-03-25 dannysmith * include/stdio.h (_fsopen): Add prototype.
2004-03-19 dannysmith * msvcrt.def.in: Add stubs for msvcrt.dll (version...
2004-03-13 dannysmith * include/malloc.h: Remove __STRICT_ANSI__ guard.
2004-03-12 cgf* include/process.h: Remove the #endif associated with...
next