Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 493:610e4ba94a4d
[xemacs-hg @ 2001-04-30 10:13:09 by martinb]
Port to gcc 3.0
author | martinb |
---|---|
date | Mon, 30 Apr 2001 10:13:10 +0000 |
parents | 38fb9ae12edd |
children | 88e7e9bafe19 |
comparison
equal
deleted
inserted
replaced
492:3ad16aecab9f | 493:610e4ba94a4d |
---|---|
1 2001-05-01 Martin Buchholz <martin@xemacs.org> | |
2 | |
3 Fix link error with gcc 3.0 on Linux. | |
4 * terminfo.c (UP): Remove. | |
5 * terminfo.c (BC): Remove. | |
6 * terminfo.c (PC): Remove. | |
7 They weren't used, and in any case, these symbols should be | |
8 defined in the *library*. | |
9 | |
1 2001-04-30 Martin Buchholz <martin@xemacs.org> | 10 2001-04-30 Martin Buchholz <martin@xemacs.org> |
2 | 11 |
3 Make string hashing more efficient. | 12 Make string hashing more efficient. |
4 Makes intern much faster. | 13 Makes intern much faster. |
5 Makes hash tables containing strings faster. | 14 Makes hash tables containing strings faster. |