- 21 Jan, 2003 4 commits
-
-
David Dykstra authored
-
David Dykstra authored
-
Wayne Davison authored
-
David Dykstra authored
Gnu cp behaves the same way.
-
- 20 Jan, 2003 11 commits
-
-
Wayne Davison authored
-
David Dykstra authored
when --relative-paths is used. The code was accidentally skipped starting in CVS version 1.32 of receiver.c. Noticed by Craig Barratt.
-
David Dykstra authored
-
David Dykstra authored
-
Wayne Davison authored
the Makefile fix and I like the old EXE syntax better.
-
David Dykstra authored
-
David Dykstra authored
-
David Dykstra authored
AI_PASSIVE.
-
David Dykstra authored
by system headers. This fixes compile errors on Irix 6.5.
-
David Dykstra authored
rsync: stack overflow in function match_address on openbsd. Patch from Brian Poole <raj@cerias.purdue.edu>.
-
David Dykstra authored
-
- 19 Jan, 2003 2 commits
-
-
Wayne Davison authored
-
Wayne Davison authored
multiply defined).
-
- 18 Jan, 2003 4 commits
-
-
Wayne Davison authored
possibly be affecting the IRIX build (but probably not).
-
Wayne Davison authored
-
Wayne Davison authored
error in the Makefile.
-
Wayne Davison authored
names if there were more than 2 identical names in a row.
-
- 16 Jan, 2003 2 commits
-
-
David Dykstra authored
I've had to go to the man page many times for that information and I finally got sick of it.
-
David Dykstra authored
-
- 15 Jan, 2003 3 commits
-
-
Wayne Davison authored
compiler warnings when calling it with a const char *.
-
David Dykstra authored
-
David Dykstra authored
the tests that tested it. As far as I can tell, it was always broken since the day I put it in years ago. In my investigation into this I was unable to figure out what in the world I was thinking back then, to introduce a global variable with the wrong information in it rather than using a parameter that was already available in readlink_stat function. That still bothers me a bit but I decided to stop worrying about it.
-
- 14 Jan, 2003 1 commit
-
-
David Dykstra authored
-
- 13 Jan, 2003 2 commits
-
-
David Dykstra authored
2.5.6pre2cvs.
-
David Dykstra authored
-
- 12 Jan, 2003 5 commits
-
-
Wayne Davison authored
-
Wayne Davison authored
-
David Dykstra authored
changed the test to the common form of prefixing an x to both sides of an equivalence because it didn't even notice a problem on the cray when it was instead using test -n. Also noticed an error in the test for ANSI c, doing a "$xac..." = xno" when it should have been "x$ac..." = xno, so I fixed that too.
-
David Dykstra authored
-
David Dykstra authored
available, as apparently is the case on Cray UNICOS. The AC_FUNC_ALLOCA autoconf documentation talks about having an included alloca.c and periodically calling alloca(0) to garbage collect when C_ALLOCA is defined, but I don't know where to get the code or if there's anybody that cares enough about the UNICOS port for it to be worth the trouble.
-
- 11 Jan, 2003 6 commits
-
-
David Dykstra authored
-
David Dykstra authored
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
-
Wayne Davison authored
struct in_addr, which means passing &sin.sin_addr instead of &sin.sin_addr.s_addr. Also changed the AF_INET6 version to pass &sin6.sin6_addr. Hopefully this will fix UNICOS and not break anyone else.
-