summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2006-03-29Yet more lint:Ray Lai
2006-03-28Finally. Basically, rcs_parse_delta() doesn't understand thatRay Lai
2006-03-28xmalloc(num * size) -> xcalloc(num, size)Ray Lai
2006-03-28Today is Integer Overflow Prevention Day:Ray Lai
2006-03-27- properly implement GNU file modes. basically, checkout will inheritNiall O'Higgins
2006-03-27rcs_growbuf() cleanup; OK ray@.Xavier Santolaria
2006-03-27rcs_comment_set() will never return non-zero; change its return type to void.Xavier Santolaria
2006-03-27rcs_desc_set() will never return non-zero; change its return type to void.Xavier Santolaria
2006-03-27Plug a memory leak for all cvs_strsplit call sites; ok xsa@Patrick Latifi
2006-03-26rcs_parse_desc() cleanup; OK ray@.Xavier Santolaria
2006-03-25Correct integer types, remove unused arguments, non-portable bitshiftsRay Lai
2006-03-24change rcs_parse_deltas() and rcs_parse_deltatexts() return valueXavier Santolaria
2006-03-24Remove unused variables, better integer types, prevent fallthroughs.Ray Lai
2006-03-24Fix RCS_KWEXP_INVAL() macro.Ray Lai
2006-03-23fetch() will never return non-zero; change its return type to void.Xavier Santolaria
2006-03-23use fatal() in rcs_lock_setmode(); OK ray@.Xavier Santolaria
2006-03-23- cvs_buf_putc() will never return non-zeroXavier Santolaria
2006-03-23Use TAILQ_HEAD() macro instead of custom struct definition.Ray Lai
2006-03-20delint; cvs_buf_write_stmp() will never return non-zero:Niall O'Higgins
2006-03-18Change 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-17rlog_strsplit() -> cvs_strsplit() and move it to util.c so it can be reusedXavier Santolaria
2006-03-17Use ssize_t in appropriate places.Ray Lai
2006-03-16zap more unused variables.Xavier Santolaria
2006-03-16add missing {} so everything gets reached.Xavier Santolaria
2006-03-16kill 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-15bogus idiomTheo de Raadt
2006-03-15no need for one of the volatileTheo de Raadt
2006-03-15- fix typo in comment; an path -> a pathNiall O'Higgins
2006-03-15- make cvs_worklist members volatile.Niall O'Higgins
2006-03-15remove some bizzare idioms; ok rayTheo de Raadt
2006-03-14add an argument to cvs_diff3() to be able to handle verbosity ofXavier Santolaria
2006-03-11- implement GNU-compatible handling of revisions specified as singleNiall O'Higgins
2006-03-11- set RCS_SYNCED on rcs_open() so that if you call rcs_close() immediatelyNiall O'Higgins
2006-03-11Fix rcsnum_tostr() description.Ray Lai
2006-03-10fix a stupid mistake in cvs_worklist_clean() while loop.Niall O'Higgins
2006-03-10Only write a log message if the log message is not empty.Ray Lai
2006-03-10make sure cvs_worklist_clean() is safe, since we areJoris Vink
2006-03-09trailing spaces;Joris Vink
2006-03-09move joris' timezone support into rcstime.c; more work to be done there.Xavier Santolaria
2006-03-08make openrcs use the worklist framework to keep track of temporary filesJoris Vink
2006-03-08add a worklist framework, which will be used for atomic operations onJoris Vink
2006-03-08really match gnu on error;Xavier Santolaria
2006-03-08spacingTheo de Raadt
2006-03-07in rcs_write() only do stuff when the RCS file ondisk isn't synced;Joris Vink
2006-03-07no need to duplicate error message;Xavier Santolaria
2006-03-07make sure the timezone is valid;Joris Vink