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