Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lib-src/ChangeLog Mon May 12 11:53:04 2008 +0200 +++ b/lib-src/ChangeLog Tue May 13 20:08:28 2008 +0200 @@ -1,3 +1,11 @@ +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. + 2007-08-27 Mike Sperber <mike@xemacs.org> * config.values.in (datarootdir): Add.