summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | Fix segfault when using 'N' with an odd number of lines.
* trivial fix to make sure we have sufficient arguments beforeEric Andersen2003-03-281-4/+3
| | | | | we mess with a possibly non-existant argv[1] -Erik
* 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
|
* Restrict octal perms to <= 07777. Cosmetic error message change.Manuel Novoa III2003-03-192-2/+2
|
* Obligatory forgotten item.Manuel Novoa III2003-03-191-2/+2
|
* Things my compiler didn't catch...Manuel Novoa III2003-03-193-4/+4
|
* Major coreutils update.Manuel Novoa III2003-03-19295-5533/+6907
|
* Match newlines, this fixes matching of ^ or $ when there is a '\n' in the ↵Glenn L McGrath2003-03-181-1/+2
| | | | pattern being matched. This fixes cases when the N command is used.
* Fix a bug that corrupted the string followed commands that had no arguments ↵Glenn L McGrath2003-03-181-8/+8
| | | | (Closes #1304)
* Patch from Jonas Holmberg, adjusted by Robert Schwebel, andEric Andersen2003-03-141-55/+144
| | | | later re-adjusted by me to fix msh backtick handling
* oops. args shuffled.Eric Andersen2003-03-131-1/+1
|
* Fix obviously wrong names from older busyboxEric Andersen2003-03-131-7/+7
|
* Patch from Tito Ragusa:Eric Andersen2003-03-131-51/+53
| | | | | | | The changes I've made: in strings.c: 1) fix memory allocation error I've detected with MALLOC_CHECK_=1 in *string; 2) code clean up; 3) fix compiler warnings about uninitialized vars;
* cope with crappy windoze ftp serversEric Andersen2003-03-111-2/+2
|
* Avoid potential rendering problemsEric Andersen2003-03-101-1/+1
|
* fix n, add N, PGlenn L McGrath2003-03-101-5/+22
|
* add the 'n' commandGlenn L McGrath2003-03-101-1/+4
|
* Add the q (quit) optionGlenn L McGrath2003-03-101-12/+15
|
* Fix a delimiter matching bug i introduced.Glenn L McGrath2003-03-091-0/+1
|
* Support grouped commands, i.e. {cmd1;cmd2}Glenn L McGrath2003-03-091-71/+88
|
* alloc array for commands, use string ptr in parse_command_string()Glenn L McGrath2003-03-091-37/+36
|
* use typedef for struct sed_cmdGlenn L McGrath2003-03-091-11/+11
|
* redo get_addres(). save some space. possible fix a bug where the command ↵Glenn L McGrath2003-03-091-31/+25
| | | | might be set to 0 if no second address is given. dont parse sed_cmd struct to get_address, we only need the delim field.
* Woops, remove the code i didnt mean to commitGlenn L McGrath2003-03-091-30/+23
|
* Mention the opengroup sed reference, add a check which is disabled at present.Glenn L McGrath2003-03-091-23/+43
|
* Fix matching for the $ address (last line)Glenn L McGrath2003-03-081-6/+16
|
* be more careful about cleaning upEric Andersen2003-03-072-5/+17
|
* Scrub things a bit, shave off a few bytes.Eric Andersen2003-03-071-6/+9
| | | | -Erik
* Save a few bytes and remove a redundant stringEric Andersen2003-03-071-1/+1
|
* With nightmares of libbb ending up with 100 .c files startingEric Andersen2003-03-072-1/+1
| | | | | with "bb_" it seems best to rename this now and avoid starting an evil KDE style naming trend.
* audit for proper error handling, apply a few size optimizationsEric Andersen2003-03-071-27/+34
| | | | -Erik
* Define bb_xgetlarg as a standard interface for extractingEric Andersen2003-03-073-1/+30
| | | | | numbers from getopt which includes careful error checking. -Erik
* Explicitly define -DNDEBUG so asserts don't clutter release codeEric Andersen2003-03-071-1/+2
|
* Add all the syslogd help textEric Andersen2003-02-281-16/+51
|
* There is no good reason to prevent nfs mounts from being mountedEric Andersen2003-02-281-2/+2
| | | | | | | during 'mount -a'. If the user wants to do that, hey, its their lifs. If the nfs server is down and they don't want to wait for nfs to time out, that is their problem. -Erik
* Write all the help text for the util-linux utilities. AllowEric Andersen2003-02-272-35/+153
| | | | | | people to locate the mtab file somewhere other that /etc to accomodate read only root filesystems. -Erik
* mention "katamaran"Eric Andersen2003-02-181-0/+1
|
* Fix for big endian machinesGlenn L McGrath2003-02-171-2/+2
|
* New applet sha1sumGlenn L McGrath2003-02-175-0/+239
|