|
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
|
| #
1.11 |
|
24-Jul-2024 |
kre |
Improve the man for strtoi() (and consequently strtou())
PR lib/58461 PR lib/58453
Improve the wording so it is clearer exactly what strtoi() is intended to do in various cases.
While here, add, in the most minimalist way possible, the strtoi_l(), and so also strtou_l(), functions, which seem to have been previously undocumented.
Do some linguistic gymnastics so that the conversion of the page from strtoi(3) -> strtou(3) will not generate "an unitmax_t" which is incorrect, we need "a unitmax_t" - one of those was easy to fix in the Makefile sed script, the others would have been more difficult, so reword instead.
|
|
Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
|
| #
1.10 |
|
10-Feb-2024 |
andvar |
branches: 1.10.2; Fix various typos in comments, log messages and documentation.
|
| #
1.9 |
|
20-Jan-2024 |
christos |
generate strtou.3 from strtoi.3, grammar police
|
| #
1.8 |
|
20-Jan-2024 |
christos |
PR/57828: Alejandro Colomar: Prioritize test for ERANGE before testing for fully consuming the string. Adjust strtonum(3) to behave as before. Document the order of the tests and sync the man pages (I should really autogenerate one of the two man pages...)
|
|
Revision tags: netbsd-9-4-RELEASE netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base netbsd-9-3-RELEASE cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 netbsd-9-2-RELEASE cjep_staticlib_x-base netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base perseant-stdc-iso10646-base
|
| #
1.7 |
|
03-Jul-2017 |
wiz |
branches: 1.7.8; 1.7.16; Remove workaround for ancient HTML generation code.
|
|
Revision tags: netbsd-8-3-RELEASE netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 netbsd-8-0-RELEASE netbsd-8-0-RC2 netbsd-8-0-RC1 matt-nb8-mediatek-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
|
| #
1.6 |
|
13-Nov-2015 |
christos |
revert 0b documentation.
|
| #
1.5 |
|
13-Nov-2015 |
wiz |
Remove trailing whitespace.
|
| #
1.4 |
|
12-Nov-2015 |
christos |
Now that our source tree has binary constants, recognize them.
|
| #
1.3 |
|
11-Jul-2015 |
wiz |
Add missing Fc which broke man page on the web. Remove superfluous Pp.
|
| #
1.2 |
|
03-May-2015 |
wiz |
branches: 1.2.2; Sort ERRORS and SEE ALSO.
|
| #
1.1 |
|
01-May-2015 |
christos |
- new test for strtoi - namespace protection for strto{i,u} - separate manpages for strto{i,u} from the ones for strto{u,}l From: Kamil Rytarowski
|