aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* cope with crappy windoze ftp serversandersen2003-03-111-2/+2
* Avoid potential rendering problemsandersen2003-03-101-1/+1
* fix n, add N, Pbug12003-03-101-5/+22
* add the 'n' commandbug12003-03-101-1/+4
* Add the q (quit) optionbug12003-03-101-12/+15
* Fix a delimiter matching bug i introduced.bug12003-03-091-0/+1
* Support grouped commands, i.e. {cmd1;cmd2}bug12003-03-091-71/+88
* alloc array for commands, use string ptr in parse_command_string()bug12003-03-091-37/+36
* use typedef for struct sed_cmdbug12003-03-091-11/+11
* redo get_addres(). save some space. possible fix a bug where the command migh...bug12003-03-091-31/+25
* Woops, remove the code i didnt mean to commitbug12003-03-091-30/+23
* Mention the opengroup sed reference, add a check which is disabled at present.bug12003-03-091-23/+43
* Fix matching for the $ address (last line)bug12003-03-081-6/+16
* be more careful about cleaning upandersen2003-03-072-5/+17
* Scrub things a bit, shave off a few bytes.andersen2003-03-071-6/+9
* Save a few bytes and remove a redundant stringandersen2003-03-071-1/+1
* With nightmares of libbb ending up with 100 .c files startingandersen2003-03-072-1/+1
* audit for proper error handling, apply a few size optimizationsandersen2003-03-071-27/+34
* Define bb_xgetlarg as a standard interface for extractingandersen2003-03-073-1/+30
* Explicitly define -DNDEBUG so asserts don't clutter release codeandersen2003-03-071-1/+2
* Add all the syslogd help textandersen2003-02-281-16/+51
* There is no good reason to prevent nfs mounts from being mountedandersen2003-02-281-2/+2
* Write all the help text for the util-linux utilities. Allowandersen2003-02-272-35/+153