Fixed send_protected_args() to send "." in place of an empty arg.
[rsync/rsync.git] / configure.in
2008-07-05 Wayne DavisonPrepare repository for more development.
2008-06-30 Wayne DavisonPreparing for release of 3.0.3
2008-06-23 Wayne DavisonPreparing for release of 3.0.3pre3
2008-05-17 Wayne DavisonPreparing for release of 3.0.3pre2
2008-05-08 Wayne DavisonPreparing for release of 3.0.3pre1
2008-04-12 Wayne DavisonPrepare repository for more development.
2008-04-08 Wayne DavisonPreparing for release of 3.0.2
2008-04-04 Wayne DavisonBump the repository version to 3.0.2dev.
2008-04-04 Wayne DavisonPreparing for release of 3.0.1
2008-03-31 Wayne DavisonPreparing for release of 3.0.1pre3
2008-03-27 Wayne DavisonPreparing for release of 3.0.1pre2
2008-03-25 Wayne DavisonPreparing for release of 3.0.1pre1
2008-03-21 Wayne DavisonChanged the arg-globbing routine to use a custom arg...
2008-03-17 Matt McCutchenMore typo fixes.
2008-03-17 Wayne DavisonA couple more changes for dealing with "checker" warnings.
2008-03-17 Wayne DavisonAttempting to silence some more "checker" warnings.
2008-03-17 Wayne DavisonIf we're not compiling one or more major options (ACLs...
2008-03-17 Wayne DavisonIf the system's popt.h file is not found, use our provi...
2008-03-15 Wayne DavisonHave configure check to see if /usr/include/popt/popt...
2008-03-02 Wayne DavisonTweak the files to start work on the next release.
2008-03-01 Wayne DavisonPreparing for release of 3.0.0
2008-02-20 Wayne DavisonPreparing for release of 3.0.0pre10
2008-02-11 Wayne DavisonPreparing for release of 3.0.0pre9
2008-01-12 Wayne DavisonPreparing for release of 3.0.0pre8
2008-01-01 Wayne DavisonChanged the creation of rounding.h to use a set of...
2008-01-01 Wayne DavisonIf we're cross-compiling, tell the user to run mkroundi...
2007-12-29 Wayne DavisonAdded check for libiconv_open when iconv_open isn't...
2007-12-16 Wayne DavisonPreparing for release of 3.0.0pre7
2007-11-28 Wayne DavisonPreparing for release of 3.0.0pre6
2007-11-24 Wayne DavisonMade the (re-)building of the proto.h file automatic...
2007-11-09 Wayne DavisonPreparing for release of 3.0.0pre5
2007-11-08 Wayne DavisonAdd back a define of "struct sockaddr_storage" for...
2007-11-02 Wayne DavisonChanges to handle new getaddrinfo code.
2007-10-27 Wayne DavisonPreparing for release of 3.0.0pre4
2007-10-27 Wayne DavisonPreparing for release of 3.0.0pre3
2007-10-17 Wayne DavisonAdd checking for id_t, and changed some of the type...
2007-10-16 Wayne DavisonAdded checks for setattrlist and sys/attr.h.
2007-10-12 Wayne DavisonPreparing for release of 3.0.0pre2
2007-10-05 Wayne DavisonPreparing for release of 3.0.0pre1
2007-09-28 Wayne DavisonWe enable ACL compilation on OS X by default now.
2007-04-30 Wayne DavisonTry a better way to deduce if the xattr functions we...
2007-04-28 Wayne DavisonIf the lgetxattr() function isn't found, disable xattr...
2007-04-26 Wayne DavisonThe --iconv option has now made it to the trunk.
2007-04-20 Wayne DavisonCheck the size of a time_t.
2007-04-07 Wayne DavisonThe improved --xattrs option is landing on the trunk.
2007-03-11 Wayne DavisonDon't enable ACLs on darwin until we figure out how...
2007-03-11 Wayne DavisonLeave SUPPORT_ACLS undefined instead of giving it a...
2007-03-11 Wayne DavisonMake configure continue if ACL support is not found...
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...
2006-12-17 Wayne DavisonWe now check for these: int16_t, uint16_t, int32_t...
2006-11-20 Wayne DavisonFixed a problem with the new iconv const check.
2006-11-20 Wayne DavisonAdded a test to figure out if iconv() takes a const...
2006-11-09 Wayne DavisonChange the version for new CVS work.
2006-11-07 Wayne DavisonPreparing for release of 2.6.9
2006-10-26 Wayne DavisonPreparing for release of 2.6.9pre3
2006-10-14 Wayne DavisonPreparing for release of 2.6.9pre2
2006-10-12 Wayne DavisonPreparing for release of 2.6.9pre1
2006-07-10 Wayne DavisonIf makedev() takes 3 args, define MAKEDEV_TAKES_3_ARGS.
2006-06-19 Wayne DavisonAllow --with-nobody-group=GROUP (patch from Olivier...
2006-04-24 Wayne DavisonIncremented the version to 2.6.9cvs.
2006-04-22 Wayne DavisonPreparing for release of 2.6.8
2006-04-17 Wayne DavisonAdded two new checks: 1. Does link() hard-link symlink...
2006-04-13 Wayne DavisonGot rid of the unused REPLACE_INET_NTOA and REPLACE_INE...
2006-04-12 Wayne DavisonPreparing for release of 2.6.8pre1
2006-03-13 Wayne DavisonChanging the version to 2.6.8cvs.
2006-03-11 Wayne DavisonPreparing for release of 2.6.7
2006-03-02 Wayne DavisonPreparing for release of 2.6.7pre3
2006-02-19 Wayne DavisonPreparing for release of 2.6.7pre2
2006-02-09 Wayne DavisonPreparing for release of 2.6.7pre1
2006-02-06 Wayne DavisonSolaris 9 and HP-UX 11.11 need us to look for libiconv_...
2006-02-06 Wayne DavisonCheck to see if we need to include the iconv library.
2006-02-04 Wayne DavisonSwitched back to checking for iconv_open() due to HP-UX.
2006-02-04 Wayne Davison- Changed the check for iconv_open() to just iconv().
2006-02-02 Wayne DavisonAdded checks for sigaction() and sigprocmask().
2006-01-15 Wayne DavisonA few more items to check for, including libcharset...
2006-01-13 Wayne DavisonAdded --enable-iconv and cleaned up the other enable...
2005-12-14 Wayne DavisonUse AC_SEARCH_LIBS() instead of AC_CHECK_LIB() to figur...
2005-09-24 Wayne DavisonUse AC_HELP_STRING() in the two AC_ARG_WITH() macros...
2005-09-21 Wayne DavisonCheck for limits.h.
2005-09-21 Wayne DavisonTweaked the output that the mknod() tests generate.
2005-07-28 Wayne DavisonChanged the version to 2.6.7cvs.
2005-07-28 Wayne DavisonRegenerated.
2005-07-27 Wayne DavisonCheck for the lchmod() and lutimes() functions.
2005-07-07 Wayne DavisonPreparing for release of 2.6.6pre1
2005-06-10 Wayne DavisonAdded a simple check to see if the /etc/group file...
2005-06-09 Wayne DavisonUpdated version to 2.6.6cvs.
2005-06-02 Wayne DavisonPreparing for release of 2.6.5
2005-05-27 Wayne Davison- Only define HAVE_REMSH if it is going to have a non...
2005-05-19 Wayne DavisonPreparing for release of 2.6.5pre2
2005-05-10 Wayne DavisonPreparing for release of 2.6.5pre1
2005-04-06 Wayne DavisonAdded skipping of mkstemp() on HP-UX.
2005-04-01 Wayne Davison- Changed version to 2.6.5cvs.
2005-03-31 Wayne DavisonPreparing for release of 2.6.4
2005-03-29 Wayne DavisonPreparing for release of 2.6.4pre4
2005-03-16 Wayne DavisonPreparing for release of 2.6.4pre3
2005-03-01 Wayne DavisonPreparing for release of 2.6.4pre2
2005-02-23 Wayne DavisonPreparing for release of 2.6.4pre1
2005-02-21 Wayne DavisonAdded function check for vasprintf.
2005-02-21 Wayne Davison- Added function tests for va_copy and __va_copy for...
2005-01-28 Wayne DavisonAdded a check for "struct stat64".
next