summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Config option to create an fgrep aliasGlenn L McGrath2003-04-272-0/+12
* Fix segfault when cleaning upGlenn L McGrath2003-04-271-1/+1
* grep -f support, adds only 60 Bytes, but regex's now compiled asGlenn L McGrath2003-04-271-27/+48
* Always preserve dateGlenn L McGrath2003-04-261-2/+1
* New commands, 'G' and 'H'Glenn L McGrath2003-04-261-1/+21
* Add the -d option, its used by old versions of config.guess, change toGlenn L McGrath2003-04-261-3/+26
* iPatch from waldi, fixes usage of ip route flush (from)? (match|exact)Glenn L McGrath2003-04-261-0/+14
* Patch from Steven Scholz to fix telnetd compile problemEric Andersen2003-04-251-2/+2
* There have been many reports of init failing to reboot and/or failing to haltEric Andersen2003-04-241-7/+21
* unlink a previous file before its extractedGlenn L McGrath2003-04-211-1/+2
* sync with waldiGlenn L McGrath2003-04-215-13/+47
* unlink() an existing file, before opening it, simply truncating canGlenn L McGrath2003-04-211-1/+2
* Add link to SimplyGNUstepEric Andersen2003-04-211-0/+1
* Patch from David Updegraff to use calloc so that forward pointers start outEric Andersen2003-04-191-7/+29
* Patch from David Updegraff to avoid corrupting memory while parsing theEric Andersen2003-04-191-2/+5
* Minor .o file naming changeEric Andersen2003-04-162-5/+5
* enable CONFIG_USE_BB_PWD_GRP for the debian installer,Eric Andersen2003-04-164-4/+4
* Fix logic error in grouped commandsGlenn L McGrath2003-04-121-42/+25
* Fix up indentingGlenn L McGrath2003-04-111-78/+59
* Really fix the 'r' commandGlenn L McGrath2003-04-091-4/+7
* Fix the sed 'r' commandGlenn L McGrath2003-04-091-3/+2
* fix substitution when replacing with &, we shouldnt check for an escape charc...Glenn L McGrath2003-04-091-2/+1
* Label ends at a newline, update comments, rename linked list fieldGlenn L McGrath2003-04-091-36/+37
* Run through indentGlenn L McGrath2003-04-081-301/+360
* Fixes block commands to correctly identify end of block, recognise the #n dir...Glenn L McGrath2003-04-081-27/+63
* Add hold space commands 'g', 'h', 'x'Glenn L McGrath2003-04-071-5/+19
* Rename "line" to pattern_space to be more descriptive and closer to the POSIX...Glenn L McGrath2003-04-071-34/+32
* Sync with waldi's packageGlenn L McGrath2003-04-068-247/+1160
* Preparation for the new net-udeb based on required applets documented atGlenn L McGrath2003-04-061-0/+369
* Add more help textEric Andersen2003-04-041-1/+2
* Test that cvs commit messages are working properlyEric Andersen2003-04-041-1/+3
* Fix 'thinko'.Manuel Novoa III2003-04-031-1/+1
* Yet another rather large face lift. It now works for me as expected.Eric Andersen2003-04-021-488/+486
* Avoid errors with buggy preprocessorsEric Andersen2003-03-311-2/+2
* Update config to new menu optionsGlenn L McGrath2003-03-301-93/+100
* Rename, to specify kernelGlenn L McGrath2003-03-301-1/+1
* Group common stringGlenn L McGrath2003-03-301-4/+4
* Small fix for sed 'y' commandGlenn L McGrath2003-03-301-1/+1
* sed 'y' command, simplify some other codeGlenn L McGrath2003-03-301-33/+97
* Experimental support for embeded newline. (im evil)Glenn L McGrath2003-03-302-10/+64
* trivial fix to make sure we have sufficient arguments beforeEric Andersen2003-03-281-4/+3
* Still fine tunning the printing of the substitute commandGlenn L McGrath2003-03-281-3/+5
* sed 't' branching commandGlenn L McGrath2003-03-281-11/+13
* Fix sed 's' command's 'p' flag, so it can print line twiceGlenn L McGrath2003-03-281-12/+10
* fix q commandGlenn L McGrath2003-03-281-2/+5
* Add basic branching support, sed ':' and 'b' commandsGlenn L McGrath2003-03-281-0/+36
* make sed cleanup use linked listGlenn L McGrath2003-03-281-18/+15
* Use a linked list for sed commands in preparation for branching supportGlenn L McGrath2003-03-281-15/+24
* Oops... had != but meant ==.Manuel Novoa III2003-03-231-1/+1
* Minor cleanups. Document the cmp -l option.Manuel Novoa III2003-03-191-4/+7