Mercurial > hg > xemacs-beta
comparison lib-src/ChangeLog @ 4456:c785f98c6737
Pass READ_BINARY to scan_lisp_file, scan_c_file in make-docfile.c
2008-05-13 Aidan Kehoe <kehoea@parhasard.net>
* make-docfile.c (scan_file):
Pass READ_BINARY to scan_lisp_file, scan_c_file; avoids an
assertion failure with Visual C++ 2005 Express Edition, and is
logically more coherent, given that our Lisp and C files are saved
with Unix line endings.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 13 May 2008 20:08:28 +0200 |
parents | e8f6f95c9d80 |
children | 61aff09a7589 |
comparison
equal
deleted
inserted
replaced
4455:49f8ed034500 | 4456:c785f98c6737 |
---|---|
1 2008-05-13 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * make-docfile.c (scan_file): | |
4 Pass READ_BINARY to scan_lisp_file, scan_c_file; avoids an | |
5 assertion failure with Visual C++ 2005 Express Edition, and is | |
6 logically more coherent, given that our Lisp and C files are saved | |
7 with Unix line endings. | |
8 | |
1 2007-08-27 Mike Sperber <mike@xemacs.org> | 9 2007-08-27 Mike Sperber <mike@xemacs.org> |
2 | 10 |
3 * config.values.in (datarootdir): Add. | 11 * config.values.in (datarootdir): Add. |
4 | 12 |
5 2007-08-12 Mike Sperber <mike@xemacs.org> | 13 2007-08-12 Mike Sperber <mike@xemacs.org> |