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-09-17 * Makefile.in: Increment version.Earnie Boyd
* include/_mingw.h: Ditto.
2001-09-102001-09-10 Earnie Boyd <earnie@SF.net>Earnie Boyd
* dossh: Remove inadvertantly imported file. 2001-09-10 Danny Smith <dannysmith@users.sourceforge.net> * dirent.c (opendir): Use GetFileAttributes rather than stat to determine if input arg is dir.
2001-09-06Revert inadvertently checked in files.Christopher Faylor
2001-09-06* Makefile.in: Install libstdc++.a if it does not exist.Christopher Faylor
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-18Remove blank line.Christopher Faylor
2001-06-11 * profile/configure.in: Make msvcrt.dll version default.Earnie Boyd
* profile/makefile.in: Build both gcrt1.o and gcrt2.o. * provile/configure: Regenerate.
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 * profile/Makefile.in (mkinstalldirs): Correct relative path.Earnie Boyd
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-30 * Makefile.in: eliminate the need for RUNTIME and CRT_ID.Earnie Boyd
Always build crt1.o, dllcrt1.o, crt2.o and dllcrt2.o. Create a libcoldname.a for the oldname library for CRTDLL. Restrict libmoldname.a for the oldname library for MSVCRT. * configure.in: eliminate setting RUNTIME and CRT_ID variables. Restructure the $target_os case logic. Always name the MinGW thread dll helper mingwm. Change Cygwin's HEADER_SUBDIR value from mingw32 to mingw. * configure: regenerate.
2000-11-23 * Makefile.in: Fix bindist target to distribute the correct files.Earnie Boyd
Remove the use of SNAPSHOT variable and test SNAPDATE instead. Set SNAPDATE within the snapshot target on recursive call to $(MAKE).
2000-11-22 * Makefile.in: Add missing line continuation `\' for $(SUBDIRS) target.Earnie Boyd
Add variables and targets to control binary and source distributions. Add variables and targets to control snapshot distribution. * profile/gmon.h: Add missing #endif for #ifndef. * profile/ChangeLog: Merge entries here and remove. * profile/Makefile.in: Add variables and targets to control distribution. * README: Add. * TODO: ditto. * config.guess: ditto. * config.sub: ditto. * mkinstalldirs: ditto. * install-sh: ditto. * configure: regenerate. * profile/configure: ditto.
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-11-21* Makefile.in: Use a different variable name for subdirectory since theChristopher Faylor
previous one was used by the top level make.
2000-11-20* Makefile.in: Install mingw stuff in a subdirectory if building under cygwin.Christopher Faylor
2000-06-18Add comment.Christopher Faylor
2000-06-18Revert.Christopher Faylor
2000-06-18* Makefile.in (subdirs): Eliminate for loop.Christopher Faylor
2000-06-18* Makefile.in (subdirs): Previous change did not fix problem in broken shells.Christopher Faylor
2000-06-17Add additional info.Christopher Faylor
2000-06-17* Makefile.in: Avoid installing dll if we're cross building and the cross-hostChristopher Faylor
system isn't a Windows system.
2000-04-19* configure.in: Change HEADER_SUBDIR to mingw32.Christopher Faylor
* configure: Regenerate.
2000-04-11* include/string.h: Use proper prototype for _strerror.Christopher Faylor
2000-03-312000-03-30 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
* Makefile.in (subdirs): Workaround for broken shells.
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor