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
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
2001-01-18 * include/wchar.h: Protect prototypes only declared in the C++ STLEarnie Boyd
from being declared unless __cplusplus is defined.
2001-01-16 * include/stdlib.h: Apply Danny Smith patch 102730Earnie Boyd
2000-12-09 Danny Smith <danny_r_smith_2001@yahoo.co.nz> (_wgetenv) Correction to return type.
2001-01-16 * include/locale.h: Apply Danny Smith patch 101834Earnie Boyd
2000-11-23 Danny Smith <danny_r_smith_2001@yahoo.co.nz> (LC_MIN) Add definition. (LC_MAX) ditto. (_wsetlocale) Add prototype.
2000-11-21 * include/direct.h: add guard around MSVCRT-only prototytpesEarnie Boyd
* include/io.h: add __int64 struct definitions and function prototypes; add guard for MSVCRT-only prototypes * include/limits.h: add ISO C9x macros LLONG_MIN, LLONG_MAX, ULLONG_MAX * include/stdio.h: add wchar function prototypes (__MSVCRT__); put wchar functions together to make sync with wchar.h easier * include/stdlib.h: add wide char functions (__MSVCRT__) * include/string.h: add string collation functions ( __MSVCRT__) * include/sys/stat.h: add __int64 struct and function ( __MSVCRT__) * include/tchar.h: add macros and macro function definitions * include/wchar.h: add wide char function prototypes ( __MSVCRT__ ); enclose more functions in __MSVCRT__ guard; some oldname wide char function prototypes #if (0)'d * profile/gmon.h: add guard around BSD-ish typedefs
2000-04-11* include/string.h: Use proper prototype for _strerror.Christopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor