Age | Commit message (Expand) | Author |
2007-05-12 | Change 0x30 to more readable '0'. | Ray Lai |
2007-05-11 | typo in previous commit; | Xavier Santolaria |
2007-05-11 | fix format of the CVSROOT string in comments. | Xavier Santolaria |
2007-05-11 | cvs_logmsg_edit no longer fails with ECHILD. | Ray Lai |
2007-05-11 | Sync with editit from sendbug. | Ray Lai |
2007-05-10 | Simplify cvs_vlog() to avoid endless fatal() loop on some error case. | Xavier Santolaria |
2007-05-09 | cvs_splitpath() isn't used anymore; from Tobias Stoeckmann. | Xavier Santolaria |
2007-05-09 | - we do not have -H, zap it. | Xavier Santolaria |
2007-05-02 | like the init command, version does not take any extra args. | Xavier Santolaria |
2007-05-02 | strtol() -> strtonum(); from Tobias Stoeckmann. | Xavier Santolaria |
2007-04-30 | - checkout from a read-only repository implies -l. | Xavier Santolaria |
2007-04-30 | make usage() __dead; from Tobias Stoeckmann. | Xavier Santolaria |
2007-04-30 | missing header; from Tobias Stoeckmann. | Xavier Santolaria |
2007-04-24 | replace D, D1 and D2 by date, date1 and date2 respectively; | Igor Sobrado |
2007-04-24 | changes "Usage" to "usage"; sorts options list in cvs history; | Igor Sobrado |
2007-04-20 | - correct signal handling and process waiting for the EDITOR support code | Xavier Santolaria |
2007-04-17 | cvsrc(5) is no more, so point to cvs(5) instead; | Jason McIntyre |
2007-04-15 | adjust Makefile for my man changes; | Jason McIntyre |
2007-04-14 | put cvs(1)'s FILES, cvsignore(5), cvsrc(5), and cvswrappers(5) | Jason McIntyre |
2007-04-13 | - document server temporary directory | Xavier Santolaria |
2007-03-27 | sync with espie@'s latest change to diff(1). | Xavier Santolaria |
2007-03-22 | use MD5_DIGEST_STRING_LENGTH instead of rolling our own lenght. | Xavier Santolaria |
2007-03-21 | Document the CVSROOT/config file; input and OK's niallo@ jmc@. | Xavier Santolaria |
2007-02-24 | fix comment; from jared r r spiegel | Otto Moerbeek |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-21 | Simplify cvs_buf_differ(). Also cvs_buf_differ(), a comparison | Ray Lai |
2007-02-21 | Replace a manual xrealloc with rcsnum_setsize. | Ray Lai |
2007-02-19 | Fix const inconsistencies, void pointer artithmetic and a few other | Otto Moerbeek |
2007-02-18 | an erroneous free() crept in due to a merge error | Otto Moerbeek |
2007-02-17 | cvs_path_cat() removal since we can now easily handle that | Xavier Santolaria |
2007-02-14 | Fix spacing in Makefile. | Niall O'Higgins |
2007-02-13 | zap unused CVS_ISDIR() and CVS_ISFILE() macros. OK joris@. | Xavier Santolaria |
2007-02-12 | remove unused leftovers from openrcs; OK joris@. | Xavier Santolaria |
2007-02-09 | correctly skip invalid entries when using | Joris Vink |
2007-02-09 | if a directory exists in the working dir but not in the | Xavier Santolaria |
2007-02-09 | remove the cvs_file_classify() `loud' argument, it was used | Joris Vink |
2007-02-09 | strtol(3) -> strtonum(3) | Joris Vink |
2007-02-07 | fstat() -> lstat() in a few select cases, | Todd T. Fries |
2007-02-07 | strl* overload; use xsnprintf(); OK ray@. | Xavier Santolaria |
2007-02-06 | replace strl* overload and xstrdup() misuse by xsnprintf(); | Xavier Santolaria |
2007-02-06 | sort options; | Jason McIntyre |
2007-02-04 | Use the right HEADNAME. Sometimes compiler warnings should not be | Otto Moerbeek |
2007-02-04 | dont bother trying to parse empty lines as dates. | Joris Vink |
2007-02-02 | Remove cb_cur or replace with cb_buf; cb_cur was the same as cb_buf | Ray Lai |
2007-02-02 | Remove unused and buggy {cvs,rcs}_buf_set functions. | Ray Lai |
2007-02-01 | When writing an rcs file, create the temp file next to the target | Otto Moerbeek |
2007-02-01 | change mode of a newly created rcs file in the repository to 0444 | Otto Moerbeek |
2007-02-01 | add support for [-k mode]; tests/ok otto@. | Xavier Santolaria |
2007-02-01 | add support for [-k mode]; tests/input/ok otto@. | Xavier Santolaria |
2007-01-31 | snprintf() -> xsnprintf() | Xavier Santolaria |