Commit History

Author SHA1 Message Date
  Denis Vlasenko e755e827f7 apply post 1.7.0 patches, set version to 1.7.1 17 years ago
  Denis Vlasenko fe7cd642b0 don't pass argc in getopt32, it's superfluous 17 years ago
  Denis Vlasenko 6ca409e0e4 trylink: produce even more info about final link stage 17 years ago
  Denis Vlasenko 990d0f63ee Replace index_in_[sub]str_array with index_in_[sub]strings, 17 years ago
  Denis Vlasenko bdc88fdc68 rework long option handling. saves ~1.2k 17 years ago
  Denis Vlasenko 931de892cc random shrinkage of statics, -60 bytes saved 17 years ago
  Denis Vlasenko 74324c8666 Audit bb_common_bufsiz usage, add script which looks for misuse. 17 years ago
  Denis Vlasenko b6adbf1be2 usage.c: remove reference to busybox.h 17 years ago
  Denis Vlasenko 5a6aeddfa7 xpipe: introduce (saves ~170 bytes) 17 years ago
  Denis Vlasenko 51742f4bb0 style fixes. No code changes 17 years ago
  Denis Vlasenko 50f7f446ec bb_full_fd_action: remove potential xmalloc from NOFORK path 17 years ago
  Denis Vlasenko 8d9f495d68 getopt32: fix llist_t options ordering. llist_rev is not unused. 17 years ago
  Denis Vlasenko bbd695d801 find: fix handling of -prune 17 years ago
  Bernhard Reutner-Fischer 3e816c1252 - fold recurse, depthFirst and dereference params into one param flags. 17 years ago
  Denis Vlasenko baca175912 kill superfluous returns at the end of void functions 17 years ago
  Denis Vlasenko 940494f813 remove f words 18 years ago
  Denis Vlasenko dcbd51dd28 tar: handle tarfiles with (broken) checksums a-la Sun. 18 years ago
  Denis Vlasenko 54cf511ce1 sort: fix multiple -k (was ignoring all except last) 18 years ago
  Denis Vlasenko 6ca0444420 syslogd: fix "readpath bug" by using readlink instead 18 years ago
  Denis Vlasenko 1d76f439da EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> 18 years ago
  Denis Vlasenko 8c0164c373 fix tar t segfault (closes 1183) 18 years ago
  Denis Vlasenko 06af216528 suppress warnings about easch <applet>_main() having 18 years ago
  Denis Vlasenko a41fdf331a preparatory patch for -Wwrite-strings #1 18 years ago
  Denis Vlasenko 218f2f4882 accumulated post-1.4.0 fixes 18 years ago
  Denis Vlasenko f7996f3b70 Trailing whitespace removal over entire tree 18 years ago
  Denis Vlasenko 714701c890 tar et al: die if bb_copyfd_size copies less than asked for. 18 years ago
  Denis Vlasenko c88894602d tar: report error if child dies while writing out the end of tarball 18 years ago
  Denis Vlasenko 9f739445cd inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] 18 years ago
  Bernhard Reutner-Fischer 6f0540e7ec - remove functions marked as LEGACY in SUSv3 and use their modern counterparts. 18 years ago
  Denis Vlasenko c61852a02b fix support for globally disabling --long-options. 18 years ago