comparison src/ChangeLog @ 8946:e7e928088e90

fix CRLF issues with text-mode reading in windows when loading ascii data
author Benjamin Lindner <lindnerb@users.sourceforge.net>
date Tue, 10 Mar 2009 01:01:50 -0400
parents 45f8197ffd51
children 1e4b3149365a
comparison
equal deleted inserted replaced
8945:45f8197ffd51 8946:e7e928088e90
1 2009-03-09 Benjamin Lindner <lindnerb@users.sourceforge.net>
2
3 * ls-ascii-helper.h, ls-ascii-helper.cc: New files.
4 * Makefile.in: Add them to the appropriate lists.
5 * load-save.cc (Fload): Open all files in binary mode.
6 * ov-range.cc (load_ascii): Explicitly handle CR and CRLF line endings.
7 * ov-fcn-handle.cc (load_ascii): Likewise.
8 * ov-fcn-inline.cc (load_ascii): Likewise.
9 * ov-str-mat.cc (load_ascii): Likewise.
10 * ls-mat-ascii.cc (get_mat_data_input_line): Likewise.
11 * ls-oct-ascii.cc (extract_keyword, read_ascii_data): Likewise.
12 * ls-oct-ascii.h (extract_keyword): Likewise.
13
1 2009-03-09 John W. Eaton <jwe@octave.org> 14 2009-03-09 John W. Eaton <jwe@octave.org>
2 15
3 * graphics.h.in (OCTAVE_DEFAULT_FONTNAME): New macro, defaults to "*". 16 * graphics.h.in (OCTAVE_DEFAULT_FONTNAME): New macro, defaults to "*".
4 (axes::properties, text::properties): Use it to set default fontname. 17 (axes::properties, text::properties): Use it to set default fontname.
5 * graphics.cc (axes::properties::set_defaults): Likewise. 18 * graphics.cc (axes::properties::set_defaults): Likewise.