| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz | |
| 2016-11-04 | Bump date for previous. | riastradh | |
| 2016-11-04 | Tidy up the second example too. | riastradh | |
| 2016-11-04 | Simplify error condition case. | riastradh | |
| Add assertions to reflect its implications. | |||
| 2016-11-04 | Distinguish invalid syntax from trailing garbage cases. Clarify. | riastradh | |
| 2015-11-13 | revert 0b documentation. | christos | |
| 2015-11-13 | Remove trailing whitespace. | wiz | |
| 2015-11-12 | Now that our source tree has binary constants, recognize them. | christos | |
| 2015-05-01 | - new test for strtoi | christos | |
| - namespace protection for strto{i,u} - separate manpages for strto{i,u} from the ones for strto{u,}l From: Kamil Rytarowski | |||
| 2015-03-11 | Use existing month for Dd. | wiz | |
| 2015-03-10 | PR/49640: Kamil Rytarowski: Improve error printing | christos | |
| 2015-01-18 | cleanups from (Kamil Rytarowski) | christos | |
| 2015-01-16 | Remove trailing whitespace. | wiz | |
| 2015-01-16 | strtoi and strtou additions | christos | |
| 2009-07-23 | Bump date for previous. | wiz | |
| 2009-07-23 | Clarify the description of the errno behavior, based on the recent | dholland | |
| thread in tech-userlevel. | |||
| 2009-05-21 | Markup improvements. No need to mark up numbers as defined values, math | wiz | |
| did the definition for us ages ago. Make HTML-ready. | |||
| 2009-05-20 | mention that these functions return 0 and set errno to ERANGE on invalid base. | christos | |
| 2003-09-08 | Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. | wiz | |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22280, verified by myself. | |||
| 2003-04-16 | Use | wiz | |
| .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-15 | Fix indent in sample code. | enami | |
| 2002-08-11 | bring in EXAMPLES from OpenBSD. | yamt | |
| 2002-02-07 | Generate <>& symbolically. | ross | |
| 2002-01-15 | Use .Pp instead of empty lines. | wiz | |
| 2001-09-16 | Drop 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-21 | Sprinkle some restrict qualifiers. | kleink | |
