summaryrefslogtreecommitdiffstats
path: root/misc-utils/rename.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+3
* rename: avoid undefined function prototype for `fpurge`Patrick Steinhardt2018-10-041-1/+3
* rename: fixup & style (no functional changes)G.raud Meyer2018-04-091-6/+5Star
* rename: test availability of __fpurge() and fpurge()G.raud Meyer2018-04-091-1/+9
* rename: ask(): call __fpurge() to cater for multi-byte charactersG.raud Meyer2018-04-091-1/+9
* rename: ask(): print n when EOF on inputG.raud Meyer2018-04-091-3/+4
* rename: detect tty in cbreak mode to make ask() read a single byteG.raud Meyer2018-04-091-1/+15
* rename: add option --interactive to ask before overwritingG.raud Meyer2018-04-091-9/+49
* rename: skip faccessat() failure if AT_SYMLINK_NOFOLLOW is not a valid flagG.raud Meyer2018-04-091-1/+5
* rename: check source file access earlyG.raud Meyer2018-04-091-0/+12
* rename: prevent --no-act from setting --no-overwriteG.raud Meyer2018-03-291-4/+4
* rename: when --no-overwrite skip verbosily only when --verboseG.raud Meyer2018-03-271-1/+2
* rename: consolidate printing the symlink in addition to its targetG.raud Meyer2018-03-271-1/+1
* rename: fix/reverse the semantics of --no-overwrite in --symlink modeG.raud Meyer2018-03-271-2/+2
* rename: use access(3) to check if a file existsSami Kerola2017-12-041-2/+1Star
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: never use usage(stderr)Ruediger Meier2017-06-261-4/+5
* rename: notice when expression and replacement are the same stringSami Kerola2017-06-141-0/+3
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-141-1/+0Star
* Changed "override" to "overwrite" rename option.Dov Grobgeld2017-06-031-13/+13
* Added --no-override option to rename.Dov Grobgeld2017-05-271-16/+37
* rename: make --no-act to imply --verboseSami Kerola2017-05-191-3/+3
* rename: add --no-act optionAlexander F Rødseth2017-02-151-11/+17
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* rename: allow full-path renamesAndreas Henriksson2015-06-251-2/+3
* rename: use strrchr() instead of rindex()Sami Kerola2015-02-101-1/+1
* textual: grammarize and harmonize the stat error messageBenno Schulenberg2015-02-021-1/+1
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+4
* textual: fix some typos and inconsistencies in various messagesBenno Schulenberg2014-07-231-2/+2
* rename: use function pointer to select file or symlink operationSami Kerola2014-07-181-75/+67Star
* rename: continue despite something failedSami Kerola2014-07-181-21/+51
* rename: allow renaming in subdirectoriesSami Kerola2014-07-181-2/+7
* rename: fix mem leak [coverity scan]Karel Zak2014-01-141-1/+3
* rename: fix memory leak [coverity scan]Karel Zak2013-03-271-1/+2
* rename: make usage() translator friendlySami Kerola2013-01-251-8/+8
* textual: gettextize several overlooked messagesBenno Schulenberg2013-01-251-2/+1Star
* rename: use macro to print versionKarel Zak2012-12-101-3/+1Star
* rename: add --symlink option for renaming symlink targetJan (yac) Matějka2012-12-101-13/+51
* misc-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* rename: cleanup usage()Karel Zak2011-08-161-5/+6
* rename: verbose option & maintenance fixesSami Kerola2011-06-251-32/+61
* misc-utils: use new xmalloc() wrapperDavidlohr Bueso2010-10-211-5/+3Star
* rename: remove useless variableLi Zefan2007-09-051-3/+2Star
* Imported from util-linux-2.13-pre2 tarball.Karel Zak2006-12-071-2/+2
* Imported from util-linux-2.13-pre1 tarball.Karel Zak2006-12-071-2/+2
* Imported from util-linux-2.10m tarball.Karel Zak2006-12-071-2/+2
* Imported from util-linux-2.10f tarball.Karel Zak2006-12-071-0/+97