Mention the '?'-in-filenames change.
[rsync.git] / Makefile.in
2004-11-02 Wayne DavisonAlways include lib/snprintf.o when we include lib/compat.o.
2004-10-12 Wayne DavisonDecided we don't need the build_gen target after all.
2004-10-08 Wayne DavisonA new target, build_gen, works like gen w/o man-page...
2004-10-01 Wayne DavisonMake sure that all programs that use syscall.o also...
2004-08-12 Wayne DavisonImproved the build rule for getfsdev and added getfsdev...
2004-08-09 Wayne DavisonAdded a rule for building getfsdev and for requiring...
2004-07-04 Wayne DavisonAdded some missing $(srcdir) references.
2004-05-15 Wayne DavisonAdded a "gen" rule to remake various generated files...
2004-05-02 Wayne DavisonGot rid of a TODO comment that was fixed long ago.
2004-05-02 Wayne DavisonRenamed variable STRIP to INSTALL_STRIP to avoid an...
2004-02-10 Wayne DavisonAdded lib/pool_alloc.h to the HEADERS.
2004-02-10 J.W. SchultzMake idev, hlink and file_struct + strings use allocation
2003-07-30 Wayne DavisonChanged lib/fnmatch.o to lib/wildmatch.o.
2003-07-05 Wayne DavisonA wildtest change to handle someone using the included...
2003-07-05 Wayne DavisonAdded dependencies for wildtest.o.
2003-07-05 Wayne DavisonAnother change to the wildtest rule to make it more...
2003-07-05 Wayne DavisonChanged the build rule for wildtest.
2003-07-05 Wayne DavisonBuild "wildtest" for "make check".
2003-03-21 J.W. SchultzCleanup: Added header files to dependancies.
2003-01-20 Wayne DavisonBacked out Paul Green's IRIX patch since it didn't...
2003-01-18 Wayne DavisonGot rid of trailing whitespace and tweaked a few things...
2003-01-18 Wayne DavisonTrying out Paul Green's IRIX patch to see if it fixes...
2003-01-10 Wayne DavisonPaul Green's changes to add $(EXEEXT) and $(CPPFLAGS...
2003-01-10 David DykstraClean up better after the testsuite check programs...
2002-04-08 Martin Poolt_unsafe needs asnprintf on some platforms.
2002-04-08 Martin Poolhandle yodl and vpath
2002-04-08 Martin PoolSplit code out into separate files and remove some...
2002-04-02 Martin PoolRemove warning about "run autoconf". It tends to break...
2002-03-25 Martin PoolApparently SGI make doesn't like $< in non-implicit...
2002-03-25 Martin PoolAdd a test case for trim_trailing_slashes, and make...
2002-03-25 Martin PoolNeed to also delete getgroups when cleaning.
2002-03-25 Martin PoolClean testtmp*, because we now put tests in their own...
2002-03-25 Martin PoolChange chgrp.test to use our getgroups rather than...
2002-03-25 Martin PoolAdd our own little tool to call getgroups(2) because...
2002-03-20 Martin Pool * Make "make install-strip" works properly, and...
2002-03-16 Martin PoolAdd more rules for make distclean.
2002-03-16 Martin Pool"make distclean": We try to delete built files from...
2002-03-14 Martin PoolAdd phony target to run Splint.
2002-03-14 Martin Pool"make install-strip" works. (Greg Louis)
2002-02-25 Martin PoolAdd targets to build documentation from Texinfo.
2002-02-23 Martin PoolMake "make proto" work for VPATH builds.
2002-02-18 Martin PoolFix bug that made tls.o not be removed by 'make clean'.
2002-01-25 Martin PoolThe name resolution stuff is getting complicated -...
2001-11-30 David DykstraAdd "$(OBJS): config.h" so everything will rebuild...
2001-11-30 Martin PoolAdd message to ignore warnings about mktemp
2001-11-27 Martin PoolUse tls rather than the OS's ls(1) so that we have...
2001-11-27 Martin Poolmake clean can rm config.cache but not config.h, or...
2001-11-27 Martin PoolMake clean should also remove the autoconf cache etc.
2001-11-24 Martin PoolGet rid of rule disliked by Sun Make.
2001-11-24 Martin PoolSet rsync version in configure.in
2001-11-24 Martin PoolFix Makefile syntax problem when LIBOBJS is defined.
2001-11-24 Martin PoolRebuild if headers changed.
2001-11-23 Martin PoolMerge KAME.net IPv6 patch: you can now (in theory)...
2001-09-07 Martin PoolAdd a little implementation of ls(1) so that we can...
2001-08-29 Martin Pool$RSYNC must be set to absolute path so that it can...
2001-08-29 Martin PoolRemove testtmp directory on 'clean'.
2001-08-29 Martin PoolMore test case work:
2001-08-29 Martin PoolRedraft testsuite driver script to unify 'make check...
2001-08-17 Martin PoolSet up scratch directory for tests.
2001-08-17 Martin PoolTry to fix "make check" directory path.
2001-08-16 Martin PoolStart to unify the "make check" and build farm test...
2001-08-14 Martin PoolMerge across rsync+ patch; add a little documentation...
2001-05-02 Andrew Tridgelluse mkstemp on systems where it is secure
2001-03-21 Andrew Tridgelli hate makefiles that automatically run configure
2001-02-27 Martin PoolExplain that the mktemp warning is harmless.
2001-02-24 Martin PoolUpgrade from including popt1.2 to a version of popt1...
2001-02-23 Martin PoolChange from getopt to popt.
2000-09-05 Andrew Tridgelladded LFS support for Solaris 8
2000-08-19 Andrew TridgellI don't like automatic header dependencies
2000-01-23 Andrew Tridgellhandle systems that don't take a 2nd argument to gettim...
2000-01-10 David DykstraMake all the rsync objects dependent on all the header...
1999-08-30 Andrew Tridgellseparated out the make_backup code in preparation for...
1999-03-09 David DykstraAdd distclean target to Makefile.in.
1998-10-29 David DykstraFix for systems such as Unixware that have a cc that...
1998-10-29 Andrew Tridgellchanges to get rsync working on a CRAY J90. This machin...
1998-10-27 David Dykstra- Define bindir and mandir as per gnu makefile standards
1998-10-26 Andrew Tridgelladded a vsnprintf() implementation from cvslock. See...
1998-09-09 Andrew Tridgelladded finddead target, removed dead code and made some...
1998-07-25 Andrew Tridgellc was getting a bit unwieldy so I split the code into...
1998-07-17 Andrew Tridgellremoved old "make dist" target
1998-06-18 Andrew Tridgelluse LDFLAGS in Makefile.in (fix from arndt@schoenewald.de)
1998-05-27 Andrew Tridgellheaps of cleanup in the io code.
1998-05-22 Paul MackerrasUpdate to use the new zlib-1.1.2 code.
1998-05-15 Andrew Tridgelluse a separate "make man" target so people don't need...
1998-05-14 Andrew Tridgelldocumentation!
1998-05-13 Andrew Tridgellfirst working version of challenge response authenticat...
1998-05-13 Andrew Tridgelladded two new options "max connections" and "lock file"
1998-05-13 Andrew Tridgelladded hosts allow and hosts deny support. I ended up...
1998-05-10 Andrew Tridgellsplit the options parsing code into options.c
1998-05-10 Andrew Tridgellcleanup code a bit
1998-05-09 Andrew Tridgellfirst vesrion of working socket based It still needs...
1998-05-07 Andrew Tridgellsome large systematic changes to make socket conversion...
1998-03-25 Andrew Tridgellchanges to make VPATH work correctly, thanks to patl...
1998-03-23 Andrew Tridgelladded wrappers around all the system calls that can...
1998-01-27 Andrew Tridgell*** empty log message ***
1998-01-13 Andrew Tridgell*** empty log message *** v1.6.9
1998-01-13 Andrew Tridgell*** empty log message ***
1998-01-13 Andrew Tridgell*** empty log message ***
1998-01-05 Andrew Tridgellcosmetic changes only
1997-12-16 Andrew Tridgell- check for setlinebuf() in autoconf. Apparently HPUX...
next