summaryrefslogtreecommitdiff
path: root/lib/userspec.c
Commit message (Expand)AuthorAgeFilesLines
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-5/+5
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: replace misused "a" with "an"Jim Meyering2011-05-201-1/+1
* maint: adjust cpp indentation to reflect nesting depthJim Meyering2011-02-221-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1Jim Meyering2009-11-281-2/+3
* userspec: reformat to use spaces, not TABsJim Meyering2009-11-281-62/+68
* avoid gcc warnings about unused macro definitionsJim Meyering2009-03-121-2/+2
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* * doc/gnulib-tool.texi (Initial import): Update to match currentPaul Eggert2007-01-261-1/+0
* * lib/userspec.c (parse_with_separator): If a user or group stringJim Meyering2007-01-201-3/+5
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* Import from coreutils.Paul Eggert2006-07-171-4/+7
* * lib/.cppi-disable: Add wcwidth.Paul Eggert2006-07-061-3/+3
* Sync from coreutils.Paul Eggert2005-09-231-3/+1
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* Sync from coreutils.Paul Eggert2005-06-021-6/+0
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Factor int-properties macros into a single file, except forPaul Eggert2005-03-091-9/+2
* xclone->userspecPaul Eggert2004-10-051-1/+1
* Import userspec from coreutils.Paul Eggert2004-08-201-103/+90
* Remove dependency of xalloc in exitfail, error, gettext.Paul Eggert2004-08-091-18/+3
* Merge from coreutils.Paul Eggert2004-08-071-45/+38
* Merge from coreutils.Paul Eggert2004-03-311-12/+7
* Include strdup.h. From Simon Josefsson.Bruno Haible2004-02-251-6/+5
* Include "userspec.h".Jim Meyering2003-11-031-1/+3
* Remove K&R cruft.Paul Eggert2003-09-121-13/+2
* Accept `.' as a separator only in pre-POSIX-200112 mode.Paul Eggert2003-08-161-1/+2
* in lib:Paul Eggert2003-05-291-7/+1
* Make it possibly to simply write: #include <alloca.h>.Bruno Haible2003-01-101-14/+2
* Include gettext.h instead of <libintl.h> with #ifdefs.Bruno Haible2002-11-051-7/+3
* add 2002 to Copyright lineJim Meyering2002-01-161-1/+1
* (ISDIGIT): Comment fix.Jim Meyering2002-01-161-4/+3
* This bug had a serious impact on chown: `chown N:M FILE' (for integerJim Meyering2000-12-161-1/+1
* tweak a commentJim Meyering2000-12-161-2/+2
* (parse_user_spec): Remove debugging printf I'd added.Jim Meyering2000-09-211-1/+0
* Don't use atoi.Jim Meyering2000-09-091-4/+48
* (same_name): Invoke xalloc_die instead of printing our own message.Jim Meyering2000-08-071-7/+8
* (parse_user_spec): If there is no `:' but there is a `.',Jim Meyering2000-02-271-5/+30
* <libintl.h>: Include.Jim Meyering2000-02-121-7/+25
* add FIXME comments for use of atoiJim Meyering2000-02-121-2/+8
* (ISDIGIT): Define it.Jim Meyering2000-02-121-3/+11
* break long lineJim Meyering1998-12-191-1/+1
* break long lineJim Meyering1998-12-191-1/+2
* ansideclifyJim Meyering1998-12-071-7/+2
* Don't declare strdup if it's defined as a macro.Jim Meyering1998-05-101-0/+2
* Use #if, not #ifdef with HAVE_ macrosJim Meyering1998-03-151-2/+2
* (parse_user_spec) [__DJGPP__]: Make function knowJim Meyering1998-03-101-0/+9
* Change some #ifdef to #if.Jim Meyering1997-07-061-9/+9