* tests/cp/cp-a-selinux: New file. Test for the bug reported in
[platform/upstream/coreutils.git] / src / install.c
1999-03-26 Jim MeyeringNo longer include long-options.h.
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-14 Jim Meyering(main): Set x.backup_type only if backups are requested.
1999-01-16 Jim MeyeringRemove declarations of base_name and get_version.
1998-12-18 Jim Meyering(UID_T_MAX, GID_T_MAX): Remove definitions.
1998-12-07 Jim MeyeringUse dir_name, not dirname. Include dirname.h.
1998-10-05 Jim Meyering(long_options): Add entry for --suffix=SUFFIX option.
1998-09-20 Jim Meyering(install_file_to_path) [-D]: Create any leading
1998-09-20 Jim Meyering(install_file_to_path): Copy the file after creating...
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-08-02 Jim Meyering(change_timestamps): Add comment.
1998-07-27 Jim MeyeringMake copy create each destination file initially
1998-06-01 Jim Meyering(main): Fix argv-handling bug in my 1998-05-09 change.
1998-05-11 Jim Meyeringreflect additional parameter to copy
1998-05-10 Jim Meyering(cp_option_init): s/use_mode/set_mode/
1998-05-10 Jim Meyering(main): Rewrite argv-handling to be clearer.
1998-03-15 Jim MeyeringUse #if, not #ifdef with HAVE_ macros.
1998-03-13 Jim Meyering(usage): Tweak spacing
1998-01-22 Jim MeyeringDeclare new global, backup_type.
1998-01-10 Jim Meyering(usage): Describe -D.
1998-01-05 Jim Meyeringreindent a little
1998-01-05 Jim Meyeringreformat comment, dcl fail, dirname
1998-01-05 Jim Meyeringremove SPECIAL_BITS #ifdefs
1998-01-05 Jim MeyeringAdd support for marty's -D option
1998-01-04 Jim Meyering(main, usage): Check for write error to stdout before...
1998-01-02 Jim Meyering(get_ids): When otherwise unspecified, set uid and...
1997-12-25 Jim Meyering(get_ids): Don't cast GID_T_MAX to long, it might overflow.
1997-12-16 Jim Meyerings/__P/PARAMS/g
1997-11-30 Jim Meyering(BITSPERBYTE): Remove.
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-23 Jim MeyeringRemove stpcpy decl.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-10-06 Jim Meyeringchange verbose messages
1997-10-06 Jim Meyering(usage): Add a line describing --verbose.
1997-09-11 Jim MeyeringAdd new option: --verbose (-v).
1997-07-29 Jim Meyering(usage): tweak -p descr
1997-07-29 Jim MeyeringDeclare pointer parameters const as appropriate.
1997-07-29 Jim Meyering(main): New option --preserve-timestamps (-p).
1997-05-27 Jim MeyeringUse base_name, not basename.
1997-02-09 Jim Meyeringupdate copyrights for 1997
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-12-11 Jim Meyering[_POSIX_VERSION]: Don't declare wait. That declaration
1996-11-30 Jim Meyering(copy_file): Allow installation from non-directory...
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 diagnostic
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-07-19 Jim Meyering[_AIX]: Add #pragma alloca.
1996-07-10 Jim Meyering(UID_T_MAX): Use `(unsigned long)1' rather than
1996-07-06 Jim Meyering(usage): Factor out backup-related text into separate...
1996-06-30 Jim Meyering(usage): Fix typo, 3nd->3rd, in usage message.
1996-04-24 Jim Meyeringupdate Copyright years for 1996
1996-04-21 Jim MeyeringInclude xstrtol.h.
1996-03-24 Jim MeyeringUpdate FSF's address.
1996-03-21 Jim Meyering(main): Declare to be of type int, not void.
1996-03-16 Jim MeyeringDon't include version.h.
1996-03-12 Jim Meyering(main): Initialize for internationalized message suppor...
1996-01-20 Jim Meyering(usage): Copy backup/suffix stuff from ln.c.
1996-01-19 Jim Meyering(copy_files): Accept backup options just as cp, ln...
1995-11-29 Jim MeyeringMark all translatable strings using po-mode.el.
1995-11-27 Jim Meyerings/non-zero/nonzero/g
1995-11-10 Jim MeyeringDon't protoize dcl of basename.
1995-11-10 Jim MeyeringDon't protoize dcls of getpwnam and getgrnam.
1995-11-09 Jim MeyeringProtect prototypes with __P.
1995-11-09 Jim MeyeringProtoize.
1995-10-18 Jim MeyeringUse HAVE_SYS_WAIT_H, not _POSIX_VERSION in conditional
1995-08-05 Jim Meyering(isnumber): Rename to is_number to avoid conflict with
1995-06-22 Jim Meyering(main): Include program name in --version output.
1995-05-22 Jim Meyering(usage): Add one or two lines of descriptive text.
1995-05-13 Jim MeyeringUse stat (lstat), not safe_stat (safe_lstat).
1995-03-10 Jim Meyeringadd 1995 to Copyright dates
1995-01-27 Jim MeyeringRename SAFE_STAT and SAFE_LSTAT to lower case names.
1994-12-27 Jim MeyeringInclude "error.h" rather than simply declaring `void...
1994-12-10 Jim MeyeringNo longer include <ctype.h>.
1994-11-04 Jim MeyeringUpdate calls to make_path.
1994-10-08 Jim Meyering.
1994-10-02 Jim Meyering.
1994-07-30 Jim Meyering.
1994-01-26 Jim Meyering.
1993-10-26 Jim Meyeringmerge with 3.9a
1993-10-19 Jim Meyeringmerge with 3.8.4k
1993-10-18 Jim Meyeringadd newline back, but only for --help output
1993-10-18 Jim MeyeringChange `fprintf (stdout' to `printf ('.
1993-10-18 Jim Meyeringremove extra newline in usage message
1993-10-09 Jim Meyeringmerge with 3.8.3e
1993-10-08 Jim Meyeringmerge with 3.8.3d
1993-10-06 Jim Meyeringmerge with 3.8.3b FILEUTILS-3_8_3b
1993-10-06 Jim Meyeringmerge with 3.8.3a
1993-08-27 Jim Meyeringmerge with 3.8.3
1993-08-05 Jim Meyeringmerge with 3.8.1
1993-07-24 Jim Meyeringmerge with 3.8
1993-05-22 Jim Meyeringmerge with 3.5.5
1993-04-05 Jim MeyeringAdd `case 0' to getopt_long switch.
1993-04-04 Jim Meyering(usage): Mention --help and --version.
1993-04-02 Jim MeyeringAdd --help and --version options.
next