source:
patches/bash-3.2-fixes-1.patch@
60d7c102
Last change on this file since 60d7c102 was 663b0fd, checked in by , 18 years ago | |
---|---|
|
|
File size: 1.4 KB |
-
parse.y
Submitted By: Jim Gifford (jim at linuxfromscratch dot org) Date: 2006-10-15 Initial Package Version: 3.2 Origin: Upstream Upstream Status: From Upstream Description: Contains patches from Unofficial Patches from Upstream diff -Naur bash-3.2.orig/parse.y bash-3.2/parse.y
old new 2735 2735 /* itrace("parse_matched_pair: open = %c close = %c", open, close); */ 2736 2736 count = 1; 2737 2737 pass_next_character = backq_backslash = was_dollar = in_comment = 0; 2738 check_comment = (flags & P_COMMAND) && qc != ' \'' && qc != '"' && (flags & P_DQUOTE) == 0;2738 check_comment = (flags & P_COMMAND) && qc != '`' && qc != '\'' && qc != '"' && (flags & P_DQUOTE) == 0; 2739 2739 2740 2740 /* RFLAGS is the set of flags we want to pass to recursive calls. */ 2741 2741 rflags = (qc == '"') ? P_DQUOTE : (flags & P_DQUOTE); -
po/ru.po
diff -Naur bash-3.2.orig/po/ru.po bash-3.2/po/ru.po
old new 12 12 "Last-Translator: Evgeniy Dushistov <dushistov@mail.ru>\n" 13 13 "Language-Team: Russian <ru@li.org>\n" 14 14 "MIME-Version: 1.0\n" 15 "Content-Type: text/plain; charset= UTF-8\n"15 "Content-Type: text/plain; charset=KOI8-R\n" 16 16 "Content-Transfer-Encoding: 8bit\n" 17 17 "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" 18 18
Note:
See TracBrowser
for help on using the repository browser.