]> git.saurik.com Git - bison.git/commitdiff
Stick to ASCII for now.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 Feb 2003 21:06:17 +0000 (21:06 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 Feb 2003 21:06:17 +0000 (21:06 +0000)
ChangeLog
THANKS
TODO
data/m4sugar/m4sugar.m4

index 0d891aa3f788b027bbb773afb9309afed2b90a6c..0ba9650c877c80eb3be6d8ed8ac49abfad9f4669 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,7 +24,7 @@
        and Doxygen'ed documentation of class Position.
        (location.hh): Use it.
        Document a` la Doxygen.
-       With the help of Benoît Perrot.
+       With the help of Benoit Perrot.
 
 2003-02-20  Akim Demaille  <akim@epita.fr>
 
 
        * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
        its argument.
-       Reported by Peter Hámorský.
+       Reported by Peter Hamorsky.
 
 2001-12-05  Akim Demaille  <akim@epita.fr>
 
diff --git a/THANKS b/THANKS
index 8da95288085e1ec3780ea58f2e37c83df8272f08..32a7a8bb881d6046ed536140acfc1d5e22aa9a3e 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -47,7 +47,7 @@ Pascal Bart               pascal.bart@epita.fr
 Paul Eggert               eggert@twinsun.com
 Paul Hilfinger            Hilfinger@CS.Berkeley.EDU
 Per Allansson             per@appgate.com
-Peter Hámorský            hamo@upjs.sk
+Peter Hamorsky            hamo@upjs.sk
 Piotr Gackiewicz          gacek@intertel.com.pl
 Quoc Peyrot               chojin@lrde.epita.fr
 R Blake                   blakers@mac.com
diff --git a/TODO b/TODO
index 1bc0e85e1b0f43c683eba6d458b239e5b06f3b4e..168b4e03c6302c9352fd6fd02961ef9a1fdfb710 100644 (file)
--- a/TODO
+++ b/TODO
@@ -161,7 +161,7 @@ There are a couple of proposed outputs:
   which is based on Bison.
   <http://www.goice.co.jp/member/mo/hack-progs/bison-java.html>
 
-Sébastien Serrurier (serrur_s@epita.fr) is working on this: he is
+Sebastien Serrurier (serrur_s@epita.fr) is working on this: he is
 expected to contact the authors, design the output, and implement it
 into Bison.
 
@@ -324,7 +324,7 @@ the parser with a means to create the (visual) parse tree.
 
 -----
 
-Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
index 052fc9fbda3dd750f6fd96421fe68e9851b3bc89..83c2ac6d55a95c0dc99b7fc18bfc33886b51be02 100644 (file)
@@ -2,7 +2,7 @@ divert(-1)#                                                  -*- Autoconf -*-
 # This file is part of Autoconf.
 # Base M4 layer.
 # Requires GNU M4.
-# Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 #
 # 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
@@ -844,7 +844,7 @@ m4_define([m4_undivert],
 # m4_require'd.
 #
 # The implementation is based on two ideas, (i) using diversions to
-# prepare the expansion of the macro and its dependencies (by François
+# prepare the expansion of the macro and its dependencies (by Franc,ois
 # Pinard), and (ii) expand the most recently m4_require'd macros _after_
 # the previous macros (by Axel Thimm).
 #