source: patches/bash-3.2-fixes-1.patch@ e9e9743

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since e9e9743 was 663b0fd, checked in by Jim Gifford <clfs@…>, 18 years ago

Added: bash-3.2-fixes-1.patch - Removed: ncurses-5.5-bash32_update-1.patch

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[663b0fd]1Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
2Date: 2006-10-15
3Initial Package Version: 3.2
4Origin: Upstream
5Upstream Status: From Upstream
6Description: Contains patches from Unofficial Patches from Upstream
7
8diff -Naur bash-3.2.orig/parse.y bash-3.2/parse.y
9--- bash-3.2.orig/parse.y 2006-09-19 13:37:21.000000000 -0700
10+++ bash-3.2/parse.y 2006-10-16 10:38:05.026546246 -0700
11@@ -2735,7 +2735,7 @@
12 /* itrace("parse_matched_pair: open = %c close = %c", open, close); */
13 count = 1;
14 pass_next_character = backq_backslash = was_dollar = in_comment = 0;
15- check_comment = (flags & P_COMMAND) && qc != '\'' && qc != '"' && (flags & P_DQUOTE) == 0;
16+ check_comment = (flags & P_COMMAND) && qc != '`' && qc != '\'' && qc != '"' && (flags & P_DQUOTE) == 0;
17
18 /* RFLAGS is the set of flags we want to pass to recursive calls. */
19 rflags = (qc == '"') ? P_DQUOTE : (flags & P_DQUOTE);
20diff -Naur bash-3.2.orig/po/ru.po bash-3.2/po/ru.po
21--- bash-3.2.orig/po/ru.po 2006-01-10 14:51:03.000000000 -0800
22+++ bash-3.2/po/ru.po 2006-10-16 11:09:47.714195333 -0700
23@@ -12,7 +12,7 @@
24 "Last-Translator: Evgeniy Dushistov <dushistov@mail.ru>\n"
25 "Language-Team: Russian <ru@li.org>\n"
26 "MIME-Version: 1.0\n"
27-"Content-Type: text/plain; charset=UTF-8\n"
28+"Content-Type: text/plain; charset=KOI8-R\n"
29 "Content-Transfer-Encoding: 8bit\n"
30 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
31
Note: See TracBrowser for help on using the repository browser.