diff options
author | 2006-01-15 22:24:23 +0000 | |
---|---|---|
committer | 2006-01-15 22:24:23 +0000 | |
commit | 32250ffeaedbb36ecc772853be45b972a62887bd (patch) | |
tree | f78edbf55aab426b6b07c08c0e76c6916f5e997b /app-shells/bash/files | |
parent | Initial bump. (diff) | |
download | gentoo-2-32250ffeaedbb36ecc772853be45b972a62887bd.tar.gz gentoo-2-32250ffeaedbb36ecc772853be45b972a62887bd.tar.bz2 gentoo-2-32250ffeaedbb36ecc772853be45b972a62887bd.zip |
old
Diffstat (limited to 'app-shells/bash/files')
-rw-r--r-- | app-shells/bash/files/bash-3.1-arrays.patch | 45 | ||||
-rw-r--r-- | app-shells/bash/files/digest-bash-3.1_p5-r1 | 7 |
2 files changed, 0 insertions, 52 deletions
diff --git a/app-shells/bash/files/bash-3.1-arrays.patch b/app-shells/bash/files/bash-3.1-arrays.patch deleted file mode 100644 index 6b1fc8f676b2..000000000000 --- a/app-shells/bash/files/bash-3.1-arrays.patch +++ /dev/null @@ -1,45 +0,0 @@ -http://lists.gnu.org/archive/html/bug-bash/2005-12/msg00062.html - -Date: Sat, 24 Dec 2005 13:27:55 -0500 -From: Chet Ramey <chet.ramey@case.edu> -To: Mike Frysinger <vapier@gentoo.org> -CC: bug-bash@gnu.org, - chet@case.edu -Subject: Re: bash-3.1.1 parses arrays slightly incorrectly - -Mike Frysinger wrote: -> On Thu, Dec 22, 2005 at 09:24:06AM -0500, Chet Ramey wrote: ->> Bash-Release: 3.1 ->> Patch-ID: bash31-001 ->> ->> Bug-Description: ->> ->> There are parsing problems with compound assignments in several contexts, ->> including as arguments to builtins like `local', `eval', and `let', and ->> as multiple assignments in a single command. -> -> still seems to be a slight regression here with arrays ... - -Try this: - -*** ../bash-3.1/subst.c Mon Oct 24 09:51:13 2005 ---- subst.c Fri Dec 23 15:21:09 2005 -*************** -*** 2188,2192 **** - { - v = find_variable (name); -! if (v == 0 || array_p (v) == 0) - v = make_local_array_variable (name); - v = assign_array_var_from_string (v, value, flags); ---- 2188,2192 ---- - { - v = find_variable (name); -! if (v == 0 || array_p (v) == 0 || v->context != variable_context) - v = make_local_array_variable (name); - v = assign_array_var_from_string (v, value, flags); - --- -``The lyf so short, the craft so long to lerne.'' - Chaucer -( ``Discere est Dolere'' -- chet ) - Live Strong. -Chet Ramey, ITS, CWRU chet@case.edu http://cnswww.cns.cwru.edu/~chet/ diff --git a/app-shells/bash/files/digest-bash-3.1_p5-r1 b/app-shells/bash/files/digest-bash-3.1_p5-r1 deleted file mode 100644 index f894d8d19a53..000000000000 --- a/app-shells/bash/files/digest-bash-3.1_p5-r1 +++ /dev/null @@ -1,7 +0,0 @@ -MD5 ef5304c4b22aaa5088972c792ed45d72 bash-3.1.tar.gz 2533934 -MD5 c0d33bdfed6e4e6a9ae9200b77cd5c99 bash31-001 2708 -MD5 0c9be3bad344d04b79c4eac9eb39624c bash31-002 7169 -MD5 04750485f335972f7a980a1bfe048dba bash31-003 1324 -MD5 0c2856794ab16a4c224223c1964140c2 bash31-004 1470 -MD5 943233d7227071fa040c8b9eb016fa0c bash31-005 1322 -MD5 63faf622820ca0828131c8b5aeac1e6a readline51-001 2042 |