maint: improve error messages upon failed read, write, access, close
[platform/upstream/coreutils.git] / src / ln.c
2013-02-06 Benno Schulenbergmaint: improve error messages upon failed read, write...
2013-01-23 Bernhard Voelkermaint: define usage note about mandatory args centrally
2013-01-10 Benno Schulenbergdoc: make a --help text fragment identical to three...
2013-01-01 Jim Meyeringmaint: update all copyright year number ranges
2012-03-22 Harald Hoyerln: add the --relative option
2012-01-27 Jim Meyeringmaint: use single copyright year range
2012-01-09 Jim Meyeringmaint: src/*.[ch]: convert more `...' to '...'
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-09 Jim Meyeringmaint: convert `...' to '...' in --help output
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-05 Paul Eggertln: clarify usage of -L, -n, -T
2011-11-20 Jim Meyeringdoc: clarify ln's --help output
2011-11-20 Erik Auerswaldln: fix position of --backup values description
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-06-27 Benno Schulenbergln: print a clearer error message when linking fails
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-10-23 Eric Blakebuild: prohibit improper use of stat and lstat
2009-09-25 Eric Blakeln: add -L/-P options
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-09-04 Eric Blakeln: add comments related to POSIX 2008
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-02-12 Eric Blakeln: add details to --help text
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-08 Bo Borgersonstandardize some error messages
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-08-23 Jim MeyeringDon't let ln be a party to destroying user data.
2007-08-20 Eric BlakeAvoid consuming too much seekable input when yesno...
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-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2006-11-18 Jim Meyering"ln --backup f f" produces a misleading diagnostic:
2006-09-19 Paul Eggert* src/ln.c (target_directory_operand): Rewrite to avoid...
2006-09-03 Paul EggertDon't include dirname.h, since system.h does it now.
2006-08-28 Paul Eggert* src/copy.c (copy_internal): Don't test whether macros...
2006-07-01 Jim Meyering* src/ln.c (do_link): Use new, shorter URL, for ag...
2006-04-12 Paul Eggert(linkfunc): Remove. This method ran into a compiler...
2006-03-26 Jim Meyering(target_directory_operand, main): Use new last_componen...
2005-11-16 Paul Eggert(do_link, usage): Improve quality of ln's diagnostics.
2005-11-05 Jim MeyeringInclude filenamecat.c.
2005-10-28 Paul Eggert(FILE_BASENAME_CONCAT): Omit unnecessary slashes in the
2005-08-22 Jim Meyering(do_link): If ln is invoked with --interactive (-i),
2005-08-21 Jim Meyering(main): Declare `target_directory' with const attribute.
2005-06-16 Jim MeyeringFinally remove support for --version-control=S (-V).
2005-06-02 Paul Eggert(FILE_BASENAME_CONCAT): Renamed from PATH_BASENAME_CONCAT.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2004-11-26 Paul Eggert(link, symlink): Remove decls.
2004-09-21 Paul EggertRemove unused "case 0".
2004-09-13 Paul EggertAdjust to backup enum rename.
2004-08-03 Paul Eggert(symbolic_link, interactive, remove_existing_files,
2004-07-27 Paul Eggert(do_link): find_backup_file_name no longer returns...
2004-07-02 Jim MeyeringAdd short names -t and -T for --target-directory
2004-06-30 Jim MeyeringAdd support for --no-target-directory option.
2004-06-28 Jim Meyering Use more-consistent rules among cp, ln, and mv when...
2004-06-27 Jim MeyeringFix a bug: formerly, if d/x was a directory and x a...
2004-06-25 Jim Meyering(do_link): Remove unnecessary call to lstat.
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-06-20 Jim MeyeringRemove declaration of yesno.
2004-04-27 Jim Meyering(backup_type): Declare `static'.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-10-15 Jim Meyering(usage): Clarify that --directory, -d, -F probably...
2003-09-28 Jim MeyeringRemove unnecessary casts of alloca, since now it's...
2003-09-28 Jim MeyeringMinor efficiency tweak.
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-08-30 Jim Meyering(do_link): Use SAME_INODE rather than open-coding it.
2003-07-12 Jim MeyeringIt appears that the `#pragma alloca' included via ...
2003-06-19 Jim Meyering(ENABLE_HARD_LINK_TO_SYMLINK_WARNING): Define to 0.
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-10 Jim Meyering(main): Test for `missing argument' before computing...
2003-04-11 Jim MeyeringRemove SPC in SPC-TAB sequence.
2002-10-08 Jim Meyering(main): Fix target_directory parsing when n_files ...
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,...
2002-03-10 Jim Meyering(main): Change wording in diagnostic.
2001-12-02 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-23 Jim Meyering(usage): Note that ``Mandatory arguments to long option...
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-08-14 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2001-07-02 Jim Meyering(do_link): Test the boolean symbolic_link, not the...
2001-05-12 Jim Meyering(strip_trailing_slashes): Remove declaration; now in...
2001-02-03 Jim Meyering(main): Change type of index variable to `unsigned...
2000-12-24 Jim Meyering(main): Actually use the local variable, `backup_suffix...
2000-09-04 Jim Meyering(do_link): Tweak diagnostics.
2000-08-08 Jim Meyering(do_link): Invoke xalloc_die instead of printing our...
2000-07-24 Jim MeyeringConvert "`%s'" in format strings to "%s", and wrap...
2000-05-15 Jim Meyering(do_link): Use complete strings in diagnostics so they
2000-05-13 Jim MeyeringArrange to call close_stdout only upon exit.
2000-04-08 Jim MeyeringDocument that while the --backup option takes an
2000-01-24 Jim Meyering(usage): Describe behavior when LINK_NAME is omitted.
next