Age | Commit message (Expand) | Author |
2006-03-23 | Use TAILQ_HEAD() macro instead of custom struct definition. | Ray Lai |
2006-03-20 | delint; cvs_buf_write_stmp() will never return non-zero: | Niall O'Higgins |
2006-03-18 | Change code to match comments, fixing potential off-by-one error. | Ray Lai |
2006-03-17 | - Lint says cvs_hacktime() is not used in rcs, so move it into !RCSPROG. | Niall O'Higgins |
2006-03-17 | rlog_strsplit() -> cvs_strsplit() and move it to util.c so it can be reused | Xavier Santolaria |
2006-03-17 | Use ssize_t in appropriate places. | Ray Lai |
2006-03-16 | zap more unused variables. | Xavier Santolaria |
2006-03-16 | add missing {} so everything gets reached. | Xavier Santolaria |
2006-03-16 | kill two unused variables. | Xavier Santolaria |
2006-03-15 | - remove unused function cvs_putchar() | Niall O'Higgins |
2006-03-15 | - add util.h, reorganising a bunch of things and exposing cvs_yesno() | Niall O'Higgins |
2006-03-15 | - fchmod file to mode. | Niall O'Higgins |
2006-03-15 | bogus idiom | Theo de Raadt |
2006-03-15 | no need for one of the volatile | Theo de Raadt |
2006-03-15 | - fix typo in comment; an path -> a path | Niall O'Higgins |
2006-03-15 | - make cvs_worklist members volatile. | Niall O'Higgins |
2006-03-15 | remove some bizzare idioms; ok ray | Theo de Raadt |
2006-03-14 | add an argument to cvs_diff3() to be able to handle verbosity of | Xavier Santolaria |
2006-03-11 | - implement GNU-compatible handling of revisions specified as single | Niall O'Higgins |
2006-03-11 | - set RCS_SYNCED on rcs_open() so that if you call rcs_close() immediately | Niall O'Higgins |
2006-03-11 | Fix rcsnum_tostr() description. | Ray Lai |
2006-03-10 | fix a stupid mistake in cvs_worklist_clean() while loop. | Niall O'Higgins |
2006-03-10 | Only write a log message if the log message is not empty. | Ray Lai |
2006-03-10 | make sure cvs_worklist_clean() is safe, since we are | Joris Vink |
2006-03-09 | trailing spaces; | Joris Vink |
2006-03-09 | move joris' timezone support into rcstime.c; more work to be done there. | Xavier Santolaria |
2006-03-08 | make openrcs use the worklist framework to keep track of temporary files | Joris Vink |
2006-03-08 | add a worklist framework, which will be used for atomic operations on | Joris Vink |
2006-03-08 | really match gnu on error; | Xavier Santolaria |
2006-03-08 | spacing | Theo de Raadt |
2006-03-07 | in rcs_write() only do stuff when the RCS file ondisk isn't synced; | Joris Vink |
2006-03-07 | no need to duplicate error message; | Xavier Santolaria |
2006-03-07 | make sure the timezone is valid; | Joris Vink |
2006-03-07 | match gnu on error; | Joris Vink |
2006-03-07 | -z support for RCS; | Joris Vink |
2006-03-06 | like gnu ci(1), continue to process valid files in argv even if some are | Niall O'Higgins |
2006-03-06 | adapt informative message if we are sending output to stdout. | Xavier Santolaria |
2006-03-06 | if the submitted rev(s) is/are the same as the head rev, skip the process | Xavier Santolaria |
2006-03-05 | oops, forgot the diff3.c portion of this diff: | Niall O'Higgins |
2006-03-05 | in rcs_patch_lines(), ensure that rcs patch delete operations don't | Niall O'Higgins |
2006-03-05 | fatal() instead of returning -1 on failure in patch functions | Niall O'Higgins |
2006-03-05 | our deltatexts were sometimes different from gnu. rcs_getrev() was | Niall O'Higgins |
2006-02-26 | remove unnecessary newline characters in cvs_log() calls. | Niall O'Higgins |
2006-02-26 | also set 'entry' variable in merged case. | Niall O'Higgins |
2006-02-26 | out-of-bounds access and correct some printf while here; | Xavier Santolaria |
2006-02-26 | better user-friendly error message. | Xavier Santolaria |
2006-02-13 | write out an empty comment in RCS files even if there isn't one as | Xavier Santolaria |
2006-02-10 | forgot to document CVS/Baserev.tmp, so here it is. | Xavier Santolaria |
2006-02-10 | document CVS/Entries.Backup, CVS/Notify.tmp and CVS/Template files. | Xavier Santolaria |
2006-02-10 | fix CVS_PATH_NOTIFY duplicate. | Xavier Santolaria |