summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rcsnum.c
AgeCommit message (Expand)Author
2017-08-29kill const and string artithmetic related warnings; ok millert@Otto Moerbeek
2016-08-26Pull in <time.h> for struct tm, used in rcs.hPhilip Guenther
2015-11-02Allow rcsnum_free and buf_free to accept NULL and remove various NULLNicholas Marriott
2015-06-13Convert xfree to free. From Fritjof Bornebusch. ok deraadtNicholas Marriott
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-01An internal function called xrealloc() is actually a fail-hardTheo de Raadt
2014-01-07ctype cleanups; ok okanTheo de Raadt
2011-05-20Remove a bunch of unused functions, from Michael W Bombardieri.Nicholas Marriott
2010-07-23Reduce variable/function name and whitespace differences betweenRay Lai
2008-05-22correctly deal with non-zero depths specified in rcsnum_cmp();Joris Vink
2008-01-31Revert last patch and add this magic branch number only duringTobias Stoeckmann
2008-01-22Don't remove magic branch numbers from rcs files, as it breaks compatibilityTobias Stoeckmann
2007-12-09Fix for an off-by-one.Tobias Stoeckmann
2007-05-29Since xrealloc dies on failure it is safe to directly assign to theRay Lai
2007-05-12Change 0x30 to more readable '0'.Ray Lai
2007-03-02Sync rcsnum.c with OpenCVS, from Charles Longeau.Ray Lai
2007-02-27As done in OpenCVS, general includes cleanup sweep. OK otto@.Xavier Santolaria
2006-07-27Not were we allocating memory for a pointer array, it wasn't even forRay Lai
2006-04-29Check return values for all strlcpy, and strlcat calls.Ray Lai
2006-04-26fork our code we shared between openrcs/cvs into the openrcs dir.Joris Vink