summaryrefslogtreecommitdiff
path: root/src/ln.c
Commit message (Expand)AuthorAgeFilesLines
* (backup_type): Declare `static'.Jim Meyering2004-04-271-1/+1
* (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-211-3/+3
* Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering2003-10-181-2/+2
* (usage): Clarify that --directory, -d, -F probably won'tJim Meyering2003-10-151-2/+7
* Remove unnecessary casts of alloca, since now it's guaranteed to be (void *).Jim Meyering2003-09-281-3/+3
* Minor efficiency tweak.Jim Meyering2003-09-281-4/+7
* (WRITTEN_BY): Rename from AUTHORS.Jim Meyering2003-09-181-2/+2
* revert previous changeJim Meyering2003-09-181-1/+1
* Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering2003-09-181-1/+1
* (do_link): Use SAME_INODE rather than open-coding it.Jim Meyering2003-08-301-2/+1
* It appears that the `#pragma alloca' included via "system.h" isJim Meyering2003-07-121-4/+0
* (ENABLE_HARD_LINK_TO_SYMLINK_WARNING): Define to 0.Jim Meyering2003-06-191-1/+6
* (main): Call initialize_main.Jim Meyering2003-06-171-0/+1
* (main): Test for `missing argument' before computing n_files.Jim Meyering2003-05-101-4/+4
* Remove SPC in SPC-TAB sequence.Jim Meyering2003-04-111-4/+4
* (main): Fix target_directory parsing when n_files == 1.Jim Meyering2002-10-081-3/+3
* Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering2002-08-311-3/+3
* Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering2002-08-301-2/+3
* (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering2002-07-021-1/+1
* (main): Change wording in diagnostic.Jim Meyering2002-03-101-2/+2
* Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering2001-12-021-4/+2
* (usage): Note that ``Mandatory arguments to long options are mandatoryJim Meyering2001-11-231-0/+3
* Split usage strings so that --help and --versionJim Meyering2001-11-231-2/+4
* (usage): Split --help output into smaller pieces.Jim Meyering2001-11-231-4/+12
* (AUTHORS): Mark string for translation, since it contains the English word `a...Jim Meyering2001-08-141-1/+1
* (do_link): Test the boolean symbolic_link, not the function, symlink.Jim Meyering2001-07-021-1/+1
* (strip_trailing_slashes): Remove declaration; now in dirname.h.Jim Meyering2001-05-121-1/+1
* (main): Change type of index variable to `unsigned int' to avoid a warning.Jim Meyering2001-02-031-2/+2
* (main): Actually use the local variable, `backup_suffix_string'.Jim Meyering2000-12-241-0/+3
* (do_link): Tweak diagnostics.Jim Meyering2000-09-041-2/+2
* (do_link): Invoke xalloc_die instead of printing our own message.Jim Meyering2000-08-081-1/+1
* Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering2000-07-241-22/+25
* (do_link): Use complete strings in diagnostics so theyJim Meyering2000-05-151-18/+10
* Arrange to call close_stdout only upon exit.Jim Meyering2000-05-131-3/+2
* Document that while the --backup option takes anJim Meyering2000-04-081-2/+3
* (usage): Describe behavior when LINK_NAME is omitted.Jim Meyering2000-01-241-4/+6
* (do_link): Produce the same sort of one-line output forJim Meyering2000-01-091-2/+12
* (usage): Correct typos.Jim Meyering1999-12-231-2/+4
* (do_link): Warn that making a hard link to a symbolic link is not portable.Jim Meyering1999-11-071-0/+7
* Remove entire #if LINK_FOLLOWS_SYMLINKS block.Jim Meyering1999-11-071-20/+2
* Add comment prior to removing #if LINK_FOLLOWS_SYMLINKS blockJim Meyering1999-11-071-1/+8
* Allow hard links to symlinks on systems that support it.Jim Meyering1999-11-071-3/+23
* (do_link): Fix typo (in which the function name `symlink'Jim Meyering1999-11-061-1/+1
* tweak usageJim Meyering1999-10-311-2/+3
* Convert --backup to take an optional argument.Jim Meyering1999-10-301-17/+22
* remove last `,' in enumJim Meyering1999-10-171-1/+1
* Accept new option: --target-directory=DIRJim Meyering1999-10-091-19/+67
* (same_name): Remove function.Jim Meyering1999-05-231-35/+1
* (main): Qualify a char* with the `const' keyword.Jim Meyering1999-04-011-3/+3
* Don't include closeout.h or version-etc.h explicitly. Now, they're included v...Jim Meyering1999-03-311-2/+0