1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-28 15:54:58 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2000-09-09 07:20:54 +00:00
parent 7d5c9847aa
commit 5e333bb8b8

View File

@@ -1,3 +1,13 @@
2000-09-09 Jim Meyering <meyering@lucent.com>
Don't use atoi.
* userspec.c: Include sys/param.h and limits.h.
Include xstrtol.h.
(CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
(UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
(parse_user_spec): Use xstrtoul, not atoi when converting numeric
UID, GID. Check range.
2000-09-06 Jim Meyering <meyering@lucent.com>
* getopt.c (_getopt_internal): Update from glibc.