index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
strtoul.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style: One space between "restrict" qualifier and "*".
tjr
2002-09-06
1
-1
/
+1
*
- Add the 'restrict' qualifier to the function prototypes and
robert
2002-08-15
1
-4
/
+1
*
Fix the style of the SCM ID's.
obrien
2002-03-22
1
-2
/
+2
*
Return 'c' back to signed due to potential comparison problems
ache
2001-12-07
1
-10
/
+12
*
Make it works for non ASCII compatible encodings too.
ache
2001-12-02
1
-7
/
+7
*
Back out national digits support, POSIX explicetely disallows it:
ache
2001-11-29
1
-1
/
+1
*
Don't ever assume that isdigit() is always subset of isxdigit()
ache
2001-11-28
1
-1
/
+1
*
Base 36 is allowed.
fenner
2001-11-28
1
-1
/
+1
*
Put back base > 35 check. If someone dislike it, plese discuss it with
ache
2001-11-28
1
-1
/
+1
*
Understand national (non-ASCII) digits now
ache
2001-11-28
1
-12
/
+10
*
Remove rcsids and unneded include
ache
2001-09-04
1
-5
/
+2
*
'acc' is not initialized in one hypotetical case, fix it
ache
2001-09-04
1
-2
/
+2
*
Locale *is* used in strto*l*(), at least for isspace(), so remove
ache
2001-09-04
1
-9
/
+25
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
1
-1
/
+1
*
Similar changes like in strtol, all this family is VERY broken
ache
1995-08-01
1
-1
/
+3
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+107