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-20 * mingwex/math/files.txt: Remove inadvertantly added file.Danny Smith
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-09-05 * mingwex/fegetenv.c: Change to \n line endings.Earnie Boyd
* mingwex/vsnprintf.c: Ditto. * mingwex/vsnwprintf.c: Ditto.
2002-09-02 * mingwex/math/hypotl.c: Replace with version based on cephesDanny Smith
library.
2002-08-29 * include/sys/param.h: Add ENDIAN defines.Danny Smith
* test_headers.c: Include sys/param.h.
2002-08-28 * test_headers.c: Don't include varargs.h.Danny Smith
* Makefile.in (test_headers): Don't use -std=xx with -xc++. Test -std=gnu89, gnu99 also.
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-21 * test_headers.c : New file.Danny Smith
* Makefile.in (test_headers): New target, using it, (SRCDIST_FILES): Distribute it.
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-15 * Makefile.in (conf_prefix): New variable.Earnie Boyd
(dist_prefix): Ditto. Conditionally set to $(conf_prefix). (bindist): Use dist_prefix.
2002-06-13 * include/_mingw.h: Increment version to 2.0.Danny Smith
* Makefile.in: Ditto. Merge in mingwex branch.
2002-05-28Merging MinGW changesEarnie Boyd
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-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-18 * dirent.c (opendir): Convert given pathname toDanny Smith
absolute pathname.
2002-04-10 * include/_mingw.h: Increment version.Earnie Boyd
* Makefile.in: Ditto.
2002-04-10 * Makefile.in: Use bzip2 compression for Cygwin target.Earnie Boyd
2002-04-10 * moldname-crtdll.def: Remove CR from end of line.Earnie Boyd
* moldname-msvcrt.def: 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-25Remove duplicate changelog entry.Danny Smith
2002-01-25 * profile/profil.c: Update copyright info.Danny Smith
* 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.
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-05* Makefile.in: Delete unused executable after creating base-files.Egor Duda
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.