summaryrefslogtreecommitdiff
path: root/src/chgrp.c
Commit message (Expand)AuthorAgeFilesLines
* (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-211-2/+2
* (usage): Describe new options.Jim Meyering2003-11-091-0/+4
* Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering2003-10-181-2/+2
* (main): Simply assign to bit_flags.Jim Meyering2003-10-161-6/+3
* Include "fts_.h".Jim Meyering2003-10-151-34/+68
* (WRITTEN_BY): Rename from AUTHORS.Jim Meyering2003-09-181-2/+2
* (main): Call initialize_main.Jim Meyering2003-06-171-0/+1
* Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering2002-08-311-3/+3
* Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering2002-08-301-4/+4
* (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering2002-07-021-1/+1
* (main):Jim Meyering2001-12-111-1/+2
* Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering2001-12-021-4/+2
* Split usage strings so that --help and --versionJim Meyering2001-11-231-1/+1
* (usage): Split --help output into smaller pieces.Jim Meyering2001-11-231-2/+8
* Do not include savedir.h; not used.Jim Meyering2001-08-311-1/+0
* (parse_group): Normalize spelling.Jim Meyering2001-01-071-2/+2
* (main): Rename local, group, to gid.Jim Meyering2000-12-161-4/+4
* (main): Reflect renaming: s/dereference/change_symlinks/.Jim Meyering2000-12-151-4/+2
* Include "chown-core.h".Jim Meyering2000-12-091-223/+18
* Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering2000-07-301-11/+14
* (change_file_group): Save errno from a possibly failed chown,Jim Meyering2000-07-251-4/+8
* (change_dir_group): Don't set errno beforeJim Meyering2000-06-271-9/+3
* Arrange to call close_stdout only upon exit.Jim Meyering2000-05-131-4/+3
* Declare lstat; needed on e.g. SunOS4.Jim Meyering1999-11-201-0/+2
* (xstat): New global.Jim Meyering1999-11-071-1/+10
* Define and use REFERENCE_FILE_OPTION andJim Meyering1999-11-071-4/+12
* (usage): Tweak --help output to make it more consistent with that of chown.Jim Meyering1999-08-201-3/+7
* This change is nearly identical to the chown.c change of 1998-05-24Jim Meyering1999-08-161-22/+40
* (change_dir_group): Remove cast of savedir arg.Jim Meyering1999-08-081-1/+1
* Include xstrtol.h, not obsolete file xstrtoul.h.Jim Meyering1999-04-181-1/+1
* Don't include closeout.h or version-etc.h explicitly. Now, they're included v...Jim Meyering1999-03-311-2/+0
* define and use AUTHORSJim Meyering1999-03-261-1/+3
* No longer include long-options.h.Jim Meyering1999-03-261-4/+8
* *** empty log message ***Jim Meyering1999-03-221-1/+1
* Include long-options.hJim Meyering1999-03-041-20/+6
* update copyright datesJim Meyering1999-02-161-1/+1
* (usage): Don't make it static so that it can be called from libfu.a by xargma...Jim Meyering1999-01-161-1/+1
* (MAXGID): Define.Jim Meyering1998-12-181-7/+10
* update bug-reporting addressJim Meyering1998-09-191-1/+1
* (long_options): Replace 12 with CHAR_MAX + 1.Jim Meyering1998-08-301-2/+2
* Use #if, not #ifdef with HAVE_ macros.Jim Meyering1998-03-151-3/+3
* Use a single enumerated type, Verbosity, instead ofJim Meyering1998-01-041-12/+25
* Remove incorrect declaration of group_member.Jim Meyering1997-12-281-2/+1
* s/__P/PARAMS/gJim Meyering1997-12-161-2/+2
* (<limits.h>, UINT_MAX, UINT_MAX): Remove; nowJim Meyering1997-11-301-13/+1
* Remove old-style xmalloc and xrealloc decls.Jim Meyering1997-10-251-2/+0
* update bug-reporting addressJim Meyering1997-10-071-1/+1
* Remove old-style savedir dcl.Jim Meyering1997-10-041-1/+1
* (change_file_group): Call describe_change with a 3-state argument.Jim Meyering1997-08-311-11/+30
* Add new option: --reference=FILE.Jim Meyering1997-07-291-11/+33