summaryrefslogtreecommitdiff
path: root/sh.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-01-22Patch from Larry Doolittle to close bug #1086.Eric Andersen1-0/+8
2001-01-21Update timeEric Andersen1-1/+1
2001-01-20Fix naming to reflect realityEric Andersen2-6/+6
2001-01-20Move \n to inside TRIVIAL_HELP, to save a few bytes for the default case.Eric Andersen2-674/+668
2001-01-20djust debian build targetsEric Andersen2-18/+57
2001-01-20lean up a potential error, thanks to Vladimir N. Oleynik <dzo@simtreas.ru>.Eric Andersen1-11/+6
2001-01-20Clarify the statusbar config option so it states which applet it applies to.Eric Andersen3-19/+19
2001-01-20Adjust the default feature set a wee bitEric Andersen1-2/+2
2001-01-20Apply a patch from Vladimir N. Oleynik <dzo@simtreas.ru>,Eric Andersen2-38/+36
2001-01-20Close files before exitGlenn L McGrath2-0/+2
2001-01-20More printf cleanupsEric Andersen5-29/+29
2001-01-20Close unused pipe handle before fork (for tar -z).Glenn L McGrath2-2/+8
2001-01-18All files include busybox.h, which includes applets.h, so the MakefileMatt Kraai1-2/+2
2001-01-18Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai20-108/+102
2001-01-17Complicate truncate behavior.Matt Kraai2-14/+26
2001-01-17Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization.Matt Kraai2-8/+8
2001-01-16Show an example of how to compile with uClibc.Eric Andersen1-2/+10
2001-01-13Fix ownership of extracted directories.Matt Kraai2-4/+10
2001-01-09Removed unused, unneeded, Lineo-specific script.Mark Whitley1-23/+0
2001-01-05Needs to be NULL at init in all cases.Eric Andersen3-3/+3
2001-01-05Changelog update/cleanup from larry.Eric Andersen1-7/+8
2001-01-05Patch from larry doolittle to be ever so careful to cleanupEric Andersen3-48/+216
2001-01-05Better label the globals.Eric Andersen3-6/+21
2001-01-05Patch from Larry Doolittle to set values to static variables that live in theEric Andersen3-6/+45
2001-01-05Turned some #define constants into static const ints.Mark Whitley2-4/+4
2001-01-05Rewrote tail.Matt Kraai2-506/+406
2001-01-05Fix a segfault by only constructing the prompt when we need to. If we don'tMatt Kraai3-6/+6
2001-01-04Changed email address to codepoet.org, updated list of applets / docs IMark Whitley9-10/+10
2001-01-04Included name of Larry Doolittle's build test script. Shameless self-creditingMark Whitley1-1/+5
2001-01-04Update to changelog -- mostly from Larry Doolittle.Eric Andersen1-1/+30
2001-01-04Fixed -qv interaction (thanks to a report and patch from David Douthitt).Matt Kraai2-0/+10
2001-01-04Move window size handling to cmdedit.c. Move prompt setup to setup_prompt_st...Eric Andersen3-159/+99
2001-01-04Update interface per what now exists...Eric Andersen2-26/+0
2001-01-04Cleanup -- move win handling to cmdedit.c, static-ify many functions.Eric Andersen2-30/+60
2001-01-04Fix symbol table manipulation (report and fix by Larry Doolittle).Matt Kraai2-6/+8