comparison liboctave/ChangeLog @ 4180:84fe3ca3a246

[project @ 2002-11-15 04:47:01 by jwe]
author jwe
date Fri, 15 Nov 2002 04:47:02 +0000
parents 67ef87a80c49
children e4b7578e5fc7
comparison
equal deleted inserted replaced
4179:8734ba917fea 4180:84fe3ca3a246
1 2002-11-14 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * lo-specfun.cc: Use F77_FUNC instead of F77_XFCN for calls to
4 fortran code that should run fast enough that it is not worth all
5 the setup costs of F77_XFCN.
6
7 * Quad.cc (user_function): Surround body of function with
8 BEGIN_INTERRUPT_WITH_EXCEPTIONS, END_INTERRUPT_WITH_EXCEPTIONS.
9 * ODESSA.cc (odessa_f, odessa_j, odessa_b): Likewise.
10 * NLEqn.cc (hybrd1_fcn, hybrj1_fcn): Likewise.
11 * LSODE.cc (lsode_f, lsode_j): Likewise.
12 * DASSL.cc (ddassl_f, ddassl_j): Likewise.
13 * DASRT.cc (ddasrt_f, ddasrt_j, ddasrt_g): Likewise.
14 * DASPK.cc (ddaspk_f, ddaspk_psol, ddaspk_j): Likewise.
15
1 2002-11-11 John W. Eaton <jwe@bevo.che.wisc.edu> 16 2002-11-11 John W. Eaton <jwe@bevo.che.wisc.edu>
2 17
3 * lo-ieee.cc (octave_ieee_init): Check defined (__osf__) instead 18 * lo-ieee.cc (octave_ieee_init): Check defined (__osf__) instead
4 of ! defined (linux). 19 of ! defined (linux).
5 20