commit | af44a0e8f459bd0aa98961b87f6dff07d139d618 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Fri Apr 27 07:26:12 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Fri Apr 27 07:26:12 2001 +0000 |
tree | 827a7202f8c22e2bda4c6d2c8cbaba7c18e2288a | |
parent | 0081466925ec6224eae13f0702f2df719237de6e [diff] |
An update to hush from Larry: It should recover more smoothly from syntax errors, and it now has a decent guess when the reserved word construct is over (or not) to control execution and prompting. I took out all the redundant standalone test copies of libbb routines, but left in a hook so I can include those for my testing. I'll post that include file on my web site. - Larry