kA href='/cgit-data/cgit.css'/>
summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtol.3
AgeCommit message (Collapse)Author
2017-07-03Remove workaround for ancient HTML generation code.wiz
2016-11-04Bump date for previous.riastradh
2016-11-04Tidy up the second example too.riastradh
2016-11-04Simplify error condition case.riastradh
Add assertions to reflect its implications.
2016-11-04Distinguish invalid syntax from trailing garbage cases. Clarify.riastradh
2015-11-13revert 0b documentation.christos
2015-11-13Remove trailing whitespace.wiz
2015-11-12Now that our source tree has binary constants, recognize them.christos
2015-05-01- new test for strtoichristos
- namespace protection for strto{i,u} - separate manpages for strto{i,u} from the ones for strto{u,}l From: Kamil Rytarowski
2015-03-11Use existing month for Dd.wiz
2015-03-10PR/49640: Kamil Rytarowski: Improve error printingchristos
2015-01-18cleanups from (Kamil Rytarowski)christos
2015-01-16Remove trailing whitespace.wiz
2015-01-16strtoi and strtou additionschristos
2009-07-23Bump date for previous.wiz
2009-07-23Clarify the description of the errno behavior, based on the recentdholland
thread in tech-userlevel.
2009-05-21Markup improvements. No need to mark up numbers as defined values, mathwiz
did the definition for us ages ago. Make HTML-ready.
2009-05-20mention that these functions return 0 and set errno to ERANGE on invalid base.christos
2003-09-08Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22280, verified by myself.
2003-04-16Usewiz
.In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
2002-11-15Fix indent in sample code.enami
2002-08-11bring in EXAMPLES from OpenBSD.yamt
2002-02-07Generate <>& symbolically.ross
2002-01-15Use .Pp instead of empty lines.wiz
2001-09-16Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,wiz
and some minor fixes.
2001-04-28* Move definitions of exact-width integer types from <machine/types.h>kleink
to <sys/types.h> and <sys/stdint.h>. * Add a new C99 <stdint.h> header, which provides integer types of explicit width, related limits and integer constant macros. * Extend <inttypes.h> to provide <stdint.h> definitions and format macros for printf() and scanf(). * Add C99 strtoimax() and strtoumax() functions. * Use the latter within scanf(). * Add C99 %j, %t and %z printf()/scanf() conversions for intmax_t, pointer-type and size_t arguments.
2001-03-21Sprinkle some restrict qualifiers.kleink