Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-19 | Add preprocessor directives needed for usr.bin/rcs programs to compile. | Niall O'Higgins | |
ok joris@ | |||
2005-08-02 | handle magic branch numbers. | Joris Vink | |
ok xsa@, jfb@ | |||
2005-07-25 | KNF; | Xavier Santolaria | |
2005-07-25 | KNF; | Xavier Santolaria | |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria | |
2005-05-26 | add a couple of functions to go from branch numbers to revisions and | Jean-Francois Brousseau | |
vice versa, and fix RCSNUM_ISBRANCH() | |||
2005-04-13 | make rcsnum_tostr() return an empty string if the RCSNUM is NULL | Jean-Francois Brousseau | |
2005-03-05 | add RCS error codes and a global variable to hold the last error | Jean-Francois Brousseau | |
and make the code less verbose at the same time | |||
2005-02-25 | - switch to rcsnum_parse() where appropriate | Jean-Francois Brousseau | |
- make rcsnum_parse() fail if it encounters an invalid character | |||
2005-02-25 | add rcsnum_parse() to simplify the most common case | Jean-Francois Brousseau | |
2005-01-03 | limit the maximum length of RCS numbers to 64 nums and avoid | Jean-Francois Brousseau | |
potential integer overflow in case of ridiculously large RCSNUMs | |||
2004-12-10 | proper typecast to get rid of another warning | Jean-Francois Brousseau | |
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst | |
2004-07-29 | Do not error out when calling rcsnum_aton() on the string "0", which is | Jean-Francois Brousseau | |
a valid RCSNUM | |||
2004-07-14 | fix memleak on rcsnum reuse | Vincent Labrecque | |
initialize new members to 0 | |||
2004-07-13 | * initial import from the cvs-tools module | Jean-Francois Brousseau | |