aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added support for grep -e and grep -f, closes bug #1164. Also added somemarkw2001-05-243-191/+286
* Numerous new testcases from Larry Doolittle and a patch to tester.sh to avoidmarkw2001-05-243-38/+99
* Plug another memory leakandersen2001-05-242-0/+2
* Fix up some signed char vs int issues that show up on powerpc.andersen2001-05-248-16/+12
* Get BB_LASH out of the list...andersen2001-05-244-4/+0
* Plug another memory leak in hush. This one showed up when backtickedandersen2001-05-232-0/+2
* Fix a massive memory leak in the run_list_test() function.andersen2001-05-232-66/+22
* Patch from larry to fix some grammar errors.andersen2001-05-2332-89/+89
* Commit a patch by Larry Doolittle which fixes recursive calls to file_peek,kraai2001-05-232-14/+16
* Make more robust (patch by Larry Doolittle).kraai2001-05-231-5/+11
* It turns out the descriptions of both dos2unix and unix2dosandersen2001-05-223-12/+12
* Excellent. This patch from Larry fixes the behavior of hushandersen2001-05-222-2/+6
* Fix this case. No, really this time.andersen2001-05-222-92/+122
* Fix a race. Sometimes by the time we got to checkjobs(), theandersen2001-05-222-24/+54
* Oops. Remove some debug noise I left in.andersen2001-05-222-10/+2
* Updates from both Vladimir and Larryandersen2001-05-222-128/+178
* Fixed misnamed rewind command (noted by Tom Oehser).kraai2001-05-222-2/+2
* Fixed extra -- lines (noted by Christophe Boyanique).kraai2001-05-222-2/+4
* Make - read compressed data from stdin (thanks to Marius Groeger).kraai2001-05-222-2/+2
* Correctly remove leading slashes upon extraction (thanks to Marius Groeger).kraai2001-05-222-2/+2
* Fixed mishandling of -c & -l options and accounted for case when we'remarkw2001-05-212-14/+32
* Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bugandersen2001-05-2114-63/+62
* A couple more minor touchupsandersen2001-05-213-9/+9
* Several cleanups for usage messagesandersen2001-05-213-120/+132
* Fix tell support.kraai2001-05-212-4/+26
* The latest patch from Larryandersen2001-05-212-62/+122
* This patch from Bernhard Kuhn <kuhn@lpr.e-technik.tu-muenchen.de> is based onandersen2001-05-213-14/+310
* Patch from Gernot Poerner <gp@it-netservice.de>. Adds inandersen2001-05-215-3/+10
* Fix open mode for IOCTLs which write to the tape.kraai2001-05-212-4/+30
* This is a patch from Vladimir:andersen2001-05-192-396/+368
* Fix an escape problem in the docs. Some \n's didn't have the '\'andersen2001-05-183-6/+6
* (Almost) brand-new version of cut that supports muitiple lists of positions,markw2001-05-182-218/+462
* Changed snprintf copies to use strncpy at the suggestion of Aaron Lehmann.kraai2001-05-182-16/+16
* Rewrote copyfd to use library functions, terminate, and copy correct data.kraai2001-05-183-26/+18
* Fix applet_name.kraai2001-05-172-0/+2
* Switch from hstrerror to herror for libc5 systems.kraai2001-05-171-3/+2
* Remove unused function. If necessary, we can use remove_file instead.kraai2001-05-172-62/+0
* Fix invocation of builtin shell to have proper argc and argv.kraai2001-05-172-2/+6
* Always print a newline after a matching substitution.kraai2001-05-172-12/+2
* It turns out job control in both hush and lash was broken by theandersen2001-05-174-20/+52
* Remove/replace the "div" call.andersen2001-05-162-10/+14
* Add missing include, noted by Larry Doolittle.kraai2001-05-161-0/+2
* Whoops. Forgot the x.kraai2001-05-162-4/+4
* Add xgethostbyname and herror_msg* functions.kraai2001-05-1625-96/+236
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.ckraai2001-05-1622-36/+36
* Move init of a bunch of globals into main so we are at leastandersen2001-05-162-14/+32
* Fix the behavior of local shell variables to match that of bash and ash.andersen2001-05-152-50/+218
* Suggestion from Larry: no format string, use fputs instead.andersen2001-05-152-4/+4
* Patch from Adam Heath <doogie@debian.org> to add arbitrary header supportandersen2001-05-155-9/+79
* This patch from Adam Heath <doogie@debian.org>, makes print_fileandersen2001-05-155-6/+72