summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtoll.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-11/+2
| | | | | | | | | | | where appropriate. Among other things makes the symbols consistent across all architectures (notably where ldbl mantissa is 53 bits). While at it, kill unused LINTLIBRARY/PROTOLIB1 cruft which was there to trick lint into recording the right prototypes for aliased functions. Most of the work done at the awesome n2k13 hackathon. Agreed by kettenis@, guenther@, matthew@.
* 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.