libc/winsup/utils
Christopher Faylor 4c36016b57 ChangeLog:
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-23 13:22:47 +00:00
..
COPYING.dumper * dumper.cc: Change license to plain GPLv2 + later. 2007-07-24 19:08:23 +00:00
ChangeLog ChangeLog: 2012-11-23 13:22:47 +00:00
ChangeLog-2000 * regtool.cc (translate): Ensure that 'c' is initialized. 2001-01-10 14:20:16 +00:00
Makefile.in ChangeLog: 2012-11-23 13:22:47 +00:00
aclocal.m4 ChangeLog: 2012-11-23 13:22:47 +00:00
autogen.sh ChangeLog: 2012-11-23 13:22:47 +00:00
bloda.cc * Makefile.in (cygcheck.exe): Link against psapi.dll. 2012-07-11 16:41:51 +00:00
configure ChangeLog: 2012-11-23 13:22:47 +00:00
configure.in ChangeLog: 2012-11-23 13:22:47 +00:00
cygcheck.cc * configure.in: Add check for MINGW_CXX. Remove libiconv check. 2012-10-24 10:15:27 +00:00
cygpath.cc * cygpath.cc: Change including headers to allow building against 2012-07-06 14:52:33 +00:00
cygwin-console-helper.cc * cygwin-console-helper.cc: New file. 2009-07-05 00:01:26 +00:00
dump_setup.cc ChangeLog: 2012-11-23 13:22:47 +00:00
dumper.cc ChangeLog: 2012-11-23 13:22:47 +00:00
dumper.h * dumper.cc: Change license to plain GPLv2 + later. 2007-07-24 19:08:23 +00:00
getconf.c Clean up whitespace. 2011-12-17 23:39:47 +00:00
getfacl.c Clean up whitespace. 2011-12-17 23:39:47 +00:00
kill.cc Clean up whitespace. 2011-12-17 23:39:47 +00:00
ldd.cc * ldd.cc (start_process): Handle .oct and .so as DLLs. 2012-01-24 06:29:01 +00:00
ldh.cc * ldh.cc (WinMain): Change DONT_RESOLVE_DLL_REFERENCES to 2010-08-28 12:12:53 +00:00
loadlib.h Clean up whitespace. 2011-12-17 23:39:47 +00:00
locale.cc * cygpath.cc: Change including headers to allow building against 2012-07-06 14:52:33 +00:00
mkgroup.c * mkgroup.c (print_special_by_sid): Rename from print_special. Change 2012-04-05 13:37:32 +00:00
mkpasswd.c * mkpasswd.c (current_user): Actually *use* $HOME if it's available. 2012-05-05 08:55:17 +00:00
module_info.cc * loadlib.h: New header implementing safe LoadLibrary calls. 2010-08-28 11:22:37 +00:00
mount.cc Clean up whitespace. 2011-12-17 23:39:47 +00:00
parse_pe.cc ChangeLog: 2012-11-23 13:22:47 +00:00
passwd.c * passwd.cc: Add -v option to print version information as well, since 2012-02-09 10:11:26 +00:00
path.cc * path.cc (vcygpath): Handle cygdrive prefix. 2012-11-09 08:53:01 +00:00
path.h * Makefile.in (path-mount.o): Add a rule to build stripped down version 2009-07-22 10:20:26 +00:00
pldd.c * pldd.c: Fix typo in license header. 2012-02-24 21:53:28 +00:00
ps.cc * cygpath.cc: Change including headers to allow building against 2012-07-06 14:52:33 +00:00
regtool.cc * cygpath.cc: Change including headers to allow building against 2012-07-06 14:52:33 +00:00
setfacl.c Clean up whitespace. 2011-12-17 23:39:47 +00:00
setmetamode.c Clean up whitespace. 2011-12-17 23:39:47 +00:00
ssp.c Clean up whitespace. 2011-12-17 23:39:47 +00:00
ssp.txt Cleanup formatting on some files. Remove excessive whitespace. 2000-10-28 05:00:00 +00:00
strace.cc ChangeLog: 2012-11-23 13:22:47 +00:00
testsuite.cc Clean up whitespace. 2011-12-17 23:39:47 +00:00
testsuite.h Clean up whitespace. 2011-12-17 23:39:47 +00:00
tzset.c * tzset.c: Throughout use wide characters to be locale agnostic. 2012-01-29 12:06:23 +00:00
umount.cc Clean up whitespace. 2011-12-17 23:39:47 +00:00
utils.sgml * Makefile.in (CYGWIN_BINS): Add pldd. 2012-02-24 10:19:01 +00:00
wide_path.h Clean up whitespace. 2011-12-17 23:39:47 +00:00