]>
Commit | Line | Data |
---|---|---|
74ffbcb6 AD |
1 | 2001-12-10 Akim Demaille <akim@epita.fr> |
2 | ||
3 | Bison dumps core on bash.y. | |
4 | Reported by Pascal Bart. | |
5 | ||
6 | * src/warshall.c (bitmatrix_print): New. | |
7 | (TC): Use it. | |
8 | When performing a transitive closure R(i, j) && R(j, k) => R(i, k), | |
9 | j must be the outer loop. | |
10 | * tests/regression.at (Broken Closure): New. | |
11 | ||
07708e19 AD |
12 | 2001-12-05 Akim Demaille <akim@epita.fr> |
13 | ||
14 | * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and | |
15 | its argument. | |
16 |