From: Akim Demaille Date: Mon, 4 Mar 2002 18:21:08 +0000 (+0000) Subject: Update. X-Git-Tag: BISON-1_33b~1 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/f443a1eb89758f8be06f21fab34389c1954eae63?ds=inline Update. --- diff --git a/config/config.guess b/config/config.guess index db494f80..f4f77724 100755 --- a/config/config.guess +++ b/config/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002 Free Software Foundation, Inc. -timestamp='2002-02-19' +timestamp='2002-03-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -138,8 +138,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". - UNAME_MACHINE_ARCH=`(uname -p) 2>/dev/null` || \ - UNAME_MACHINE_ARCH=unknown + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; diff --git a/config/config.sub b/config/config.sub index 4ac7ab2f..0c490078 100755 --- a/config/config.sub +++ b/config/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002 Free Software Foundation, Inc. -timestamp='2002-02-22' +timestamp='2002-03-04' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -247,7 +247,7 @@ case $basic_machine in | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ | sh | sh[34] | sh[34]eb | shbe | shle | sh64 \ - | sparc | sparc64 | sparclet | sparclite | sparcv9 | sparcv9b \ + | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \ | strongarm \ | tahoe | thumb | tic80 | tron \ | v850 | v850e \ @@ -306,7 +306,7 @@ case $basic_machine in | pyramid-* \ | romp-* | rs6000-* \ | sh-* | sh[34]-* | sh[34]eb-* | shbe-* | shle-* | sh64-* \ - | sparc-* | sparc64-* | sparc86x-* | sparclite-* \ + | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \ | v850-* | v850e-* | vax-* \ diff --git a/config/texinfo.tex b/config/texinfo.tex index 9994f1d9..99113dd7 100644 --- a/config/texinfo.tex +++ b/config/texinfo.tex @@ -3,7 +3,7 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{2002-02-14.08} +\def\texinfoversion{2002-03-01.06} % % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, % 2000, 01, 02 Free Software Foundation, Inc. @@ -847,7 +847,7 @@ where each line of input produces a line of output.} % at least we can have real math in the main text, where it's needed most. % % -\let\implicitmath = $ +\let\implicitmath = $%$ font-lock fix % % One complication: _ usually means subscripts, but it could also mean % an actual _ character, as in @math{@var{some_variable} + 1}. So make @@ -6173,7 +6173,7 @@ should work if nowhere else does.} \def\normalless{<} \def\normalgreater{>} \def\normalplus{+} -\def\normaldollar{$} +\def\normaldollar{$}%$ font-lock fix % This macro is used to make a character print one way in ttfont % where it can probably just be output, and another way in other fonts, @@ -6222,7 +6222,7 @@ should work if nowhere else does.} \catcode`\+=\active \def+{{\tt \char 43}} \catcode`\$=\active -\def${\ifusingit{{\sl\$}}\normaldollar} +\def${\ifusingit{{\sl\$}}\normaldollar}%$ font-lock fix %\catcode 27=\active %\def^^[{$\diamondsuit$} @@ -6267,7 +6267,7 @@ should work if nowhere else does.} @let<=@normalless @let>=@normalgreater @let+=@normalplus -@let$=@normaldollar} +@let$=@normaldollar}%$ font-lock fix @def@normalturnoffactive{@let"=@normaldoublequote @let\=@normalbackslash @@ -6278,7 +6278,7 @@ should work if nowhere else does.} @let<=@normalless @let>=@normalgreater @let+=@normalplus -@let$=@normaldollar} +@let$=@normaldollar}%$ font-lock fix % Make _ and + \other characters, temporarily. % This is canceled by @fixbackslash. diff --git a/po/de.po b/po/de.po index c54598a9..8b5ff253 100644 --- a/po/de.po +++ b/po/de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: bison 1.33\n" -"POT-Creation-Date: 2002-03-04 18:05+0100\n" +"POT-Creation-Date: 2002-03-04 19:13+0100\n" "PO-Revision-Date: 2002-02-08 09:34:24+0100\n" "Last-Translator: Michael Piefel \n" "Language-Team: German \n" @@ -124,12 +124,12 @@ msgstr " %-4s\treduziere mit Regel %d (%s)\n" msgid " $default\treduce using rule %d (%s)\n" msgstr " $default\treduziere mit Regel %d (%s)\n" -#: src/files.c:150 +#: src/files.c:151 #, c-format msgid "cannot open file `%s'" msgstr "kann Datei »%s« nicht öffnen" -#: src/files.c:169 +#: src/files.c:170 msgid "cannot close file" msgstr "kann Datei nicht schließen" diff --git a/po/es.po b/po/es.po index 70d4167e..33535df9 100644 --- a/po/es.po +++ b/po/es.po @@ -30,7 +30,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU bison 1.25\n" -"POT-Creation-Date: 2002-03-04 18:05+0100\n" +"POT-Creation-Date: 2002-03-04 19:13+0100\n" "PO-Revision-Date: 1998-09-21 10:19+0200\n" "Last-Translator: Nicolás García-Pedrajas \n" "Language-Team: Spanish \n" @@ -179,12 +179,12 @@ msgstr " %-4s\treduce usando la regla %d (%s)\n" msgid " $default\treduce using rule %d (%s)\n" msgstr " $default\treduce usando la regla %d (%s)\n" -#: src/files.c:150 +#: src/files.c:151 #, c-format msgid "cannot open file `%s'" msgstr "" -#: src/files.c:169 +#: src/files.c:170 msgid "cannot close file" msgstr "" diff --git a/po/et.po b/po/et.po index 6fa04c5a..3f7bf543 100644 --- a/po/et.po +++ b/po/et.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: bison 1.33\n" -"POT-Creation-Date: 2002-03-04 18:05+0100\n" +"POT-Creation-Date: 2002-03-04 19:13+0100\n" "PO-Revision-Date: 2002-02-08 00:15+0200\n" "Last-Translator: Toomas Soome \n" "Language-Team: Estonian \n" @@ -123,12 +123,12 @@ msgstr " %-4s\tredutseerin kasutades reeglit %d (%s)\n" msgid " $default\treduce using rule %d (%s)\n" msgstr " $default\tredutseerin kasutades reeglit %d (%s)\n" -#: src/files.c:150 +#: src/files.c:151 #, c-format msgid "cannot open file `%s'" msgstr "faili `%s' ei saa avada" -#: src/files.c:169 +#: src/files.c:170 msgid "cannot close file" msgstr "faili ei õnnestu sulgeda" diff --git a/po/fr.po b/po/fr.po index e69f37a1..c86f85b4 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU bison 1.33\n" -"POT-Creation-Date: 2002-03-04 18:05+0100\n" +"POT-Creation-Date: 2002-03-04 19:13+0100\n" "PO-Revision-Date: 2002-02-11 08:00-0500\n" "Last-Translator: Michel Robitaille \n" "Language-Team: French \n" @@ -125,12 +125,12 @@ msgstr " %-4s\tr msgid " $default\treduce using rule %d (%s)\n" msgstr " $défaut\tréduction par la règle %d (%s)\n" -#: src/files.c:150 +#: src/files.c:151 #, c-format msgid "cannot open file `%s'" msgstr "ne peut ouvrir le fichier `%s'" -#: src/files.c:169 +#: src/files.c:170 msgid "cannot close file" msgstr "ne peut fermer le fichier" diff --git a/po/it.po b/po/it.po index 6a308653..c2d3c0cb 100644 --- a/po/it.po +++ b/po/it.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: bison 1.31\n" -"POT-Creation-Date: 2002-03-04 18:05+0100\n" +"POT-Creation-Date: 2002-03-04 19:13+0100\n" "PO-Revision-Date: 2002-01-23 14:16+0100\n" "Last-Translator: Paolo Bonzini \n" "Language-Team: Italian \n" @@ -124,12 +124,12 @@ msgstr " %-4s\triduzione con la regola %d (%s)\n" msgid " $default\treduce using rule %d (%s)\n" msgstr " $default\triduzione con la regola %d (%s)\n" -#: src/files.c:150 +#: src/files.c:151 #, c-format msgid "cannot open file `%s'" msgstr "impossibile aprire il file `%s'" -#: src/files.c:169 +#: src/files.c:170 msgid "cannot close file" msgstr "impossibile chiudere il file `%s'" diff --git a/po/ja.po b/po/ja.po index a459b0b9..63a7b1cf 100644 --- a/po/ja.po +++ b/po/ja.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU bison 1.30f\n" -"POT-Creation-Date: 2002-03-04 18:05+0100\n" +"POT-Creation-Date: 2002-03-04 19:13+0100\n" "PO-Revision-Date: 2001-12-10 15:59+0900\n" "Last-Translator: Daisuke Yamashita \n" "Language-Team: Japanese \n" @@ -119,12 +119,12 @@ msgstr " %-4s\t msgid " $default\treduce using rule %d (%s)\n" msgstr " $default\tµ¬Â§ %d ¤òÍøÍѤ·¤Æ´Ô¸µ (%s)\n" -#: src/files.c:150 +#: src/files.c:151 #, c-format msgid "cannot open file `%s'" msgstr "¥Õ¥¡¥¤¥ë `%s' ¤ò³«¤±¤Þ¤»¤ó" -#: src/files.c:169 +#: src/files.c:170 msgid "cannot close file" msgstr "¥Õ¥¡¥¤¥ë¤òÊĤ¸¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó" diff --git a/po/nl.po b/po/nl.po index b7294169..e93621dc 100644 --- a/po/nl.po +++ b/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: bison 1.32\n" -"POT-Creation-Date: 2002-03-04 18:05+0100\n" +"POT-Creation-Date: 2002-03-04 19:13+0100\n" "PO-Revision-Date: 2002-02-01 18:46+0000\n" "Last-Translator: Tim Van Holder \n" "Language-Team: Dutch \n" @@ -125,12 +125,12 @@ msgstr " %-4s\treductie via regel %d (%s)\n" msgid " $default\treduce using rule %d (%s)\n" msgstr " $standaard\treductie via regel %d (%s)\n" -#: src/files.c:150 +#: src/files.c:151 #, c-format msgid "cannot open file `%s'" msgstr "kan bestand `%s' niet openen" -#: src/files.c:169 +#: src/files.c:170 msgid "cannot close file" msgstr "kan bestand niet sluiten" diff --git a/po/ru.po b/po/ru.po index 8c407d3e..1f99ca55 100644 --- a/po/ru.po +++ b/po/ru.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: bison 1.32\n" -"POT-Creation-Date: 2002-03-04 18:05+0100\n" +"POT-Creation-Date: 2002-03-04 19:13+0100\n" "PO-Revision-Date: 2002-01-25 12:19+0300\n" "Last-Translator: Dmitry S. Sivachenko \n" "Language-Team: Russian \n" @@ -126,12 +126,12 @@ msgstr " %-4s\t msgid " $default\treduce using rule %d (%s)\n" msgstr " $default\t×Ù×ÏÄ Ó ÉÓÐÏÌØÚÏ×ÁÎÉÅÍ ÐÒÁ×ÉÌÁ %d (%s)\n" -#: src/files.c:150 +#: src/files.c:151 #, c-format msgid "cannot open file `%s'" msgstr "ÎÅ ÕÄÁÅÔÓÑ ÏÔËÒÙÔØ ÆÁÊÌ `%s'" -#: src/files.c:169 +#: src/files.c:170 msgid "cannot close file" msgstr "ÎÅ ÕÄÁÅÔÓÑ ÚÁËÒÙÔØ ÆÁÊÌ" diff --git a/po/sv.po b/po/sv.po index d945d918..a8176606 100644 --- a/po/sv.po +++ b/po/sv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: bison 1.33\n" -"POT-Creation-Date: 2002-03-04 18:05+0100\n" +"POT-Creation-Date: 2002-03-04 19:13+0100\n" "PO-Revision-Date: 2002-02-07 22:57+0100\n" "Last-Translator: Göran Uddeborg \n" "Language-Team: Swedish \n" @@ -125,12 +125,12 @@ msgstr " %-4s\treducera med regel %d (%s)\n" msgid " $default\treduce using rule %d (%s)\n" msgstr " $standard\treducera med regel %d (%s)\n" -#: src/files.c:150 +#: src/files.c:151 #, c-format msgid "cannot open file `%s'" msgstr "kan inte öppna filen \"%s\"" -#: src/files.c:169 +#: src/files.c:170 msgid "cannot close file" msgstr "kan inte stänga fil" diff --git a/po/tr.po b/po/tr.po index dfbe6c78..14842784 100644 --- a/po/tr.po +++ b/po/tr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: bison 1.33\n" -"POT-Creation-Date: 2002-03-04 18:05+0100\n" +"POT-Creation-Date: 2002-03-04 19:13+0100\n" "PO-Revision-Date: 2002-02-08 18:51+0200\n" "Last-Translator: Altuð Bayram \n" "Language-Team: Turkish \n" @@ -126,12 +126,12 @@ msgstr " %-4s\tindirgeme kural %d (%s)'i kullan msgid " $default\treduce using rule %d (%s)\n" msgstr " $default\tindirgeme kural %d (%s)'i kullanýyor\n" -#: src/files.c:150 +#: src/files.c:151 #, c-format msgid "cannot open file `%s'" msgstr "`%s' dosyasý açýlamadý" -#: src/files.c:169 +#: src/files.c:170 msgid "cannot close file" msgstr "dosya kapatýlamýyor"