Age | Commit message (Expand) | Author |
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 |
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-15 | bogus idiom | Theo de Raadt |
2006-03-15 | no need for one of the volatile | Theo de Raadt |
2006-03-15 | - fix typo in comment; an path -> a path | Niall O'Higgins |
2006-03-15 | - make cvs_worklist members volatile. | Niall O'Higgins |
2006-03-15 | remove some bizzare idioms; ok ray | Theo de Raadt |
2006-03-14 | add an argument to cvs_diff3() to be able to handle verbosity of | Xavier Santolaria |
2006-03-11 | - implement GNU-compatible handling of revisions specified as single | Niall O'Higgins |
2006-03-11 | - set RCS_SYNCED on rcs_open() so that if you call rcs_close() immediately | Niall O'Higgins |
2006-03-11 | Fix rcsnum_tostr() description. | Ray Lai |
2006-03-10 | fix a stupid mistake in cvs_worklist_clean() while loop. | Niall O'Higgins |
2006-03-10 | Only write a log message if the log message is not empty. | Ray Lai |
2006-03-10 | make sure cvs_worklist_clean() is safe, since we are | Joris Vink |
2006-03-09 | trailing spaces; | Joris Vink |
2006-03-09 | move joris' timezone support into rcstime.c; more work to be done there. | Xavier Santolaria |
2006-03-08 | make openrcs use the worklist framework to keep track of temporary files | Joris Vink |
2006-03-08 | add a worklist framework, which will be used for atomic operations on | Joris Vink |
2006-03-08 | really match gnu on error; | Xavier Santolaria |
2006-03-08 | spacing | Theo de Raadt |
2006-03-07 | in rcs_write() only do stuff when the RCS file ondisk isn't synced; | Joris Vink |
2006-03-07 | no need to duplicate error message; | Xavier Santolaria |
2006-03-07 | make sure the timezone is valid; | Joris Vink |