summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-02-01add support for [-k mode]; tests/ok otto@.Xavier Santolaria
2007-02-01add support for [-k mode]; tests/input/ok otto@.Xavier Santolaria
2007-01-31snprintf() -> xsnprintf()Xavier Santolaria
2007-01-31Document $GZIP environment variable.Ray Lai
2007-01-29sync the -f description w/ its synopsis;Jason McIntyre
2007-01-29sync usage(); spotted by Igor SobradoJason McIntyre
2007-01-29introduce xsnprintf(); OK otto@ joris@.Xavier Santolaria
2007-01-29no longer spit out that you can add new files using 'cvs add',Joris Vink
2007-01-29whitespace, no change in code produced by bc -dlOtto Moerbeek
2007-01-28hey look, i found another debug printf from my merging stuff!Joris Vink
2007-01-28do not overwrite a file that is modified but has a sticky tag setJoris Vink
2007-01-28Accept a leading 0x for the -n length parameter.Miod Vallat
2007-01-28In doskip(), do not access an uninitialized variable in the statok == 0 caseMiod Vallat
2007-01-28remove debug printfs that sneaked in.Joris Vink
2007-01-28add merging support in both local and remote sides.Joris Vink
2007-01-27- do not try to add non-existing filesJoris Vink
2007-01-27when we specify the 'f' flag do not bother removing files thatJoris Vink
2007-01-27missed a case for CVS_CMD_ADD from last commitJoris Vink
2007-01-27by default let cvs_file_classify complain about certain casesJoris Vink
2007-01-27preserve flags in Entries in the remote case. ok xsa@ joris@Otto Moerbeek
2007-01-27mktime() produces local time, so add in tm_gmtoff to get UTC.Otto Moerbeek
2007-01-26more fixe size buffers on the stack. ok xsa@ joris@Otto Moerbeek
2007-01-26- support [-k mode] for the add commandXavier Santolaria
2007-01-26after some discussion with otto, remove "errcode=$?;" from getopt'sJason McIntyre
2007-01-26Fix flex bug introduced by my prior commit.Marc Aurele La France
2007-01-26Handle CVS/Entries and file timestamp correctly so we doJoris Vink
2007-01-26respect umask; ok joris@Otto Moerbeek
2007-01-26modestring can be 18 longOtto Moerbeek
2007-01-26extra xfree leftover; from tbert.Otto Moerbeek
2007-01-25when acting as a server - immediatly after we checkout a fileJoris Vink
2007-01-25zap uneeded close() calls after fclose(); pointed out by and OK otto@.Xavier Santolaria
2007-01-25plug a leak if multiple expansions are done on a single line. okOtto Moerbeek
2007-01-25use more stack allocations for fixed size buffers. ok xsa@ joris@Otto Moerbeek
2007-01-25plug a memleak in keyword expansion.Niall O'Higgins
2007-01-25typo in error message.Xavier Santolaria
2007-01-25do not use strlcpuy on a buffer filled by fgetln, since fgetln doesOtto Moerbeek
2007-01-25plug a mem leak and wrong usage of strlcpy after fgetln. since fgetlnOtto Moerbeek
2007-01-24+.Xr csplit 1 ,Jason McIntyre
2007-01-24user proper format string for size_t; file size is off_t; ok joris@Otto Moerbeek
2007-01-24The example is not correct and uses non-idiomatic scripting. So fix it.Otto Moerbeek
2007-01-24terminate CVS/Entries with a newline.Pierre-Yves Ritschard
2007-01-24split compress(1) into compress(1) and gzip(1), as suggested by millert;Jason McIntyre
2007-01-24the ok from xsa was for another diff, rollback previous commit.Pierre-Yves Ritschard
2007-01-24put a newline at the end of the Entries file, this syncs withPierre-Yves Ritschard
2007-01-23When acting as a server do not blindly removeJoris Vink
2007-01-23Don't fatal() when unexpected files are encountered in the workingRay Lai
2007-01-22fix detection of whether we should show progress meter or not: scpDamien Miller
2007-01-22return error from do_upload() when a write fails. fixes bz#1252: zeroDamien Miller
2007-01-21add support for the -A flag;Xavier Santolaria
2007-01-21spacesKevin Steves