rsync/rsync.git
21 years agoSome whitespace/indentation cleanup.
Wayne Davison [Thu, 17 Apr 2003 01:44:33 +0000 (01:44 +0000)]
Some whitespace/indentation cleanup.

21 years agodocument bug fix for --link-dest and lack of -pgo.
J.W. Schultz [Fri, 11 Apr 2003 03:15:53 +0000 (03:15 +0000)]
document bug fix for --link-dest and lack of -pgo.

21 years ago(Really mbp)
restrict [Thu, 10 Apr 2003 04:35:12 +0000 (04:35 +0000)]
(Really mbp)

Test commit from restricted CVS account.  No changes.

21 years agoFixed a weird line corruption in the last check-in and tweaked the
Wayne Davison [Thu, 10 Apr 2003 03:06:28 +0000 (03:06 +0000)]
Fixed a weird line corruption in the last check-in and tweaked the
format to be the same as in older releases.

21 years ago - Per-file dynamic block size is now sqrt(file length).
J.W. Schultz [Thu, 10 Apr 2003 02:04:58 +0000 (02:04 +0000)]
-   Per-file dynamic block size is now sqrt(file length).

    - The per-file checksum size is determined according
to an algorythm provided by Donovan Baarda which
reduces the probability of rsync algorithm
corrupting data and falling back using the whole md4
checksums.

21 years ago - for protocol version >= 27, mdfour_tail() is called when the block size
J.W. Schultz [Thu, 10 Apr 2003 01:50:12 +0000 (01:50 +0000)]
 - for protocol version >= 27, mdfour_tail() is called when the block size
   (including checksum_seed) is a multiple of 64.  Previously it was not
   called, giving the wrong MD4 checksum.

 - for protocol version >= 27, a 64 bit bit counter is used in mdfour.c as
   required by the RFC.  Previously only a 32 bit bit counter was used,
   causing incorrect MD4 file checksums for file sizes >= 512MB - 4.
-- Craig Barratt

21 years agoNow support dynamic per-file checksum2 size.
J.W. Schultz [Thu, 10 Apr 2003 01:13:30 +0000 (01:13 +0000)]
Now support dynamic per-file checksum2 size.

This pushes protocol version to 27

21 years agoversions prior to 1.7.0 (protcol version 17) cannot talk to
J.W. Schultz [Thu, 10 Apr 2003 00:13:48 +0000 (00:13 +0000)]
versions prior to 1.7.0 (protcol version 17) cannot talk to
protocol versions > 20 so bumping up the minimum protocol
version and excising the pre-17 cruft.

21 years agoFix bug reported by engard.ferenc at innomed.hu whereby using the %f format
Paul Green [Wed, 9 Apr 2003 21:10:18 +0000 (21:10 +0000)]
Fix bug reported by engard.ferenc at innomed.hu whereby using the %f format
in sprintf with a value like 0.025 produced 0.250.  We were dropping the
leading zeros before the fractional digits.

21 years agoRemove tempname length problem and files-from from TODO.
J.W. Schultz [Tue, 1 Apr 2003 03:44:50 +0000 (03:44 +0000)]
Remove tempname length problem and files-from from TODO.

21 years agoRemoving vestigial support for protocol versions prior to 15.
J.W. Schultz [Mon, 31 Mar 2003 17:28:34 +0000 (17:28 +0000)]
Removing vestigial support for protocol versions prior to 15.

21 years agoLogic error in preserve_perms + link_dest
J.W. Schultz [Mon, 31 Mar 2003 08:09:41 +0000 (08:09 +0000)]
Logic error in preserve_perms + link_dest

21 years agoFixed a typo.
Wayne Davison [Sun, 30 Mar 2003 23:19:22 +0000 (23:19 +0000)]
Fixed a typo.

21 years agoStarted a new section for the next release.
Wayne Davison [Sun, 30 Mar 2003 23:15:01 +0000 (23:15 +0000)]
Started a new section for the next release.

21 years agoTweaked the O_BINARY code to the latest idiom.
Wayne Davison [Sun, 30 Mar 2003 23:00:51 +0000 (23:00 +0000)]
Tweaked the O_BINARY code to the latest idiom.

21 years agoDefine O_BINARY as "0" if it isn't defined.
Wayne Davison [Sun, 30 Mar 2003 23:00:49 +0000 (23:00 +0000)]
Define O_BINARY as "0" if it isn't defined.

