summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/ci.c
AgeCommit message (Expand)Author
2006-04-13*** empty log message ***Ray Lai
2006-04-12spacesTheo de Raadt
2006-04-12Clean up <rev> handling. Whenever a revision is specified after aRay Lai
2006-04-10make sure we add the correct name mkstemp(3) creates for usJoris Vink
2006-04-09- don't print out warnings about locking when they are actually wrong andNiall O'Higgins
2006-04-06-z can take no argument.Xavier Santolaria
2006-04-05Use 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-31spacing;Joris Vink
2006-03-30add temporary files to the worklist before creating them, this preventsJoris Vink
2006-03-28check rcs_head_set() return value; OK niallo@.Xavier Santolaria
2006-03-28check rcs_sym_remove() return value; OK niallo@.Xavier Santolaria
2006-03-27- simplify checkin_init() and checkin_update() functions by movingNiall O'Higgins
2006-03-27- properly implement GNU file modes. basically, checkout will inheritNiall O'Higgins
2006-03-27check 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-24Allow the -x flag to be used without an extension.Ray Lai
2006-03-23- cvs_buf_putc() will never return non-zeroXavier Santolaria
2006-03-20delint; cvs_buf_write_stmp() will never return non-zero:Niall O'Higgins
2006-03-17Remove unused variables len and i, change `end' to size_t type.Ray Lai
2006-03-16Follow exit() with /* NOTREACHED*/ for lint.Ray Lai
2006-03-15ask for log message when it's not specified, got broken in xsa's previousJoris Vink
2006-03-15- check for tty when asking for logmsg or descriptionXavier Santolaria
2006-03-15remove some bizzare idioms; ok rayTheo de Raadt
2006-03-15Move and rename checkin_choose_rcsfile() to rcs_choosefile().Ray Lai
2006-03-14ci currently doesn't parse the -x flag at all, defaulting to ",v/" everyRay Lai
2006-03-11- implement GNU-compatible handling of revisions specified as singleNiall O'Higgins
2006-03-11- reset NEWFILE flag on each iteration through main loop. this stopsNiall O'Higgins
2006-03-10use same date format as gnu/usr.bin/rcs in error message. OK niallo@.Xavier Santolaria
2006-03-08make openrcs use the worklist framework to keep track of temporary filesJoris Vink
2006-03-07fix usage();Joris Vink
2006-03-07-z support for RCS;Joris Vink
2006-03-06like gnu ci(1), continue to process valid files in argv even if some areNiall O'Higgins
2006-03-06update usage()Jason McIntyre
2006-03-06many spacing cleanupsTheo de Raadt
2006-03-05plug some potential resource leaks in error paths.Niall O'Higgins
2006-03-05checkin_parsekeyword() returns void so zap unnecessary return.Niall O'Higgins
2006-03-05GNU ci(1) doesn't allow dates younger than HEAD, neither on the commandNiall O'Higgins
2006-03-05honour -m on initial revision.Niall O'Higgins
2006-02-20- more spacingNiall O'Higgins
2006-02-20- spacingNiall 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 iNiall O'Higgins
2006-02-16- finally add proper support for `ci -k`. this little-used option requiresNiall 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-14fix output when checking in a file for the first time. OK niallo@.Xavier Santolaria
2006-01-05cleanup, move log.h and rcs.h inclusion into rcsprog.h;Xavier Santolaria