- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
- 43d9747 install: strip before mode/uid/gid is set, not after. by Denys Vlasenko · 15 years ago
- a40f062 cp: fix -H handling by Denys Vlasenko · 15 years ago
- 1f363a0 install: compat fix for mode of created files. by Denys Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 9f9c193 install: shrink -D code. By Bernhard. by Denis Vlasenko · 16 years ago
- d4b7198 kbd_mode: fix non-ASCII letters in comments install: support -D by Denis Vlasenko · 16 years ago
- c80191c install: fix long option not taking params (bug 4584) by Denis Vlasenko · 16 years ago
- d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
- d6817f5 install: do not chown intermediate directories with install -d; shrink by Denis Vlasenko · 16 years ago
- c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 4dd4e6d install: fix bug in "install -c file dir" (tries to copy dir into dir too) by Denis Vlasenko · 17 years ago
- 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
- 614aca6 install: shrink a bit, fix two buglets by Denis Vlasenko · 17 years ago
- 6666ac4 cp,mv: simpler arg[cv] handling -> smallish code savings by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
- bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
- 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
- a6163ca install: fix install a b /a/link/to/dir by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- ac678ec style fixes, no code changes by Denis Vlasenko · 18 years ago
- c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 18 years ago
- 39c651e introduce and use setfscreatecon_or_die by Denis Vlasenko · 18 years ago
- 1203c9b next portion of selinux updates: chcon, runcon. From by Denis Vlasenko · 18 years ago
- 49622d7 selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) by Denis Vlasenko · 18 years ago
- 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
- 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 18 years ago
- 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
- e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- 519d7df Another whack at scripts/individual. Now builds 212 applets. by Rob Landley · 18 years ago
- 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
- 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
- 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 19 years ago
- a1bccc0 - typos: s/compatability/compatibility/g;s/compatable/compatible/g; by Bernhard Reutner-Fischer · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- f704b27 by "Vladimir N. Oleynik" · 19 years ago
- 064f04e by "Vladimir N. Oleynik" · 19 years ago
- ae907f3 When lstat returns an error (such as file not found), the value of by Rob Landley · 19 years ago
- d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
- b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
- 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
- 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 20 years ago
- c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- ca43b48 Enable long options, adds 150 bytes. by Glenn L McGrath · 21 years ago
- 654a99b Check valid options were given by Glenn L McGrath · 21 years ago
- 711bb92 Dont change ownership unless we created the directory. by Glenn L McGrath · 21 years ago
- 578eff5 Remove unneeded conditions and logic, fix bug where ownership didnt by Glenn L McGrath · 21 years ago
- 11e6947 Fix a bug, ignore the source path when installing to a directory. by Glenn L McGrath · 21 years ago
- f4fd3a1 Accept the -c option and do nothing by Glenn L McGrath · 21 years ago
- a406a9c Add the -d option by Glenn L McGrath · 21 years ago
- eebcc1d Add the "install" applet, move get_ug_id to libbb as its used by chown, by Glenn L McGrath · 21 years ago