commit bash-20040304 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 12:55:17 -05:00
parent 5565fb1a35
commit 5ba8ff6eaa
2 changed files with 25 additions and 10 deletions
+9 -1
View File
@@ -9218,7 +9218,7 @@ expr.c
- make the exponentiation operator (**) associative, so things like
2**3**4 work right (change `if' to `while')
3/2
3/3
---
lib/sh/strftime.c
- SCO Unix 3.2, like Solaris, requires that the system's `timezone'
@@ -9226,3 +9226,11 @@ lib/sh/strftime.c
lib/readline/{bind,histfile,input,parens}.c
- changes for Tandem (including `floss.h' (?))
3/4
---
subst.c
- change param_expand to quote the entire expanded string instead
of just the escape characters if the expansion appears between
double quotes or in a here-document (for simple variable expansions
or expansions of positional parameters)