Commit History

Author SHA1 Message Date
  Denis Vlasenko d3d004dd35 last nail into error_msg() (de)capitalization 18 years ago
  Denis Vlasenko ddec5af6b0 rename functions to more understandable names 18 years ago
  Denis Vlasenko 8077850330 sed: mostly style fixes, very small changes in actual code 18 years ago
  Denis Vlasenko d18a3a20db use skip_whitespace where appropriate 18 years ago
  Denis Vlasenko 2d5ca60bfb bb_get_[chomped]line_from_file wasn't descriptive enough. 18 years ago
  Denis Vlasenko 67b23e6043 getopt_ulflags -> getopt32. 18 years ago
  Denis Vlasenko 40920825d5 rename bb_default_error_retval -> xfunc_error_retval 18 years ago
  Denis Vlasenko 9275814a9e lots of silly indent fixes 18 years ago
  Denis Vlasenko e2016e145b sed: -e options were handled in reverse order. fix that. 18 years ago
  Denis Vlasenko b97c9842a5 sed: unbreak multiple -e, -f option handling (my fault) 18 years ago
  Denis Vlasenko 750fc6d7bb sed: getopt_ulflags'isation 18 years ago
  Rob Landley e9a7a6212b Change license statements (and clean up headers) on some of the files that 18 years ago
  Denis Vlasenko 9213a9e0f2 whitespace cleanup 18 years ago
  Rob Landley d35c0efddb Bugfix for: echo '123456789' | sed 's/./|&/5' 18 years ago
  Denis Vlasenko 6d655be5df removed a lot of trailing \n in bb_msg() calls. It is added 18 years ago
  Rob Landley d921b2ecc0 Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 18 years ago
  Rob Landley 4795e4e011 Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smaller 18 years ago
  Rob Landley ea7c18514b Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x" 18 years ago
  Bernhard Reutner-Fischer 19008b8373 - reuse strings and messages. Saves about 600B 18 years ago
  Rob Landley 12d87550a3 Confirming it's not needed. 18 years ago
  Bernhard Reutner-Fischer a3d4bf38b0 - use bb functions instead of handrolling stuff. 18 years ago
  Rob Landley 8bb50782a5 Change llist_add_* to take the address of the list rather than returning the new 18 years ago
  Rob Landley 5fc467e758 Yann Morin spotted some leftover flotsam from halfway through the recent 18 years ago
  Rob Landley 9ffd42317b Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary 18 years ago
  Rob Landley e3f5a3fd82 Convert sed's static variables to a single global structure. 18 years ago
  Rob Landley 0b65628395 Move sed over to the generic llist_t for append. Saves about 90 bytes. 18 years ago
  Rob Landley 1f305dc0fd Portability patch from rfelker. The bb_asprintf.c thing needs an eventual 18 years ago
  Rob Landley dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function 18 years ago
  Bernhard Reutner-Fischer c0bb308389 - silence warning about "'free_and_close_stuff' used but never defined" 18 years ago
  Bernhard Reutner-Fischer b7f39732f8 - fix compilation of sed. 18 years ago