summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2006-04-12xmalloc(); memset(); -> xcalloc();Ray Lai
2006-04-11Don't close() before fatal().Ray Lai
2006-04-11Change cvs_buf_grow() to return void, since it cannot fail, andRay Lai
2006-04-10make sure we add the correct name mkstemp(3) creates for usJoris Vink
2006-04-10- use fchmod() instead of chmod() in cvs_buf_write_stmp(), makesNiall O'Higgins
2006-04-10rcs_kflag_usage() is not used by usr.bin/rcs; OK joris@.Xavier Santolaria
2006-04-10sync comments with reality.Xavier Santolaria
2006-04-10change rcs_kwexp_set() return type to void and simplify its use. OK niallo@.Xavier Santolaria
2006-04-06cvs_buf_copy() and cvs_buf_peek() are not used by usr.bin/rcs; OK niallo@.Xavier Santolaria
2006-04-06rcsnum_setsize() will never return non-zero; change its return type to void.Xavier Santolaria
2006-04-05Use variable names for sizeof, remove casts in front of xmalloc,Ray Lai
2006-04-02some characters are in fact allowed in symbol names, don't freakJoris Vink
2006-04-02Enable DEBUG=-g -ggdb for rcs, move -g -ggdb out of CFLAGS for cvs.Ray Lai
2006-04-02spacing;Joris Vink
2006-04-02be more alert for string truncation in cvs_initlog()Joris Vink
2006-04-01fix some bugs that lint discovered for us.Joris Vink
2006-04-01don't use mode_t with va_arg(), use int instead and cast it later toJoris Vink
2006-04-01cvs_initlog() returns a value that is never used, zap it.Joris Vink
2006-04-01improve import a bit:Joris Vink
2006-03-30hmm, let's not use fatal() when we cannot find a branch instead return NULLJoris Vink
2006-03-30zap unused variable, niallo@ noticedJoris Vink
2006-03-30first part of supporting branches in openrcs. right now we can onlyJoris Vink
2006-03-30Add rlog -r[REV1][:][REV2] supportRay Lai
2006-03-30 - Comment fixes.Ray Lai
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