Age | Commit message (Expand) | Author |
2007-02-17 | cvs_path_cat() removal since we can now easily handle that | Xavier Santolaria |
2007-02-16 | sync synopsis and usage(); mostly from Igor Sobrado | Jason McIntyre |
2007-02-16 | couple more entries | Michael Shalayeff |
2007-02-16 | Correct function name in comment. | Ray Lai |
2007-02-14 | sync some manual page entries with actual usage. | Niall O'Higgins |
2007-02-14 | typos in comments; ok jmc@ | Kevin Steves |
2007-02-14 | more refinements for the interactive commands section; ok otto | Jason McIntyre |
2007-02-14 | Fix spacing in Makefile. | Niall O'Higgins |
2007-02-13 | - Be explicit on command line checking, instead of relying on patterns, | Matthias Kilian |
2007-02-13 | Fix a problem with wrapped incremental searches. | Kjell Wooding |
2007-02-13 | zap unused CVS_ISDIR() and CVS_ISFILE() macros. OK joris@. | Xavier Santolaria |
2007-02-13 | mark up `dumb' using .Em, to be consistent with an earlier | Jason McIntyre |
2007-02-13 | improve the description for -C; | Jason McIntyre |
2007-02-12 | if -f is not used, readlink should not print anything on error, but if | Otto Moerbeek |
2007-02-12 | remove unused leftovers from openrcs; OK joris@. | Xavier Santolaria |
2007-02-09 | document how signalling via `k' works, after some help from theo and miod; | Jason McIntyre |
2007-02-09 | sync somewhat to the man page; | Jason McIntyre |
2007-02-09 | clean up the interactive commands list, mainly by showing | Jason McIntyre |
2007-02-09 | correctly skip invalid entries when using | Joris Vink |
2007-02-09 | if a directory exists in the working dir but not in the | Xavier Santolaria |
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink |
2007-02-09 | strtol(3) -> strtonum(3) | Joris Vink |
2007-02-08 | Fix a comment | Kjell Wooding |
2007-02-08 | comment a function | Kjell Wooding |
2007-02-08 | Do all allocation and deallocation of shstr in elf_symload() to | Ray Lai |
2007-02-08 | When getc() returns EOF, either feof() or ferror() will return true, | Ray Lai |
2007-02-08 | Remove double semicolons. | Ray Lai |
2007-02-07 | fstat() -> lstat() in a few select cases, | Todd T. Fries |
2007-02-07 | strl* overload; use xsnprintf(); OK ray@. | Xavier Santolaria |
2007-02-07 | its four-byte, not four byte; ok jmc@ | Otto Moerbeek |
2007-02-07 | check st_name validity also check for overflow and not only for zero; found b... | Michael Shalayeff |
2007-02-07 | space before punctuation; | Jason McIntyre |
2007-02-06 | document -D; ok jmc@ | Otto Moerbeek |
2007-02-06 | remove a comment which is no longer true; ok otto | Jason McIntyre |
2007-02-06 | sync synopsis and usage(); | Jason McIntyre |
2007-02-06 | +.Ex -std od | Jason McIntyre |
2007-02-06 | sort options and sync usage(); | Jason McIntyre |
2007-02-06 | switch to .Ex and remove some unnecessary brackets; | Jason McIntyre |
2007-02-06 | fix some dodgy displays; | Jason McIntyre |
2007-02-06 | one more epoch -> Epoch and a grammar fix; ok millert | Jason McIntyre |
2007-02-06 | discuss consistently "the Epoch"; | Jason McIntyre |
2007-02-06 | replace strl* overload and xstrdup() misuse by xsnprintf(); | Xavier Santolaria |
2007-02-06 | document the `+' interactive command more fully; | Jason McIntyre |
2007-02-06 | sort options; | Jason McIntyre |
2007-02-06 | Compact help screen a bit so it fits in 24 lines again. Based on a | Otto Moerbeek |
2007-02-04 | Complain of the user specifies a negative number for the 's' command. | Otto Moerbeek |
2007-02-04 | Introducing the '+' interactive command to reset all filters. | Otto Moerbeek |
2007-02-04 | Use the right HEADNAME. Sometimes compiler warnings should not be | Otto Moerbeek |
2007-02-04 | actully use a default value when we say so. from Mark Lumsden | Otto Moerbeek |
2007-02-04 | long and long long is not the same on 32 bits archs | Otto Moerbeek |