comparison src/ChangeLog @ 10305:d6cdf08d0424

load-save.cc: avoid gnulib definition of close
author John W. Eaton <jwe@octave.org>
date Wed, 10 Feb 2010 22:53:40 -0500
parents 2ceae0b40515
children 7b5e8527441e
comparison
equal deleted inserted replaced
10304:2ceae0b40515 10305:d6cdf08d0424
1 2010-02-10 John W. Eaton <jwe@octave.org>
2
3 * load-save.cc: If gnulib defines close, undefine it.
4
1 2010-02-10 Jaroslav Hajek <highegg@gmail.com> 5 2010-02-10 Jaroslav Hajek <highegg@gmail.com>
2 6
3 * ov-perm.h (octave_perm_matrix::builtin_type): New function. 7 * ov-perm.h (octave_perm_matrix::builtin_type): New function.
4 * symtab.cc (build_sup_table): Build the matrix with extra column 8 * symtab.cc (build_sup_table): Build the matrix with extra column
5 and row to avoid segfault when undefined value leaks in. 9 and row to avoid segfault when undefined value leaks in.