Commit History

Author SHA1 Message Date
  Mark Whitley 452cc1f293 Added REG_NEWLINE as cflags to xregcomp for normal addresses so EOL $ will work 23 years ago
  Mark Whitley 1f3b9f297e Added support for 'r' command in sed. 23 years ago
  Mark Whitley 56c14a6473 Fixed a buglet where an extra newline was being added after an insert command 23 years ago
  Mark Whitley 497ef46587 Made a correction to a bad test expression. Props to Larry Doolittle for 23 years ago
  Mark Whitley af633757d3 Applied patch from Anthony Towns that he posted to Debian bug tracking. 23 years ago
  Mark Whitley 038c8eb5a9 Applied patch from Erik Habbinga to fix a problem with an uninitialized 23 years ago
  Eric Andersen b50da53e0c Get rid of long stale usage message code. 23 years ago
  Eric Andersen 67991cf824 This patch, put together by Manuel Novoa III, is a merge of work 23 years ago
  Matt Kraai 05e782ddd3 Fix wget error message and add (and use) chomp library function. 24 years ago
  Matt Kraai dd19c69904 Removed trailing \n from error_msg{,_and_die} messages. 24 years ago
  Eric Andersen 8ec10a9483 Fix up copyright msgs. Bump version to 0.49 in preparation for 24 years ago
  Eric Andersen ed3ef50c23 Fix header file usage -- there were many unnecessary header files included in 24 years ago
  Mark Whitley 6c6ea6cba2 Changed email address to codepoet.org, updated list of applets / docs I 24 years ago
  Eric Andersen 28b3c53f0d I just whipped up support for arbitrary regex delimiters, so 24 years ago
  Matt Kraai a9819b2908 Use busybox error handling functions wherever possible. 24 years ago
  Matt Kraai 1fa1adea2a Change calls to error_msg.* and strerror to use perror_msg.*. 24 years ago
  Mark Whitley f57c944e09 Changed names of functions in utility.c and all affected files, to make 24 years ago
  Eric Andersen f61caf0411 Remove unneeded junk 24 years ago
  Mark Whitley eb69ead091 Removed REG_NEWLINE from regcomp to fix the same bug found in grep where it 24 years ago
  Mark Whitley e7ff2842dd Now, what was that logic block doing up there? 24 years ago
  Mark Whitley 2dc192fd99 Re-worked the support for s///p, fixed a backref limit buglet, and cleaned up 24 years ago
  Matt Kraai bbaef66b3f Consolidate handling of some fopen failures. 24 years ago
  Eric Andersen 3570a34de4 Renamed "internal.h" to the more sensible "busybox.h". 24 years ago
  Matt Kraai 322ae93a5e Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of 24 years ago
  Mark Whitley 0e4cec0be8 Applied patch from Mark Ferrell <mferrell@mvista.com> to use the 'p' option in 24 years ago
  Mark Whitley 40406e6bad Applied patch from Mark Ferrell <mferrell@mvista.com> to fix sed '1,$p' where 24 years ago
  Mark Whitley 83e85f6a08 Modified print_subst_w_backrefs() so it will print backslash escaped 24 years ago
  Eric Andersen b040d4f3da Use BB_FEATURE_CLEAN_UP where appropriate 24 years ago
  Mark Whitley 1f45b268cb As per a discussion on the mailing list between Matt and Pavel. I have removed 24 years ago
  Matt Kraai 27a804246a Centralize handling of --help. 24 years ago