summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/strtoul.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - (dtucker) [openbsd-compat/strtoul.c] Update from OpenBSD 1.5 -> 1.7.Darren Tucker2005-11-101-12/+6
|
* - (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers toDarren Tucker2005-11-101-2/+2
| | | | | after the copyright notices. Having them at the top next to the CVSIDs guarantees a conflict for each and every sync.
* - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with originalDamien Miller2003-11-241-0/+2
| | | | source file path (in OpenBSD tree).
* - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoul.c]Darren Tucker2003-10-071-0/+112
Bug #670: add strtoul() to openbsd-compat for platforms lacking it. ok djm@