Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,20 @@ +Mon Nov 2 13:36:04 1998 John W. Eaton <jwe@bevo.che.wisc.edu> + + * Makefile.in (BINDISTLIBS): Don't include .$(SHLEXT_VER) in name. + + * Makefile.in (stmp-pic): New target. + ($(PICOBJ)): Depend on stmp-pic, not pic. + (clean): Remove stmp-pic + + * Makefile.in: Undo previous change to avoid optmization when + compiling lo-ieee.cc. + +Sun Nov 1 10:10:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> + + * lo-mappers.cc (xfinite): Define in terms of xfinite for real and + imaginary parts. + (xisinf): Define in terms of xisinf for real and imaginary parts. + Thu Oct 29 18:57:50 1998 John W. Eaton <jwe@bevo.che.wisc.edu> * boolMatrix.cc (boolMatrix::operator !): New function.