aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sync with waldibug12003-04-215-13/+47
* unlink() an existing file, before opening it, simply truncating canbug12003-04-211-1/+2
* Add link to SimplyGNUstepandersen2003-04-211-0/+1
* Patch from David Updegraff to use calloc so that forward pointers start outandersen2003-04-191-7/+29
* Patch from David Updegraff to avoid corrupting memory while parsing theandersen2003-04-191-2/+5
* Minor .o file naming changeandersen2003-04-162-5/+5
* enable CONFIG_USE_BB_PWD_GRP for the debian installer,andersen2003-04-164-4/+4
* Fix logic error in grouped commandsbug12003-04-121-42/+25
* Fix up indentingbug12003-04-111-78/+59
* Really fix the 'r' commandbug12003-04-091-4/+7
* Fix the sed 'r' commandbug12003-04-091-3/+2
* fix substitution when replacing with &, we shouldnt check for an escape charc...bug12003-04-091-2/+1
* Label ends at a newline, update comments, rename linked list fieldbug12003-04-091-36/+37
* Run through indentbug12003-04-081-301/+360
* Fixes block commands to correctly identify end of block, recognise the #n dir...bug12003-04-081-27/+63
* Add hold space commands 'g', 'h', 'x'bug12003-04-071-5/+19
* Rename "line" to pattern_space to be more descriptive and closer to the POSIX...bug12003-04-071-34/+32
* Sync with waldi's packagebug12003-04-068-247/+1160
* Preparation for the new net-udeb based on required applets documented atbug12003-04-061-0/+369
* Add more help textandersen2003-04-041-1/+2
* Test that cvs commit messages are working properlyandersen2003-04-041-1/+3
* Fix 'thinko'.mjn32003-04-031-1/+1
* Yet another rather large face lift. It now works for me as expected.andersen2003-04-021-488/+486
* Avoid errors with buggy preprocessorsandersen2003-03-311-2/+2
* Update config to new menu optionsbug12003-03-301-93/+100
* Rename, to specify kernelbug12003-03-301-1/+1
* Group common stringbug12003-03-301-4/+4
* Small fix for sed 'y' commandbug12003-03-301-1/+1
* sed 'y' command, simplify some other codebug12003-03-301-33/+97
* Experimental support for embeded newline. (im evil)bug12003-03-302-10/+64
* trivial fix to make sure we have sufficient arguments beforeandersen2003-03-281-4/+3
* Still fine tunning the printing of the substitute commandbug12003-03-281-3/+5
* sed 't' branching commandbug12003-03-281-11/+13
* Fix sed 's' command's 'p' flag, so it can print line twicebug12003-03-281-12/+10
* fix q commandbug12003-03-281-2/+5
* Add basic branching support, sed ':' and 'b' commandsbug12003-03-281-0/+36
* make sed cleanup use linked listbug12003-03-281-18/+15
* Use a linked list for sed commands in preparation for branching supportbug12003-03-281-15/+24
* Oops... had != but meant ==.mjn32003-03-231-1/+1
* Minor cleanups. Document the cmp -l option.mjn32003-03-191-4/+7
* Restrict octal perms to <= 07777. Cosmetic error message change.mjn32003-03-192-2/+2
* Obligatory forgotten item.mjn32003-03-191-2/+2
* Things my compiler didn't catch...mjn32003-03-193-4/+4
* Major coreutils update.mjn32003-03-19295-5533/+6907
* Match newlines, this fixes matching of ^ or $ when there is a '\n' in the pat...bug12003-03-181-1/+2
* Fix a bug that corrupted the string followed commands that had no arguments (...bug12003-03-181-8/+8
* Patch from Jonas Holmberg, adjusted by Robert Schwebel, andandersen2003-03-141-55/+144
* oops. args shuffled.andersen2003-03-131-1/+1
* Fix obviously wrong names from older busyboxandersen2003-03-131-7/+7
* Patch from Tito Ragusa:andersen2003-03-131-51/+53