Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4786:6e6f7b79c1fc
xemacs: fix issue 634
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2009-11-27 Adrian Aichner <adrian@xemacs.org>
* nt.c (mswindows_getdcwd): Check first whether drive is valid
with _getdrives() to avoid crash in _wgetdcwd(...) when linking
against msvcrt8. This fix was taken from the Mozilla project
which experienced the same problem.
author | Adrian Aichner <adrian@xemacs.org> |
---|---|
date | Fri, 27 Nov 2009 00:51:41 +0100 |
parents | 217abcf015c4 |
children | 56049bea9231 |
comparison
equal
deleted
inserted
replaced
4760:217abcf015c4 | 4786:6e6f7b79c1fc |
---|---|
1 2009-11-27 Adrian Aichner <adrian@xemacs.org> | |
2 | |
3 * nt.c (mswindows_getdcwd): Check first whether drive is valid | |
4 with _getdrives() to avoid crash in _wgetdcwd(...) when linking | |
5 against msvcrt8. This fix was taken from the Mozilla project | |
6 which experienced the same problem. | |
7 | |
1 2009-11-19 Vin Shelton <acs@xemacs.org> | 8 2009-11-19 Vin Shelton <acs@xemacs.org> |
2 | 9 |
3 * sysdep.c (sys_subshell): Restore sys_subshell(); it's necessary | 10 * sysdep.c (sys_subshell): Restore sys_subshell(); it's necessary |
4 on Windows native builds. | 11 on Windows native builds. |
5 | 12 |