aboutsummaryrefslogtreecommitdiff
path: root/modutils (unfollow)
Commit message (Expand)AuthorFilesLines
2003-09-16Compile get_terminal_width_heightGlenn L McGrath1-7/+8
2003-09-15Patch from Stephane Billiart to fix an unused variable warning.Glenn L McGrath1-1/+3
2003-09-15Patch from Bastian Blank to fix a problem when runing find under ash.Glenn L McGrath1-3/+3
2003-09-15Patch from Tito, Reduces the size of busybox's strings applet from 1900 toGlenn L McGrath1-12/+11
2003-09-15Fix a simple mistake with pattern space, and add a test for itGlenn L McGrath2-2/+15
2003-09-15Patch by Jean Wolter to fix a bug where a script wouldnt be executedGlenn L McGrath1-1/+4
2003-09-15Fix some memory allocation problemsGlenn L McGrath1-18/+21
2003-09-15Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen10-95/+110
2003-09-15fix function prototypeEric Andersen1-1/+1
2003-09-15Needs prototype for close()Eric Andersen1-0/+1
2003-09-15comparison was always false due to limited range of data types.Eric Andersen1-1/+1
2003-09-15Do not shadow the global name 'accept'Eric Andersen1-2/+2
2003-09-15Add a test for the 'P' command and fix current implementation so itGlenn L McGrath2-0/+14
2003-09-15A test and fix for the sed 'n' commandGlenn L McGrath2-0/+20