summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtol.3
AgeCommit message (Expand)Author
2015-04-14Another couple of commas in the wrong place, ok jmcNicholas Marriott
2014-11-30Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.Ingo Schwarze
2014-09-14Do not claim that empty numbers set EINVAL, our implementation doesn't.Ingo Schwarze
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2011-09-03some minor tweaks;Jason McIntyre
2011-09-03make -column lists pretty again;Jason McIntyre
2011-08-30in column lists, enforce the following ordering:Jason McIntyre
2007-11-13Put limits.h in front of stdlib.h as style(9) recommends.Tobias Stoeckmann
2007-06-29Document behavior when no conversion could be performed. AdaptedTodd C. Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2006-11-02columns for underflow and overflow were swapped, noticed by Mathieu OlivierAlexander von Gernler
2006-03-29Xr to strtonum(3), because vice versa is already the caseAlexander von Gernler
2006-01-13Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-10typos;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-29Replace strtou?q() with the more standard strtou?ll(), using weakTodd C. Miller
2000-08-09For man pages that describe multiple functions, split the .Nm argumentsAaron Campbell
2000-04-20Flesh out stdlib function man pages.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
1999-09-14Supply examples and discuss limitations.Paul Janzen
1999-07-20better english; deraadt@/millert@Aaron Campbell
1999-06-29first round of repairs on stdlibAaron Campbell
1996-08-19Fix RCS idsThorsten Lockert
1995-12-14make first arg of strtod/strtoq constTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt