index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
strtol.3
Age
Commit message (
Expand
)
Author
2007-11-13
Put limits.h in front of stdlib.h as style(9) recommends.
Tobias Stoeckmann
2007-06-29
Document behavior when no conversion could be performed. Adapted
Todd C. Miller
2007-05-31
convert to new .Dd format;
Jason McIntyre
2006-11-02
columns for underflow and overflow were swapped, noticed by Mathieu Olivier
Alexander von Gernler
2006-03-29
Xr to strtonum(3), because vice versa is already the case
Alexander von Gernler
2006-01-13
Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-10
typos;
Jason McIntyre
2002-11-21
.Xr atoll(3) and add missing .Xr of atol(3) in atoll(3) man page.
Todd C. Miller
2002-06-29
Replace strtou?q() with the more standard strtou?ll(), using weak
Todd C. Miller
2000-08-09
For man pages that describe multiple functions, split the .Nm arguments
Aaron Campbell
2000-04-20
Flesh out stdlib function man pages.
Aaron Campbell
2000-03-04
In Unix land we prefer "whitespace" to "white space" or "white-space". At
Aaron Campbell
1999-09-14
Supply examples and discuss limitations.
Paul Janzen
1999-07-20
better english; deraadt@/millert@
Aaron Campbell
1999-06-29
first round of repairs on stdlib
Aaron Campbell
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-12-14
make first arg of strtod/strtoq const
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt