comparison src/ChangeLog @ 10426:4db7beace28e

oct-parse.yy, lex.ll: use symbols via gnulib namespace
author John W. Eaton <jwe@octave.org>
date Sat, 20 Mar 2010 11:01:04 -0400
parents f06ede00fd8f
children fb8c9db4a39c
comparison
equal deleted inserted replaced
10425:0677c5d80b77 10426:4db7beace28e
1 2010-03-20 John W. Eaton <jwe@octave.org>
2
3 * lex.ll: Don't undefine GNULIB_NAMESPACE. Define fprintf,
4 fwrite, malloc, and realloc and GNULIB_NAMESPACE::fprintf, ...
5 * oct-parse.yy: Likewise. Always include cstdlib.
6
1 2010-03-16 John W. Eaton <jwe@octave.org> 7 2010-03-16 John W. Eaton <jwe@octave.org>
2 8
3 * ls-oct-ascii.cc (save_ascii_data): Insert extra newline after 9 * ls-oct-ascii.cc (save_ascii_data): Insert extra newline after
4 data is written to file. From Brett Stewart <btstewart@wisc.edu>. 10 data is written to file. From Brett Stewart <btstewart@wisc.edu>.
5 11