Mercurial > hg > xemacs-beta
comparison ChangeLog @ 5564:209024442c24
Examine $machine more carefully when choosing VDB implementation, NEW_GC
ChangeLog addition:
2011-09-05 Aidan Kehoe <kehoea@parhasard.net>
* configure.ac: $machine is intel386, reflecting the file name
under src/m/, on i[3-9]86. Respect this when deciding on VDB_POSIX
over VDB_MACH with the new GC.
* configure:
Regenerate.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 05 Sep 2011 20:18:05 +0100 |
parents | 10455659ab64 |
children | 86d6adeb1cf4 |
comparison
equal
deleted
inserted
replaced
5563:309e5631e4c8 | 5564:209024442c24 |
---|---|
1 2011-09-05 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * configure.ac: $machine is intel386, reflecting the file name | |
4 under src/m/, on i[3-9]86. Respect this when deciding on VDB_POSIX | |
5 over VDB_MACH with the new GC. | |
6 * configure: | |
7 Regenerate. | |
8 | |
1 2011-08-24 Aidan Kehoe <kehoea@parhasard.net> | 9 2011-08-24 Aidan Kehoe <kehoea@parhasard.net> |
2 | 10 |
3 * configure.ac: | 11 * configure.ac: |
4 On OS X, if dlopen() is available in dlfcn.h, use it in preference | 12 On OS X, if dlopen() is available in dlfcn.h, use it in preference |
5 to dyld; the latter API is deprecated. | 13 to dyld; the latter API is deprecated. |