whitespace cleanup
[platform/upstream/busybox.git] / miscutils / less.c
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.