summaryrefslogtreecommitdiffstats
path: root/winsup/mingw
Commit message (Collapse)AuthorAgeFilesLines
* Remove blank line.Christopher Faylor2001-06-181-1/+0
|
* * profile/configure.in: Make msvcrt.dll version default.Earnie Boyd2001-06-114-22/+28
| | | | | * profile/makefile.in: Build both gcrt1.o and gcrt2.o. * provile/configure: Regenerate.
* * include/stdio.h (swscanf): Make first arugument const.Earnie Boyd2001-06-114-2/+16
| | | | | | | * include/wchar.h (swscanf): Ditto. * include/tchar.h (_tfopen): New _UNICODE define. (_tgetenv): Ditto. (_tsetlocale): Ditto.
* * profile/Makefile.in (mkinstalldirs): Correct relative path.Earnie Boyd2001-06-041-1/+1
|
* * include/_mingw.h: Change version to 1.0.Earnie Boyd2001-06-043-4/+9
| | | | Makefile.in: Ditto.
* * include/tchar.h: (__TEXT): Remove undef.Earnie Boyd2001-02-212-5/+7
| | | | | (_TEXT): Ditto. (_T): Ditto.
* Fri Feb 2 10:34:07 2001 Earnie Boyd <earnie@users.sourceforge.net>Earnie Boyd2001-02-022-13/+30
| | | | | | | | | * 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>
* * Makefile.in: Increment version to 0.5Earnie Boyd2001-01-313-3/+8
| | | | * include/_mingw.h: Increment minor version
* * include/assert.h: (assert): Remove ; from end of definitionEarnie Boyd2001-01-302-1/+6
| | | | Thanks to: AJ Reins <tbisp@qwest.net>
* * include/time.h: (CLOCKS_PER_SEC): Type cast the constant.Earnie Boyd2001-01-302-1/+6
| | | | Thanks to: Cosmin Truta <cosmin@cs.toronto.edu>
* * time.h: (CLOCKS_PER_SEC) Change from FP to integer constant.Earnie Boyd2001-01-292-1/+5
|
* * include/wchar.h: The 2001.01.18 Change was incorrect. The functionsEarnie Boyd2001-01-282-3/+10
| | | | | are actually C functions. These functions are resolved via the -lmsvcp60 library and comments were placed in the header.
* *include/stdlib.h (__p__pgmptr): add prototype.Earnie Boyd2001-01-283-15/+35
| | | | | | | | | | | | (__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.
* * include/stdint.h: New file.Earnie Boyd2001-01-262-0/+188
|
* * include/wchar.h: Protect prototypes only declared in the C++ STLEarnie Boyd2001-01-182-1/+9
| | | | from being declared unless __cplusplus is defined.
* * include/stdlib.h: Apply Danny Smith patch 102730Earnie Boyd2001-01-162-2/+8
| | | | | 2000-12-09 Danny Smith <danny_r_smith_2001@yahoo.co.nz> (_wgetenv) Correction to return type.
* * include/locale.h: Apply Danny Smith patch 101834Earnie Boyd2001-01-162-0/+18
| | | | | | | 2000-11-23 Danny Smith <danny_r_smith_2001@yahoo.co.nz> (LC_MIN) Add definition. (LC_MAX) ditto. (_wsetlocale) Add prototype.
* * Makefile.in: eliminate the need for RUNTIME and CRT_ID.Earnie Boyd2000-11-294-54/+61
| | | | | | | | | | | 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.
* * Makefile.in: Fix bindist target to distribute the correct files.Earnie Boyd2000-11-222-6/+30
| | | | | Remove the use of SNAPSHOT variable and test SNAPDATE instead. Set SNAPDATE within the snapshot target on recursive call to $(MAKE).
* * Makefile.in: Add missing line continuation `\' for $(SUBDIRS) target.Earnie Boyd2000-11-2212-94/+3124
| | | | | | | | | | | | | | | | | 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.
* * include/direct.h: add guard around MSVCRT-only prototytpesEarnie Boyd2000-11-2111-121/+386
| | | | | | | | | | | | | | | | * 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
* * Makefile.in: Use a different variable name for subdirectory since theChristopher Faylor2000-11-212-4/+9
| | | | previous one was used by the top level make.
* * Makefile.in: Install mingw stuff in a subdirectory if building under cygwin.Christopher Faylor2000-11-202-4/+16
|
* Add comment.Christopher Faylor2000-06-181-0/+2
|
* Revert.Christopher Faylor2000-06-181-9/+1
|
* * Makefile.in (subdirs): Eliminate for loop.Christopher Faylor2000-06-183-12/+25
|
* * Makefile.in (subdirs): Previous change did not fix problem in broken shells.Christopher Faylor2000-06-172-3/+7
|
* Add additional info.Christopher Faylor2000-06-171-1/+4
|
* * Makefile.in: Avoid installing dll if we're cross building and the cross-hostChristopher Faylor2000-06-174-44/+72
| | | | system isn't a Windows system.
* * configure.in: Change HEADER_SUBDIR to mingw32.Christopher Faylor2000-04-193-54/+70
| | | | * configure: Regenerate.
* * include/string.h: Use proper prototype for _strerror.Christopher Faylor2000-04-102-1/+5
|
* 2000-03-30 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-03-312-1/+6
| | | | * Makefile.in (subdirs): Workaround for broken shells.
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-17137-0/+17847
|
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-172-0/+338