comparison liboctave/ChangeLog @ 3206:d0d2b69dc6c2

[project @ 1998-11-03 02:43:31 by jwe]
author jwe
date Tue, 03 Nov 1998 02:44:40 +0000
parents bc61b0e8d60e
children bc3fdfe311a3
comparison
equal deleted inserted replaced
3205:549691faa638 3206:d0d2b69dc6c2
1 Mon Nov 2 13:36:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * Makefile.in (BINDISTLIBS): Don't include .$(SHLEXT_VER) in name.
4
5 * Makefile.in (stmp-pic): New target.
6 ($(PICOBJ)): Depend on stmp-pic, not pic.
7 (clean): Remove stmp-pic
8
9 * Makefile.in: Undo previous change to avoid optmization when
10 compiling lo-ieee.cc.
11
12 Sun Nov 1 10:10:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
13
14 * lo-mappers.cc (xfinite): Define in terms of xfinite for real and
15 imaginary parts.
16 (xisinf): Define in terms of xisinf for real and imaginary parts.
17
1 Thu Oct 29 18:57:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu> 18 Thu Oct 29 18:57:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu>
2 19
3 * boolMatrix.cc (boolMatrix::operator !): New function. 20 * boolMatrix.cc (boolMatrix::operator !): New function.
4 21
5 Fri Oct 23 21:46:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> 22 Fri Oct 23 21:46:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu>