TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / chown.c
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringadjust copyright dates
2008-05-26 Jim Meyeringconvert 2-author programs to use proper_name
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-06-16 Jim MeyeringMake chgrp and chown diagnostics consistent.
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-12-14 Jim Meyeringchgrp, chown: Don't prohibit -RLh, aka -RL with --no...
2006-10-05 Paul Eggert* src/chgrp.c: Don't include lchown.h; no longer needed.
2006-09-25 Jim Meyering* src/chown.c (usage): Clarify --dereference description.
2006-07-27 Jim Meyering* src/chgrp.c (usage): Use correct grammar in descripti...
2006-02-06 Jim Meyering(usage): Use two spaces (not one) to separate the ...
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-04-05 Paul Eggert(usage): Add examples.
2005-03-28 Jim Meyering(long_options): Use NULL, not `0'.
2004-09-21 Paul EggertRemove unused "case 0".
2004-08-19 Paul Eggert(usage): "chown '' file" is now allowed.
2004-07-28 Paul Eggert(main): int -> bool when appropriate.
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-06-08 Jim Meyering(main): Check for incompatible options. -R --dereference
2004-05-17 Jim Meyeringchgrp and chown now dereference symlinks by default...
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-09 Jim MeyeringSupport new options: --preserve-root and --no-preserve...
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-10-16 Jim Meyering(main): Simply assign to bit_flags.
2003-10-15 Jim Meyeringchown now accepts POSIX-mandated -H, -L, -P options...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-04-11 Jim MeyeringRemove SPC in SPC-TAB sequence.
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-08-30 Jim MeyeringChange `error (1, ...' to `error (EXIT_FAILURE, ...'.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2001-12-11 Jim Meyering(main):
2001-12-02 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-23 Jim MeyeringSplit usage strings so that --help and --version
2001-11-23 Jim Meyering(usage): Split --help output into smaller pieces.
2001-09-15 Jim Meyering(main): Don't strip trailing slashes; POSIX doesn't...
2001-08-31 Jim MeyeringDo not include savedir.h; not used.
2001-05-12 Jim Meyering(strip_trailing_slashes): Remove declaration; now in...
2001-05-10 Jim Meyering(main): Fix thinko: s/argv[optind]/optarg/.
2001-02-17 Jim Meyering(main): `quote' the offending argument.
2001-01-07 Jim Meyering(usage): Split long message string.
2000-12-16 Jim Meyering(main): Rename locals, user/group, to uid/gid.
2000-12-15 Jim Meyering(main): Reflect renaming: s/dereference/change_symlinks/.
2000-12-09 Jim MeyeringDon't include pwd.h or grp.h -- no longer needed.
2000-12-09 Jim Meyering(change_file_owner): Restore special file permission
2000-07-30 Jim MeyeringConvert "`%s'" in format strings to "%s", and wrap...
2000-07-25 Jim Meyering(change_file_owner): Save errno from a possibly failed...
2000-06-27 Jim Meyering(change_dir_owner): Don't set errno before
2000-05-13 Jim MeyeringArrange to call close_stdout only upon exit.
2000-04-17 Jim MeyeringAccept new option: --from=CURRENT_OWNER:CURRENT_GROUP.
2000-02-12 Jim Meyering(usage): Mention only `:', and not `.' as the separator.
1999-11-07 Jim MeyeringDefine and use REFERENCE_FILE_OPTION and
1999-08-20 Jim Meyering(usage): Tweak --help output to make it more consistent...
1999-08-16 Jim Meyering(groupname): Declare to be `const'.
1999-08-08 Jim Meyering(change_dir_owner): Remove cast of savedir arg.
1999-04-01 Jim Meyering(main): Move the declaration of `e' into the scope
1999-03-31 Jim MeyeringDon't include closeout.h or version-etc.h explicitly...
1999-03-26 Jim Meyeringdefine and use AUTHORS
1999-03-26 Jim MeyeringNo longer include long-options.h.
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-16 Jim Meyeringupdate copyright dates
1999-01-16 Jim Meyering(usage): Don't make it static so that it can be called...
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-08-30 Jim MeyeringReplace 12 and 13 with CHAR_MAX + 1 and CHAR_MAX +...
1998-07-16 Jim MeyeringInclude lchown.h.
1998-07-16 Jim Meyering[!ENOSYS] (ENOSYS): Define to ENOTSUP or ENOMSG.
1998-05-24 Jim Meyeringtweak --changed diagnostic
1998-05-24 Jim Meyeringtweak comment
1998-05-24 Jim MeyeringAccept new option, --dereference. --no-dereference...
1998-03-15 Jim MeyeringUse #if, not #ifdef with HAVE_ macros.
1998-01-04 Jim MeyeringUse a single enumerated type, Verbosity, instead of
1997-12-16 Jim Meyerings/__P/PARAMS/g
1997-11-30 Jim Meyering(change_dir_owner): Cast st_size arg to unsigned int...
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-10-04 Jim MeyeringRemove old-style savedir dcl.
1997-08-31 Jim Meyering(change_file_owner): Call describe_change with a 3...
1997-07-29 Jim MeyeringAdd new option: --reference=FILE.
1997-02-09 Jim Meyeringupdate copyrights for 1997
1997-02-01 Jim Meyering(usage): Make parenthetical note on --no-dereference...
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1996-11-23 Jim Meyering(usage): Alphabetize option descriptions the way sort...
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-08 Jim Meyering(usage): Improve usage messages
1996-10-05 Jim Meyering(main): update --version output to conform to coding...
1996-10-04 Jim Meyering(main): update --version output to conform to coding...
1996-08-31 Jim Meyering(usage): remove spurious trailing \n in puts.
1996-08-29 Jim Meyering(usage): Tell where to report bugs.
1996-05-19 Jim Meyering.
1996-05-19 Jim MeyeringNew option: --no-dereference (-h).
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-04-24 Jim Meyering[chown]: Move definition up a little.
next