21 years agoDocumented --files-from, --no-relative, --no-implied-dirs, and --from0.
Wayne Davison [Sun, 30 Mar 2003 23:00:47 +0000 (23:00 +0000)]
Documented --files-from, --no-relative, --no-implied-dirs, and --from0.

21 years agoSupport the new --files-from, --no-relative, --no-implied-dirs, and --from0
Wayne Davison [Sun, 30 Mar 2003 23:00:42 +0000 (23:00 +0000)]
Support the new --files-from, --no-relative, --no-implied-dirs, and --from0
options.  Moved the find_colon() routine here from main.c.

21 years agoOpen the file in BINARY fd mode, handle the normal line-ending characters
Wayne Davison [Sun, 30 Mar 2003 23:00:40 +0000 (23:00 +0000)]
Open the file in BINARY fd mode, handle the normal line-ending characters
better than before, and add support for the new --from0 option (which changes
the line separator to a null).

21 years agoSupport the new --files-from and --no-implied-dirs options.
Wayne Davison [Sun, 30 Mar 2003 23:00:37 +0000 (23:00 +0000)]
Support the new --files-from and --no-implied-dirs options.

21 years agoSupport the new --files-from and --from0 options.
Wayne Davison [Sun, 30 Mar 2003 23:00:35 +0000 (23:00 +0000)]
Support the new --files-from and --from0 options.

21 years agoSupport the new --files-from option.
Wayne Davison [Sun, 30 Mar 2003 23:00:33 +0000 (23:00 +0000)]
Support the new --files-from option.

21 years agoMake link-dest aware of --perms, --owner and --group.
J.W. Schultz [Wed, 26 Mar 2003 20:26:06 +0000 (20:26 +0000)]
Make link-dest aware of --perms, --owner and --group.
---- Chris Darroch

21 years agoPrevent tempfile names from overflowing.
J.W. Schultz [Wed, 26 Mar 2003 11:04:14 +0000 (11:04 +0000)]
Prevent tempfile names from overflowing.
Debian BUG# 183667

21 years agoWarn if 64bit value sent or received on system that doesn't
J.W. Schultz [Tue, 25 Mar 2003 07:13:40 +0000 (07:13 +0000)]
Warn if 64bit value sent or received on system that doesn't
support 64bit integers.

21 years agoSeperate the uint64_t macros from int64_t
J.W. Schultz [Tue, 25 Mar 2003 05:46:52 +0000 (05:46 +0000)]
Seperate the uint64_t macros from int64_t

21 years agoFrustration mounting. I'll get it right eventually.
J.W. Schultz [Tue, 25 Mar 2003 04:18:10 +0000 (04:18 +0000)]
Frustration mounting.  I'll get it right eventually.
Thank goodness for the build farm.

21 years agoearlier problem was a typo.
J.W. Schultz [Tue, 25 Mar 2003 04:09:43 +0000 (04:09 +0000)]
earlier problem was a typo.

21 years agoAnother stab at uint64 because some platforms seem to have
J.W. Schultz [Tue, 25 Mar 2003 03:14:27 +0000 (03:14 +0000)]
Another stab at uint64 because some platforms seem to have
problem with the unsigned off64_t

21 years agoremoved log_transfer() It was no more than a conditional
J.W. Schultz [Tue, 25 Mar 2003 02:28:54 +0000 (02:28 +0000)]
removed log_transfer()  It was no more than a conditional
rprintf() with an unused param.

21 years agoCreate uint64 for INO64_T and DEV64_T eliminating type mismatches.
J.W. Schultz [Tue, 25 Mar 2003 02:02:22 +0000 (02:02 +0000)]
Create uint64 for INO64_T and DEV64_T eliminating type mismatches.

21 years agoIncreased maximum protocol version.
J.W. Schultz [Mon, 24 Mar 2003 22:42:46 +0000 (22:42 +0000)]
Increased maximum protocol version.
Added warning for deprecated protocol versions.

21 years agoMinor correction to protocol annotation.
J.W. Schultz [Mon, 24 Mar 2003 22:32:47 +0000 (22:32 +0000)]
Minor correction to protocol annotation.

21 years agoAnnotated each release with protocol version and
J.W. Schultz [Mon, 24 Mar 2003 22:13:16 +0000 (22:13 +0000)]
Annotated each release with protocol version and
added protocol version history from rsync.h log.

