summaryrefslogtreecommitdiffstats
path: root/winsup/mingw
Commit message (Collapse)AuthorAgeFilesLines
* Merging MinGW changesEarnie Boyd2002-05-2846-1877/+1877
|
* * include/mbstring.h: New file.Danny Smith2002-04-203-1/+235
| | | | | | * include/mbctype.h: New file. Correct some email address dyslexia.
* * include/tchar.h (_tputenv): Add UNICODE mappings.Danny Smith2002-04-202-2/+17
| | | | | | | | (_tsearchenv): Likewise. (_tmakepath): Likewise. (_tsplitpath): Likewise. (_tfullpath): Likewise. (__TEXT): Make same as define in w32api/include/winnt.h.
* * include/tchar.h (_tputenv): Add UNICODE mappings.Danny Smith2002-04-201-0/+8
| | | | | | | | (_tsearchenv): Likewise. (_tmakepath): Likewise. (_tsplitpath): Likewise. (_tfullpath): Likewise. (__TEXT): Make same as define in w32api/include/winnt.h.
* * dirent.c (opendir): Convert given pathname toDanny Smith2002-04-182-3/+12
| | | | absolute pathname.
* * include/_mingw.h: Increment version.Earnie Boyd2002-04-093-3/+8
| | | | * Makefile.in: Ditto.
* * Makefile.in: Use bzip2 compression for Cygwin target.Earnie Boyd2002-04-092-3/+15
|
* * moldname-crtdll.def: Remove CR from end of line.Earnie Boyd2002-04-093-284/+289
| | | | * moldname-msvcrt.def: Ditto.
* * include/math.h (DOMAIN, SING, OVERFLOW, UNDERFLOW,Danny Smith2002-04-042-12/+19
| | | | | TLOSS, PLOSS): Move oldname defines back, following the underscored names.
* * include/stdio.h (_snwprintf): Correct spelling.Danny Smith2002-03-303-7/+14
| | | | | | (_vsnwprintf): Likewise. * include/wchar.h (_snwprintf): Correct spelling. (_vsnwprintf): Likewise.
* * moldname.def.in (__MSVCRT__): Replace with !(__CRTDLL).Danny Smith2002-03-267-364/+388
| | | | | | | | | | | | | | | | (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.
* * include/malloc.h (_heapinfo): Correct structure definition.Danny Smith2002-01-272-5/+23
| | | | | | | | (_USEDENTRY,_FREEENTRY): Add defines. Add comment on platform support for _heap* functions. (_get_sbh_threshold): Add prototype. (_set_sbh_threshold): Likewise. (_expand): Likewise.
* Merge MinGW changesEarnie Boyd2002-01-252-0/+14
|
* Remove duplicate changelog entry.Danny Smith2002-01-251-7/+1
|
* * profile/profil.c: Update copyright info.Danny Smith2002-01-255-7/+33
| | | | | | | | | * profile/profil.h: Likewise. * profile/gcrt0.c: Likewise. * profile/profil.h (PROFADDR): Cast idx to unsigned long long to avoid overflow. * profile/gmon.c: Define bzero as memset if mingw32. (monstartup): Use it.
* * include/tchar.h (_TCHAR): Add missing ;.Danny Smith2002-01-252-1/+5
|
* * include/tchar.h (_TCHAR): Add typedefs.Danny Smith2002-01-252-0/+6
|
* * Makefile.in: Increment VERSION.Earnie Boyd2001-12-073-3/+8
| | | | * include/_mingw.h: Ditto.
* Merge MinGW CVS differencesEarnie Boyd2001-12-0541-147/+357
|
* * include/strings.h: New file.Earnie Boyd2001-12-052-0/+16
|
* 2001-11-08 Robert Collins <rbtcollins@hotmail.com>Robert Collins2001-11-072-1/+5
| | | | * include/errno.h: Fix "errno is not a prototype" warning.
* * Makefile.in: Delete unused executable after creating base-files.Egor Duda2001-11-052-3/+10
|
* 2001-10-30 Danny Smith <dannysmith@users.sourceforge.net>Earnie Boyd2001-11-014-14/+34
| | | | | | | | | | | | | | | | | | * 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-19 Earnie Boyd <earnie@SF.net>Earnie Boyd2001-09-193-6/+12
| | | | | | * Makefile.in: Remove the /usr from the install target. (VERSION): Increment. include/_mingw.h: Ditto.
* * Makefile.in: Increment version.Earnie Boyd2001-09-173-21/+46
| | | | * include/_mingw.h: Ditto.
* 2001-09-10 Earnie Boyd <earnie@SF.net>Earnie Boyd2001-09-102-11/+23
| | | | | | | | | * 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.
* Revert inadvertently checked in files.Christopher Faylor2001-09-062-11/+1
|
* * Makefile.in: Install libstdc++.a if it does not exist.Christopher Faylor2001-09-052-1/+11
|
* * include/stdarg.h (va_list): Typedef as __builtin_va_list ifEarnie Boyd2001-08-294-6/+23
| | | | | | __GNUC__ >= 3. * include/varargs.h (va_list): Ditto. * include/stdio.h (va_list): Ditto.
* * include/stdlib.h (_wpgmptr): Don't declare ifndef __MSVCRT__.Earnie Boyd2001-08-054-11/+36
| | | | | | | | | | * 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.
* 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.