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-07-08winsup/ChangeLog:Dave Korn
* Makefile.common (COMPILE_CXX): Add support for per-file overrides to exclude $(nostdinc) and $(nostdincxx) from compiler flags. (COMPILE_CC): Likewise for $(nostdinc). winsup/cygwin/ChangeLog: * Makefile.in (DLL_OFILES): Add libstdcxx_wrapper.o (libstdcxx_wrapper_CFLAGS): Add flags for new module. (_cygwin_crt0_common_STDINCFLAGS): Define per-file override. (libstdcxx_wrapper_STDINCFLAGS, cxx_STDINCFLAGS): Likewise. * cxx.cc: Include "cygwin-cxx.h". (operator new): Tweak prototype for full standards compliance. (operator new[]): Likewise. (operator new (nothrow)): New fallback function. (operator new[] (nothrow), operator delete (nothrow), operator delete[] (nothrow)): Likewise. (default_cygwin_cxx_malloc): New struct of pointers to the above, for final last-resort fallback default. * cygwin-cxx.h: New file. (struct per_process_cxx_malloc): Define. (default_cygwin_cxx_malloc): Declare extern. * cygwin.din (__wrap__ZdaPv): Export new wrapper. (__wrap__ZdaPvRKSt9nothrow_t, __wrap__ZdlPv, __wrap__ZdlPvRKSt9nothrow_t, __wrap__Znaj, __wrap__ZnajRKSt9nothrow_t, __wrap__Znwj, __wrap__ZnwjRKSt9nothrow_t): Likewise. * globals.cc (__cygwin_user_data): Init newly-repurposed 'forkee' field (now 'cxx_malloc') to point to default_cygwin_cxx_malloc. * libstdcxx_wrapper.cc: New file. (__wrap__ZdaPv, __wrap__ZdaPvRKSt9nothrow_t, __wrap__ZdlPv, __wrap__ZdlPvRKSt9nothrow_t, __wrap__Znaj, __wrap__ZnajRKSt9nothrow_t, __wrap__Znwj, __wrap__ZnwjRKSt9nothrow_t): Define wrapper functions for libstdc++ malloc operators and their overrides. * winsup.h (default_cygwin_cxx_malloc): Declare extern. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. * include/sys/cygwin.h (struct per_process_cxx_malloc): Forward declare here. (struct per_process::forkee): Rename and repurpose from this ... (struct per_process::cxx_malloc): ... to this. * lib/_cygwin_crt0_common.cc: Include cygwin-cxx.h. (WEAK): Define shorthand helper macro. (__cygwin_cxx_malloc): Define and populate with weak references to whatever libstdc++ malloc operators will be visible at final link time for Cygwin apps and dlls. (_cygwin_crt0_common): Always look up cygwin DLL's internal per_process data, and don't test for (impossible) failure. Inherit any members of __cygwin_cxx_malloc that we don't have overrides for from the DLL's default and store the resulting overall set of overrides back into the DLL's global per_process data.
2009-05-06 * Move ChangeLog entry.Corinna Vinschen
2009-05-04* cygcheck.cc (find_app_on_path): Avoid using NULL pointer if find_on_pathChristopher Faylor
doesn't find the app on the path.
2009-02-24Add DESTDIR functionality to Makefile.in's.Christopher Faylor
2009-01-21ChangeLog:Corinna Vinschen
* configure.in: Remove --enable-server option. Allways add the cygserver directory to $SUBDIRS. * configure: Regenerate. cygwin/ChangeLog: Remove USE_SERVER define. Accommodate throughout. * configure.in: Remove --enable-server option. * configure: Regenerate. * environ.cc: Remove CYGWIN=server setting. cygserver/ChangeLog: * client.cc (allow_server): Remove variable. (client_request_get_version::client_request_get_version): Drop checking allow_server. utils/ChangeLog: * passwd.c: Remove CYGWIN=server requirement from usage text. doc/ChangeLog: * cygserver.sgml: Remove the "How to use the Cygserver services" section. * cygwinenv.sgml: Move "(no)server" to the removed options section. * faq-programming.xml: Remove CYGWIN=server requirement for running the Cygwin testsuite. * ntsec.sgml: Ditto for using `passwd -R'.
2008-11-26* Makefile.in: Revert erroneous checkin.Christopher Faylor
* Makefile.common: Tweak to work better with new utils/mingw front-end.
2008-10-12* Makefile.in: Tweak to work better with new utils/mingw front-end.Christopher Faylor
In utils:
2008-05-16 * Makefile.in (install-license): Install COPYING file as well.Corinna Vinschen
2008-05-16 * CYGWIN_LICENSE: New text.Corinna Vinschen
2007-09-01* configure: Regenerate.Christopher Faylor
2007-07-06 * CYGWIN_LICENSE: Fix URL to world-wide offices.Corinna Vinschen
2007-07-06 * CYGWIN_LICENSE: Fix URL to open source definition.Corinna Vinschen
2006-12-12 * Makefile.in (subauth): Drop rule.Corinna Vinschen
* configure.in: Remove subauth related check. * configure: Regenerate.
2006-11-27 * Makefile.in: Add dependencies for lsaauth.Corinna Vinschen
* configure.in: Disable building subauth. Add building lsaauth. * configure: Regenerate.
2006-08-31* Makefile.in: Make install-license .PHONY. Make sure that doc directory isChristopher Faylor
created before copying to it.
2006-08-30 * Makefile.in: Make installation of CYGWIN_LICENSE configurable.Corinna Vinschen
* aclocal.m4: Regenerate. * configure.in: Add GCC_NO_EXECUTABLES call. Add configuration for INSTALL_LICENSE. Make cygwin subdirectory optional. Add sanity check for cygwin resp. mingw subdirectories dependent of the target. * configure: Regenerate.
2006-08-03* Makefile.in (subauth): Add dependency on mingw.Christopher Faylor
2006-07-25 * configure.in: Reenable building the subauth subdir.Corinna Vinschen
* configure: Regenerate.
2006-07-24* Makefile.in: Update copyright. Fix 'check' target so that it will once-againChristopher Faylor
create a working testsuite directory. Add a comment this time to explain the unusual behavior. (Previous ChangeLog checkin did not include accompanying Makefile.in)
2006-05-24update to newer autoconfChristopher Faylor
2006-01-29* CYGWIN_LICENSE: Restrict to v2.Christopher Faylor
* COPYING: Add.
2006-01-16 * configure.in: Add AC_PROG_INSTALL handling.Corinna Vinschen
* configure: Regenerate. * Makefile.in (install): Install CYGWIN_LICENSE.
2006-01-16 * CYGWIN_LICENSE: Fix contact information.Corinna Vinschen
2005-10-11* Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.Christopher Faylor
2005-03-23* Makefile.common: Add -dD to options when creating preprocess files.Christopher Faylor
2003-11-23 * Makefile.in: Make cygserver depending on cygwin.Corinna Vinschen
2003-11-20* configure.in: Make --use-server the default.Christopher Faylor
* configure: Regenerate.
2003-08-06fix typoChristopher Faylor
2003-08-06* Makefile.common: Hmm. Older compilers seem to need -nostdinc.Christopher Faylor
2003-08-06* Makefile.common: Don't send -nostdinc++ with g++.Christopher Faylor
2003-07-26* Makefile.in: Only use localhost when building mingw with distcc or gcc won'tChristopher Faylor
be able to find .exp files on other hosts.
2003-07-18* Makefile.common (CFLAGS_COMMON): Remove -march=i386.Christopher Faylor
2003-07-02* configure.in: Add --enable-server option.Christopher Faylor
* configure: Regenerate.
2003-07-02* Makefile.common (CFLAGS_COMMON): Remove -Winline since it is too noisy onChristopher Faylor
newer versions of gcc.
2003-07-02* configure.in: Add cygserver subdir.Christopher Faylor
* Makefile.in: Ditto. * configure: Regenerate. * Makefile.common: Remove debugging statements.
2003-05-12 * Makefile.common: Remove newlib_sys_include andCorinna Vinschen
newlib_sys_include_include entirely. Set CRT0 to cygwin/crt0.o.
2003-04-19* Makefile.in: Reorganize to try to allow lack of mingw/w32api to work.Christopher Faylor
2003-04-12* Makefile.common (w32api_lib): Fix w32api detection.Christopher Faylor
2003-03-29* Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so thatChristopher Faylor
CXXFLAGS is properly interpreted.
2003-03-18* Makefile.common (w32api_lib): Default to system w32api directory if w32api isChristopher Faylor
missing from source.
2003-03-18* Makefile.common: Fix typo from previous checkin.Christopher Faylor
2003-03-18* configure.in: w32api directory was already optional. Semi-revert 2003-02-06Christopher Faylor
change. * configure: Regenerate. * Makefile.common: Don't specific -nostdinc if there is no w32api directory.
2003-03-09* Makefile.common: Avoid double slashes in GCC_INCLUDE.Christopher Faylor
2003-02-13* MAINTAINERS: Remove out-of-date file.Christopher Faylor
2003-02-07* configure.in: Make w32api directory optional.Christopher Faylor
* configure: Regenerate.
2003-01-22 * Makefile.common (MINGW_LDFLAGS): Add mingw/mingwex builddir.Corinna Vinschen
2002-12-21* Makefile.common: Don't attempt to pretty-print c++ errors.Christopher Faylor
2002-12-12 * Makefile.common: Define MINGW_LDFLAGS.Corinna Vinschen
* configure.in: Reorder SUBDIRS to have mingw before cygwin. * configure: Regenerate from configure.in. * cygwin/Makefile.in: Add MINGW_LDFLAGS when linking cygrun.exe.
2002-09-28* Makefile.in (check): Be more defensive when creating testsuite config.status.Christopher Faylor
2002-08-17* Makefile.in: Change COMPILE_C* definitions.Christopher Faylor