comparison src/ChangeLog @ 11844:28b0618cf67c release-3-0-x

Special case single type conacation in Fcat. Rework cell2mat to take advantage. Cut trailing singletons in cat
author David Bateman <dbateman@free.fr>
date Fri, 19 Sep 2008 23:21:15 +0200
parents d1b8260dbc76
children 062e744728ae
comparison
equal deleted inserted replaced
11843:d1b8260dbc76 11844:28b0618cf67c
1 2008-09-19 David Bateman <dbateman@free.fr>
2
3 * data.cc (SINGLE_TYPE_CONCAT, DO_SINGLE_TYPE_CONCAT): New macros
4 (do_cat): Special case single type concatenations for speed.
5 * pt.mat.cc (std::string get_concat_class (const std::string&,
6 const std::string&), void maybe_warn_string_concat (bool, bool)):
7 Remove static declaration.
8 * pt-mat.h (std::string get_concat_class (const std::string&,
9 const std::string&), void maybe_warn_string_concat (bool, bool)):
10 Define extern here.
11
1 2008-09-19 Jaroslav Hajek <highegg@gmail.com> 12 2008-09-19 Jaroslav Hajek <highegg@gmail.com>
2 13
3 * load-path.cc: Fix errors from earlier transplant changeset. 14 * load-path.cc: Fix errors from earlier transplant changeset.
4 * utils.cc: Likewise. 15 * utils.cc: Likewise.
5 16