Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5827:4d7032d36975
Allow building --without-tls on the Windows native platform
author | Vin Shelton <acs@xemacs.org> |
---|---|
date | Mon, 10 Nov 2014 13:43:46 -0500 |
parents | 5d5aeb79edb4 |
children | 5f02d29a2a65 |
comparison
equal
deleted
inserted
replaced
5826:98681721a588 | 5827:4d7032d36975 |
---|---|
1 2014-11-06 Vin Shelton <acs@xemacs.org> | |
2 | |
3 * sysdep.c (set_descriptor_non_blocking): Don't call ioctl() on | |
4 Windows native builds. | |
5 * emacs.c (main_1): Conditionalize tls variables and initialization. | |
6 * number.h: Elide Visual Studio warnings on NUMBER_TYPES expansion. | |
7 | |
1 2014-11-05 Jerry James <james@xemacs.org> | 8 2014-11-05 Jerry James <james@xemacs.org> |
2 | 9 |
3 * ExternalClient-Xlib.c (ExternalClientEventHandler): Cast integer | 10 * ExternalClient-Xlib.c (ExternalClientEventHandler): Cast integer |
4 to long before casting to XPointer, which may be larger than int. | 11 to long before casting to XPointer, which may be larger than int. |
5 * database.c: Use BEGIN_C_DECLS/END_C_DECLS around dbm definitions. | 12 * database.c: Use BEGIN_C_DECLS/END_C_DECLS around dbm definitions. |