21 years agoThe close_all() function was missing its "void" prototype.
Wayne Davison [Fri, 21 Mar 2003 23:43:50 +0000 (23:43 +0000)]
The close_all() function was missing its "void" prototype.

21 years agoGet rid of eol whitespace.
Wayne Davison [Fri, 21 Mar 2003 22:53:46 +0000 (22:53 +0000)]
Get rid of eol whitespace.

21 years agoOptimized the implied-directory code to avoid putting so many duplicate
Wayne Davison [Fri, 21 Mar 2003 22:10:44 +0000 (22:10 +0000)]
Optimized the implied-directory code to avoid putting so many duplicate
dirs into the file list.

21 years ago- Use popt to better effect for the two options that can be both
Wayne Davison [Fri, 21 Mar 2003 19:17:23 +0000 (19:17 +0000)]
- Use popt to better effect for the two options that can be both
  set and unset by the user.
- Even more whitespace cleanup.

21 years ago- Simplified the whole-file option handling.
Wayne Davison [Fri, 21 Mar 2003 18:58:50 +0000 (18:58 +0000)]
- Simplified the whole-file option handling.
- Fixed some whitespace issues.

21 years ago- Simplified the whole-file option handling.
Wayne Davison [Fri, 21 Mar 2003 18:53:00 +0000 (18:53 +0000)]
- Simplified the whole-file option handling.
- Cleaned up some whitespace issues.

21 years ago- Fixed lots of line-indentation problems, including a really huge section
Wayne Davison [Fri, 21 Mar 2003 18:33:48 +0000 (18:33 +0000)]
- Fixed lots of line-indentation problems, including a really huge section
  of non-batch-mode code that was indented at the same level as its
  surrounding "if" statement.
- Moved the heavily-used am_* flags into global extern vars instead of
  externing them again and again in individual functions.
- Got rid of line-ending whitespace.

21 years agoCleanup: Added header files to dependancies.
J.W. Schultz [Fri, 21 Mar 2003 07:42:19 +0000 (07:42 +0000)]
Cleanup: Added header files to dependancies.

21 years agoTypo corrections.
J.W. Schultz [Fri, 21 Mar 2003 07:27:31 +0000 (07:27 +0000)]
Typo corrections.
Thanks to Paul Slootman <paul@debian.org>

21 years agoRemoving --csum-length option documentation since there is
J.W. Schultz [Fri, 21 Mar 2003 04:39:11 +0000 (04:39 +0000)]
Removing --csum-length option documentation since there is
no such option.

21 years agoApply patch from Steve Bonds to repair this test.
Paul Green [Wed, 19 Feb 2003 16:22:50 +0000 (16:22 +0000)]
Apply patch from Steve Bonds to repair this test.

21 years agoPatch from Roderick Schertler (roderick at argon.org) to ignore
Paul Green [Tue, 18 Feb 2003 18:07:36 +0000 (18:07 +0000)]
Patch from Roderick Schertler (roderick at argon.org) to ignore
non-POSIX directory mode bits that are used by AIX.

21 years agoRemove RedHat-specific .spec files in favor of the .spec files
Paul Green [Tue, 18 Feb 2003 16:50:25 +0000 (16:50 +0000)]
Remove RedHat-specific .spec files in favor of the .spec files
maintained under packaging/lsb.

21 years agoThe sender no longer removes the duplicate names from the file list -- we
Wayne Davison [Wed, 12 Feb 2003 09:15:23 +0000 (09:15 +0000)]
The sender no longer removes the duplicate names from the file list -- we
let the receiver do that, since they are the one that requests names and
we want to be sure the sender has any name the receiver may ask for.

21 years agoBack out one of the changes in log.c revision 1.62, and always send errors
David Dykstra [Tue, 11 Feb 2003 19:13:51 +0000 (19:13 +0000)]
Back out one of the changes in log.c revision 1.62, and always send errors
to the client after multiplexing is enabled.

21 years agoPatch from jw schultz to reword "link" to "connection" in a couple of
Paul Green [Mon, 10 Feb 2003 14:51:09 +0000 (14:51 +0000)]
Patch from jw schultz to reword "link" to "connection" in a couple of
spots.

21 years agoUpdate packaging spec files per patch submitted by Horst von Brand.
Paul Green [Wed, 5 Feb 2003 18:41:53 +0000 (18:41 +0000)]
Update packaging spec files per patch submitted by Horst von Brand.
In the future, we need to be sure to keep *.spec and *.spec.tmpl
identical...the release macro produces *.spec from *.spec.tmpl.

