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