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
2002-09-19 * include/string.h (_strerror): Move into #ifndefDanny Smith
__STRICT_ANSI__ block.
2002-09-18 * include/time.h (__need_NULL): Define before includingDanny Smith
stddef.h. Thanks to: R�diger Dehmel <de@lmnet.de>.
2002-09-162002-09-16 Ranjit Matthew <rmathew@hotmail.com>Danny Smith
* include/stdio.h: Correct comment about directory separator.
2002-09-12 * include/sys/time.h (timeval): Add struct definition andDanny Smith
associated macros (copied from w32api/include/winsock.h).
2002-09-05 * include/_mingw.h: Increment version to 2.3.Earnie Boyd
Makefile.in: Ditto.
2002-08-29 * include/sys/param.h: Add ENDIAN defines.Danny Smith
* test_headers.c: Include sys/param.h.
2002-08-21 * include/sys/param.h: New File.Earnie Boyd
2002-08-21 * include/_mingw.h: Increment version to 2.2.Earnie Boyd
Makefile.in: Ditto.
2002-08-21 * include/math.h (asm): Change to __asm__ throughout.Danny Smith
Expose ISO C99 functions if __GLIBCPP__. (hypotf): Use hypot, not _hypot in stub..
2002-08-21 * include/tchar.h: Ansi-fy another comment.Danny Smith
2002-08-21 * include/tchar.h: Ansi-fy comment.Danny Smith
2002-08-15 * include/unistd.h: Add include of process.h.Earnie Boyd
2002-08-04* include/stdio.h (_fcloseall): Add prototype.Danny Smith
2002-07-29* include/tchar.h (_tfdopen): Correct typo.Danny Smith
2002-07-29Add incomplet long double math support to libmingwex.aDanny Smith
2002-06-19 * include/tchar.h (_getts): Define as _getws for _UNICODE.Danny Smith
(_putts): Define as _putws for _UNICODE. Thanks to: Tomasz Pona <cochisek@poczta.onet.pl> for report.
2002-06-18 * include/float.h: #include_next<float.h> before header guard.Danny Smith
2002-06-182002-06-18 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith
* include/_mingw.h (__MINGW_IMPORT): Check for prior definition before defining. * include/excpt.h (): Include windef.h not windows.h. * include/fcntl.h (_O_SHORT_LIVED): Add define. (_chmod): Add prototype. (_creat): Correct prototype. (SH_DENY*): Rename defines to _SH_DENY*. (SH_DENY*): Add Non-ANSI names for _SH_DENY*. include/stdio.h (_IOMYBUF, _IOEOF, _IOERR, _IOSTRG, _IOAPPEND): Add defines. (_wfindfirst): Correct prototype. (_wfdopen): Add prototype. * include/stdlib.h (_rotl, _rotr, _lrotl, _lrotr): Add prototypes. * include/string.h (_mbschr, _mbstok, _mbsncat): Remove prototypes. (_wcsdup): Correct prototype. * include/mbstring.h: Remove comments about _mbschr, _mbstok, _mbsncat being in string.h. * include/wchar.h (_wfindfirst): Correct prototype. * include/tchar.h (_tfdopen): Add _UNICODE mappings.
2002-06-15 * include/_mingw.h: Increment to version 2.1.Earnie Boyd
* Makefile.in: Ditto.
2002-06-13 * include/_mingw.h: Increment version to 2.0.Danny Smith
* Makefile.in: Ditto. Merge in mingwex branch.
2002-04-20 * include/mbstring.h: New file.Danny Smith
* include/mbctype.h: New file. Correct some email address dyslexia.
2002-04-20 * include/tchar.h (_tputenv): Add UNICODE mappings.Danny Smith
(_tsearchenv): Likewise. (_tmakepath): Likewise. (_tsplitpath): Likewise. (_tfullpath): Likewise. (__TEXT): Make same as define in w32api/include/winnt.h.
2002-04-10 * include/_mingw.h: Increment version.Earnie Boyd
* Makefile.in: Ditto.
2002-04-04 * include/math.h (DOMAIN, SING, OVERFLOW, UNDERFLOW,Danny Smith
TLOSS, PLOSS): Move oldname defines back, following the underscored names.
2002-03-30 * include/stdio.h (_snwprintf): Correct spelling.Danny Smith
(_vsnwprintf): Likewise. * include/wchar.h (_snwprintf): Correct spelling. (_vsnwprintf): Likewise.
2002-03-27 * moldname.def.in (__MSVCRT__): Replace with !(__CRTDLL).Danny Smith
(wpopen): Add if !(__CRTDLL). * Makefile.in (moldname-msvcrt.def rule): Use -C, not -c to preserve comments. (moldname-crtdll.def rule): Likewise. * moldname-msvcrt.def: Regenerate. * moldname-crtdll.def: Regenerate. * include/stdio.h (wpopen):Use prototype, not a define. (_swnprintf): Add prototype. (_vswnprintf): Likewise. Tidy up whitespace. * include/wchar.h (_swnprintf): Add prototype. (_vswnprintf): Likewise. Tidy up whitespace.
2002-01-28 * include/malloc.h (_heapinfo): Correct structure definition.Danny Smith
(_USEDENTRY,_FREEENTRY): Add defines. Add comment on platform support for _heap* functions. (_get_sbh_threshold): Add prototype. (_set_sbh_threshold): Likewise. (_expand): Likewise.
2002-01-25Merge MinGW changesEarnie Boyd
2002-01-25 * include/tchar.h (_TCHAR): Add missing ;.Danny Smith
2002-01-25 * include/tchar.h (_TCHAR): Add typedefs.Danny Smith
2001-12-08 * Makefile.in: Increment VERSION.Earnie Boyd
* include/_mingw.h: Ditto.
2001-12-05Merge MinGW CVS differencesEarnie Boyd
2001-12-05 * include/strings.h: New file.Earnie Boyd
2001-11-072001-11-08 Robert Collins <rbtcollins@hotmail.com>Robert Collins
* include/errno.h: Fix "errno is not a prototype" warning.
2001-11-012001-10-30 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd
* include/io.h (_commit): Add declaration. Thanks to: "stefan" <stefan@lkcc.org> 2001-10-30 Danny Smith <dannysmith@users.sourceforge.net> * include/sys/stat.h: Make S_IS* macros safer. 2001-10-27 Danny Smith <dannysmith@users.sourceforge.net> * include/stdlib.h (EXIT_FAILURE): Change value to 1. 2001-10-12 Danny Smith <dannysmith@users.sourceforge.net> * include/stdlib.h (__p__environ, __p__wenviron): Use __STDC__ prototypes.
2001-09-192001-09-19 Earnie Boyd <earnie@SF.net>Earnie Boyd
* Makefile.in: Remove the /usr from the install target. (VERSION): Increment. include/_mingw.h: Ditto.
2001-09-17 * Makefile.in: Increment version.Earnie Boyd
* include/_mingw.h: Ditto.
2001-08-29 * include/stdarg.h (va_list): Typedef as __builtin_va_list ifEarnie Boyd
__GNUC__ >= 3. * include/varargs.h (va_list): Ditto. * include/stdio.h (va_list): Ditto.
2001-08-05 * include/stdlib.h (_wpgmptr): Don't declare ifndef __MSVCRT__.Earnie Boyd
* include/stdio.h (_IORW): Change constant to 0x0080. (TMP_MAX): Add new define. (_P_tmpdir): Ditto. (_wP_tmpdir): Ditto. (L_tmpnam): Change constant to 16. * include/malloc.h: Fix non-ANSI comment after #endif. * profile/Makefile.in (mkinstalldirs): Correct relative path.
2001-06-11 * include/stdio.h (swscanf): Make first arugument const.Earnie Boyd
* include/wchar.h (swscanf): Ditto. * include/tchar.h (_tfopen): New _UNICODE define. (_tgetenv): Ditto. (_tsetlocale): Ditto.
2001-06-05 * include/_mingw.h: Change version to 1.0.Earnie Boyd
Makefile.in: Ditto.
2001-02-21 * include/tchar.h: (__TEXT): Remove undef.Earnie Boyd
(_TEXT): Ditto. (_T): Ditto.
2001-02-02Fri Feb 2 10:34:07 2001 Earnie Boyd <earnie@users.sourceforge.net>Earnie Boyd
* include/tchar.h: (__TEXT): Add private macro. (_TEXT): Modify definition to use __TEXT. (_T): Ditto. This change allows the passing of a MACRO as an argument and have that MACRO resolved first. Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
2001-02-01 * Makefile.in: Increment version to 0.5Earnie Boyd
* include/_mingw.h: Increment minor version
2001-01-30 * include/assert.h: (assert): Remove ; from end of definitionEarnie Boyd
Thanks to: AJ Reins <tbisp@qwest.net>
2001-01-30 * include/time.h: (CLOCKS_PER_SEC): Type cast the constant.Earnie Boyd
Thanks to: Cosmin Truta <cosmin@cs.toronto.edu>
2001-01-29 * time.h: (CLOCKS_PER_SEC) Change from FP to integer constant.Earnie Boyd
2001-01-28 * include/wchar.h: The 2001.01.18 Change was incorrect. The functionsEarnie Boyd
are actually C functions. These functions are resolved via the -lmsvcp60 library and comments were placed in the header.
2001-01-28 *include/stdlib.h (__p__pgmptr): add prototype.Earnie Boyd
(__p__wpgmptr): likewise. (_pgmptr_dll): move declaration from dos.h. (_wpgmptr_dll): likewise. (_pgmptr): conditional define (MSVCT/CRTDLL). (_wpgmptr): likewise. *include/dos.h (_base*_dll variables): declare only for CRTDLL. (_os*_dll variables): likewise. (_pgmptr_dll): remove declaration and associated defines to stdlib.h. (_wpgmptr_dll): likewise.
2001-01-26 * include/stdint.h: New file.Earnie Boyd