comparison src/ChangeLog @ 8996:af43309a59f4

fix leaving stray '\r' in stream when reading from CRLF data file
author Benjamin Lindner <lindnerb@users.sourceforge.net>
date Thu, 19 Mar 2009 06:57:50 -0400
parents a8d30dc1beec
children a48fba01e4ac
comparison
equal deleted inserted replaced
8995:1b097d86a61a 8996:af43309a59f4
1 2009-03-19 Benjamin Lindner <lindnerb@users.sourceforge.net>
2
3 * ls-oct-ascii.cc (extract_keyword): Replace loop with call to
4 read_until_newline to avoid leaving stray '\r' in stream when
5 reading files with CRLF line endings.
6
1 2009-03-18 Jaroslav Hajek <highegg@gmail.com> 7 2009-03-18 Jaroslav Hajek <highegg@gmail.com>
2 8
3 * DLD-FUNCTIONS/cellfun.cc 9 * DLD-FUNCTIONS/cellfun.cc
4 (scalar_col_helper, scalar_col_helper_def, scalar_col_helper_nda, 10 (scalar_col_helper, scalar_col_helper_def, scalar_col_helper_nda,
5 scalar_query_helper): New classes. 11 scalar_query_helper): New classes.