index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
cp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
help text: replace [OPTIONS] with actual options (if not too long)
Denys Vlasenko
2020-12-13
1
-1
/
+1
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-2
/
+2
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
cp: placate gcc8
Denys Vlasenko
2018-08-01
1
-1
/
+1
*
cp: add missing quote in config snippet
Denys Vlasenko
2018-07-17
1
-1
/
+1
*
cp: optional --reflink support
Denys Vlasenko
2018-07-13
1
-0
/
+24
*
cp: fix option handling in non-longopt config
Denys Vlasenko
2018-02-11
1
-1
/
+5
*
cp: implement -T
Aaro Koskinen
2018-02-01
1
-2
/
+13
*
mv: make it NOEXEC
Denys Vlasenko
2018-01-14
1
-0
/
+1
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-8
/
+10
*
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-08
1
-3
/
+4
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-3
/
+3
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-2
/
+2
*
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-3
/
+19
*
cp: add -u/--update and --remove-destination
Denys Vlasenko
2016-05-27
1
-12
/
+18
*
Add conditional support for -v / --verbose
Denys Vlasenko
2014-05-19
1
-1
/
+0
*
cp: trim help text
Denys Vlasenko
2012-03-05
1
-2
/
+2
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2011-03-31
1
-0
/
+18
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
cp: fix -H handling
Denys Vlasenko
2010-01-15
1
-10
/
+6
*
cp: revert a recent buggy change, and add a comment why it's wrong
Denys Vlasenko
2009-10-08
1
-1
/
+3
*
cp: add support for --parents and long option synonyms of short opts
Denys Vlasenko
2009-09-26
1
-14
/
+52
*
cd: "support" -v by ignoring it
Denis Vlasenko
2009-03-20
1
-1
/
+49
*
cp: fix "cp -RL" to create regular files even if src is a symlink
Denis Vlasenko
2008-04-27
1
-10
/
+12
*
build system: use POSIX options only for cp
Denis Vlasenko
2008-04-11
1
-1
/
+1
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
cp: -r and -R imply -d (coreutils compat)
Denis Vlasenko
2007-09-25
1
-1
/
+2
*
*: kill bb_get_last_path_component, replace with two functions
Denis Vlasenko
2007-09-24
1
-1
/
+1
*
make copy_file() a bit easier to understand, and smaller
Denis Vlasenko
2007-08-25
1
-1
/
+0
*
cp,mv: simpler arg[cv] handling -> smallish code savings
Denis Vlasenko
2007-08-24
1
-14
/
+16
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-21
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-10
1
-0
/
+3
*
fix accumulated whitespace and indentation damage
Denis Vlasenko
2007-03-20
1
-1
/
+1
*
selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)
Denis Vlasenko
2007-03-10
1
-0
/
+7
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
cp: add support for -s, -l. Fix free(nonmalloc) bug.
Denis Vlasenko
2006-10-21
1
-45
/
+27
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
whitespace cleanup
Denis Vlasenko
2006-09-17
1
-1
/
+1
*
- typos: s/compatability/compatibility/g;s/compatable/compatible/g;
Bernhard Reutner-Fischer
2006-04-02
1
-1
/
+1
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
Fix cp /dev/null filename, and a few in-passing cleanups.
Rob Landley
2005-11-01
1
-25
/
+2
*
fake out support for POSIX -H and -L options since busybox cp dereferences ev...
Mike Frysinger
2005-04-14
1
-5
/
+13
*
cp: make -P a synonym for -d
Mike Frysinger
2005-01-07
1
-1
/
+7
*
Add the -r option as a synonym of -R
Glenn L McGrath
2004-01-25
1
-1
/
+8
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-66
/
+64
*
Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.
Matt Kraai
2001-10-05
1
-4
/
+4
[next]