21 years agoRestored changes accidentally backed out by Dave Dykstra in previous revision.
Paul Green [Wed, 29 Jan 2003 21:04:28 +0000 (21:04 +0000)]
Restored changes accidentally backed out by Dave Dykstra in previous revision.

21 years agoApply fix from Horst von Brand. See comments in rsync.spec.
Paul Green [Wed, 29 Jan 2003 20:52:59 +0000 (20:52 +0000)]
Apply fix from Horst von Brand. See comments in spec.

21 years agopreparing for release of 2.5.6
David Dykstra [Tue, 28 Jan 2003 05:28:42 +0000 (05:28 +0000)]
preparing for release of 2.5.6

21 years agoAdd header for 2.5.6 release.
David Dykstra [Tue, 28 Jan 2003 05:13:16 +0000 (05:13 +0000)]
Add header for 2.5.6 release.

21 years agoRemove the Cygwin msleep(100) before the generator kills the receiver,
David Dykstra [Tue, 28 Jan 2003 05:05:53 +0000 (05:05 +0000)]
Remove the Cygwin msleep(100) before the generator kills the receiver,
because it caused the testsuite/unsafe-links test to hang.

21 years agoChange the default of --modify-window back to 0 on Cygwin.
David Dykstra [Tue, 28 Jan 2003 03:11:57 +0000 (03:11 +0000)]
Change the default of --modify-window back to 0 on Cygwin.

21 years agoAck! I had accidentally ifdefed out the kill from the generator to the
David Dykstra [Tue, 28 Jan 2003 03:03:55 +0000 (03:03 +0000)]
Ack!  I had accidentally ifdefed out the kill from the generator to the
receiver process for every platform except Cygwin.

21 years agoChange so the delay before generator signals receiver is only done on Cygwin.
David Dykstra [Tue, 28 Jan 2003 02:51:03 +0000 (02:51 +0000)]
Change so the delay before generator signals receiver is only done on Cygwin.

21 years agoAdded a TODO item about temporary file names bumping up against the
Paul Green [Mon, 27 Jan 2003 16:33:47 +0000 (16:33 +0000)]
Added a TODO item about temporary file names bumping up against the
maximum name length.  (I have an unfinished patch that will address
this).

21 years agoMove the sleep to workaround the default modify-window of 1 on Cygwin to
David Dykstra [Mon, 27 Jan 2003 04:41:30 +0000 (04:41 +0000)]
Move the sleep to workaround the default modify-window of 1 on Cygwin to
the beginning of "checkit" rather than the end of "hands_setup" because
sometimes files are modified just before checkit is called and the copy
finishes within one second so they're considered to be the same time.
I don't think this would be a problem in real life, so just change the
test.

21 years agoInsert a 100ms sleep just before sending the USR2 signal to the
David Dykstra [Mon, 27 Jan 2003 03:52:42 +0000 (03:52 +0000)]
Insert a 100ms sleep just before sending the USR2 signal to the
child receiver process to prevent some hangs on Cygwin.  Anthony
Heading discovered the workaround first and suggested 30ms, and
Greger Cronquist had better luck with 100ms.

21 years agoRemove the "Connection reset by peer" from TODO
David Dykstra [Mon, 27 Jan 2003 03:36:54 +0000 (03:36 +0000)]
Remove the "Connection reset by peer" from TODO

21 years agoPrevent the "Connection reset by peer" messages often seen from Cygwin.
David Dykstra [Mon, 27 Jan 2003 03:35:08 +0000 (03:35 +0000)]
Prevent the "Connection reset by peer" messages often seen from Cygwin.
Result of a lot of discussion over the last year and a half.  Based on
a patch from Randy O'Meara, cleaned up a bit by Max Bowsher.

21 years agoUpdate date on man page.
David Dykstra [Mon, 27 Jan 2003 03:13:46 +0000 (03:13 +0000)]
Update date on man page.

21 years agoUpdate rsyncd.conf documentation to be right for rsync server mode over a
David Dykstra [Mon, 27 Jan 2003 03:07:18 +0000 (03:07 +0000)]
Update rsyncd.conf documentation to be right for rsync server mode over a
remote shell.

21 years agoChange erroneous references to a --config-file option to the correct --config
David Dykstra [Mon, 27 Jan 2003 02:48:14 +0000 (02:48 +0000)]
Change erroneous references to a --config-file option to the correct --config
option.

