summaryrefslogtreecommitdiff
path: root/src/id.c
AgeCommit message (Collapse)Author
1996-03-16Don't include version.h.Jim Meyering
(main): Use PACKAGE_VERSION instead of version_string.
1996-03-12(main): Initialize for internationalized message support:Jim Meyering
call setlocale, bindtextdomain, and textdomain.
1996-01-06Protoize and __P-protect forward dcls.Jim Meyering
1996-01-06Remove no-longer-used NGROUPS_MAX cpp macros.Jim Meyering
(print_group_list) [HAVE_GETGROUPS]: Reorganize to use getgroups (0, NULL) to compute number of groups at run time rather than relying on NGROUPS_MAX at compile time. (print_full_info) [HAVE_GETGROUPS]: Likewise. Suggestion from Roland McGrath.
1995-11-27s/non-zero/nonzero/gJim Meyering
1995-08-08Annotate localizable strings with _(...). From Franc,ois.Jim Meyering
1995-05-15(usage): Add one- and two-line descriptions to --help output.Jim Meyering
From Karl.
1995-03-09add 1995 to Copyright datesJim Meyering
1994-12-20* src/*.c: Include "error.h" instead of simply declaringJim Meyering
`void error ();'.
1994-10-11.Jim Meyering
1994-10-01.Jim Meyering
1994-09-27merge with 1.10n2Jim Meyering
1994-04-20.Jim Meyering
1994-02-01.Jim Meyering
1994-01-03merge with 1.9.2cJim Meyering
1993-11-15merge with 1.9aJim Meyering
1993-10-26merge with 1.8.1iJim Meyering
1993-10-24merge with 1.8.1hJim Meyering
1993-10-17merge with 1.8.1gJim Meyering
1993-10-12merge with 1.8.1dJim Meyering
1993-10-12merge with 1.8.1bJim Meyering
1993-09-08merge with 1.8.1 + partial --version and --helpJim Meyering
1992-12-02Convert static declarations of struct option to use new macros fromJim Meyering
getopt.h: no_argument, required_argument, and optional_argument.
1992-11-12all files: make most variables static and const when possible.Jim Meyering
declare lots of functions static.
1992-11-01Make file-scope variable static.Jim Meyering
1992-11-01Initial revisionJim Meyering