Age | Commit message (Expand) | Author |
2006-04-13 | Change rcs_parse_init() to return void, since it always returned 0. | Ray Lai |
2006-04-13 | add support for the openrcs -o'range' option. | Joris Vink |
2006-04-13 | fix -z option for openrcs, this was broken by xsa | Joris Vink |
2006-04-13 | fix the obviously broken cvs_buf_set(), so we don't end up | Joris Vink |
2006-04-13 | Add error checking for vasprintf. Stylistic suggestions from xsa@. | Ray Lai |
2006-04-12 | Better match GNU behavior for rcs -l and rcs -u. | Ray Lai |
2006-04-12 | yet another missing break; | Xavier Santolaria |
2006-04-12 | missing break; "Yeah, obvious" ray@. | Xavier Santolaria |
2006-04-12 | check for inflateReset() and deflateReset() return values; OK niallo@. | Xavier Santolaria |
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 |