comparison src/ChangeLog @ 4759:364bbf35dbfa

[project @ 2004-02-15 00:08:06 by jwe]
author jwe
date Sun, 15 Feb 2004 00:08:07 +0000
parents a308566c8b42
children 8ece12f60ba2
comparison
equal deleted inserted replaced
4758:a308566c8b42 4759:364bbf35dbfa
1 2004-02-14 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * oct-conf.h.in: Add OCTAVE_CONF_DL_LD, OCTAVE_CONF_DL_LDFLAGS,
4 and OCTAVE_CONF_MKOCTFILE_DL_LDFLAGS.
5 Delete OCTAVE_CONF_MKOCTFILE_SH_LDFLAGS.
6
7 * toplev.cc (octave_config_info): Delete MKOCTFILE_SH_LDFLAGS.
8 Add DL_LD, DL_LDFLAGS, and MKOCTFILE_DL_LDFLAGS to the struct.
9
10 2004-02-14 Per Persson <persquare@mac.com>
11
12 * Makefile.in (%.oct): Use DL_LD instead of SH_LD to build .oct files.
13
14 2004-02-14 John W. Eaton <jwe@bevo.che.wisc.edu>
15
16 * ov-base-scalar.h (octave_base_scalar::squeeze): New function.
17
1 2004-02-13 Petter Risholm <risholm@stud.ntnu.no> 18 2004-02-13 Petter Risholm <risholm@stud.ntnu.no>
2 19
3 * data.cc (Fcat): New function. 20 * data.cc (Fcat): New function.
4 * data.cc (do_cat): New function. 21 * data.cc (do_cat): New function.
5 * data.cc (cat_add_dims): New function. 22 * data.cc (cat_add_dims): New function.