]>
Commit | Line | Data |
---|---|---|
1 | 2003-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 | ||
7 | 2003-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 | ||
15 | 2003-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 |