sensible local support?

2010-11-07 Thread Jim Meyering
Hi Herbert, Would you be open to the idea of making dash's local work more like the scope modifier that its name implies than like a separate command in which assignments have different semantics? To be clear, local is not standardized, so the change I'm advocating would not be a bug fix ;-)

[PATCH] avoid overflow for very long variable name

2012-05-23 Thread Jim Meyering
Signed-off-by: Jim Meyering meyer...@redhat.com --- ChangeLog| 5 + src/parser.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8686332..c84aa7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-03-11 Jim Meyering meyer