21 years agoChange news item about handling of text mode in files to just permitting
David Dykstra [Sun, 26 Jan 2003 20:49:24 +0000 (20:49 +0000)]
Change news item about handling of text mode in files to just permitting
any of the standard line termination styles.

21 years agoGot rid of recent O_TEXT* and O_BINARY* changes.
Wayne Davison [Sun, 26 Jan 2003 20:11:16 +0000 (20:11 +0000)]
Got rid of recent O_TEXT* and O_BINARY* changes.

21 years agoGot rid of O_TEXT_STR and added code to strip '\r' from the end of the
Wayne Davison [Sun, 26 Jan 2003 20:10:23 +0000 (20:10 +0000)]
Got rid of O_TEXT_STR and added code to strip '\r' from the end of the
lines we read.

21 years agoAdded back the O_BINARY #ifdef.
Wayne Davison [Sun, 26 Jan 2003 20:09:02 +0000 (20:09 +0000)]
Added back the O_BINARY #ifdef.

21 years agoGot rid of O_TEXT_STR change.
Wayne Davison [Sun, 26 Jan 2003 20:07:55 +0000 (20:07 +0000)]
Got rid of O_TEXT_STR change.

21 years agoFile I/O already handles '\r', so we can remove the O_TEXT flags.
Wayne Davison [Sun, 26 Jan 2003 19:37:54 +0000 (19:37 +0000)]
File I/O already handles '\r', so we can remove the O_TEXT flags.

21 years agoRemove a couple items I know are no longer needed.
David Dykstra [Sun, 26 Jan 2003 04:04:47 +0000 (04:04 +0000)]
Remove a couple items I know are no longer needed.

21 years agoBetter fix for infinite recursion; don't return from exit_cleanup
David Dykstra [Sun, 26 Jan 2003 03:53:34 +0000 (03:53 +0000)]
Better fix for infinite recursion; don't return from exit_cleanup
unless the nesting is already pretty deep, because there are normal
cases where exit_cleanup is nested shallowly.  Patch from Marc Espie,
posted by Brian Poole.

21 years agoOpen config files in text mode when O_TEXT is defined. This helps on
David Dykstra [Sun, 26 Jan 2003 03:46:54 +0000 (03:46 +0000)]
Open config files in text mode when O_TEXT is defined.  This helps on
Cygwin when the config files are on a filesystem that is mounted in
binary mode.  Patch from Ville Herva.

21 years agoTests that use hands_setup to make a test file directory and right
David Dykstra [Sun, 26 Jan 2003 03:34:19 +0000 (03:34 +0000)]
Tests that use hands_setup to make a test file directory and right
afterward make a copy were failing on cygwin because the default
--modify-windows now 1 on Cygwin.  Adding a 2 second sleep at the end of
hands_setup so that hopefully the tests will succeed because the copy
will be made more than 1 second away from the original.

21 years agoDon't try to run daemon tests as "nobody".
Wayne Davison [Sat, 25 Jan 2003 03:46:57 +0000 (03:46 +0000)]
Don't try to run daemon tests as "nobody".

21 years agoGetting rid of recent "chown" since we decided to forego trying to run
Wayne Davison [Sat, 25 Jan 2003 03:45:40 +0000 (03:45 +0000)]
Getting rid of recent "chown" since we decided to forego trying to run
the daemon tests as "nobody".

21 years agoChange default of --modify-window on Cygwin from 2 to 1 because that's all
David Dykstra [Fri, 24 Jan 2003 22:07:22 +0000 (22:07 +0000)]
Change default of --modify-window on Cygwin from 2 to 1 because that's all
that's needed on FAT filesystems.  NTFS filesystems can do with a window of
0, but it shouldn't hurt because it's highly unlikely that any given file
will be modified within one second of the time that rsync last copied it.

21 years agoRestore trailing newline character at the end of the file.
Paul Green [Thu, 23 Jan 2003 17:18:20 +0000 (17:18 +0000)]
Restore trailing newline character at the end of the file.

21 years agoMentioned the fact that config.sub and config.guess got updated.
Paul Green [Wed, 22 Jan 2003 22:59:35 +0000 (22:59 +0000)]
Mentioned the fact that config.sub and config.guess got updated.

21 years agoUpdated config.sub and config.guess to latest revision.
Paul Green [Wed, 22 Jan 2003 22:24:53 +0000 (22:24 +0000)]
Updated config.sub and config.guess to latest revision.

