summaryrefslogtreecommitdiffstats
path: root/winsup/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* winsup: Move all old CVS Changelogs into CVSChangeLogs.old dirCorinna Vinschen2016-03-191-1/+0
|
* Deprecate all winsup ChangeLog filesCorinna Vinschen2016-01-071-635/+1
| | | | Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
* * configure.ac: Convert to new AC_INIT style.Corinna Vinschen2014-11-131-0/+5
| | | | * configure: Regenerate.
* * Makefile.common (COMPILE.cc): Add -fno-use-cxa-atexit.Yaakov Selkowitz2014-08-071-0/+4
|
* * Makefile.in: Ignore errors on doc install.Christopher Faylor2014-02-181-0/+4
|
* * Makefile.common: Don't drop -gFOO switches when filtering CFLAGSCorinna Vinschen2014-01-221-0/+5
| | | | and CXXFLAGS.
* * Makefile.in: Properly cd to directory sans install_ prefix. Report on errorsChristopher Faylor2013-11-071-0/+5
| | | | on doc install. Only 'all' is special.
* winsup/ChangeLog:Christopher Faylor2013-11-071-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx> * configure.ac: Detect windows headers/libs after we've figured out the C compiler. * configure: Regenerate. * aclocal.m4: Regenerate. * configure.cygwin: Default to '.' if can't find a winsup directory. winsup/cygserver/ChangeLog: 2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx> * configure.ac: Detect windows headers/libs after we've figured out the C compiler. * configure: Regenerate. * aclocal.m4: Regenerate. winsup/cygwin/ChangeLog: 2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx> * configure.ac: Detect windows headers/libs after we've figured out the C compiler. * configure: Regenerate. * aclocal.m4: Regenerate. winsup/utils/ChangeLog: 2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx> * configure.ac: Detect windows headers/libs after we've figured out the C compiler. * configure: Regenerate. * aclocal.m4: Regenerate.
* * Makefile.in: Reinstate ignoring of errors for doc target.Christopher Faylor2013-11-061-0/+4
|
* * Makefile.common: Add rule to build assembler code.Corinna Vinschen2013-06-181-0/+5
| | | | (.SUFFIXES): Add .S.
* * Makefile.in (Makefile): Rely on 'configure' not 'configure.in'.Christopher Faylor2012-11-261-0/+4
|
* ChangeLog:Christopher Faylor2012-11-261-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx> * configure.ac: Rename from configure.in. * configure.in: Delete. * configure: Regenerate. cygserver/ChangeLog: 2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx> * configure.ac: Rename from configure.in. * configure.in: Delete. * configure: Regenerate. cygwin/ChangeLog: 2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx> * configure.ac: Rename from configure.in. * configure.in: Delete. * configure: Regenerate. doc/ChangeLog: 2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx> * configure.ac: Rename from configure.in. * configure.in: Delete. * configure: Regenerate. lsaauth/ChangeLog: 2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx> * configure.ac: Rename from configure.in. * configure.in: Delete. * configure: Regenerate. testsuite/ChangeLog: 2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx> * configure.ac: Rename from configure.in. * configure.in: Delete. * configure: Regenerate. utils/ChangeLog: 2012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx> * configure.ac: Rename from configure.in. * configure.in: Delete. * configure: Regenerate.
* * ccwrap: Don't drop mingw header file paths unless we've specified them withChristopher Faylor2012-11-261-0/+5
| | | | --with-windows-headers.
* ChangeLog:Christopher Faylor2012-11-231-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2012-11-12 Christopher Faylor <me.cygwin2012@cgf.cx> * Makefile.common: Revamp for new configury. Add default compilation targets, include .E processing. Add magic for allowing "CFLAGS" to control optimization options in "CXXFLAGS". * configure.cygwin: New include for Cygwin configure.in's. * acinclude.m4: Delete old definitions. Implement AC_WINDOWS_HEADERS, AC_WINDOWS_LIBS, AC_CYGWIN_INCLUDES, target_builddir, winsup_srcdir. * aclocal.m4: Regenerate. * autogen.sh: New file. * ccwrap: New script. * c++wrap: New script. * config.guess: New script. * config.sub: New script. * configure: Regenerate. * configure.in: Eliminate LIB_AC_PROG_* calls in favor of standard. Delete ancient target test. * install-sh: New script. cygserver/ChangeLog: 2012-11-12 Christopher Faylor <me.cygwin2012@cgf.cx> * Makefile.in: Revamp for new configury. * configure.in: Revamp for new configury. * aclocal.m4: Regenerate. * configure: Ditto. * autogen.sh: New script. cygwin/ChangeLog: 2012-11-22 Christopher Faylor <me.cygwin2012@cgf.cx> * select.cc (select): Don't return -1 when we've timed out after looping. 2012-11-22 Christopher Faylor <me.cygwin2012@cgf.cx> * Makefile.in: Revamp for new configury. (datarootdir): Add variable setting. (winver_stamp): Accommodate changes to mkvers.sh setting. (libc.a): Fix race when libm.a might not have been built yet. * configure.in: Revamp for new configury. * aclocal.m4: Regenerate. * configure: Ditto. * autogen.sh: New script. * mkvers.sh: Find include directives via CFLAGS and friends rather than assuming that w32api lives nearby. utils/ChangeLog: 2012-11-12 Christopher Faylor <me.cygwin2012@cgf.cx> * aclocal.m4: Regenerate. * configure: Ditto. * autogen.sh: New script. * configure.in: Revamp for new configury. * Makefile.in: Revamp for new configury. Rename ALL_* to just *. Always use "VERBOSE" setting. (MINGW_CXX): Don't include CFLAGS in definition. (all): Define target first, before everything else so that it is the default. (ps.exe): Don't add useless -lcygwin. (ldh.exe): For consistency, add to existing MINGW_LDFLAGS rather than redefining them. (cygcheck.exe): Always include -lz for MINGW_LDFLAGS. Don't try to figure out where to find it. (dumper.exe): Simplify check. Assume libraries are installed rather than trying to retrieve from source tree. (install): Just use /bin/mkdir to create directories. (Makefile): Regenerate when standard dependencies change. * dump_setup.cc: Always include zlib.h. Remove accommodations for it possibly not existing. * parse_pe.cc: Add define which allows building with installed binutils package. * dumper.cc: Ditto.
* * mingw: Delete obsolete directory.Christopher Faylor2012-11-071-0/+5
| | | | * w32api: Ditto.
* Add missing ChangeLog entryCorinna Vinschen2012-11-071-0/+19
|
* 2012-10-24 Kai Tietz <ktietz70@googlemail.com>Yaakov Selkowitz2012-10-241-0/+15
| | | | | | | | | | | | | | | | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Corinna Vinschen <corinna@vinschen.de> * configure.in [cygwin*]: Always build cygserver, lsaauth, utils, and doc. Do not build mingw or w32api. [mingw*]: Build w32api if present. * configure: Regenerate. * Makefile.common: Remove references to mingw and w32api directories. (MINGW_LDFLAGS): Redefine as -static to force static linking with libgcc and libstdc++. * Makefile.in: Remove references to mingw and w32api directories from Cygwin targets.
* * Makefile.common (CFLAGS_COMMON): Add temporary define to work around w32apiChristopher Faylor2012-07-301-0/+5
| | | | | | | | problem. * cygwin/winlean.h: Define constant which will be needed eventually. Remove hack in favor of another hack. * cygwin/lib/crt0.h: Use "winlean.h".
* * Makefile.common (ALL_CFLAGS): Change := to = to allow overriding inCorinna Vinschen2012-07-061-0/+5
| | | | dependent Makefiles.
* * Makefile.common (MINGW_LDFLAGS): Correctly use -L rather than -B here.Corinna Vinschen2012-01-091-0/+4
|
* * COPYING: Replace with the GPLv3 definition.Corinna Vinschen2011-04-191-1/+6
| | | | * CYGWIN_LICENSE: Move Cygwin to GPLv3+. Align text to FSF speak.
* winsup:Christopher Faylor2011-01-291-0/+5
| | | | | | | | * configure.in: Configure winsup/cygserver regardless of cross_host. * configure: Regenerate. winsup/cygwin: * configure.in: Define LIBSERVER regardless of cross_host. * configure: Regenerate.
* winsup/ChangeLog:Dave Korn2009-07-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* * Move ChangeLog entry.Corinna Vinschen2009-05-061-5/+0
|
* * cygcheck.cc (find_app_on_path): Avoid using NULL pointer if find_on_pathChristopher Faylor2009-05-041-0/+5
| | | | doesn't find the app on the path.
* Add DESTDIR functionality to Makefile.in's.Christopher Faylor2009-02-241-0/+4
|
* ChangeLog:Corinna Vinschen2009-01-211-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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'.
* * Makefile.in: Revert erroneous checkin.Christopher Faylor2008-11-261-0/+5
| | | | * Makefile.common: Tweak to work better with new utils/mingw front-end.
* * Makefile.in: Tweak to work better with new utils/mingw front-end.Christopher Faylor2008-10-121-0/+4
| | | | In utils:
* * Makefile.in (install-license): Install COPYING file as well.Corinna Vinschen2008-05-161-0/+4
|
* * CYGWIN_LICENSE: New text.Corinna Vinschen2008-05-161-0/+4
|
* * configure: Regenerate.Christopher Faylor2007-08-311-0/+4
|
* * CYGWIN_LICENSE: Fix URL to world-wide offices.Corinna Vinschen2007-07-061-0/+4
|
* * CYGWIN_LICENSE: Fix URL to open source definition.Corinna Vinschen2007-07-061-0/+4
|
* * Makefile.in (subauth): Drop rule.Corinna Vinschen2006-12-121-0/+6
| | | | | * configure.in: Remove subauth related check. * configure: Regenerate.
* * Makefile.in: Add dependencies for lsaauth.Corinna Vinschen2006-11-271-0/+6
| | | | | * configure.in: Disable building subauth. Add building lsaauth. * configure: Regenerate.
* * Makefile.in: Make install-license .PHONY. Make sure that doc directory isChristopher Faylor2006-08-311-0/+5
| | | | created before copying to it.
* * Makefile.in: Make installation of CYGWIN_LICENSE configurable.Corinna Vinschen2006-08-301-0/+9
| | | | | | | | * 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.
* * Makefile.in (subauth): Add dependency on mingw.Christopher Faylor2006-08-031-0/+4
|
* * configure.in: Reenable building the subauth subdir.Corinna Vinschen2006-07-251-0/+5
| | | | * configure: Regenerate.
* * Makefile.in: Update copyright. Fix 'check' target so that it will once-againChristopher Faylor2006-07-231-1/+7
| | | | | | create a working testsuite directory. Add a comment this time to explain the unusual behavior. (Previous ChangeLog checkin did not include accompanying Makefile.in)
* update to newer autoconfChristopher Faylor2006-05-241-0/+9
|
* * CYGWIN_LICENSE: Restrict to v2.Christopher Faylor2006-01-291-0/+5
| | | | * COPYING: Add.
* * configure.in: Add AC_PROG_INSTALL handling.Corinna Vinschen2006-01-161-0/+6
| | | | | * configure: Regenerate. * Makefile.in (install): Install CYGWIN_LICENSE.
* * CYGWIN_LICENSE: Fix contact information.Corinna Vinschen2006-01-161-0/+4
|
* * Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.Christopher Faylor2005-10-111-0/+4
|
* * Makefile.common: Add -dD to options when creating preprocess files.Christopher Faylor2005-03-231-0/+4
|
* * Makefile.in: Make cygserver depending on cygwin.Corinna Vinschen2003-11-231-0/+4
|
* * configure.in: Make --use-server the default.Christopher Faylor2003-11-201-0/+5
| | | | * configure: Regenerate.
* fix typoChristopher Faylor2003-08-061-1/+1
|