summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtoll.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add $OpenBSD$ tags, as requested by dtucker.espie2005-11-101-0/+1
|
* zap remaining rcsid.espie2005-08-081-4/+0
| | | | | | Kill old files that are no longer compiled. okay theo
* ansi + de-registerpat2005-03-301-9/+3
| | | | ok otto deraadt
* Fix typo that breaks compilation #ifndef __weak_alias; Francois Perradmillert2005-03-021-2/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Replace strtou?q() with the more standard strtou?ll(), using weakmillert2002-06-291-0/+166
aliases to fake up strtou?q(). espie@ OK.