index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
cp.c
Age
Commit message (
Expand
)
Author
2018-08-01
cp: placate gcc8
Denys Vlasenko
2018-07-17
cp: add missing quote in config snippet
Denys Vlasenko
2018-07-13
cp: optional --reflink support
Denys Vlasenko
2018-02-11
cp: fix option handling in non-longopt config
Denys Vlasenko
2018-02-01
cp: implement -T
Aaro Koskinen
2018-01-14
mv: make it NOEXEC
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
getopt32: remove applet_long_options
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2016-11-23
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-05-27
cp: add -u/--update and --remove-destination
Denys Vlasenko
2014-05-19
Add conditional support for -v / --verbose
Denys Vlasenko
2012-03-05
cp: trim help text
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-03-31
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-01-15
cp: fix -H handling
Denys Vlasenko
2009-10-08
cp: revert a recent buggy change, and add a comment why it's wrong
Denys Vlasenko
2009-09-26
cp: add support for --parents and long option synonyms of short opts
Denys Vlasenko
2009-03-20
cd: "support" -v by ignoring it
Denis Vlasenko
2008-04-27
cp: fix "cp -RL" to create regular files even if src is a symlink
Denis Vlasenko
2008-04-11
build system: use POSIX options only for cp
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-09-25
cp: -r and -R imply -d (coreutils compat)
Denis Vlasenko
2007-09-24
*: kill bb_get_last_path_component, replace with two functions
Denis Vlasenko
2007-08-25
make copy_file() a bit easier to understand, and smaller
Denis Vlasenko
2007-08-24
cp,mv: simpler arg[cv] handling -> smallish code savings
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-07-21
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-10
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-03-20
fix accumulated whitespace and indentation damage
Denis Vlasenko
2007-03-10
selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-10-21
cp: add support for -s, -l. Fix free(nonmalloc) bug.
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-04-02
- typos: s/compatability/compatibility/g;s/compatable/compatible/g;
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2005-11-01
Fix cp /dev/null filename, and a few in-passing cleanups.
Rob Landley
2005-04-14
fake out support for POSIX -H and -L options since busybox cp dereferences ev...
Mike Frysinger
2005-01-07
cp: make -P a synonym for -d
Mike Frysinger
2004-01-25
Add the -r option as a synonym of -R
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2001-10-05
Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE.
Matt Kraai
2001-04-24
Use generic flag names.
Matt Kraai
2001-04-23
Rewrite cp and mv to be SUSv2 compliant.
Matt Kraai
2000-02-07
A few minor updates. ;-)
Erik Andersen
[next]