summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2007-02-21Simplify cvs_buf_differ(). Also cvs_buf_differ(), a comparisonRay Lai
2007-02-21Replace a manual xrealloc with rcsnum_setsize.Ray Lai
2007-02-19Fix const inconsistencies, void pointer artithmetic and a few otherOtto Moerbeek
2007-02-18an erroneous free() crept in due to a merge errorOtto Moerbeek
2007-02-17cvs_path_cat() removal since we can now easily handle thatXavier Santolaria
2007-02-14Fix spacing in Makefile.Niall O'Higgins
2007-02-13zap unused CVS_ISDIR() and CVS_ISFILE() macros. OK joris@.Xavier Santolaria
2007-02-12remove unused leftovers from openrcs; OK joris@.Xavier Santolaria
2007-02-09correctly skip invalid entries when usingJoris Vink
2007-02-09if a directory exists in the working dir but not in theXavier Santolaria
2007-02-09remove the cvs_file_classify() `loud' argument, it was usedJoris Vink
2007-02-09strtol(3) -> strtonum(3)Joris Vink
2007-02-07fstat() -> lstat() in a few select cases,Todd T. Fries
2007-02-07strl* overload; use xsnprintf(); OK ray@.Xavier Santolaria
2007-02-06replace strl* overload and xstrdup() misuse by xsnprintf();Xavier Santolaria
2007-02-06sort options;Jason McIntyre
2007-02-04Use the right HEADNAME. Sometimes compiler warnings should not beOtto Moerbeek
2007-02-04dont bother trying to parse empty lines as dates.Joris Vink
2007-02-02Remove cb_cur or replace with cb_buf; cb_cur was the same as cb_bufRay Lai
2007-02-02Remove unused and buggy {cvs,rcs}_buf_set functions.Ray Lai
2007-02-01When writing an rcs file, create the temp file next to the targetOtto Moerbeek
2007-02-01change mode of a newly created rcs file in the repository to 0444Otto Moerbeek
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-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-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-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-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