]> git.pld-linux.org Git - packages/bison.git/commitdiff
- update for 1.28.
authorkloczek <kloczek@pld-linux.org>
Wed, 7 Jul 1999 12:44:48 +0000 (12:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bison-info.patch -> 1.2
    bison-man.patch -> 1.3

bison-info.patch
bison-man.patch

index 979e5fa2a8bbf24f3d8aba75d092f054da4049da..48bb67551d59ebb983000c91119acc365eb13670 100644 (file)
@@ -1,6 +1,6 @@
-diff -Nru bison-1.27/bison.texinfo bison-1.27.new/bison.texinfo
---- bison-1.27/bison.texinfo   Sat Feb 27 02:14:48 1999
-+++ bison-1.27.new/bison.texinfo       Sat Feb 27 02:16:37 1999
+diff -Nru bison-1.28/doc/bison.texinfo bison-1.28.new/doc/bison.texinfo
+--- bison-1.28/doc/bison.texinfo       Thu Jan 14 16:08:17 1999
++++ bison-1.28.new/doc/bison.texinfo   Wed Jul  7 15:11:43 1999
 @@ -37,9 +37,10 @@
  
  @ifinfo
@@ -10,28 +10,27 @@ diff -Nru bison-1.27/bison.texinfo bison-1.27.new/bison.texinfo
 -END-INFO-DIR-ENTRY
 +@dircategory Programming tools:
 +@direntry
-+* bison: (bison)                      The GNU parser generator.
++* bison: (bison)                      The GNU parser generator
 +@end direntry
  @end format
  @end ifinfo
  
-@@ -126,6 +127,19 @@
+@@ -126,6 +127,18 @@
  @page
  
  @node Top, Introduction, (dir), (dir)
 +@top bison
 +
-+   "Bison" is a general-purpose parser generator that converts a
-+grammar description for an LALR(1) context-free grammar into a C
-+program to parse that grammar.  Once you are proficient with Bison, you
-+may use it to develop a wide range of language parsers, from those used
-+in simple desk calculators to complex programming languages.
++   "Bison" is a general-purpose parser generator that converts a grammar
++description for an LALR(1) context-free grammar into a C program to parse
++that grammar.  Once you are proficient with Bison, you may use it to develop
++a wide range of language parsers, from those used in simple desk calculators
++to complex programming languages.
 +
-+   Bison is upward compatible with Yacc: all properly-written Yacc
-+grammars ought to work with Bison with no change.  Anyone familiar with
-+Yacc should be able to use Bison with little trouble.  You need to be
-+fluent in C programming in order to use Bison or to understand this
-+manual.
++   Bison is upward compatible with Yacc: all properly-written Yacc grammars
++ought to work with Bison with no change.  Anyone familiar with Yacc should
++be able to use Bison with little trouble.  You need to be fluent in C
++programming in order to use Bison or to understand this manual.
  
  @ifinfo
  This manual documents version @value{VERSION} of Bison.
index de1173b5ae22cac64a398fe415ec078bd031f72a..b02dfa997310d7c569a7af6f98578e1d12a510f9 100644 (file)
@@ -1,9 +1,9 @@
-diff -Nur bison-1.25.90/bison.1 bison-1.25.90.pld/bison.1
---- bison-1.25.90/bison.1      Thu Nov 26 01:13:44 1998
-+++ bison-1.25.90.pld/bison.1  Tue Jan 12 16:56:37 1999
-@@ -325,9 +325,9 @@
- for compatibility with previous releases.  Eventually support for `+'
- will be removed, because it is incompatible with the POSIX.2 standard.
+diff -Nru bison-1.28/doc/bison.1 bison-1.28.new/doc/bison.1
+--- bison-1.28/doc/bison.1     Tue Jun  8 20:55:55 1999
++++ bison-1.28.new/doc/bison.1 Wed Jul  7 15:14:14 1999
+@@ -321,9 +321,9 @@
+ .sp
+ .RE
  .SH FILES
 -/usr/local/lib/bison.simple   simple parser
 +/usr/share/bison/bison.simple simple parser
This page took 0.041466 seconds and 4 git commands to generate.