lib/userspec.c


Log

Author Commit Date CI Message
Jim Meyering d0017fe1 2000-08-07T16:56:29 (same_name): Invoke xalloc_die instead of printing our own message. (parse_user_spec): Don't translate a message until just before returning, to avoid unnecessary translation.
Jim Meyering d1834f9b 2000-02-27T11:13:16 (parse_user_spec): If there is no `:' but there is a `.', then first look up the entire `.'-containing string as a login name.
Jim Meyering 63be8072 2000-02-12T10:41:37 <libintl.h>: Include. (_ and N_): Define. (parse_user_spec): Mark translatable strings.
Jim Meyering 2cbc4063 2000-02-12T10:11:54 add FIXME comments for use of atoi
Jim Meyering e7fedf4d 2000-02-12T10:10:40 (ISDIGIT): Define it. (isdigit): Remove definition. (is_number): Use ISDIGIT, not isdigit.
Jim Meyering 81f0aa5b 1998-12-19T17:20:03 break long line
Jim Meyering 74b5dbe6 1998-12-19T17:19:13 break long line
Jim Meyering cf42d3e5 1998-12-07T03:12:10 ansideclify
Jim Meyering 428e9107 1998-05-10T16:04:39 Don't declare strdup if it's defined as a macro. Reported by Lorne Baker.
Jim Meyering 67f394c1 1998-03-15T11:09:10 Use #if, not #ifdef with HAVE_ macros
Jim Meyering 6b8b6dee 1998-03-10T22:49:04 (parse_user_spec) [__DJGPP__]: Make function know about any arbitrary user and group by pretending to be the user and to belong to the group specified in `spec_arg' argument.
Jim Meyering 8e7d2081 1997-07-06T11:57:38 Change some #ifdef to #if. Indent a cpp directive.
Jim Meyering 6d8337bf 1996-07-15T03:36:16 update FSF address in copyright
Jim Meyering a70069a6 1995-10-18T15:59:12 [HAVE_ENDGRENT]: Define away endgrent. [HAVE_ENDPWENT]: Define away endpwent.
Jim Meyering 83abb4a7 1995-08-05T03:13:16 (isnumber): Rename to is_number. (parse_user_spec): Rename uses, too.
Jim Meyering cfb5e51f 1995-05-13T13:25:42 (parse_user_spec): Use strchr, not index. [!HAVE_STRING_H]: Define strchr in terms of index, not the other way around.
Jim Meyering 300424a2 1994-10-02T05:43:03 merge with 3.9h
Jim Meyering a30cab0e 1994-07-01T15:23:47 (main): Change #ifdef TESTING to TEST.
Jim Meyering 19db5b2f 1994-07-01T14:04:23 Include alloca directives. Replace 3 lines with V_STRDUP equivalent.
Jim Meyering 26a0ec5b 1994-07-01T13:58:06 Rewrite.
Jim Meyering 5a84bc45 1994-03-14T18:47:31 .
Jim Meyering 693dd1da 1994-03-14T18:41:13 .
Jim Meyering 9d3b49b8 1993-10-26T23:39:04 merge with 3.9a
Jim Meyering a89ae060 1993-10-12T20:24:09 merge with 3.8.4c
Jim Meyering 92a0e357 1993-10-06T16:44:42 merge with 3.8.3b
Jim Meyering 43832d5a 1993-04-05T00:53:40 * system.h [rindex, incl, bcopy, bzero]: Ditto. * userspec.c [index]: Ditto.
Jim Meyering d87c3946 1992-10-31T20:42:48 Initial revision