Age | Commit message (Expand) | Author |
2006-04-12 | xmalloc(); memset(); -> xcalloc(); | Ray Lai |
2006-04-11 | Don't close() before fatal(). | Ray Lai |
2006-04-11 | Change cvs_buf_grow() to return void, since it cannot fail, and | Ray Lai |
2006-04-10 | make sure we add the correct name mkstemp(3) creates for us | Joris Vink |
2006-04-10 | - use fchmod() instead of chmod() in cvs_buf_write_stmp(), makes | Niall O'Higgins |
2006-04-10 | rcs_kflag_usage() is not used by usr.bin/rcs; OK joris@. | Xavier Santolaria |
2006-04-10 | sync comments with reality. | Xavier Santolaria |
2006-04-10 | change rcs_kwexp_set() return type to void and simplify its use. OK niallo@. | Xavier Santolaria |
2006-04-06 | cvs_buf_copy() and cvs_buf_peek() are not used by usr.bin/rcs; OK niallo@. | Xavier Santolaria |
2006-04-06 | rcsnum_setsize() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-04-05 | Use variable names for sizeof, remove casts in front of xmalloc, | Ray Lai |
2006-04-02 | some characters are in fact allowed in symbol names, don't freak | Joris Vink |
2006-04-02 | Enable DEBUG=-g -ggdb for rcs, move -g -ggdb out of CFLAGS for cvs. | Ray Lai |
2006-04-02 | spacing; | Joris Vink |
2006-04-02 | be more alert for string truncation in cvs_initlog() | Joris Vink |
2006-04-01 | fix some bugs that lint discovered for us. | Joris Vink |
2006-04-01 | don't use mode_t with va_arg(), use int instead and cast it later to | Joris Vink |
2006-04-01 | cvs_initlog() returns a value that is never used, zap it. | Joris Vink |
2006-04-01 | improve import a bit: | Joris Vink |
2006-03-30 | hmm, let's not use fatal() when we cannot find a branch instead return NULL | Joris Vink |
2006-03-30 | zap unused variable, niallo@ noticed | Joris Vink |
2006-03-30 | first part of supporting branches in openrcs. right now we can only | Joris Vink |
2006-03-30 | Add rlog -r[REV1][:][REV2] support | Ray Lai |
2006-03-30 | - Comment fixes. | Ray Lai |
2006-03-29 | Yet more lint: | Ray Lai |
2006-03-28 | Finally. Basically, rcs_parse_delta() doesn't understand that | Ray Lai |
2006-03-28 | xmalloc(num * size) -> xcalloc(num, size) | Ray Lai |
2006-03-28 | Today is Integer Overflow Prevention Day: | Ray Lai |
2006-03-27 | - properly implement GNU file modes. basically, checkout will inherit | Niall O'Higgins |
2006-03-27 | rcs_growbuf() cleanup; OK ray@. | Xavier Santolaria |
2006-03-27 | rcs_comment_set() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-03-27 | rcs_desc_set() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-03-27 | Plug a memory leak for all cvs_strsplit call sites; ok xsa@ | Patrick Latifi |
2006-03-26 | rcs_parse_desc() cleanup; OK ray@. | Xavier Santolaria |
2006-03-25 | Correct integer types, remove unused arguments, non-portable bitshifts | Ray Lai |
2006-03-24 | change rcs_parse_deltas() and rcs_parse_deltatexts() return value | Xavier Santolaria |
2006-03-24 | Remove unused variables, better integer types, prevent fallthroughs. | Ray Lai |
2006-03-24 | Fix RCS_KWEXP_INVAL() macro. | Ray Lai |
2006-03-23 | fetch() will never return non-zero; change its return type to void. | Xavier Santolaria |
2006-03-23 | use fatal() in rcs_lock_setmode(); OK ray@. | Xavier Santolaria |
2006-03-23 | - cvs_buf_putc() will never return non-zero | Xavier Santolaria |
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 |