summaryrefslogtreecommitdiff
path: root/trimslash.c
Commit message (Collapse)AuthorAgeFilesLines
* Some var cleanup; move test-util vars into t_stub.c.Wayne Davison2020-04-261-5/+0
|
* Update a few more copyright years.Wayne Davison2020-04-251-1/+1
|
* Change --set-notime to --open-noatime.Wayne Davison2020-04-231-1/+1
|
* Added --atimes and --set-noatime options.Wayne Davison2020-04-231-0/+1
|
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
|
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
|
* Support --sparse combined with --preallocate or --inplace.Wayne Davison2016-10-101-0/+2
| | | | | | The new code tries to punch holes in the destination file using newer Linux fallocate features. It also supports a --whole-file + --sparse + --inplace copy on any filesystem by truncating the destination file.
* Update the copyright year.Wayne Davison2015-08-081-1/+1
|
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
|
* Set number_separator the first time it gets used.Wayne Davison2013-06-111-1/+0
|
* Have --fake-super turn a symlink into a file whenWayne Davison2009-09-021-0/+1
| | | | NO_SYMLINK_XATTRS is defined.
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-0/+1
| | | | | Also improved the human-readable output functions, including adding the ability to output negative numbers.
* Make do_chmod() report an error with -E.Wayne Davison2008-01-251-0/+1
|
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
|
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
|
* Adding the --fake-super option.Wayne Davison2007-04-241-0/+1
|
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-3/+2
|
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
|
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-11/+9
| | | | | | | - Standardized the format of the opening comment, including adding a brief description of what's in the file for those that lacked it. - Added some missing copyright lines. - Some minor whitespace tweaks (in a few of the files).
* Changed main() definition to avoid an extra prototype being putWayne Davison2003-09-101-1/+2
| | | | into the proto.h file.
* Declare preserve_perms for latest syscall.o.Wayne Davison2003-01-211-0/+1
|
* Add a test case for trim_trailing_slashes, and make it handle other cases.Martin Pool2002-03-251-0/+45