summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-02-09document how signalling via `k' works, after some help from theo and miod;Jason McIntyre
2007-02-09sync somewhat to the man page;Jason McIntyre
2007-02-09clean up the interactive commands list, mainly by showingJason McIntyre
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-08Fix a commentKjell Wooding
2007-02-08comment a functionKjell Wooding
2007-02-08Do all allocation and deallocation of shstr in elf_symload() toRay Lai
2007-02-08When getc() returns EOF, either feof() or ferror() will return true,Ray Lai
2007-02-08Remove double semicolons.Ray Lai
2007-02-07fstat() -> lstat() in a few select cases,Todd T. Fries
2007-02-07strl* overload; use xsnprintf(); OK ray@.Xavier Santolaria
2007-02-07its four-byte, not four byte; ok jmc@Otto Moerbeek
2007-02-07check st_name validity also check for overflow and not only for zero; found b...Michael Shalayeff
2007-02-07space before punctuation;Jason McIntyre
2007-02-06document -D; ok jmc@Otto Moerbeek
2007-02-06remove a comment which is no longer true; ok ottoJason McIntyre
2007-02-06sync synopsis and usage();Jason McIntyre
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