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
2014-11-13 * configure.ac: Convert to new AC_INIT style.Corinna Vinschen
* configure: Regenerate.
2013-11-07winsup/ChangeLog:Christopher Faylor
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.
2012-11-26ChangeLog:Christopher Faylor
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.
2012-11-23ChangeLog:Christopher Faylor
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.
2012-11-07winsup:Corinna Vinschen
* Makefile.common (zlib_source): Remove. (zlib_build): Remove. (bz2lib_source): Remove. (bz2lib_build): Remove. (w32api_source): Remove. (w32api_build): Remove. (w32api_lib): Remove. (mingw_build): Remove. (mingw_source): Remove. ($(w32api_lib)/%.a): Remove rule. * Makefile.in (ZLIB): Remove. ($(SUBDIRS)): Drop mingw check. (mingw): Remove rule. (install_mingw): Ditto. * configure.in: Remove support for mingw as build target. * configure: Regenerate. utils: * Makefile.in ($(MINGW_BINS)): Drop -B$(mingw_build)/ from build expression.
2012-10-242012-10-24 Kai Tietz <ktietz70@googlemail.com>Yaakov Selkowitz
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.
2011-01-29winsup:Christopher Faylor
* configure.in: Configure winsup/cygserver regardless of cross_host. * configure: Regenerate. winsup/cygwin: * configure.in: Define LIBSERVER regardless of cross_host. * configure: Regenerate.
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'.
2007-09-01* configure: Regenerate.Christopher Faylor
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-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-07-25 * configure.in: Reenable building the subauth subdir.Corinna Vinschen
* configure: Regenerate.
2006-05-24update to newer autoconfChristopher Faylor
2006-01-16 * configure.in: Add AC_PROG_INSTALL handling.Corinna Vinschen
* configure: Regenerate. * Makefile.in (install): Install CYGWIN_LICENSE.
2003-11-20* configure.in: Make --use-server the default.Christopher Faylor
* configure: Regenerate.
2003-07-02* configure.in: Add --enable-server option.Christopher Faylor
* configure: Regenerate.
2003-07-02* configure.in: Add cygserver subdir.Christopher Faylor
* Makefile.in: Ditto. * configure: Regenerate. * Makefile.common: Remove debugging statements.
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-02-07* configure.in: Make w32api directory optional.Christopher Faylor
* configure: Regenerate.
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-06-02* configure.in: Complain about lack of w32api directory.Christopher Faylor
* configure: Regenerate.
2002-04-26* configure.in: Remove cinstall target.Christopher Faylor
* Makefile.in: Ditto. * configure: Regenerate.
2002-02-20* configure.in: Avoid building w32api or mingw if they don't exist.Christopher Faylor
* configure: Regenerate.
2001-12-14* Makefile.in: Exit immediately if a sub-make fails.Christopher Faylor
2001-11-04* configure.in: Disable subauth directory test.Christopher Faylor
* configure: Regenerate. * Makefile.in: Use MAKE variable in directory builds.
2001-10-26 * configure: Regenerate, removing erroneous SUBDIRS substitution.Corinna Vinschen
2001-10-25* Makefile.in: Only build testsuite directory on first 'make check'.Christopher Faylor
* configure.in: Remove testsuite from SUBDIRS. * configure: Regenerate.
2001-05-05* configure.in: Fix typo.Christopher Faylor
* configure: Regenerate.
2001-05-04* configure.in: Make subauth configuration optional.Christopher Faylor
* configure: Regenerate.
2001-05-04 * subauth: New subdirectory.Corinna Vinschen
* configure.in: Add subauth to the list of subdirectories. * configure: Regenerated from configure.in.
2001-04-19* configure.in: Add bz2lib.Christopher Faylor
2001-03-20* configure: fix regeneration bug.DJ Delorie
2000-12-03* Makefile.common: Eliminate checks for libgcc.a and libstdc++.a. Use CXX forChristopher Faylor
g++ compiles. * configure.in: Find correct c++ compiler. * configure: Regenerate.
2000-09-03* Makefile.in: Add new goal "check"Christopher Faylor
* configure.in: When doing native build do configure in testsuite subdirectory * configure: Regenerate.
2000-06-20* configure.in: Bow to necessity and build w32api before anything else.Christopher Faylor
* configure: Regenerate.
2000-06-17* configure.in: Detect "cross-hosting" situation and add a subset ofChristopher Faylor
directories to SUBDIRS. * configure: Regenerate.
2000-05-26* configure.in: Don't assume that cinstall directory exists.Christopher Faylor
2000-05-26* configure.in: Don't assume that cinstall directory exists.Christopher Faylor
2000-04-08Updated to build cinstall with mingw. See Changelog for numerous setup.c ↵Ron Parker
changes.
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor