comparison liboctave/ChangeLog @ 2676:a5a300c61159

[project @ 1997-02-14 03:16:06 by jwe]
author jwe
date Fri, 14 Feb 1997 03:16:12 +0000
parents 05efa2513472
children 6d0a6fc92f06
comparison
equal deleted inserted replaced
2675:5b13fb88db90 2676:a5a300c61159
1 Thu Feb 13 14:35:19 1997 John W. Eaton <jwe@bevo.che.wisc.edu> 1 Thu Feb 13 14:35:19 1997 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * Makefile.in (stamp-prereq): Depend on stamp-picdir.
4 (all): Don't depend on stamp-prereq or stamp-picdir.
5 (liboctave.a, stamp-shared): Do depend on stamp-prereq.
6 (stamp-picdir): Silence noise about making pic.
7 (stamp-shared): Use $(SH_LD) $(SH_LDFLAGS) instead of $(CXX) -shared.
2 8
3 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&)): 9 * Array2-idx.h (Array2<T>::index (idx_vector&, idx_vector&)):
4 Fix typo in last change. 10 Fix typo in last change.
5 11
6 * CColVector.cc (ComplexColumnVector::map (d_c_mapper)): 12 * CColVector.cc (ComplexColumnVector::map (d_c_mapper)):