summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-02-06+.Ex -std odJason McIntyre
2007-02-06sort options and sync usage();Jason McIntyre
2007-02-06switch to .Ex and remove some unnecessary brackets;Jason McIntyre
2007-02-06fix some dodgy displays;Jason McIntyre
2007-02-06one more epoch -> Epoch and a grammar fix; ok millertJason McIntyre
2007-02-06discuss consistently "the Epoch";Jason McIntyre
2007-02-06replace strl* overload and xstrdup() misuse by xsnprintf();Xavier Santolaria
2007-02-06document the `+' interactive command more fully;Jason McIntyre
2007-02-06sort options;Jason McIntyre
2007-02-06Compact help screen a bit so it fits in 24 lines again. Based on aOtto Moerbeek
2007-02-04Complain of the user specifies a negative number for the 's' command.Otto Moerbeek
2007-02-04Introducing the '+' interactive command to reset all filters.Otto Moerbeek
2007-02-04Use the right HEADNAME. Sometimes compiler warnings should not beOtto Moerbeek
2007-02-04actully use a default value when we say so. from Mark LumsdenOtto Moerbeek
2007-02-04long and long long is not the same on 32 bits archsOtto Moerbeek
2007-02-04dont bother trying to parse empty lines as dates.Joris Vink
2007-02-03Save and restore not only scale, but ibase as well. Problem noted myOtto Moerbeek
2007-02-03Plug memory leak.Ray Lai
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-01When checking to see if a checked-out copy of the file is the sameTodd C. Miller
2007-02-01handle errors reading .pc files in --list gracefully.Marc Espie
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