]> git.saurik.com Git - bison.git/blame_incremental - ChangeLog
* doc/bison.texinfo: Use "location" consistently to refer to @n,
[bison.git] / ChangeLog
... / ...
CommitLineData
12003-02-21 Akim Demaille <akim@epita.fr>
2
3 * doc/bison.texinfo: Use "location" consistently to refer to @n,
4 to avoid confusions with lalr1.cc's notion of Position.
5 Suggested by Paul Eggert.
6
72003-02-20 Akim Demaille <akim@epita.fr>
8
9 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
10 before initial_columns.
11 (location.hh): Use consistent variable names when defining the
12 operator<<.
13 Use "last" so that we subtract from Positions, not from unsigned.
14
152003-02-20 Akim Demaille <akim@epita.fr>
16
17 * data/lalr1.cc (position.hh): New subfile, including the extended
18 and Doxygen'ed documentation of class Position.
19 (location.hh): Use it.
20 Document a` la Doxygen.
21