aboutsummaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2003-03-30sed 'y' command, simplify some other codebug11-33/+97
2003-03-30Experimental support for embeded newline. (im evil)bug12-10/+64
2003-03-28trivial fix to make sure we have sufficient arguments beforeandersen1-4/+3
2003-03-28Still fine tunning the printing of the substitute commandbug11-3/+5
2003-03-28sed 't' branching commandbug11-11/+13
2003-03-28Fix sed 's' command's 'p' flag, so it can print line twicebug11-12/+10
2003-03-28fix q commandbug11-2/+5
2003-03-28Add basic branching support, sed ':' and 'b' commandsbug11-0/+36
2003-03-28make sed cleanup use linked listbug11-18/+15
2003-03-28Use a linked list for sed commands in preparation for branching supportbug11-15/+24
2003-03-23Oops... had != but meant ==.mjn31-1/+1
2003-03-19Minor cleanups. Document the cmp -l option.mjn31-4/+7
2003-03-19Restrict octal perms to <= 07777. Cosmetic error message change.mjn32-2/+2
2003-03-19Obligatory forgotten item.mjn31-2/+2
2003-03-19Things my compiler didn't catch...mjn33-4/+4
2003-03-19Major coreutils update.mjn3295-5533/+6907
2003-03-18Match newlines, this fixes matching of ^ or $ when there is a '\n' in the pat...bug11-1/+2
2003-03-18Fix a bug that corrupted the string followed commands that had no arguments (...bug11-8/+8
2003-03-14Patch from Jonas Holmberg, adjusted by Robert Schwebel, andandersen1-55/+144
2003-03-13oops. args shuffled.andersen1-1/+1
2003-03-13Fix obviously wrong names from older busyboxandersen1-7/+7
2003-03-13Patch from Tito Ragusa:andersen1-51/+53
2003-03-11cope with crappy windoze ftp serversandersen1-2/+2
2003-03-10Avoid potential rendering problemsandersen1-1/+1
2003-03-10fix n, add N, Pbug11-5/+22
2003-03-10add the 'n' commandbug11-1/+4
2003-03-10Add the q (quit) optionbug11-12/+15
2003-03-09Fix a delimiter matching bug i introduced.bug11-0/+1
2003-03-09Support grouped commands, i.e. {cmd1;cmd2}bug11-71/+88
2003-03-09alloc array for commands, use string ptr in parse_command_string()bug11-37/+36
2003-03-09use typedef for struct sed_cmdbug11-11/+11
2003-03-09redo get_addres(). save some space. possible fix a bug where the command migh...bug11-31/+25
2003-03-09Woops, remove the code i didnt mean to commitbug11-30/+23
2003-03-09Mention the opengroup sed reference, add a check which is disabled at present.bug11-23/+43
2003-03-08Fix matching for the $ address (last line)bug11-6/+16
2003-03-07be more careful about cleaning upandersen2-5/+17
2003-03-07Scrub things a bit, shave off a few bytes.andersen1-6/+9
2003-03-07Save a few bytes and remove a redundant stringandersen1-1/+1
2003-03-07With nightmares of libbb ending up with 100 .c files startingandersen2-1/+1
2003-03-07audit for proper error handling, apply a few size optimizationsandersen1-27/+34
2003-03-07Define bb_xgetlarg as a standard interface for extractingandersen3-1/+30
2003-03-07Explicitly define -DNDEBUG so asserts don't clutter release codeandersen1-1/+2
2003-02-28Add all the syslogd help textandersen1-16/+51
2003-02-28There is no good reason to prevent nfs mounts from being mountedandersen1-2/+2
2003-02-27Write all the help text for the util-linux utilities. Allowandersen2-35/+153
2003-02-18mention "katamaran"andersen1-0/+1
2003-02-17Fix for big endian machinesbug11-2/+2
2003-02-17New applet sha1sumbug15-0/+239
2003-02-15Patch from Bastian Blankbug14-5/+128
2003-02-15Merge fileutils, textutils and shellutils into coreuilsbug15-6/+628