Regen.
authorAkim Demaille <akim@epita.fr>
Thu, 9 Aug 2001 09:39:49 +0000 (09:39 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 9 Aug 2001 09:39:49 +0000 (09:39 +0000)
.cvsignore
doc/bison.info
doc/bison.info-3
doc/mdate-sh [deleted file]
doc/stamp-vti
doc/version.texi

index e33242e..3aa6a79 100644 (file)
@@ -8,3 +8,4 @@ bison-*
 patches
 *.patch *.log
 *.prj
+releases
index 5088113..86ca9ee 100644 (file)
@@ -33,8 +33,8 @@ Indirect:
 bison.info-1: 1307
 bison.info-2: 50189
 bison.info-3: 99814
-bison.info-4: 149692
-bison.info-5: 196957
+bison.info-4: 149693
+bison.info-5: 196958
 \1f
 Tag Table:
 (Indirect)
@@ -85,55 +85,55 @@ Node: Multiple Types\7f94709
 Node: Actions\7f95726
 Node: Action Types\7f98511
 Node: Mid-Rule Actions\7f99814
-Node: Locations\7f105383
-Node: Location Type\7f106048
-Node: Actions and Locations\7f106606
-Node: Location Default Action\7f107770
-Node: Declarations\7f108977
-Node: Token Decl\7f110296
-Node: Precedence Decl\7f112309
-Node: Union Decl\7f113860
-Node: Type Decl\7f114704
-Node: Expect Decl\7f115610
-Node: Start Decl\7f117156
-Node: Pure Decl\7f117534
-Node: Decl Summary\7f119211
-Node: Multiple Parsers\7f124594
-Node: Interface\7f126088
-Node: Parser Function\7f126960
-Node: Lexical\7f127795
-Node: Calling Convention\7f129201
-Node: Token Values\7f131972
-Node: Token Positions\7f133121
-Node: Pure Calling\7f134006
-Node: Error Reporting\7f136938
-Node: Action Features\7f139060
-Node: Algorithm\7f142355
-Node: Look-Ahead\7f144648
-Node: Shift/Reduce\7f146780
-Node: Precedence\7f149692
-Node: Why Precedence\7f150343
-Node: Using Precedence\7f152208
-Node: Precedence Examples\7f153176
-Node: How Precedence\7f153877
-Node: Contextual Precedence\7f155026
-Node: Parser States\7f156817
-Node: Reduce/Reduce\7f158060
-Node: Mystery Conflicts\7f161621
-Node: Stack Overflow\7f165007
-Node: Error Recovery\7f166380
-Node: Context Dependency\7f171516
-Node: Semantic Tokens\7f172364
-Node: Lexical Tie-ins\7f175381
-Node: Tie-in Recovery\7f176929
-Node: Debugging\7f179101
-Node: Invocation\7f182402
-Node: Bison Options\7f183654
-Node: Environment Variables\7f187088
-Node: Option Cross Key\7f187936
-Node: VMS Invocation\7f188780
-Node: Table of Symbols\7f189564
-Node: Glossary\7f196957
-Node: Index\7f203247
+Node: Locations\7f105384
+Node: Location Type\7f106049
+Node: Actions and Locations\7f106607
+Node: Location Default Action\7f107771
+Node: Declarations\7f108978
+Node: Token Decl\7f110297
+Node: Precedence Decl\7f112310
+Node: Union Decl\7f113861
+Node: Type Decl\7f114705
+Node: Expect Decl\7f115611
+Node: Start Decl\7f117157
+Node: Pure Decl\7f117535
+Node: Decl Summary\7f119212
+Node: Multiple Parsers\7f124595
+Node: Interface\7f126089
+Node: Parser Function\7f126961
+Node: Lexical\7f127796
+Node: Calling Convention\7f129202
+Node: Token Values\7f131973
+Node: Token Positions\7f133122
+Node: Pure Calling\7f134007
+Node: Error Reporting\7f136939
+Node: Action Features\7f139061
+Node: Algorithm\7f142356
+Node: Look-Ahead\7f144649
+Node: Shift/Reduce\7f146781
+Node: Precedence\7f149693
+Node: Why Precedence\7f150344
+Node: Using Precedence\7f152209
+Node: Precedence Examples\7f153177
+Node: How Precedence\7f153878
+Node: Contextual Precedence\7f155027
+Node: Parser States\7f156818
+Node: Reduce/Reduce\7f158061
+Node: Mystery Conflicts\7f161622
+Node: Stack Overflow\7f165008
+Node: Error Recovery\7f166381
+Node: Context Dependency\7f171517
+Node: Semantic Tokens\7f172365
+Node: Lexical Tie-ins\7f175382
+Node: Tie-in Recovery\7f176930
+Node: Debugging\7f179102
+Node: Invocation\7f182403
+Node: Bison Options\7f183655
+Node: Environment Variables\7f187089
+Node: Option Cross Key\7f187937
+Node: VMS Invocation\7f188781
+Node: Table of Symbols\7f189565
+Node: Glossary\7f196958
+Node: Index\7f203248
 \1f
 End Tag Table
index ddbd6f5..88a0a73 100644 (file)
@@ -52,7 +52,7 @@ N to use in `$N'.
 set its value with an assignment to `$$', and actions later in the rule
 can refer to the value using `$N'.  Since there is no symbol to name
 the action, there is no way to declare a data type for the value in
-advance, so you must use the `$<...>' construct to specify a data type
+advance, so you must use the `$<...>N' construct to specify a data type
 each time you refer to this value.
 
    There is no way to set the value of the entire rule with a mid-rule
diff --git a/doc/mdate-sh b/doc/mdate-sh
deleted file mode 100755 (executable)
index 37171f2..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-#!/bin/sh
-# Get modification time of a file or directory and pretty-print it.
-# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
-# written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software Foundation,
-# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# Prevent date giving response in another language.
-LANG=C
-export LANG
-LC_ALL=C
-export LC_ALL
-LC_TIME=C
-export LC_TIME
-
-# Get the extended ls output of the file or directory.
-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below.
-if ls -L /dev/null 1>/dev/null 2>&1; then
-  set - x`ls -L -l -d $1`
-else
-  set - x`ls -l -d $1`
-fi
-# The month is at least the fourth argument
-# (3 shifts here, the next inside the loop).
-shift
-shift
-shift
-
-# Find the month.  Next argument is day, followed by the year or time.
-month=
-until test $month
-do
-  shift
-  case $1 in
-    Jan) month=January; nummonth=1;;
-    Feb) month=February; nummonth=2;;
-    Mar) month=March; nummonth=3;;
-    Apr) month=April; nummonth=4;;
-    May) month=May; nummonth=5;;
-    Jun) month=June; nummonth=6;;
-    Jul) month=July; nummonth=7;;
-    Aug) month=August; nummonth=8;;
-    Sep) month=September; nummonth=9;;
-    Oct) month=October; nummonth=10;;
-    Nov) month=November; nummonth=11;;
-    Dec) month=December; nummonth=12;;
-  esac
-done
-
-day=$2
-
-# Here we have to deal with the problem that the ls output gives either
-# the time of day or the year.
-case $3 in
-  *:*) set `date`; eval year=\$$#
-       case $2 in
-        Jan) nummonthtod=1;;
-        Feb) nummonthtod=2;;
-        Mar) nummonthtod=3;;
-        Apr) nummonthtod=4;;
-        May) nummonthtod=5;;
-        Jun) nummonthtod=6;;
-        Jul) nummonthtod=7;;
-        Aug) nummonthtod=8;;
-        Sep) nummonthtod=9;;
-        Oct) nummonthtod=10;;
-        Nov) nummonthtod=11;;
-        Dec) nummonthtod=12;;
-       esac
-       # For the first six month of the year the time notation can also
-       # be used for files modified in the last year.
-       if (expr $nummonth \> $nummonthtod) > /dev/null;
-       then
-        year=`expr $year - 1`
-       fi;;
-  *) year=$3;;
-esac
-
-# The result.
-echo $day $month $year
index 09b4494..facfcec 100644 (file)
@@ -1,3 +1,3 @@
-@set UPDATED 6 August 2001
+@set UPDATED 9 August 2001
 @set EDITION 1.28c
 @set VERSION 1.28c
index 09b4494..facfcec 100644 (file)
@@ -1,3 +1,3 @@
-@set UPDATED 6 August 2001
+@set UPDATED 9 August 2001
 @set EDITION 1.28c
 @set VERSION 1.28c