aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-03-28Fix sed 's' command's 'p' flag, so it can print line twiceGlenn L McGrath
2003-03-28fix q commandGlenn L McGrath
2003-03-28Add basic branching support, sed ':' and 'b' commandsGlenn L McGrath
2003-03-28make sed cleanup use linked listGlenn L McGrath
2003-03-28Use a linked list for sed commands in preparation for branching supportGlenn L McGrath
2003-03-23Oops... had != but meant ==.Manuel Novoa III
2003-03-19Minor cleanups. Document the cmp -l option.Manuel Novoa III
2003-03-19Restrict octal perms to <= 07777. Cosmetic error message change.Manuel Novoa III
2003-03-19Obligatory forgotten item.Manuel Novoa III
2003-03-19Things my compiler didn't catch...Manuel Novoa III
2003-03-19Major coreutils update.Manuel Novoa III
2003-03-18Match newlines, this fixes matching of ^ or $ when there is a '\n' in the pat...Glenn L McGrath
2003-03-18Fix a bug that corrupted the string followed commands that had no arguments (...Glenn L McGrath
2003-03-14Patch from Jonas Holmberg, adjusted by Robert Schwebel, andEric Andersen
2003-03-13oops. args shuffled.Eric Andersen
2003-03-13Fix obviously wrong names from older busyboxEric Andersen
2003-03-13Patch from Tito Ragusa:Eric Andersen
2003-03-11cope with crappy windoze ftp serversEric Andersen
2003-03-10Avoid potential rendering problemsEric Andersen
2003-03-10fix n, add N, PGlenn L McGrath
2003-03-10add the 'n' commandGlenn L McGrath
2003-03-10Add the q (quit) optionGlenn L McGrath
2003-03-09Fix a delimiter matching bug i introduced.Glenn L McGrath
2003-03-09Support grouped commands, i.e. {cmd1;cmd2}Glenn L McGrath
2003-03-09alloc array for commands, use string ptr in parse_command_string()Glenn L McGrath
2003-03-09use typedef for struct sed_cmdGlenn L McGrath
2003-03-09redo get_addres(). save some space. possible fix a bug where the command migh...Glenn L McGrath
2003-03-09Woops, remove the code i didnt mean to commitGlenn L McGrath
2003-03-09Mention the opengroup sed reference, add a check which is disabled at present.Glenn L McGrath
2003-03-08Fix matching for the $ address (last line)Glenn L McGrath
2003-03-07be more careful about cleaning upEric Andersen
2003-03-07Scrub things a bit, shave off a few bytes.Eric Andersen
2003-03-07Save a few bytes and remove a redundant stringEric Andersen
2003-03-07With nightmares of libbb ending up with 100 .c files startingEric Andersen
2003-03-07audit for proper error handling, apply a few size optimizationsEric Andersen
2003-03-07Define bb_xgetlarg as a standard interface for extractingEric Andersen
2003-03-07Explicitly define -DNDEBUG so asserts don't clutter release codeEric Andersen
2003-02-28Add all the syslogd help textEric Andersen
2003-02-28There is no good reason to prevent nfs mounts from being mountedEric Andersen
2003-02-27Write all the help text for the util-linux utilities. AllowEric Andersen
2003-02-18mention "katamaran"Eric Andersen
2003-02-17Fix for big endian machinesGlenn L McGrath
2003-02-17New applet sha1sumGlenn L McGrath
2003-02-15Patch from Bastian BlankGlenn L McGrath
2003-02-15Merge fileutils, textutils and shellutils into coreuilsGlenn L McGrath
2003-02-12sync with udhcp bug fixesRuss Dill
2003-02-12Don't use HZ -- use sysconf(_SC_CLK_TCK)Eric Andersen
2003-02-11Fix compile error... header problems.Manuel Novoa III
2003-02-10last_patch83 by Vladimir N. OleynikGlenn L McGrath
2003-02-10Fix compile error, last_patch82 by Vladimir N. OleynikGlenn L McGrath