21 years agoMention test-case fixes.
Wayne Davison [Tue, 21 Jan 2003 20:25:44 +0000 (20:25 +0000)]
Mention test-case fixes.

21 years agoMoved the chown from the download test to the upload test.
Wayne Davison [Tue, 21 Jan 2003 20:19:53 +0000 (20:19 +0000)]
Moved the chown from the download test to the upload test.

21 years agoChown the $TO and $FROM directories to $RSYNCD_UID:$RSYNCD_GID (if we
Wayne Davison [Tue, 21 Jan 2003 20:19:53 +0000 (20:19 +0000)]
Chown the $TO and $FROM directories to $RSYNCD_UID:$RSYNCD_GID (if we
can, and don't fail if we can't).

21 years agoChown the $TO and $FROM directories to $RSYNCD_UID:$RSYNCD_GID (if we
Wayne Davison [Tue, 21 Jan 2003 19:30:51 +0000 (19:30 +0000)]
Chown the $TO and $FROM directories to $RSYNCD_UID:$RSYNCD_GID (if we
can, and don't fail if we can't).

21 years agoPut the UID and GID that rsyncd will run as into variables.
Wayne Davison [Tue, 21 Jan 2003 19:28:29 +0000 (19:28 +0000)]
Put the UID and GID that rsyncd will run as into variables.

21 years agoSeparated a `cat "..."` command out from inside a double-quoted string
Wayne Davison [Tue, 21 Jan 2003 19:27:11 +0000 (19:27 +0000)]
Separated a `cat "..."` command out from inside a double-quoted string
so that we don't run afoul of some shells quoting quirks.  (As Brian
Poole suggested.)

21 years agoChange the name on the --modify-window default for Cygwin to Lapo Luchini.
David Dykstra [Tue, 21 Jan 2003 14:22:49 +0000 (14:22 +0000)]
Change the name on the --modify-window default for Cygwin to Lapo Luchini.

21 years agoChange version to working version 2.5.6pre3cvs
David Dykstra [Tue, 21 Jan 2003 04:23:43 +0000 (04:23 +0000)]
Change version to working version 2.5.6pre3cvs

21 years agoChange version to 2.5.6pre2
David Dykstra [Tue, 21 Jan 2003 04:00:56 +0000 (04:00 +0000)]
Change version to 2.5.6pre2

21 years agoDeclare preserve_perms for latest syscall.o.
Wayne Davison [Tue, 21 Jan 2003 01:35:23 +0000 (01:35 +0000)]
Declare preserve_perms for latest syscall.o.

21 years agoIgnore errors from chmod when --preserve-perms/-p/-a are not set.
David Dykstra [Tue, 21 Jan 2003 00:58:50 +0000 (00:58 +0000)]
Ignore errors from chmod when --preserve-perms/-p/-a are not set.
Gnu cp behaves the same way.

21 years agoAdded a couple missing NEWS items.
Wayne Davison [Mon, 20 Jan 2003 23:49:22 +0000 (23:49 +0000)]
Added a couple missing NEWS items.

21 years agoRe-activate the piece of code that creates intervening directories
David Dykstra [Mon, 20 Jan 2003 23:32:17 +0000 (23:32 +0000)]
Re-activate the piece of code that creates intervening directories
when --relative-paths is used.  The code was accidentally skipped starting
in CVS version 1.32 of receiver.c.  Noticed by Craig Barratt.

21 years agoUpdate description of hosts allow for IPv6. From Bert Vermeulen.
David Dykstra [Mon, 20 Jan 2003 23:10:22 +0000 (23:10 +0000)]
Update description of hosts allow for IPv6.  From Bert Vermeulen.

21 years agoMake the default for --modify-window be 2 on cygwin.
David Dykstra [Mon, 20 Jan 2003 23:09:24 +0000 (23:09 +0000)]
Make the default for --modify-window be 2 on cygwin.

21 years agoBacked out Paul Green's IRIX patch since it didn't seem to be a part of
Wayne Davison [Mon, 20 Jan 2003 18:26:14 +0000 (18:26 +0000)]
Backed out Paul Green's IRIX patch since it didn't seem to be a part of
the Makefile fix and I like the old EXE syntax better.

21 years agoSave the value of the test for getaddrinfo defines in the config cache.
David Dykstra [Mon, 20 Jan 2003 17:25:26 +0000 (17:25 +0000)]
Save the value of the test for getaddrinfo defines in the config cache.