summaryrefslogtreecommitdiff
path: root/src/ln.c
AgeCommit message (Expand)Author
2004-11-26(link, symlink): Remove decls.Paul Eggert
2004-09-21Remove unused "case 0".Paul Eggert
2004-09-13Adjust to backup enum rename.Paul Eggert
2004-08-03(symbolic_link, interactive, remove_existing_files,Paul Eggert
2004-07-27(do_link): find_backup_file_name no longer returns NULL, so don'tPaul Eggert
2004-07-02Add short names -t and -T for --target-directoryJim Meyering
2004-06-30Add support for --no-target-directory option.Jim Meyering
2004-06-28 Use more-consistent rules among cp, ln, and mv when dealing withJim Meyering
2004-06-27Fix a bug: formerly, if d/x was a directory and x a file, "ln xJim Meyering
2004-06-25(do_link): Remove unnecessary call to lstat.Jim Meyering
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering
2004-06-20Remove declaration of yesno.Jim Meyering
2004-04-27(backup_type): Declare `static'.Jim Meyering
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
2003-10-15(usage): Clarify that --directory, -d, -F probably won'tJim Meyering
2003-09-28Remove unnecessary casts of alloca, since now it's guaranteed to be (void *).Jim Meyering
2003-09-28Minor efficiency tweak.Jim Meyering
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
2003-09-18revert previous changeJim Meyering
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering
2003-08-30(do_link): Use SAME_INODE rather than open-coding it.Jim Meyering
2003-07-12It appears that the `#pragma alloca' included via "system.h" isJim Meyering
2003-06-19(ENABLE_HARD_LINK_TO_SYMLINK_WARNING): Define to 0.Jim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering
2003-05-10(main): Test for `missing argument' before computing n_files.Jim Meyering
2003-04-11Remove SPC in SPC-TAB sequence.Jim Meyering
2002-10-08(main): Fix target_directory parsing when n_files == 1.Jim Meyering
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering
2002-08-30Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering
2002-03-10(main): Change wording in diagnostic.Jim Meyering
2001-12-02Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering
2001-11-23(usage): Note that ``Mandatory arguments to long options are mandatoryJim Meyering
2001-11-23Split usage strings so that --help and --versionJim Meyering
2001-11-23(usage): Split --help output into smaller pieces.Jim Meyering
2001-08-14(AUTHORS): Mark string for translation, since it contains the English word `a...Jim Meyering
2001-07-02(do_link): Test the boolean symbolic_link, not the function, symlink.Jim Meyering
2001-05-12(strip_trailing_slashes): Remove declaration; now in dirname.h.Jim Meyering
2001-02-03(main): Change type of index variable to `unsigned int' to avoid a warning.Jim Meyering
2000-12-24(main): Actually use the local variable, `backup_suffix_string'.Jim Meyering
2000-09-04(do_link): Tweak diagnostics.Jim Meyering
2000-08-08(do_link): Invoke xalloc_die instead of printing our own message.Jim Meyering
2000-07-24Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering
2000-05-15(do_link): Use complete strings in diagnostics so theyJim Meyering
2000-05-13Arrange to call close_stdout only upon exit.Jim Meyering
2000-04-08Document that while the --backup option takes anJim Meyering
2000-01-24(usage): Describe behavior when LINK_NAME is omitted.Jim Meyering
2000-01-09(do_link): Produce the same sort of one-line output forJim Meyering
1999-12-23(usage): Correct typos.Jim Meyering