Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-21 | (parse_user_spec): Remove debugging printf I'd added. | Jim Meyering | |
Argh! | |||
2000-09-09 | Don't use atoi. | Jim Meyering | |
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-08-07 | (same_name): Invoke xalloc_die instead of printing our own message. | Jim Meyering | |
(parse_user_spec): Don't translate a message until just before returning, to avoid unnecessary translation. | |||
2000-02-27 | (parse_user_spec): If there is no `:' but there is a `.', | Jim Meyering | |
then first look up the entire `.'-containing string as a login name. | |||
2000-02-12 | <libintl.h>: Include. | Jim Meyering | |
(_ and N_): Define. (parse_user_spec): Mark translatable strings. | |||
2000-02-12 | add FIXME comments for use of atoi | Jim Meyering | |
2000-02-12 | (ISDIGIT): Define it. | Jim Meyering | |
(isdigit): Remove definition. (is_number): Use ISDIGIT, not isdigit. | |||
1998-12-19 | break long line | Jim Meyering | |
1998-12-19 | break long line | Jim Meyering | |
1998-12-07 | ansideclify | Jim Meyering | |
1998-05-10 | Don't declare strdup if it's defined as a macro. | Jim Meyering | |
Reported by Lorne Baker. | |||
1998-03-15 | Use #if, not #ifdef with HAVE_ macros | Jim Meyering | |
1998-03-10 | (parse_user_spec) [__DJGPP__]: Make function know | Jim Meyering | |
about any arbitrary user and group by pretending to be the user and to belong to the group specified in `spec_arg' argument. | |||
1997-07-06 | Change some #ifdef to #if. | Jim Meyering | |
Indent a cpp directive. | |||
1996-07-15 | update FSF address in copyright | Jim Meyering | |
1995-10-18 | [HAVE_ENDGRENT]: Define away endgrent. | Jim Meyering | |
[HAVE_ENDPWENT]: Define away endpwent. | |||
1995-08-05 | (isnumber): Rename to is_number. | Jim Meyering | |
(parse_user_spec): Rename uses, too. | |||
1995-05-13 | (parse_user_spec): Use strchr, not index. | Jim Meyering | |
[!HAVE_STRING_H]: Define strchr in terms of index, not the other way around. | |||
1994-10-02 | merge with 3.9h | Jim Meyering | |
1994-07-01 | (main): Change #ifdef TESTING to TEST. | Jim Meyering | |
1994-07-01 | Include alloca directives. | Jim Meyering | |
Replace 3 lines with V_STRDUP equivalent. | |||
1994-07-01 | Rewrite. | Jim Meyering | |
1994-03-14 | . | Jim Meyering | |
1994-03-14 | . | Jim Meyering | |
1993-10-26 | merge with 3.9a | Jim Meyering | |
1993-10-12 | merge with 3.8.4c | Jim Meyering | |
1993-10-06 | merge with 3.8.3b | Jim Meyering | |
1993-04-05 | * system.h [rindex, incl, bcopy, bzero]: Ditto. | Jim Meyering | |
* userspec.c [index]: Ditto. | |||
1992-10-31 | Initial revision | Jim Meyering | |