index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
userspec.c
Age
Commit message (
Expand
)
Author
2004-10-05
Rename xclone to xmemdup. Remove obsolete xalloc macros.
Paul Eggert
2004-08-19
Don't use <alloca.h>, so that we don't use alloca on
Paul Eggert
2004-08-09
Remove dependency of xalloc on error, etc.
Paul Eggert
2004-07-28
Include <stdbool.h>, "inttostr.h".
Paul Eggert
2004-04-04
Sync from gnulib.
Jim Meyering
2004-03-03
Don't include "posixver.h".
Jim Meyering
2003-11-03
wrap long copyright line
Jim Meyering
2003-10-15
Include "userspec.h".
Jim Meyering
2003-09-13
Update from gnulib.
Jim Meyering
2003-07-10
Include "posixver.h".
Jim Meyering
2003-06-06
Update from gnulib.
Jim Meyering
2002-11-23
Include gettext.h instead of <libintl.h>.
Jim Meyering
2002-01-16
add 2002 to Copyright line
Jim Meyering
2002-01-16
(ISDIGIT): Comment fix.
Jim Meyering
2000-12-16
This bug had a serious impact on chown: `chown N:M FILE' (for integer
Jim Meyering
2000-12-16
tweak a comment
Jim Meyering
2000-09-21
(parse_user_spec): Remove debugging printf I'd added.
Jim Meyering
2000-09-09
Don't use atoi.
Jim Meyering
2000-08-07
(same_name): Invoke xalloc_die instead of printing our own message.
Jim Meyering
2000-02-27
(parse_user_spec): If there is no `:' but there is a `.',
Jim Meyering
2000-02-12
<libintl.h>: Include.
Jim Meyering
2000-02-12
add FIXME comments for use of atoi
Jim Meyering
2000-02-12
(ISDIGIT): Define it.
Jim Meyering
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
1998-03-15
Use #if, not #ifdef with HAVE_ macros
Jim Meyering
1998-03-10
(parse_user_spec) [__DJGPP__]: Make function know
Jim Meyering
1997-07-06
Change some #ifdef to #if.
Jim Meyering
1996-07-15
update FSF address in copyright
Jim Meyering
1995-10-18
[HAVE_ENDGRENT]: Define away endgrent.
Jim Meyering
1995-08-05
(isnumber): Rename to is_number.
Jim Meyering
1995-05-13
(parse_user_spec): Use strchr, not index.
Jim Meyering
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
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
1992-10-31
Initial revision
Jim Meyering