Age | Commit message (Expand) | Author |
2008-05-22 | correctly deal with non-zero depths specified in rcsnum_cmp(); | Joris Vink |
2008-03-01 | goodbye rcs_errno - we didnt use you and you wont be missed | Joris Vink |
2008-02-09 | - always remove the additional .0 from magic branches, even when | Joris Vink |
2008-01-31 | Handle magic branch numbers in OpenCVS as well. | Tobias Stoeckmann |
2008-01-10 | Slap in -b support for tag command. It was missing for a full regress test | Tobias Stoeckmann |
2007-12-09 | Fix for an off-by-one. | Tobias Stoeckmann |
2007-09-24 | add support to commit modified files to branches. | Joris Vink |
2007-09-04 | Replaced strlen() with sizeof() - 1 when #define'd strings are used. | Tobias Stoeckmann |
2007-05-29 | Since xrealloc dies on failure it is safe to directly assign to the | Ray Lai |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-05-12 | Change 0x30 to more readable '0'. | Ray Lai |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-02-21 | Replace a manual xrealloc with rcsnum_setsize. | Ray Lai |
2006-11-13 | Check strlcpy/strlcat return values; from usr.bin/rcs/rcsnum.c | Xavier Santolaria |
2006-07-27 | Pull in improper memory allocation from RCS: | Ray Lai |
2006-05-31 | be smarter when comparing 2 revisions to each other. | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-04-14 | - swap a hack for a slightly nicer hack using a global variable. this avoids | Niall O'Higgins |
2006-04-14 | spacing | Theo de Raadt |
2006-04-14 | remove a metric buttload of excessive () | Theo de Raadt |
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-03-30 | first part of supporting branches in openrcs. right now we can only | Joris Vink |
2006-03-30 | - Comment fixes. | Ray Lai |
2006-03-28 | Today is Integer Overflow Prevention Day: | Ray Lai |
2006-03-18 | Change code to match comments, fixing potential off-by-one error. | Ray Lai |
2006-03-15 | remove some bizzare idioms; ok ray | Theo de Raadt |
2006-03-11 | - implement GNU-compatible handling of revisions specified as single | Niall O'Higgins |
2006-03-11 | Fix rcsnum_tostr() description. | Ray Lai |
2006-01-28 | - don't segfault on rcsnum overflow. | Niall O'Higgins |
2006-01-03 | knf; | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-30 | knf | Reyk Floeter |
2005-12-27 | - optimise rcsnum_tostr(). we call this function a LOT and using multiple | Niall O'Higgins |
2005-12-12 | rcsnum_alloc() and rcsnum_cpy() no longer can fail, so don't | Joris Vink |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-10-10 | add rcsnum_dec() api call, decreases a revision number by one. | Joris Vink |
2005-09-19 | Add preprocessor directives needed for usr.bin/rcs programs to compile. | Niall O'Higgins |
2005-08-02 | handle magic branch numbers. | Joris Vink |
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 |
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 |
2005-02-25 | - switch to rcsnum_parse() where appropriate | Jean-Francois Brousseau |
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 |
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 |