Commit History

Author SHA1 Message Date
  Mark Whitley b5c29850e3 Tightened things up a bit, saved 20 bytes, and made the code a bit clearer in 24 years ago
  Matt Kraai 05e782ddd3 Fix wget error message and add (and use) chomp library function. 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
  Matt Kraai 0810f723b1 Fixed -qv interaction (thanks to a report and patch from David Douthitt). 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
  Matt Kraai 567cdd1d51 Fix handling of ^$ by removing the newline from input lines and by not 24 years ago
  Eric Andersen 3570a34de4 Renamed "internal.h" to the more sensible "busybox.h". 24 years ago
  Matt Kraai deb95f69b6 Exit with the appropriate value when grepping multiple files. 24 years ago
  Matt Kraai 27a804246a Centralize handling of --help. 24 years ago
  Mark Whitley 2ef880b236 Consolodated some common code into print_matched_line to make 'grep_file' a 24 years ago
  Mark Whitley 8f122431f5 Added support for the -c (count matches) option. Made it so it works just like 24 years ago
  Matt Kraai bf181b9338 Extract usage information into a separate file. 24 years ago
  Matt Kraai d537a95fdb Use errorMsg rather than fprintf. 24 years ago
  Mark Whitley c41e8c840f Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c 24 years ago
  Mark Whitley df5f6ba115 Applied patch from Matt Kraai which does the following: 24 years ago
  Mark Whitley 44735f8744 Applied patch from Matt Kraai as per his email: 24 years ago
  Eric Andersen e9b527ae48 include getopt.h 24 years ago
  Eric Andersen 2086e3d679 Some cosmetic updates. Changed "OPTIONS" to "Options". 24 years ago
  Mark Whitley 2e1148b239 Fixed comment. 24 years ago
  Mark Whitley 8bd891cbec Added support for reading from stdin with '-' as file name arg. 24 years ago
  Mark Whitley 1ca41775bb Yanked out the cstring_alloc() and cstring_lineFromFile() functions from 24 years ago
  Mark Whitley d37218941c Brand, spankin', new grep that uses libc regex routines instead of the 24 years ago
  Eric Andersen b610615be9 Updates to a number of apps to remove warnings/compile errors under libc5. 24 years ago
  Eric Andersen 74c66ad06e Fix some spelling errors in the source as well. 24 years ago
  John Beppu d84990eb1f + removed some cruft left over from when lines could be too long. 24 years ago
  Eric Andersen 053b1462b7 Fix a bug pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca> 24 years ago
  John Beppu c7ccfc99fc + utility.c 24 years ago