summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/atoll.c
Commit message (Expand)AuthorAgeFilesLines
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-5/+2
* Renumber clauses to reduce diffs to other versionsEd Maste2013-05-281-1/+1
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-0/+14
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+3
* Back out errno preservingAndrey A. Chernov2001-12-301-8/+1
* Preserve errno.Andrey A. Chernov2001-12-251-2/+8
* Add atoll(3) to conform POSIX and C99Andrey A. Chernov2001-11-281-0/+44