stop using __u32 etc. uint32_t is there for a reason
[oweals/busybox.git] / miscutils / less.c
2006-12-31 Denis Vlasenkofixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
2006-12-30 Denis Vlasenkodone a dozen of randconfig test. guess what? ALL failed...
2006-12-25 Denis Vlasenkoless: fix regexp search '/' on large files
2006-12-24 Denis Vlasenkosmall stupid changes. no code changes
2006-12-24 Denis Vlasenkoless: implement waiting for input using select(). Rathe...
2006-12-21 Denis Vlasenkoless: a few fixes for cases where we overflow status...
2006-12-21 Denis Vlasenkoless: restore TAB display (was showing as inverse I...
2006-12-21 Denis Vlasenkoless: "(null)" is a bit strange. "standard input" is...
2006-12-21 Denis Vlasenkoless: how many different kinds of status line we need...
2006-12-21 Denis Vlasenkoless: stop dying on bad regexps, quietly pipe data w/o
2006-12-21 Denis Vlasenkoless: total cleanup and bugfix.
2006-12-20 Denis Vlasenkoless: somewhat buggy applet, but nice. Muchly reduced
2006-12-04 Bernhard Reutner... - shrink less.
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-25 Rob LandleyAnd fix the error I just introduced. :)
2006-05-25 Rob LandleyRemove pointless #define.
2006-05-19 Bernhard Reutner... - fix invalid mode
2006-04-29 Mike FrysingerRob Sullivan writes: rewrite the regex handling to...
2006-04-18 Rob LandleyFrom Rob Sullivan: Fix a segfault with searching, plus...
2006-04-16 Mike Frysingerjust use the stack to kill memleak and return if user...
2006-04-16 Mike Frysingeruse xmalloc, dont hardcode length of string, and get...
2006-04-16 Mike Frysingeruncuddle if statements
2006-04-16 Mike Frysingeruse more boiler plate GPL notices
2006-04-16 Mike Frysingeruncuddle brackets
2006-02-01 "Vladimir N. Oleynik"removed anoinig warnings
2005-12-16 Rob LandleyAhem. Vladimir checked in a different fix bug didn...
2005-12-16 Rob LandleyLess would segfault if it had no tty. (Bug 600.)
2005-12-15 "Vladimir N. Oleynik"fopen(TTY...) to bb_xfopen(), close bug 600
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-22 "Vladimir N. Oleynik"quick patch - have removed stranges for me
2005-09-19 "Vladimir N. Oleynik"1) read from stdin work now
2005-09-19 "Vladimir N. Oleynik"quick patchs: drop founded memory leak, more libbb...
2005-09-18 Rob LandleyFirst cleanup pass, from Rob Sullivan. More to be...
2005-09-16 "Vladimir N. Oleynik"more C-compatibily, Thanks Bernhard Fischer
2005-09-16 "Vladimir N. Oleynik"small change for highlihting flags, more busyboxes...
2005-09-15 Rob LandleyNew applet "less", from Rob Sullivan.