summaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2003-04-27Fix segfault when cleaning upGlenn L McGrath1-1/+1
2003-04-27grep -f support, adds only 60 Bytes, but regex's now compiled asGlenn L McGrath1-27/+48
2003-04-26Always preserve dateGlenn L McGrath1-2/+1
2003-04-26New commands, 'G' and 'H'Glenn L McGrath1-1/+21
2003-04-26Add the -d option, its used by old versions of config.guess, change toGlenn L McGrath1-3/+26
2003-04-26iPatch from waldi, fixes usage of ip route flush (from)? (match|exact)Glenn L McGrath1-0/+14
2003-04-25Patch from Steven Scholz to fix telnetd compile problemEric Andersen1-2/+2
2003-04-24There have been many reports of init failing to reboot and/or failing to haltEric Andersen1-7/+21
2003-04-21unlink a previous file before its extractedGlenn L McGrath1-1/+2
2003-04-21sync with waldiGlenn L McGrath5-13/+47
2003-04-21unlink() an existing file, before opening it, simply truncating canGlenn L McGrath1-1/+2
2003-04-21Add link to SimplyGNUstepEric Andersen1-0/+1
2003-04-19Patch from David Updegraff to use calloc so that forward pointers start outEric Andersen1-7/+29
2003-04-19Patch from David Updegraff to avoid corrupting memory while parsing theEric Andersen1-2/+5
2003-04-16Minor .o file naming changeEric Andersen2-5/+5
2003-04-16enable CONFIG_USE_BB_PWD_GRP for the debian installer,Eric Andersen4-4/+4
2003-04-12Fix logic error in grouped commandsGlenn L McGrath1-42/+25
2003-04-11Fix up indentingGlenn L McGrath1-78/+59
2003-04-09Really fix the 'r' commandGlenn L McGrath1-4/+7
2003-04-09Fix the sed 'r' commandGlenn L McGrath1-3/+2
2003-04-09fix substitution when replacing with &, we shouldnt check for an escape charc...Glenn L McGrath1-2/+1
2003-04-09Label ends at a newline, update comments, rename linked list fieldGlenn L McGrath1-36/+37
2003-04-08Run through indentGlenn L McGrath1-301/+360
2003-04-08Fixes block commands to correctly identify end of block, recognise the #n dir...Glenn L McGrath1-27/+63
2003-04-07Add hold space commands 'g', 'h', 'x'Glenn L McGrath1-5/+19
2003-04-07Rename "line" to pattern_space to be more descriptive and closer to the POSIX...Glenn L McGrath1-34/+32
2003-04-06Sync with waldi's packageGlenn L McGrath8-247/+1160