Age | Commit message (Expand) | Author |
2006-12-21 | less: stop dying on bad regexps, quietly pipe data w/o | Denis Vlasenko |
2006-12-21 | less: total cleanup and bugfix. | Denis Vlasenko |
2006-12-20 | less: somewhat buggy applet, but nice. Muchly reduced | Denis Vlasenko |
2006-12-04 | - shrink less. | Bernhard Reutner-Fischer |
2006-10-26 | remove bb_printf and the like | Denis Vlasenko |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-08-20 | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-06-03 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |
2006-05-25 | And fix the error I just introduced. :) | Rob Landley |
2006-05-25 | Remove pointless #define. | Rob Landley |
2006-05-19 | - fix invalid mode | Bernhard Reutner-Fischer |
2006-04-29 | Rob Sullivan writes: rewrite the regex handling to improve stability | Mike Frysinger |
2006-04-18 | From Rob Sullivan: Fix a segfault with searching, plus some cleanups. | Rob Landley |
2006-04-16 | just use the stack to kill memleak and return if user didnt give us anything ... | Mike Frysinger |
2006-04-16 | use xmalloc, dont hardcode length of string, and get rid of pointless call to... | Mike Frysinger |
2006-04-16 | uncuddle if statements | Mike Frysinger |
2006-04-16 | use more boiler plate GPL notices | Mike Frysinger |
2006-04-16 | uncuddle brackets | Mike Frysinger |
2006-02-01 | removed anoinig warnings | "Vladimir N. Oleynik" |
2005-12-16 | Ahem. Vladimir checked in a different fix bug didn't close out the bug. | Rob Landley |
2005-12-16 | Less would segfault if it had no tty. (Bug 600.) | Rob Landley |
2005-12-15 | fopen(TTY...) to bb_xfopen(), close bug 600 | "Vladimir N. Oleynik" |
2005-09-29 | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" |
2005-09-22 | quick patch - have removed stranges for me | "Vladimir N. Oleynik" |
2005-09-19 | 1) read from stdin work now | "Vladimir N. Oleynik" |
2005-09-19 | quick patchs: drop founded memory leak, more libbb, more C-compatibility, siz... | "Vladimir N. Oleynik" |
2005-09-18 | First cleanup pass, from Rob Sullivan. More to be done... | Rob Landley |
2005-09-16 | more C-compatibily, Thanks Bernhard Fischer | "Vladimir N. Oleynik" |
2005-09-16 | small change for highlihting flags, more busyboxes: indent, forward declarati... | "Vladimir N. Oleynik" |
2005-09-15 | New applet "less", from Rob Sullivan. | Rob Landley |