aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtoul.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* libc: Implement N2630.Dag-Erling Smørgrav2023-08-281-0/+7
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-041-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber clauses to reduce diffs to other versionsEd Maste2013-06-131-1/+1
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-2/+14
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Whitespace/style tweaking of prev. commit.Andrey A. Chernov2005-01-211-4/+3
* POSIX says that 0[xX] prefix is _optional_ even in base 16 case, make itAndrey A. Chernov2005-01-211-1/+5
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-1/+1
* - Add the 'restrict' qualifier to the function prototypes andRobert Drehmel2002-08-151-4/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Return 'c' back to signed due to potential comparison problemsAndrey A. Chernov2001-12-071-10/+12
* Make it works for non ASCII compatible encodings too.Andrey A. Chernov2001-12-021-7/+7
* Back out national digits support, POSIX explicetely disallows it:Andrey A. Chernov2001-11-291-1/+1
* Don't ever assume that isdigit() is always subset of isxdigit()Andrey A. Chernov2001-11-281-1/+1
* Base 36 is allowed.Bill Fenner2001-11-281-1/+1
* Put back base > 35 check. If someone dislike it, plese discuss it withAndrey A. Chernov2001-11-281-1/+1
* Understand national (non-ASCII) digits nowAndrey A. Chernov2001-11-281-12/+10
* Remove rcsids and unneded includeAndrey A. Chernov2001-09-041-5/+2
* 'acc' is not initialized in one hypotetical case, fix itAndrey A. Chernov2001-09-041-2/+2
* Locale *is* used in strto*l*(), at least for isspace(), so removeAndrey A. Chernov2001-09-041-9/+25
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-1/+1
* Similar changes like in strtol, all this family is VERY brokenAndrey A. Chernov1995-08-011-1/+3
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+107