]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
commit bash-20061019 snapshot
authorChet Ramey <chet.ramey@case.edu>
Wed, 7 Dec 2011 13:59:43 +0000 (08:59 -0500)
committerChet Ramey <chet.ramey@case.edu>
Wed, 7 Dec 2011 13:59:43 +0000 (08:59 -0500)
CWRU/CWRU.chlog
builtins/ulimit.def
parse.y
patchlevel.h
po/ru.po

index 2806bf35d8ec7ac444dbfc053797cbba748ff71f..2ff1a1689b5be1991e441db238a2030e84f35ccb 100644 (file)
@@ -8889,8 +8889,8 @@ Makefile.in
        - descend into `po' and run make recursively for the various clean
          targets
 
-                                   1/4
-                                   ---
+                                1/4/2004
+                                --------
 include/shmbutil.h
        - two new macros:  BACKUP_CHAR(str, strsize, i), which backs up one
          multibyte character in STR starting at index I, and
@@ -12718,8 +12718,8 @@ jobs.c
        - in delete_job, if find_last_proc returns NULL, don't try to call
          bgp_delete
 
-                                   1/7
-                                   ---
+                                1/7/2006
+                                --------
 doc/bash.1
        - patch from Tim Waugh to replace some literal single quotes with
          \(aq, the groff special character for it
@@ -13756,3 +13756,11 @@ parse.y
        - change read_token_word to skip over `(' and `|' if PST_REGEXP is
          set, since those characters are legitimate regexp chars (but still
          parse matched pairs of parens)
+
+                                  10/16
+                                  -----
+builtins/ulimit.def
+       - add -e and -r to $SHORT_DOC usage string
+
+po/ru.po
+       - fix encoding; Russian text in the file is actually encoded in KOI8-R
index 2d2e7b2b877329bbb0b7f2e9ba63cab9cf886abe..0279295fa50537438413725312bb6840efd02039 100644 (file)
@@ -24,7 +24,7 @@ $PRODUCES ulimit.c
 $BUILTIN ulimit
 $FUNCTION ulimit_builtin
 $DEPENDS_ON !_MINIX
-$SHORT_DOC ulimit [-SHacdfilmnpqstuvx] [limit]
+$SHORT_DOC ulimit [-SHacdefilmnpqrstuvx] [limit]
 Ulimit provides control over the resources available to processes
 started by the shell, on systems that allow such control.  If an
 option is given, it is interpreted as follows:
diff --git a/parse.y b/parse.y
index 63e577eca43d0d99b624c357e2d6f3f03a5788e3..7a83d46fb9b8939d38eb6cf93869d42eba0108b5 100644 (file)
--- a/parse.y
+++ b/parse.y
@@ -3433,9 +3433,9 @@ read_token_word (character)
         we need to special-case characters special to both the shell and
         regular expressions.  Right now, that is only '(' and '|'. */ /*)*/
       if MBTEST((parser_state & PST_REGEXP) && (character == '(' || character == '|'))         /*)*/
-        {
-          if (character == '|')
-            goto got_character;
+       {
+         if (character == '|')
+           goto got_character;
 
          push_delimiter (dstack, character);
          ttok = parse_matched_pair (cd, '(', ')', &ttoklen, 0);
@@ -3450,7 +3450,7 @@ read_token_word (character)
          FREE (ttok);
          dollar_present = all_digit_token = 0;
          goto next_character;
-        }
+       }
 #endif /* COND_REGEXP */
 
 #ifdef EXTENDED_GLOB
index 246f7eed949c3a11a822e78de40e5901c4c9129f..f2b9572d7f5952b8ec14ce17f67247bf5e7d67cc 100644 (file)
@@ -25,6 +25,6 @@
    regexp `^#define[   ]*PATCHLEVEL', since that's what support/mkversion.sh
    looks for to find the patch level (for the sccs version string). */
 
-#define PATCHLEVEL 0
+#define PATCHLEVEL 1
 
 #endif /* _PATCHLEVEL_H_ */
index 5eecad930221c14dfef01618bb3f5ee6f8844f0a..13efb9d0c8d8030bfc438d6d7871215502079b11 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -12,7 +12,7 @@ msgstr ""
 "Last-Translator: Evgeniy Dushistov <dushistov@mail.ru>\n"
 "Language-Team: Russian <ru@li.org>\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=KOI8-R\n"
 "Content-Transfer-Encoding: 8bit\n"
 "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"
 
@@ -2557,4 +2557,3 @@ msgstr ""
 "ðÏËÁÚÙ×ÁÅÔ ×ÏÚÍÏÖÎÙÅ ÄÏÐÏÌÎÅÎÉÑ × ÚÁ×ÉÓÉÍÏÓÔÉ ÏÐÃÉÊ. ðÒÅÄÐÏÌÁÇÁÅÔÓÑ,\n"
 "    ÞÔÏ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÔØÓÑ ×ÎÕÔÒÉ ÆÕÎËÃÉÊ ËÏÍÁÎÄÎÏÇÏ ÉÎÔÅÒÐÒÅÔÁÔÏÒÁ, ÇÅÎÅÒÉÒÕÀÝÅÊ ×ÏÚÍÏÖÎÙÅ ÄÏÐÏÌÎÅÎÉÑ.\n"
 "    åÓÌÉ ÎÅÏÂÑÚÁÔÅÌØÎÙÊ ÁÒÇÕÍÅÎÔ óìï÷ï ÂÙÌ ÉÓÐÏÌØÚÏ×ÁÎ, ÔÏ ÂÕÄÕÔ ÓÇÅÎÅÒÉÒÏ×ÁÎÙ ÔÏÌØËÏ ÓÏ×ÐÁÄÅÎÉÑ Ó óìï÷ï."
-