]>
Commit | Line | Data |
---|---|---|
f939fc12 AD |
1 | 2003-02-21 Akim Demaille <akim@epita.fr> |
2 | ||
3 | * data/lalr1.cc: Use temporary variables instead of casts to | |
4 | change integer types. | |
5 | Suggested by Paul Eggert. | |
6 | ||
95923bd6 AD |
7 | 2003-02-21 Akim Demaille <akim@epita.fr> |
8 | ||
9 | * doc/bison.texinfo: Use "location" consistently to refer to @n, | |
10 | to avoid confusions with lalr1.cc's notion of Position. | |
11 | Suggested by Paul Eggert. | |
12 | ||
2cdc240e AD |
13 | 2003-02-20 Akim Demaille <akim@epita.fr> |
14 | ||
15 | * data/lalr1.cc (position.hh): Make sure "columns" never pushes | |
16 | before initial_columns. | |
17 | (location.hh): Use consistent variable names when defining the | |
18 | operator<<. | |
19 | Use "last" so that we subtract from Positions, not from unsigned. | |
20 | ||
5d003116 AD |
21 | 2003-02-20 Akim Demaille <akim@epita.fr> |
22 | ||
23 | * data/lalr1.cc (position.hh): New subfile, including the extended | |
24 | and Doxygen'ed documentation of class Position. | |
25 | (location.hh): Use it. | |
26 | Document a` la Doxygen. | |
27 |