OSDN Git Service

Miscellaneous formatting adjustments.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / ChangeLog
index 3aab10c..09a3436 100644 (file)
@@ -1,3 +1,214 @@
+2012-01-09  Corinna Vinschen  <corinna@vinschen.de>
+
+       * Makefile.common (MINGW_LDFLAGS): Correctly use -L rather than -B here.
+
+2011-04-19  Corinna Vinschen  <corinna@vinschen.de>
+
+       * COPYING: Replace with the GPLv3 definition.
+       * CYGWIN_LICENSE: Move Cygwin to GPLv3+.  Align text to FSF speak.
+
+2011-01-28  Peter Foley <jpfoley2@verizon.net>
+
+       * configure.in: Configure winsup/cygserver regardless of cross_host.
+       * configure: Regenerate.
+
+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-23  Sjors Gielen <mailinglist@dazjorz.com>
+
+       * Makefile.in: Add DESTDIR functionality.
+
+2009-01-21  Corinna Vinschen  <corinna@vinschen.de>
+
+       * configure.in: Remove --enable-server option.  Allways add the
+       cygserver directory to $SUBDIRS.
+       * configure: Regenerate.
+
+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-11  Christopher Faylor  <me+cygwin@cgf.cx>
+
+       * Makefile.in: Tweak to work better with new utils/mingw front-end.
+
+2008-05-16  Corinna Vinschen  <corinna@vinschen.de>
+
+       * Makefile.in (install-license): Install COPYING file as well.
+
+2008-05-16  Corinna Vinschen  <corinna@vinschen.de>
+
+       * CYGWIN_LICENSE: New text.
+
+2007-08-31  Christopher Faylor  <me+cygwin@cgf.cx>
+
+       * configure: Regenerate.
+
+2007-07-06  Corinna Vinschen  <corinna@vinschen.de>
+
+       * CYGWIN_LICENSE: Fix URL to world-wide offices.
+
+2007-07-06  Corinna Vinschen  <corinna@vinschen.de>
+
+       * CYGWIN_LICENSE: Fix URL to open source definition.
+
+2006-12-12  Corinna Vinschen  <corinna@vinschen.de>
+
+       * Makefile.in (subauth): Drop rule.
+       * configure.in: Remove subauth related check.
+       * configure: Regenerate.
+
+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-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  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-02  Christopher Faylor  <cgf@timesys.com>
+
+       * Makefile.in (subauth): Add dependency on mingw.
+
+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-14  Corinna Vinschen  <corinna@vinschen.de>
+
+       * configure.in: Reenable building the subauth subdir.
+       * configure: Regenerate.
+
+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  Christopher Faylor  <cgf@timesys.com>
+
+       * CYGWIN_LICENSE: Restrict to v2.
+       * COPYING: Add.
+
+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  Corinna Vinschen  <corinna@vinschen.de>
+
+       * CYGWIN_LICENSE: Fix contact information.
+
+2005-10-11  Christopher Faylor  <cgf@timesys.com>
+
+       * Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.
+
+2005-03-22  Christopher Faylor  <cgf@timesys.com>
+
+       * Makefile.common: Add -dD to options when creating preprocess files.
+
+2003-11-23  Corinna Vinschen  <corinna@vinschen.de>
+
+       * Makefile.in: Make cygserver depending on cygwin.
+
+2003-11-20  Christopher Faylor  <cgf@redhat.com>
+
+       * configure.in: Make --use-server the default.
+       * configure: Regenerate.
+
+2003-08-05  Christopher Faylor  <cgf@redhat.com>
+
+       * Makefile.common: Hmm.  Older compilers seem to need -nostdinc.
+
+2003-08-05  Christopher Faylor  <cgf@redhat.com>
+
+       * Makefile.common: Don't use -nostdinc with g++.
+
+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  Vaclav Haisman  <V.Haisman@sh.cvut.cz>
+
+       * Makefile.common (CFLAGS_COMMON): Remove -march=i386.
+
+2003-07-01  Christopher Faylor  <cgf@redhat.com>
+
+       * configure.in: Add --enable-server option.
+       * configure: Regenerate.
+
+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  Christopher Faylor  <cgf@redhat.com>
+
+       * configure.in: Add cygserver subdir.
+       * Makefile.in: Ditto.
+       * configure: Regenerate.
+
+       * Makefile.common: Remove debugging statements.
+
+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-18  Christopher Faylor  <cgf@redhat.com>
+
+       * Makefile.in: Reorganize to try to allow lack of mingw/w32api to work.
+
+2003-04-11  Christopher Faylor  <cgf@redhat.com>
+
+       * Makefile.common (w32api_lib): Fix w32api detection.
+
+2003-03-28  Christopher Faylor  <cgf@redhat.com>
+
+       * Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so that
+       CXXFLAGS is properly interpreted.
+
+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  Christopher Faylor  <cgf@redhat.com>
+
+       * Makefile.common: Fix typo from previous checkin.
+
+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  Christopher Faylor  <cgf@redhat.com>
 
        * Makefile.common: Avoid double slashes in GCC_INCLUDE.