Age | Commit message (Expand) | Author |
2006-04-13 | *** empty log message *** | Ray Lai |
2006-04-12 | spaces | Theo de Raadt |
2006-04-12 | Clean up <rev> handling. Whenever a revision is specified after a | Ray Lai |
2006-04-10 | make sure we add the correct name mkstemp(3) creates for us | Joris Vink |
2006-04-09 | - don't print out warnings about locking when they are actually wrong and | Niall O'Higgins |
2006-04-06 | -z can take no argument. | Xavier Santolaria |
2006-04-05 | Use variable names for sizeof, remove casts in front of xmalloc, | Ray Lai |
2006-04-01 | - plug a possible memory leak in checkin_update() error path. | Niall O'Higgins |
2006-03-31 | spacing; | Joris Vink |
2006-03-30 | add temporary files to the worklist before creating them, this prevents | Joris Vink |
2006-03-28 | check rcs_head_set() return value; OK niallo@. | Xavier Santolaria |
2006-03-28 | check rcs_sym_remove() return value; OK niallo@. | Xavier Santolaria |
2006-03-27 | - simplify checkin_init() and checkin_update() functions by moving | Niall O'Higgins |
2006-03-27 | - properly implement GNU file modes. basically, checkout will inherit | Niall O'Higgins |
2006-03-27 | check rcs_lock_remove() return value; OK ray@ niallo@. | Xavier Santolaria |
2006-03-26 | - clean up error handling in checkin_init() and checkin_update() | Niall O'Higgins |
2006-03-24 | Allow the -x flag to be used without an extension. | Ray Lai |
2006-03-23 | - cvs_buf_putc() will never return non-zero | Xavier Santolaria |
2006-03-20 | delint; cvs_buf_write_stmp() will never return non-zero: | Niall O'Higgins |
2006-03-17 | Remove unused variables len and i, change `end' to size_t type. | Ray Lai |
2006-03-16 | Follow exit() with /* NOTREACHED*/ for lint. | Ray Lai |
2006-03-15 | ask for log message when it's not specified, got broken in xsa's previous | Joris Vink |
2006-03-15 | - check for tty when asking for logmsg or description | Xavier Santolaria |
2006-03-15 | remove some bizzare idioms; ok ray | Theo de Raadt |
2006-03-15 | Move and rename checkin_choose_rcsfile() to rcs_choosefile(). | Ray Lai |
2006-03-14 | ci currently doesn't parse the -x flag at all, defaulting to ",v/" every | Ray Lai |
2006-03-11 | - implement GNU-compatible handling of revisions specified as single | Niall O'Higgins |
2006-03-11 | - reset NEWFILE flag on each iteration through main loop. this stops | Niall O'Higgins |
2006-03-10 | use same date format as gnu/usr.bin/rcs in error message. OK niallo@. | Xavier Santolaria |
2006-03-08 | make openrcs use the worklist framework to keep track of temporary files | Joris Vink |
2006-03-07 | fix usage(); | 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 | update usage() | Jason McIntyre |
2006-03-06 | many spacing cleanups | Theo de Raadt |
2006-03-05 | plug some potential resource leaks in error paths. | Niall O'Higgins |
2006-03-05 | checkin_parsekeyword() returns void so zap unnecessary return. | Niall O'Higgins |
2006-03-05 | GNU ci(1) doesn't allow dates younger than HEAD, neither on the command | Niall O'Higgins |
2006-03-05 | honour -m on initial revision. | Niall O'Higgins |
2006-02-20 | - more spacing | Niall O'Higgins |
2006-02-20 | - spacing | Niall O'Higgins |
2006-02-16 | - zap kwtype variable. lint pointed it out wasn't used by anything. | Niall O'Higgins |
2006-02-16 | - rename variable k to i | Niall O'Higgins |
2006-02-16 | - finally add proper support for `ci -k`. this little-used option requires | Niall O'Higgins |
2006-02-16 | - ensure we handle -d properly in initial revision, not just updates. | Niall O'Higgins |
2006-02-16 | - make revision specifiers work for initial revision, not just updates. | Niall O'Higgins |
2006-02-16 | `ci -k` is described incorrectly in a number of places. | Niall O'Higgins |
2006-02-16 | - make function prototypes consistent. | Niall O'Higgins |
2006-02-14 | fix output when checking in a file for the first time. OK niallo@. | Xavier Santolaria |
2006-01-05 | cleanup, move log.h and rcs.h inclusion into rcsprog.h; | Xavier Santolaria |