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
2009-10-30Honor DESTDIR for winsup/mingw and winsup/w32apiCharles Wilson
2009-07-28Convert to monolithic configuration procedure.Keith Marshall
2008-10-13* Makefile.in: Use a different method to invoke gcc in a cygwin-hostedChristopher Faylor
environment. * mingwex/Makefile.in: Ditto. * profile/Makefile.in: Ditto. * configure.in: Record mingw front-end for building under Cygwin. * mingwex/configure.in: Ditto. * profile/configure.in: Ditto. * configure: Regenerate. * mingwex/configure: Ditto. * profile/configure: Ditto.
2007-02-15 * Makefile.in (ALL_CFLAGS): Put W32API_INCLUDE after INCLUDES.Danny Smith
(ALL_CXXFLAGS): Likewise. * mingwex/Makefile.in (ALL_CFLAGS): Put W32API_INCLUDE after INCLUDES. (ALL_CXXFLAGS): Likewise. * profile/Makefile.in (ALL_CFLAGS): Put W32API_INCLUDE after INCLUDES. (ALL_CXXFLAGS): Likewise.
2006-11-21 * Makefile.in: Add aclocal.m4:to source release.Danny Smith
* mingwex/Makefile.in: Ditto. * profile/Makefile.in: Ditto.
2006-05-24update to newer autoconfChristopher Faylor
2005-06-16 * profile/profile.h (_MCOUNT_CALL): Define as regparm(2)Danny Smith
(_MCOUNT_DECL): Use it. (MCOUNT): Save and restore eax, ecx, edx registers. * profile/mcount.c (_mcount): ANSI-fy.
2004-08-15 * profile/COPYING: New file.Danny Smith
* profile/CYGWIN_LICENSE: New file. * profile/Makefile.in (DISTFILES): Add COPYING, CYGWIN_LICENSE.
2004-08-15 * profile/gmon.c [__MINGW32__]: Include string.h forDanny Smith
memset prototype.
2004-07-15 * Makefile.in (INCLUDES): Temporarily revert previous change.Corinna Vinschen
* mingwex/Makefile,in (INCLUDES): Ditto. * profile/Makefile,in (INCLUDES): Ditto. * mingwex/Makefile,in: Drop carg.o dependency.
2004-07-15 * Makefile.in (INCLUDES): Designate $(srcdir)/../include as aDanny Smith
system dir. * mingwex/Makefile,in (INCLUDES): Ditto. * profile/Makefile,in (INCLUDES): Ditto. * mingwex/Makefile,in: Add carg.o to libmingwex.a.
2004-07-13 * Makefile.in: Move use of --nostdinc++ as GCC3.4 warns to use itEarnie Boyd
for C modules. * mingwex/Makefile.in: Ditto. * profile/Makefile.in: Ditto.
2003-05-06Uh hum, just not my dayEarnie Boyd
2003-05-06* configure: RegenerateEarnie Boyd
2003-05-06 * configure.in (W32API_INCLUDE): Need the -I switch in the value.Earnie Boyd
* mingwex/configure.in (W32API_INCLUDE): Ditto. * profile/configure.in (W32API_INCLUDE): Ditto.
2003-05-06 * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilitesEarnie Boyd
of multiply defined symbols if the symbols is defined locally. E.G.: A local definition of malloc causes this problem. * configure: Regenerate. * profile/Makefile.in (W32API_INCLUDE): New variable. (ALL_CFLAGS): Use W32API_INCLUDE value. (ALL_CXXFLAGS): Ditto. (gcrt0.o gcrt1.o gcrt2.o): Use ALL_CFLAGS instead of CFLAGS. Thanks to Jeff Bonggren <jbon@users.sf.net>. * profile/configure.in (W32API_INCLUDE): Set default value. * profile/configure: Regenerate. * mingwex/Makefile.in (W32API_INCLUDE): New variable. (ALL_CFLAGS): Use W32API-INCLUDE value. (ALL_CXXFLAGS): Ditto. * mingwex/configure.in (W32API_INCLUDE): Set default value. * mingwex/configure: Regenerate.
2003-03-17 * profile/profile.h (mcount): Use __builtin_return_addressDanny Smith
rather than __asm statements. * profile/Makefile.in: Remove special rule for mcount.o Specify dependencies for mcount.o profil.o gmon.o.
2003-02-14* profile/Makefile.in (mcount.o): Use ALL_CFLAGS for compilation to ensureChristopher Faylor
-mno-cygwin where appropriate. Filter out -O2.
2003-02-14 * profile/Makefile.in (mcount,o): Use -O1 optimizationDanny Smith
switch to compile.
2002-06-13 * include/_mingw.h: Increment version to 2.0.Danny Smith
* Makefile.in: Ditto. Merge in mingwex branch.
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.
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-05 * profile/Makefile.in (mkinstalldirs): Correct relative path.Earnie Boyd
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-02-17import winsup-2000-02-17 snapshotChristopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor