Commit History

Author SHA1 Message Date
  Denis Vlasenko 50ddabc859 less: fix <tab><backspace> buglet 18 years ago
  Denis Vlasenko 95b307103a less: interpret backspace. 18 years ago
  Denis Vlasenko 806116b234 fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> 18 years ago
  Denis Vlasenko 3bba545a54 done a dozen of randconfig test. guess what? ALL failed... 18 years ago
  Denis Vlasenko 5a4f0994b0 less: fix regexp search '/' on large files 18 years ago
  Denis Vlasenko 7cea262273 small stupid changes. no code changes 18 years ago
  Denis Vlasenko f4dff77355 less: implement waiting for input using select(). Rather tricky business. 18 years ago
  Denis Vlasenko f1282a8792 less: a few fixes for cases where we overflow status line 18 years ago
  Denis Vlasenko f65d1338dc less: restore TAB display (was showing as inverse I after prev changes :) 18 years ago
  Denis Vlasenko d51d14e36f less: "(null)" is a bit strange. "standard input" is better :) 18 years ago
  Denis Vlasenko e147a72173 less: how many different kinds of status line we need, three?! 18 years ago
  Denis Vlasenko e865e81d34 less: stop dying on bad regexps, quietly pipe data w/o 18 years ago
  Denis Vlasenko 3f3190e34c less: total cleanup and bugfix. 18 years ago
  Denis Vlasenko 9a7cef930f less: somewhat buggy applet, but nice. Muchly reduced 18 years ago
  Bernhard Reutner-Fischer 882e60c442 - shrink less. 18 years ago
  Denis Vlasenko f0ed376eda remove bb_printf and the like 18 years ago
  Denis Vlasenko e1a0d486e4 message string changes, mostly for consistency, also -32 bytes in .rodata 18 years ago
  Denis Vlasenko 67b23e6043 getopt_ulflags -> getopt32. 18 years ago
  Denis Vlasenko 9213a9e0f2 whitespace cleanup 18 years ago
  Bernhard Reutner-Fischer d591a360d3 - merge -r15463:15564 from busybox_scratch branch through these changesets: 18 years ago
  Rob Landley d921b2ecc0 Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate 18 years ago
  Bernhard Reutner-Fischer c89982dcd7 - move #include busybox.h to the very top so we pull in the config 18 years ago
  Rob Landley 69d863b6c6 And fix the error I just introduced. :) 18 years ago
  Rob Landley 5a2997de72 Remove pointless #define. 18 years ago
  Bernhard Reutner-Fischer a85a63f6ee - fix invalid mode 18 years ago
  Mike Frysinger f054be12de Rob Sullivan writes: rewrite the regex handling to improve stability 18 years ago
  Rob Landley a2e98043d5 From Rob Sullivan: Fix a segfault with searching, plus some cleanups. 18 years ago
  Mike Frysinger 20c22e0883 just use the stack to kill memleak and return if user didnt give us anything to match 18 years ago
  Mike Frysinger bf2d9905ca use xmalloc, dont hardcode length of string, and get rid of pointless call to memset 18 years ago
  Mike Frysinger 00d10a94f3 uncuddle if statements 18 years ago