2011-01-29 07:41:28 +01:00
|
|
|
2011-01-28 Peter Foley <jpfoley2@verizon.net>
|
|
|
|
|
|
|
|
* configure.in: Configure winsup/cygserver regardless of cross_host.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
winsup/ChangeLog:
* 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-07-07 22:12:44 +02:00
|
|
|
2009-07-07 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
|
|
|
|
* Makefile.common (COMPILE_CXX): Add support for per-file overrides
|
|
|
|
to exclude $(nostdinc) and $(nostdincxx) from compiler flags.
|
|
|
|
(COMPILE_CC): Likewise for $(nostdinc).
|
|
|
|
|
2009-02-24 03:11:14 +01:00
|
|
|
2009-02-23 Sjors Gielen <mailinglist@dazjorz.com>
|
|
|
|
|
|
|
|
* Makefile.in: Add DESTDIR functionality.
|
|
|
|
|
2009-01-21 18:14:39 +01:00
|
|
|
2009-01-21 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* configure.in: Remove --enable-server option. Allways add the
|
|
|
|
cygserver directory to $SUBDIRS.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2008-11-26 17:40:29 +01:00
|
|
|
2008-10-12 Christopher Faylor <me+cygwin@cgf.cx>
|
|
|
|
|
|
|
|
* Makefile.in: Revert erroneous checkin.
|
|
|
|
* Makefile.common: Tweak to work better with new utils/mingw front-end.
|
|
|
|
|
2008-10-12 05:06:12 +02:00
|
|
|
2008-10-11 Christopher Faylor <me+cygwin@cgf.cx>
|
|
|
|
|
|
|
|
* Makefile.in: Tweak to work better with new utils/mingw front-end.
|
|
|
|
|
2008-05-16 12:37:27 +02:00
|
|
|
2008-05-16 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* Makefile.in (install-license): Install COPYING file as well.
|
|
|
|
|
2008-05-16 10:40:39 +02:00
|
|
|
2008-05-16 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* CYGWIN_LICENSE: New text.
|
|
|
|
|
2007-09-01 01:11:04 +02:00
|
|
|
2007-08-31 Christopher Faylor <me+cygwin@cgf.cx>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2007-07-06 21:55:43 +02:00
|
|
|
2007-07-06 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* CYGWIN_LICENSE: Fix URL to world-wide offices.
|
|
|
|
|
2007-07-06 21:51:44 +02:00
|
|
|
2007-07-06 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* CYGWIN_LICENSE: Fix URL to open source definition.
|
|
|
|
|
2006-12-12 21:26:27 +01:00
|
|
|
2006-12-12 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* Makefile.in (subauth): Drop rule.
|
|
|
|
* configure.in: Remove subauth related check.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2006-11-27 14:01:36 +01:00
|
|
|
2006-11-27 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* Makefile.in: Add dependencies for lsaauth.
|
|
|
|
* configure.in: Disable building subauth. Add building lsaauth.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2006-08-31 02:53:48 +02:00
|
|
|
2006-08-30 Christopher Faylor <cgf@timesys.com>
|
|
|
|
|
|
|
|
* Makefile.in: Make install-license .PHONY. Make sure that doc
|
|
|
|
directory is created before copying to it.
|
|
|
|
|
2006-08-30 15:05:46 +02:00
|
|
|
2006-08-30 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* Makefile.in: Make installation of CYGWIN_LICENSE configurable.
|
|
|
|
* 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 05:47:54 +02:00
|
|
|
2006-08-02 Christopher Faylor <cgf@timesys.com>
|
|
|
|
|
|
|
|
* Makefile.in (subauth): Add dependency on mingw.
|
|
|
|
|
2006-07-24 01:28:06 +02:00
|
|
|
2006-07-23 Christopher Faylor <cgf@timesys.com>
|
|
|
|
|
|
|
|
* Makefile.in: Update copyright. Fix 'check' target so that it will
|
|
|
|
once-again create a working testsuite directory. Add a comment this
|
|
|
|
time to explain the unusual behavior.
|
|
|
|
|
2006-07-25 21:18:04 +02:00
|
|
|
2006-07-14 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* configure.in: Reenable building the subauth subdir.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2006-05-24 18:59:03 +02:00
|
|
|
2006-05-24 Christopher Faylor <cgf@timesys.com>
|
|
|
|
|
|
|
|
* configure.in: Update to newer autoconf.
|
|
|
|
(thanks to Steve Ellcey)
|
|
|
|
* Makefile.in: Ditto.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* acinclude.m4: New file.
|
|
|
|
* aclocal.m4: Ditto.
|
|
|
|
|
2006-01-29 19:06:24 +01:00
|
|
|
2006-01-29 Christopher Faylor <cgf@timesys.com>
|
|
|
|
|
|
|
|
* CYGWIN_LICENSE: Restrict to v2.
|
|
|
|
* COPYING: Add.
|
|
|
|
|
2006-01-16 18:48:36 +01:00
|
|
|
2006-01-16 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* configure.in: Add AC_PROG_INSTALL handling.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* Makefile.in (install): Install CYGWIN_LICENSE.
|
|
|
|
|
2006-01-16 15:57:34 +01:00
|
|
|
2006-01-16 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* CYGWIN_LICENSE: Fix contact information.
|
|
|
|
|
2005-10-11 20:17:59 +02:00
|
|
|
2005-10-11 Christopher Faylor <cgf@timesys.com>
|
|
|
|
|
|
|
|
* Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.
|
|
|
|
|
2005-03-23 04:22:27 +01:00
|
|
|
2005-03-22 Christopher Faylor <cgf@timesys.com>
|
|
|
|
|
|
|
|
* Makefile.common: Add -dD to options when creating preprocess files.
|
|
|
|
|
2003-11-23 10:02:26 +01:00
|
|
|
2003-11-23 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* Makefile.in: Make cygserver depending on cygwin.
|
|
|
|
|
2003-11-20 20:31:52 +01:00
|
|
|
2003-11-20 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Make --use-server the default.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2003-08-06 04:35:33 +02:00
|
|
|
2003-08-05 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.common: Hmm. Older compilers seem to need -nostdinc.
|
|
|
|
|
2003-08-06 04:06:43 +02:00
|
|
|
2003-08-05 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
2003-08-06 05:39:36 +02:00
|
|
|
* Makefile.common: Don't use -nostdinc with g++.
|
2003-08-06 04:06:43 +02:00
|
|
|
|
2003-07-26 03:51:39 +02:00
|
|
|
2003-07-25 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.in: Only use localhost when building mingw with distcc or
|
|
|
|
gcc won't be able to find .exp files on other hosts.
|
|
|
|
|
2003-07-18 18:40:59 +02:00
|
|
|
2003-07-18 Vaclav Haisman <V.Haisman@sh.cvut.cz>
|
2006-07-24 01:28:06 +02:00
|
|
|
|
2003-07-18 18:40:59 +02:00
|
|
|
* Makefile.common (CFLAGS_COMMON): Remove -march=i386.
|
|
|
|
|
2003-07-02 05:33:01 +02:00
|
|
|
2003-07-01 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Add --enable-server option.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2003-07-02 04:30:16 +02:00
|
|
|
2003-07-01 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.common (CFLAGS_COMMON): Remove -Winline since it is too
|
|
|
|
noisy on newer versions of gcc.
|
|
|
|
|
2003-07-01 22:51:03 +02:00
|
|
|
2003-07-01 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Add cygserver subdir.
|
|
|
|
* Makefile.in: Ditto.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
|
|
* Makefile.common: Remove debugging statements.
|
|
|
|
|
2003-05-12 13:06:00 +02:00
|
|
|
2003-05-12 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* Makefile.common: Remove newlib_sys_include and
|
|
|
|
newlib_sys_include_include entirely. Set CRT0 to cygwin/crt0.o.
|
|
|
|
|
2003-04-19 03:02:51 +02:00
|
|
|
2003-04-18 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.in: Reorganize to try to allow lack of mingw/w32api to work.
|
|
|
|
|
2003-04-11 23:48:39 +02:00
|
|
|
2003-04-11 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.common (w32api_lib): Fix w32api detection.
|
|
|
|
|
2003-03-29 05:15:52 +01:00
|
|
|
2003-03-28 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so that
|
|
|
|
CXXFLAGS is properly interpreted.
|
|
|
|
|
2003-03-18 00:13:26 +01:00
|
|
|
2003-03-17 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.common (w32api_lib): Default to system w32api directory if
|
|
|
|
w32api is missing from source.
|
|
|
|
|
2003-03-17 23:35:53 +01:00
|
|
|
2003-03-17 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.common: Fix typo from previous checkin.
|
|
|
|
|
2003-03-17 23:27:07 +01:00
|
|
|
2003-03-17 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: w32api directory was already optional. Semi-revert
|
|
|
|
2003-02-06 change.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* Makefile.common: Don't specific -nostdinc if there is no w32api
|
|
|
|
directory.
|
|
|
|
|
2003-03-09 20:22:15 +01:00
|
|
|
2003-03-09 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.common: Avoid double slashes in GCC_INCLUDE.
|
|
|
|
|
2003-02-13 03:41:44 +01:00
|
|
|
2003-02-12 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* MAINTAINERS: Remove out-of-date file.
|
|
|
|
|
2003-02-07 04:45:15 +01:00
|
|
|
2003-02-06 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Make w32api directory optional.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2003-01-22 18:10:02 +01:00
|
|
|
2003-01-22 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* Makefile.common (MINGW_LDFLAGS): Add mingw/mingwex builddir.
|
|
|
|
|
2002-12-21 06:06:24 +01:00
|
|
|
2002-12-21 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.common: Don't attempt to pretty-print c++ errors.
|
|
|
|
|
2002-12-12 11:34:12 +01:00
|
|
|
2002-12-12 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* Makefile.common: Define MINGW_LDFLAGS.
|
|
|
|
* configure.in: Reorder SUBDIRS to have mingw before cygwin.
|
|
|
|
* configure: Regenerate from configure.in.
|
|
|
|
|
2002-09-28 05:15:44 +02:00
|
|
|
2002-09-27 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.in (check): Be more defensive when creating testsuite
|
|
|
|
config.status.
|
|
|
|
|
2002-08-17 19:12:24 +02:00
|
|
|
2002-08-16 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.in: Change COMPILE_C* definitions.
|
|
|
|
|
2002-08-10 17:07:51 +02:00
|
|
|
2002-08-10 Earnie Boyd <earnie@users.sf.net>
|
|
|
|
|
|
|
|
* w32sdk: New winsup module.
|
|
|
|
|
2002-07-07 02:42:09 +02:00
|
|
|
2002-07-06 Christopher Faylor <cgf@redhat.com>
|
2002-07-04 16:17:30 +02:00
|
|
|
|
2002-07-07 02:42:09 +02:00
|
|
|
* Makefile.common (MINGW_INCLUDES): Simplify.
|
|
|
|
(MINGW_CFLAGS): New.
|
|
|
|
(MINGW_CXXFLAGS): Ditto.
|
2002-07-04 16:17:30 +02:00
|
|
|
|
2002-06-02 07:54:33 +02:00
|
|
|
2002-06-02 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Complain about lack of w32api directory.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2002-04-26 01:19:28 +02:00
|
|
|
2002-04-25 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Remove cinstall target.
|
|
|
|
* Makefile.in: Ditto.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2002-02-19 22:59:19 +01:00
|
|
|
2002-02-19 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Avoid building w32api or mingw if they don't exist.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2001-12-19 04:35:36 +01:00
|
|
|
2001-12-18 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.in: Don't attempt to use zlib directory as a dependency if
|
|
|
|
it doesn't exist.
|
|
|
|
|
2001-12-14 19:23:19 +01:00
|
|
|
2001-12-14 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
2001-12-14 19:26:43 +01:00
|
|
|
* configure.in: Detect zlib subdirectory.
|
|
|
|
* configure: Regenerate
|
2001-12-14 19:23:19 +01:00
|
|
|
* Makefile.in: Exit immediately if a sub-make fails.
|
2001-12-14 19:26:43 +01:00
|
|
|
* Makefile.common: Add automatic rules for bz2lib and zlib.
|
2001-12-14 19:23:19 +01:00
|
|
|
|
2001-11-04 06:15:16 +01:00
|
|
|
2001-11-04 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.in: Force configure in testsuite directory if config.status
|
|
|
|
does not exist.
|
|
|
|
|
2001-11-04 04:48:36 +01:00
|
|
|
2001-11-03 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Disable subauth directory test.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* Makefile.in: Use MAKE variable in directory builds.
|
|
|
|
|
2001-11-04 04:42:19 +01:00
|
|
|
2001-11-03 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.in: Add directory dependencies to ensure ordering when using
|
|
|
|
'make -jN'.
|
|
|
|
|
2001-11-03 20:56:52 +01:00
|
|
|
2001-11-03 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.common: Remove preferred-stack-boundary setting since gcc
|
|
|
|
2.95.3 doesn't work well with it.
|
|
|
|
|
2001-11-02 05:44:42 +01:00
|
|
|
2001-11-01 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.common: Add some stuff to common CFLAGS.
|
|
|
|
|
2001-10-29 21:32:27 +01:00
|
|
|
2001-10-29 Egor Duda <deo@logos-m.ru>
|
|
|
|
|
|
|
|
* Makefile.in: Propagate 'clean' to subdirs properly.
|
|
|
|
|
2001-10-26 17:01:08 +02:00
|
|
|
2001-10-26 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* configure: Regenerate, removing erroneous SUBDIRS substitution.
|
|
|
|
|
2001-10-24 23:56:54 +02:00
|
|
|
2001-10-24 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.in: Only build testsuite directory on first 'make check'.
|
|
|
|
* configure.in: Remove testsuite from SUBDIRS.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2001-10-13 02:59:20 +02:00
|
|
|
2001-10-12 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.in: Add -nostdinc to CXXFLAGS.
|
|
|
|
|
2001-10-12 14:52:05 +02:00
|
|
|
2001-10-12 Christopher Faylor <cgf@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.common: Perform more include file testing trickery.
|
|
|
|
|
2001-10-10 03:57:43 +02:00
|
|
|
Sun Oct 7 23:08:46 2001 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* Makefile.common: Avoid adding -I options to compile if they already
|
|
|
|
exist in CC or C*FLAGS. This prevents warnings from newer versions of
|
|
|
|
gcc.
|
|
|
|
|
2001-05-15 07:11:55 +02:00
|
|
|
Tue May 15 01:09:56 2001 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* Makefile.common: Change method for finding current directory.
|
|
|
|
|
2001-05-05 06:18:16 +02:00
|
|
|
Sat May 5 00:14:03 2001 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* configure.in: Fix typo.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2001-05-04 17:27:56 +02:00
|
|
|
Fri May 4 11:24:53 2001 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* configure.in: Make subauth configuration optional.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2001-05-04 15:18:51 +02:00
|
|
|
Fri May 4 15:06:00 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* subauth: New subdirectory.
|
|
|
|
* configure.in: Add subauth to the list of subdirectories.
|
|
|
|
* configure: Regenerated from configure.in.
|
|
|
|
|
2001-04-19 00:45:27 +02:00
|
|
|
Wed Apr 18 18:45:07 2001 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* configure.in: Add bz2lib.
|
|
|
|
|
2001-03-20 02:26:45 +01:00
|
|
|
2001-03-19 DJ Delorie <dj@redhat.com>
|
|
|
|
|
|
|
|
* configure: fix regeneration bug.
|
|
|
|
|
2001-02-22 13:37:32 +01:00
|
|
|
Thu Feb 22 13:36:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* Makefile.common: Revert previous change.
|
|
|
|
|
2001-02-21 22:46:47 +01:00
|
|
|
Wed Feb 21 22:41:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
|
* Makefile.common: Add `-fvtable-thunks' to COMPILE_CXX.
|
|
|
|
|
2000-12-03 06:40:45 +01:00
|
|
|
Sun Dec 3 00:21:31 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* Makefile.common: Eliminate checks for libgcc.a and libstdc++.a. Use
|
|
|
|
CXX for g++ compiles.
|
|
|
|
* configure.in: Find correct c++ compiler.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2000-10-23 06:50:32 +02:00
|
|
|
Mon Oct 23 00:50:02 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
2000-10-24 01:50:27 +02:00
|
|
|
* Makefile.common (LIBGCC): Acommodate older gcc's that don't need
|
2000-10-23 06:50:32 +02:00
|
|
|
libstdc++.a.
|
|
|
|
|
2000-10-22 00:01:55 +02:00
|
|
|
Sat Oct 21 18:01:22 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* Makefile.common (LIBGCC): Find libstdc++.a as well as libc.a since
|
|
|
|
builtin functions are in this library in newer gcc's.
|
|
|
|
|
2000-10-02 04:05:23 +02:00
|
|
|
Sun Oct 1 22:02:38 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* Makefile.common: Extend VERBOSE default.
|
|
|
|
* Makefile.in: Don't clean the testsuite separately. It's already part
|
|
|
|
of CLEAN_SUBDIRS.
|
|
|
|
|
2000-10-01 06:32:36 +02:00
|
|
|
2000-09-30 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* Makefile.common: Default to VERBOSE when part of overall source
|
|
|
|
tree build.
|
|
|
|
|
2000-09-03 06:06:38 +02:00
|
|
|
2000-09-02 Egor Duda <deo@logos-m.ru>
|
|
|
|
|
|
|
|
* Makefile.in: Add new goal "check"
|
|
|
|
* configure.in: When doing native build do configure in
|
|
|
|
testsuite subdirectory
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2000-09-01 16:20:30 +02:00
|
|
|
Fri Sep 1 10:15:37 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* Makefile.in: More normalization.
|
|
|
|
|
2000-08-31 22:39:32 +02:00
|
|
|
Thu Aug 31 16:37:31 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* Makefile.in: Normalize 'pwd' based on location of winsup.
|
|
|
|
|
2000-08-24 21:05:38 +02:00
|
|
|
Thu Aug 24 15:02:26 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* Makefile.common: Add bupdir2 to reference above the i686-pc-cygwin
|
|
|
|
directory.
|
|
|
|
|
2000-06-23 00:28:35 +02:00
|
|
|
Thu Jun 22 18:28:06 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* Makefile.in: Add dummy info targets.
|
|
|
|
|
2000-06-20 19:37:22 +02:00
|
|
|
Tue Jun 20 13:36:23 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* configure.in: Bow to necessity and build w32api before anything else.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2000-06-17 19:51:31 +02:00
|
|
|
Sat Jun 17 13:50:04 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* configure.in: Detect "cross-hosting" situation and add a subset of
|
|
|
|
directories to SUBDIRS.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2000-05-26 00:39:48 +02:00
|
|
|
Thu May 25 18:39:24 2000 Christopher Faylor <cgf@cygnus.com>
|
2000-05-26 00:28:43 +02:00
|
|
|
|
|
|
|
* configure.in: Don't assume that cinstall directory exists.
|
2000-06-17 19:51:31 +02:00
|
|
|
* configure: Regenerate
|
2000-05-26 00:28:43 +02:00
|
|
|
|
2000-05-24 20:54:10 +02:00
|
|
|
2000-05-24 DJ Delorie <dj@cygnus.com>
|
|
|
|
|
2000-06-17 19:51:31 +02:00
|
|
|
* Makefile.common (%.o): further simplify, add "..." to make it obvious
|
|
|
|
it's an abbreviated command line.
|
2000-05-24 20:54:10 +02:00
|
|
|
|
2000-05-18 20:34:02 +02:00
|
|
|
Thu May 18 14:33:05 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* MAINTAINERS: Add Corinna to general list.
|
|
|
|
|
2000-04-18 02:37:04 +02:00
|
|
|
2000-04-17 DJ Delorie <dj@cygnus.com>
|
|
|
|
|
2000-04-30 14:59:50 +02:00
|
|
|
* Makefile.common (srcdir): remove dependence on where pwd is
|
2000-04-18 02:37:04 +02:00
|
|
|
|
2000-04-10 05:51:39 +02:00
|
|
|
Sun Apr 9 23:47:45 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* Makefile.common: Resolve srcdir to absolute path or it will confuse
|
|
|
|
usages when passed to submakes. Eliminate vestigal use of
|
|
|
|
MAKEOVERRIDES.
|
|
|
|
|
2000-04-09 08:15:43 +02:00
|
|
|
Sun Apr 9 02:06:49 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* Makefile.in: Work around MAKEOVERRIDES problem with older versions
|
|
|
|
of make.
|
|
|
|
* Makefile.common: Ditto.
|
|
|
|
|
2000-04-08 00:12:41 +02:00
|
|
|
Fri Apr 7 17:04:02 Ron Parker <rdparker@sourceware.cygnus.com>
|
|
|
|
|
|
|
|
* configure.in: Added cinstall to the list of subdirs.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2000-03-31 06:46:47 +02:00
|
|
|
Thu Mar 30 23:45:00 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* MAINTAINERS: Add Ron Parker as maintainer of cinstall stuff.
|
|
|
|
|
2000-02-17 20:38:33 +01:00
|
|
|
Sun Feb 6 18:15:44 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* configure.in: Do the standard CC/CFLAGS stuff for propagation to
|
|
|
|
sub-configures.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
|
|
|
2000-01-26 DJ Delorie <dj@cygnus.com>
|
|
|
|
|
|
|
|
* doc/Makefile.in: fix doctool -d options
|
|
|
|
|
|
|
|
Fri Jan 21 12:51:32 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* Makefile.common: No need to rerun Makefile if config.status changes.
|
|
|
|
That should happen automatically.
|
|
|
|
* Makefile.in: Ditto.
|
|
|
|
|
|
|
|
Sat Jan 8 14:40:01 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* Makefile.common: Remove cygwin DLL specific stuff. Make Makefile
|
|
|
|
target PRECIOUS.
|
|
|
|
* Makefile.in: Make Makefile target PRECIOUS.
|
|
|
|
|
|
|
|
Fri Jan 7 21:00:49 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
* Makefile.common: Remove cygwin DLL specific stuff. Correctly deal
|
|
|
|
with updir stuff when building in the same directory as the source.
|
|
|
|
|
|
|
|
Thu Jan 6 19:04:35 2000 Christopher Faylor <cgf@cygnus.com>
|
|
|
|
|
|
|
|
Create new directory structure
|
|
|
|
* Makefile.in: New file.
|
|
|
|
* configure.in: New file.
|
|
|
|
* configure: New file.
|
|
|
|
* Makefile.common: New file.
|
|
|
|
* cygwin: New directory.
|
|
|
|
* w32api: New directory.
|