Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pull in <time.h> for struct tm, used in rcs.h | 2016-08-26 | 1 | -1/+2 | |
| | | | | ok deraadt@ | ||||
* | Allow rcsnum_free and buf_free to accept NULL and remove various NULL | 2015-11-02 | 1 | -3/+2 | |
| | | | | checks that are now unnecessary, from Michael W Bombardieri. ok millert | ||||
* | exit in usage functions themselves; from Fritjof Bornebusch; ok nicm@ | 2014-10-02 | 1 | -3/+4 | |
| | |||||
* | Remove some unneeded includes and dead code, from Michael W Bombardieri. | 2011-04-20 | 1 | -2/+1 | |
| | | | | ok jasper xsa | ||||
* | Make BUFs autoextend by default. This was already done in OpenCVS | 2010-07-28 | 1 | -2/+2 | |
| | | | | | | a while ago. OK zinovik nicm | ||||
* | Reduce variable/function name and whitespace differences between | 2010-07-23 | 1 | -11/+11 | |
| | | | | | | cvs/rcs. OK xsa zinovik | ||||
* | ident(1) does not require arguments; while here, note that this | 2009-10-15 | 1 | -3/+3 | |
| | | | | | | | program uses the standard input, not the standard output, when no filenames are provided. ok xsa@ | ||||
* | From Pierre Riteau: | 2007-09-09 | 1 | -3/+8 | |
| | | | | | | | | | Sync ident behavior with GNU RCS: - return 1 to the shell if any file could not be opened. - print an empty line after processing a file unless we couldn't open it (and not for the last one). OK niallo. | ||||
* | As done in OpenCVS, general includes cleanup sweep. OK otto@. | 2007-02-27 | 1 | -2/+7 | |
| | |||||
* | When getc() returns EOF, either feof() or ferror() will return true, | 2007-02-08 | 1 | -3/+3 | |
| | | | | | | | | | so no need to check them. Removes a bitwise OR that should have been a logical OR as well. From Pierre Riteau <pierre dot riteau at free dot fr>. OK joris@. | ||||
* | Flush printf buffer before directly writing to STDIN_FILENO. Prevents | 2006-08-07 | 1 | -1/+2 | |
| | | | | | | the printf output from printing after the rcs_buf_write_fd output. ``ok!'' joris@ | ||||
* | Reduce rcs_buf_release() usage, improving binary support. | 2006-08-01 | 1 | -7/+6 | |
| | | | | OK niallo@ | ||||
* | Remove /* NOTREACHED */ comments, now that lint is smart about | 2006-05-09 | 1 | -2/+1 | |
| | | | | | | __dead. I never should have put them there. OK xsa@. | ||||
* | prevent a very, very stupid buffer overflow in ident_line(). | 2006-05-01 | 1 | -16/+23 | |
| | | | | | | fix for PR 5091 okay niallo@ | ||||
* | - do not show file ... as optional | 2006-04-24 | 1 | -2/+2 | |
| | | | | | | | - remove angle brackets - sync usage() ok xsa | ||||
* | remove overkill cvs_log() and rather use warn()/warnx(). | 2006-04-21 | 1 | -3/+3 | |
| | | | | OK ray@ and discussed with joris@. | ||||
* | switch -q handling to bitwise flags; OK ray@ niallo@. | 2006-04-19 | 1 | -3/+4 | |
| | |||||
* | excessive addition to brackets is a mental disease. you will go | 2006-04-14 | 1 | -6/+6 | |
| | | | | blind, too. seek help. no binary change, ok joris | ||||
* | change ident_file() and ident_line() return type to void; OK ray@. | 2006-03-22 | 1 | -13/+11 | |
| | |||||
* | Follow exit() with /* NOTREACHED*/ for lint. | 2006-03-16 | 1 | -1/+2 | |
| | | | | ``OK niallo@'' niallo@ | ||||
* | many spacing cleanups | 2006-03-06 | 1 | -2/+2 | |
| | |||||
* | typos in comments; | 2006-01-20 | 1 | -3/+3 | |
| | |||||
* | cleanup, move log.h and rcs.h inclusion into rcsprog.h; | 2006-01-05 | 1 | -3/+1 | |
| | |||||
* | #include's cleanup; ok joris@ niallo@. | 2006-01-02 | 1 | -8/+2 | |
| | |||||
* | correct usage(); | 2005-11-30 | 1 | -3/+2 | |
| | |||||
* | output consistency; | 2005-11-23 | 1 | -8/+10 | |
| | |||||
* | respect -q; | 2005-11-16 | 1 | -3/+5 | |
| | |||||
* | To be fully compatibly with the GNU RCS tools we need to have the | 2005-10-13 | 1 | -4/+4 | |
| | | | | | | | | same way of parsing commandline options. Since getopt(3) allows spaces between arguments and GNU RCS tools does not we needed to roll out our own way of option handling, and here it is. ok niallo@ | ||||
* | various usage cleanup; ok joris | 2005-10-12 | 1 | -3/+3 | |
| | |||||
* | warn when no keywords were found; | 2005-10-06 | 1 | -1/+7 | |
| | |||||
* | tweaks; | 2005-10-06 | 1 | -5/+5 | |
| | |||||
* | ident command, written by xsa@ but he is too busy with work right now; | 2005-10-06 | 1 | -0/+152 | |