Stick to ASCII for now.

This commit is contained in:
Paul Eggert
2003-02-24 21:06:17 +00:00
parent f939fc12fe
commit ba1ecc079b
4 changed files with 7 additions and 7 deletions

View File

@@ -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>
@@ -6748,7 +6748,7 @@
* 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>

2
THANKS
View File

@@ -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

4
TODO
View File

@@ -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.

View 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).
#