X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=winsup%2FChangeLog;h=09a3436b12d2c1f490669f5df8a2f9ce453a9a68;hb=f42056a2983ea9070324eacc341e07559984de9e;hp=5c981a50a2ee87a46589806c060f68aa5e3658ad;hpb=f883e8eb1f1feba9d5875d9d50239b6056623409;p=pf3gnuchains%2Fpf3gnuchains4x.git diff --git a/winsup/ChangeLog b/winsup/ChangeLog index 5c981a50a2..09a3436b12 100644 --- a/winsup/ChangeLog +++ b/winsup/ChangeLog @@ -1,3 +1,254 @@ +2012-01-09 Corinna Vinschen + + * Makefile.common (MINGW_LDFLAGS): Correctly use -L rather than -B here. + +2011-04-19 Corinna Vinschen + + * COPYING: Replace with the GPLv3 definition. + * CYGWIN_LICENSE: Move Cygwin to GPLv3+. Align text to FSF speak. + +2011-01-28 Peter Foley + + * configure.in: Configure winsup/cygserver regardless of cross_host. + * configure: Regenerate. + +2009-07-07 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). + +2009-02-23 Sjors Gielen + + * Makefile.in: Add DESTDIR functionality. + +2009-01-21 Corinna Vinschen + + * configure.in: Remove --enable-server option. Allways add the + cygserver directory to $SUBDIRS. + * configure: Regenerate. + +2008-10-12 Christopher Faylor + + * Makefile.in: Revert erroneous checkin. + * Makefile.common: Tweak to work better with new utils/mingw front-end. + +2008-10-11 Christopher Faylor + + * Makefile.in: Tweak to work better with new utils/mingw front-end. + +2008-05-16 Corinna Vinschen + + * Makefile.in (install-license): Install COPYING file as well. + +2008-05-16 Corinna Vinschen + + * CYGWIN_LICENSE: New text. + +2007-08-31 Christopher Faylor + + * configure: Regenerate. + +2007-07-06 Corinna Vinschen + + * CYGWIN_LICENSE: Fix URL to world-wide offices. + +2007-07-06 Corinna Vinschen + + * CYGWIN_LICENSE: Fix URL to open source definition. + +2006-12-12 Corinna Vinschen + + * Makefile.in (subauth): Drop rule. + * configure.in: Remove subauth related check. + * configure: Regenerate. + +2006-11-27 Corinna Vinschen + + * Makefile.in: Add dependencies for lsaauth. + * configure.in: Disable building subauth. Add building lsaauth. + * configure: Regenerate. + +2006-08-30 Christopher Faylor + + * Makefile.in: Make install-license .PHONY. Make sure that doc + directory is created before copying to it. + +2006-08-30 Corinna Vinschen + + * 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 + + * Makefile.in (subauth): Add dependency on mingw. + +2006-07-23 Christopher Faylor + + * 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 + + * configure.in: Reenable building the subauth subdir. + * configure: Regenerate. + +2006-05-24 Christopher Faylor + + * 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 + + * CYGWIN_LICENSE: Restrict to v2. + * COPYING: Add. + +2006-01-16 Corinna Vinschen + + * configure.in: Add AC_PROG_INSTALL handling. + * configure: Regenerate. + * Makefile.in (install): Install CYGWIN_LICENSE. + +2006-01-16 Corinna Vinschen + + * CYGWIN_LICENSE: Fix contact information. + +2005-10-11 Christopher Faylor + + * Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing. + +2005-03-22 Christopher Faylor + + * Makefile.common: Add -dD to options when creating preprocess files. + +2003-11-23 Corinna Vinschen + + * Makefile.in: Make cygserver depending on cygwin. + +2003-11-20 Christopher Faylor + + * configure.in: Make --use-server the default. + * configure: Regenerate. + +2003-08-05 Christopher Faylor + + * Makefile.common: Hmm. Older compilers seem to need -nostdinc. + +2003-08-05 Christopher Faylor + + * Makefile.common: Don't use -nostdinc with g++. + +2003-07-25 Christopher Faylor + + * 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 + + * Makefile.common (CFLAGS_COMMON): Remove -march=i386. + +2003-07-01 Christopher Faylor + + * configure.in: Add --enable-server option. + * configure: Regenerate. + +2003-07-01 Christopher Faylor + + * Makefile.common (CFLAGS_COMMON): Remove -Winline since it is too + noisy on newer versions of gcc. + +2003-07-01 Christopher Faylor + + * configure.in: Add cygserver subdir. + * Makefile.in: Ditto. + * configure: Regenerate. + + * Makefile.common: Remove debugging statements. + +2003-05-12 Corinna Vinschen + + * Makefile.common: Remove newlib_sys_include and + newlib_sys_include_include entirely. Set CRT0 to cygwin/crt0.o. + +2003-04-18 Christopher Faylor + + * Makefile.in: Reorganize to try to allow lack of mingw/w32api to work. + +2003-04-11 Christopher Faylor + + * Makefile.common (w32api_lib): Fix w32api detection. + +2003-03-28 Christopher Faylor + + * Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so that + CXXFLAGS is properly interpreted. + +2003-03-17 Christopher Faylor + + * Makefile.common (w32api_lib): Default to system w32api directory if + w32api is missing from source. + +2003-03-17 Christopher Faylor + + * Makefile.common: Fix typo from previous checkin. + +2003-03-17 Christopher Faylor + + * 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 + + * Makefile.common: Avoid double slashes in GCC_INCLUDE. + +2003-02-12 Christopher Faylor + + * MAINTAINERS: Remove out-of-date file. + +2003-02-06 Christopher Faylor + + * configure.in: Make w32api directory optional. + * configure: Regenerate. + +2003-01-22 Corinna Vinschen + + * Makefile.common (MINGW_LDFLAGS): Add mingw/mingwex builddir. + +2002-12-21 Christopher Faylor + + * Makefile.common: Don't attempt to pretty-print c++ errors. + +2002-12-12 Corinna Vinschen + + * Makefile.common: Define MINGW_LDFLAGS. + * configure.in: Reorder SUBDIRS to have mingw before cygwin. + * configure: Regenerate from configure.in. + +2002-09-27 Christopher Faylor + + * Makefile.in (check): Be more defensive when creating testsuite + config.status. + +2002-08-16 Christopher Faylor + + * Makefile.in: Change COMPILE_C* definitions. + +2002-08-10 Earnie Boyd + + * w32sdk: New winsup module. + 2002-07-06 Christopher Faylor * Makefile.common (MINGW_INCLUDES): Simplify.