view libcruft/ChangeLog @ 5018:1c65a8e44ef9 ss-2-1-59

[project @ 2004-09-22 03:33:29 by jwe]
author jwe
date Wed, 22 Sep 2004 03:33:29 +0000
parents 3486c62f2d62
children 7191f6e086f9
line wrap: on
line source

2004-09-08  John W. Eaton  <jwe@octave.org>

	* misc/machar.c (rmachar): Use modern C declaration.

2004-02-24  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/f77-fcn.c: Handle Cray, CVF, and f2c calling conventions.

	* misc/f77-fcn.h (xstopx): Use F77_CHAR_ARG_DECL and
	F77_CHAR_ARG_LEN_DECL in declaration.

2004-02-20  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/quit.h (OCTAVE_QUIT): Set octave_interrupt_state to -1
	while we are handling interrupts.

2004-02-14  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (LINK_DEPS): Always define.

2003-11-12  John Eaton  <jwe@bevo.che.wisc.edu>

	* misc/machar.c (machar) [CRAY]: Kluge to make it work.

2003-10-31  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* odepack/dlsode.f: Rename from odepack/lsode.f.
	* odepack/dlsode.f (DLSODE): Rename from LSODE to avoid name
	conflict with LSODE class constructors on systems that upcase
	Fortran names.

	* odessa/dodessa.f: Rename from odessa/odessa.f.
	* odessa/dodessa.f (DODESSA): Rename from ODESSA to avoid name
	conflict with ODESSA class constructors on systems that upcase
	Fortran names.

2003-10-30  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (MISC_OBJ): Add misc/cquit.o to the list.

	* misc/Makefile.in (SPECIAL_SRC): Add cquit.c to the list.
	* misc/cquit.c: New file.
	* misc/quit.cc: Move everything except octave_interrupt_hook,
	octave_bad_alloc_hook, octave_throw_interrupt_exception, and
	octave_throw_bad_alloc to cquit.c.

2003-10-28  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/quit.h (octave_interrupt_hook, octave_bad_alloc_hook):
	Move declarations outside of extern "C" block.

2003-10-27  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/f77-fcn.h: Only use inline if this is C++.

	* misc/f77-fcn.c (xstopx): Return type is now F77_RET_T.
	Use F77_RETURN.
	* misc/machar.c (machar): Likewise.

	* misc/f77-fcn.h (F77_CHAR_ARG, F77_CONST_CHAR_ARG, F77_CHAR_ARG2,
	F77_CONST_CHAR_ARG2, F77_CXX_STRING_ARG, F77_CHAR_ARG_LEN,
	F77_CHAR_ARG_DECL, F77_CONST_CHAR_ARG_DECL, F77_CHAR_ARG_LEN_DECL,
	F77_RET_T, F77_RETURN): New macros.
	[F77_USES_CRAY_CALLING_CONVENTION]: New data conversion functions.

	* misc/quit.h (octave_interrupt_hook, octave_bad_alloc_hook):
	Move function pointer declarations inside __cplusplus section.

2003-07-29  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (install-lib): Use $(INSTALL), not
	$(INSTALL_PROGRAM) for $(SHLLIB) files.

2003-07-02  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (CLEAN_SUBDIRS): New variable.
	(clean mostlyclean distclean maintainer-clean): Use it to ensure
	cleaning in all subdirs, not just those we build in.

	* Makerules.in (maintainer-clean, distclean): Don't use
	dependencies on double colon rules.
	(distclean): Also remove *.d, *.a, *.o, pic/*.o, pic, and stmp-pic.
	(maintainer-clean): Also remove *.d, *.a, *.o, pic/*.o, pic, and
	stmp-pic, and Makefile.

	* Makefile.in (maintainer-clean, distclean): Also remove *.$(SHLEXT).

2003-06-16  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* dasrt/ddasrt.f (DDASRT): Print correct message for invalid MXSTP.

	* dassl/ddassl.f (DDASSL): Handle MXSTP as in DASRT.

	* dassl/ddajac.f (DDAJAC): LIPVT is now 22.
	* dassl/ddassl.f (DDASSL): Likewise.
	* dassl/ddaslv.f (DDASLV): Likewise.

	* misc/quit.h (octave_interrupt_hook, octave_bad_alloc_hook):
	New function pointers.
	* misc/quit.cc: Initialize them.
	(octave_throw_interrupt_exception): If octave_interrupt_hook is
	set, call it.
	(octave_throw_bad_alloc): Likewise, for octave_bad_alloc_hook.

	* dasrt/ddasrt.f (DDASRT): Set LMXSTP to 21 and LIPVT to 22 to
	avoid conflict with LLAST in DRCHECK.  Change docs for INFO(12)
	and LIW.

2003-05-14  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in, misc/Makefile.in: Handle DESTDIR.

2003-02-20  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* blas/sgemm.f, blas/strsm.f, blas/ssyrk.f, blas/sscal.f,
	blas/sgemv.f, blas/sdot.f: New files.

2003-02-20  Paul Kienzle <pkienzle@users.sf.net>

	* dassl/ddaslv.f: Fortran doesn't use ; in statements.

2003-02-18  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* libcruft/blas/dtbsv.f: New file.
	* libcruft/lapack/dlatrs.f, libcruft/lapack/dtrti2.f,
	libcruft/lapack/dtrtri.f, libcruft/lapack/ztrti2.f,
	libcruft/lapack/ztrtri.f: New files.

2003-02-04  David Bateman <dbateman@free.fr>

	* libcruft/Makefile.in (CRUFT_DIRS): Remove linpack from list.

	* libcruft/linpackdgbfa.f, libcruft/linpackdgbsl.f
	libcruft/linpackdgeco.f, libcruft/linpackdgedi.f,
	libcruft/linpackdgefa.f, libcruft/linpackdgesl.f,
	libcruft/linpackspofa.f, libcruft/linpackzgeco.f,
	libcruft/linpackzgedi.f, libcruft/linpackzgefa.f,
	libcruft/linpackzgesl.f: Delete.

	* libcruft/dassl/ddajac.f, libcruft/dassl/ddaslv.f:  Use DGxTRF and
	DGxTRS instead of DGxFA and DGxSL.
	* libcruft/daspk/ddaspk.f, libcruft/daspk/dmatd.f,
	libcruft/daspk/dslvd.f: Likewise.
	* libcruft/odepack/lsode.f, libcruft/odepack/prepj.f,
	libcruft/odepack/solsy.f: Likewise.
	* libcruft/odessa/odessa.f, libcruft/odessa/odessa_prepj.f,
	libcruft/odessa/odessa_solsy.f: Likewise.
	* libcrudt/ranlib/setgmn.f: Use SPOTRF instead of SPOFA.

	* libcruft/lapack/dgbtf2.f, libcruft/lapack/dgbtrf.f,
	libcruft/lapack/dgbtrs.f, libcruft/lapack/dgecon.f,
	libcruft/lapack/dgetri.f, libcruft/lapack/spotf2.f,
	libcruft/lapack/spotrf.f, libcruft/lapack/zgecon.f,
	libcruft/lapack/zgetri.f: New files.

2003-01-22  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/quit.h (BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE_1,
	BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE_2): New macros.

2003-01-03  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* odessa/odessa_rscom.f (ODESSA_RSCOM): Fix apparent typo (LODE2
	should probably be LIODE2).

	* Makerules.in (clean, mostlyclean): Also remove *.d.

	* misc/quit.cc: Add std:: qualifiers to memcpy calls.

2003-01-03  Paul Kienzle <pkienzle@users.sf.net>

	* misc/quit.h: Move #include <new> outside extern "C" block.
	* misc/f77-fcn.h: Move #include "quit.h" outside extern "C" block.

2002-11-20  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/quit.h (BEGIN_INTERRUPT_WITH_EXCEPTIONS,
	END_INTERRUPT_WITH_EXCEPTIONS): Only define for C++ source.
	Include <new> for C++ source.

2002-11-15  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/quit.h, misc/quit.cc [! USE_EXCEPTIONS_FOR_INTERRUPTS]):
	Always use exceptions for handling interrupts.
	(BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE): 

	* misc/quit.h (OCTAVE_TRY_WITH_INTERRUPTS, OCTAVE_THROW_BAD_ALLOC,
	OCTAVE_CATCH_INTERRUPTS, SAVE_OCTAVE_INTERRUPT_IMMEDIATELY,
	INCREMENT_OCTAVE_INTERRUPT_IMMEDIATELY, OCTAVE_THROW_TO_TOP_LEVEL,
	DECREMENT_OCTAVE_INTERRUPT_IMMEDIATELY, OCTAVE_JUMP_TO_TOP_LEVEL,
	SET_OCTAVE_INTERRUPT_IMMEDIATELY): Replace all uses with
	definitions, delete macros.

2002-11-14  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/quit.cc (octave_allocation_error): New variable.
	(octave_throw_bad_alloc): New function.
	* misc/quit.h: Provide decls.
	(OCTAVE_THROW_BAD_ALLOC): New macro.
	(END_INTERRUPT_WITH_EXCEPTIONS): Also catch bad_alloc.
	* misc/f77-fcn.h (F77_XFCN): Handle allocation errors.

	* misc/quit.h (octave_jmp_buf): New typedef.
	(current_context): Type is now octave_jmp_buf.
	(octave_set_current_context): Use sigsetjmp if we have it.
	(octave_interrupt_immediately, octave_interrupt_state): Type is
	now sig_atomic_t.
	(BEGIN_INTERRUPT_WITH_EXCEPTIONS, END_INTERRUPT_WITH_EXCEPTIONS):
	New macros.

	* misc/quit.cc (octave_jump_to_enclosing_context): Use siglongjmp
	if we have it.	
	(octave_save_current_context, octave_restore_current_context): Use
	octave_jmp_buf type here.

2002-11-07  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/Makefile.in: Handle automatic dependency generation for
	C/C++ source files.

	* misc/quit.h (INCREMENT_OCTAVE_INTERRUPT_IMMEDIATELY,
	DECREMENT_OCTAVE_INTERRUPT_IMMEDIATELY,
	SET_OCTAVE_INTERRUPT_IMMEDIATELY): New macros.
	(BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE,
	BEGIN_INTERRUPT_IMMEDIATELY_IN_FOREIGN_CODE): Use them.
	* f77-fcn.h (F77_XFCN): Likewise.

	* misc/quit.cc: Include <cstring> for memcpy decl.

2002-11-06  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/f77-fcn.h (F77_XFCN): Adapt to new signal/exception
	handling scheme.
	(f77_context): Delete decl.
	(copy_f77_context): Likewise.
	* misc/f77-fcn.cn (copy_f77_context): Delete.
	(Fxstopx): Set f77_exception_encountered.
	Use octave_jump_to_enclosing_context, not longjmp.

	* misc/f77-extern.cc (f77_context): Delete definition.

	* misc/quit.h, misc/quit.cc: New files.
	* misc/Makefile: Add them to the appropriate lists.

	* Makefile (MISC_OBJ): Add misc/quit.o

2002-10-31  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* odessa/odessa.f (ODESSA): Second arg of xerrwd is string length.
	* odessa/odessa_intdy.f (ODESSA_INTDY): Likewise.

2002-10-29  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* dasrt/ddasrt.f (DDASRT): Fix computation of LENRW.

2002-10-16  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (install): Don't bother with versions for $(SHLBIN)
	files.

	* slatec-err/xerrwd.f (XERRWD): Print msg(1:nmes), not just msg.

2002-10-14  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (install): No need to use cd to create links.

2002-10-14  Paul Kienzle <pkienzle@users.sf.net>

	* Makefile.in: Use link dependencies for shared libs if
	INCLUDE_LINK_DEPS.
	(LIBRARIES): If doing shared libs, include versioned library in	list.
	(libcruft.$(SHLEXT), libcruft.$(SHLEXT_VER)): Reverse actions --
	build unversioned library, symbolic link adds version info.
	(install, uninstall): Handle link and load forms of the library
	separately.

2002-09-30  Paul Kienzle <pkienzle@users.sf.net>

	* slatec-fn/xdacosh.f: Mark external functions as external.
	* slatec-fn/xdasinh.f: Ditto.
	* slatec-fn/xdatanh.f: Ditto.
	* slatec-fn/xdbetai.f: Ditto.
	* slatec-fn/xderf.f: Ditto.
	* slatec-fn/xderfc.f: Ditto.
	* slatec-fn/xdgami.f: Ditto.
	* slatec-fn/xdgamit.f: Ditto.
	* slatec-fn/xdgamma.f: Ditto.
	* slatec-fn/xgmainc.f: Ditto.

2002-08-14  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* odessa/odessa.f (ODESSA): Use XERRWD instead of XERR.
	* odessa/intdy.f (ODESSA_INTDY): Likewise.
	* odessa_rscom.f (ODESSA_RSCOM): Delete unused common block EH0001.
	* odessa_svcom.f (ODESSA_SVCOM): Likewise.

	* dasrt/xerrwv.f, odepack/xerrwv.f: Delete.
	* slatec-err/xerrwd.f (XERRWD): Call XSTOPX instead of using STOP.

	* quadpack/dqagi.f (DQAGI): Replace Hollerith constants with
	character string constants.
	* quadpack/dqagp.f (DQAGP): Likewise.
	* odepack/lsode.f (LSODE): Likewise.

	* odepack/lsode.f (LSODE): Use XERRWD instead of XERRWV.
	* odepack/intdy.f (INTDY): Likewise.
	* dasrt/ddasrt.f (DDASRT): Likewise.
	* quadpack/xerror.f (XERROR): Likewise.

2002-07-25  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* slatec-fn/xgmainc.f: New file.

2002-07-12  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* dasrt: New subdirectory.
	* Makefile.in (CRUFT_DIRS): Add it to the list.

2002-07-10  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* odessa: New subdirectory.
	* Makefile.in (CRUFT_DIRS): Add it to the list.

2002-06-27  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* slatec-err/xermsg.f (XERMSG): If MAXMES .LT. 0, messages may be
	printed an unlimited number of times.
	* slatec-err/j4save.f (J4SAVE) Default for MAXMES is now -1.

	* misc/f77-fcn.c (xstopx): Pass args in proper order.

2002-05-22  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* ordered-qz/dsubsp.f (DSUBSP): Delete decl for unused variable J.

	* misc/f77-fcn.c (xstopx): Return type is void, not volatile void.
	* misc/f77-fcn.h (xstopx): Provide decl.  Add special gcc noreturn
	attribute here.

2002-05-16  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/f77-fcn.h: Define F77_FCN for backward compatibility.

2002-04-27  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* slatec-err/ixsav.f, slatec-err/xerrwd.f: New files.

	* daspk: New directory.
	* Makefile.in (CRUFT_DIRS): Add it to the list

2002-04-03  Steven G. Johnson <stevenj@alum.mit.edu>

	* misc/machar.c: Use F77_FUNC instead of checking
	F77_APPEND_UNDERSCORE.
	* misc/f77-fcn.h: Don't define F77_FCN.
	(xSTRINGIZE, STRINGIZE): New macros.
	(F77_XFCN_ERROR): Simplify by using STRINGIZE and F77_FUNC.
	(F77_XFCN): Use F77_FUNC instead of F77_FCN.
	* misc/f77-fcn.c: Use F77_FUNC instead of F77_FCN.

2001-11-01  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (DISTSUBDIRS): Add fftpack.

2001-08-13  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* lapack/dlasq3.f: Update from netlib.
	* lapack/dlasq5.f: Ditto.

2001-05-02  Mumit Khan  <khan@nanotech.wisc.edu>

	* Makefile.in (CRUFT_DIRS): Substitute @FFT_DIR@. 

2001-04-25  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (install): Don't use mk-libdir-link.

2001-04-19  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/Makefile.in (CPICDEP): Remove pic/dostop.o from the list.

2001-03-27  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/xstopx.f: Delete.
	* misc/dostop.c: Delete.
	* misc/Makefile.in (SPECIAL, SPECIAL_DEPEND): Delete dostop.c and
	dostop.o from lists.
	* Makefile.in (MISC_OBJ): Delete misc/dostop.o from the list.

	* misc/dostop.c (dostop): Use F77_FCN macro for function definition.
	Specify length in error format to avoid need for copying string.
	From Paul Kienzle <pkienzle@kienzle.powernet.co.uk>.

2000-12-14  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* lapack/dgelss.f (DGELSS): Use correct leading dimension for
	workspace array passed to dgemm and dlacpy.
	(ZGELSS): Likewise, for calls to zgemm and zlacpy.

2000-07-18  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (DISTSUBDIRS): New macro.
	(dist): Use it instead of SUBDIRS.

2000-06-30  Steven G. Johnson  <stevenj@alum.mit.edu>

	* blas-xtra, lapack-xtra: New directories.
	* Makefile.in (CRUFT_DIRS): Add them to the list.
	Substitute @BLAS_DIR@ and @LAPACK_DIR@ here.
	* blas-xtra/xerbla.f: Move here from blas subdirectory.
	* blas-xtra/Makefile.in: New file.
	* lapack-xtra/xdlamch.f, lapack-xtra/xdlange.f,
	lapack-xtra/xzlange.f: Move here from lapack subdirectory.
	* lapack-xtra/Makefile.in: New file.

2000-04-25  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/Makefile.in (install, uninstall): Include files go in
	$(octincludedir)/octave, not just $(octincludedir).

2000-03-25  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (LIBRARIES): Conditionally define. 	
	(libraries): Depend on $(SUBDIRS) only.
	Make $(LIBRARIES) using a recursive invocation of make once
	$(SUBDIRS) are up to date.
	(.NOTPARALLEL): New target, for GNU Make 3.79.

2000-03-21  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (libcruft.$(LIBEXT)): New target.
	(all): Depend on `libraries', not `$(SUBDIRS) shared-lib'.
	Conditionally construct `libraries' target.
	(libcruft.$(SHLEXT_VER)): Delete target before rebuilding.
	* Makerules.in (LIBCRUFT): Delete variable.
	(LIBCRUFT_DEPEND): Conditionally define to $(LIBCRUFT_OBJS) only.
	(all): Print warning if anything is done.
	(stmp-pic): New target.
	($CRUFT_PICOBJ): Depend on stmp-pic.
	(clean, mostlyclean): Remove pic and stmp-pic.

2000-02-10  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* lapack/dbdsqr.f, lapack/dgeesv.f, lapack/dgelss.f,
	lapack/dgesvd.f, lapack/dlasq1.f, lapack/dlasq2.f,
	lapack/dlasq3.f, lapack/dlasq3.f, lapack/dlasq4.f,
	lapack/dlasq5.f, lapack/dlasq6.f, lapack/zbdsqr.f,
	lapack/zgelss.f, lapack/zgesvd.f, lapack/zhetd2.f:
	Update from netlib.

1999-11-03  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Update to Lapack version 3.0.
	* lapack/ieeeck.f, lapack/dlasq2.f, lapack/dlasq3.f,
	lapack/dlasq5.f, lapack/dlasq6.f: New files.

1999-10-29  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/lo-error.cc (current_liboctave_warning_handler): Define	here.
	(set_liboctave_warning_handler): New function.
	(liboctave_warning): Ditto.
	* misc/lo-error.h: Provide declararations for them here.

1999-10-19  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (dist): Use `$(MAKE) -C dir' instead of `cd dir;
	$(MAKE); cd ..'.

1999-10-01  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* dassl/dpotrf.f, dassl/dpotf2.f: Move to lapack subdirectory.

Fri Mar 26 01:19:04 1999  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makerules.in (all): Don't try to use a special rule for making
	the archive.  The default rules may be slower, but they are also
	correct.

Wed Nov 11 17:27:35 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (CRUFT_DIRS): Add amos.  Delete specfun.
	* specfun: Delete directory.
	* amos: New directory

Thu Oct 15 00:43:13 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* ranlib: Update to newer version of randlib.
	* ranlib/Makefile.in (SPECIAL): Update list.

Thu Sep 24 11:59:02 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* balgen, eispack: Delete directories and unnecesary files.
	* Makefile.in (CRUFT_DIRS): Delete eispack and balgen from the list.

	* lapack/xdlamch.f: New file.

	* ordered-qz: New directory.
	* Makefile.in (CRUFT_DIRS): Add it to the list.

	* lapack/dggbak.f, lapack/dtgevc.f, lapack/zggbal.f: New files.

Tue Jun  2 09:57:52 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* specfun/rybesl.f (rybesl): Don't access by(2) unless nb .gt. 1.

Mon May 11 12:33:42 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* fftpack/passb3.f, fftpack/passb5.f, fftpack/passf3.f,
	fftpack/passf5.f: Use double precision constants in data
	statements.

Tue Apr 14 14:01:22 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* slatec-fn/xdgamit.f (xdgamit): New file.

Mon Apr  6 00:26:35 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* slatec-fn/xdgami.f (xdgami): Reorder args to match dgami.

Thu Feb 19 21:00:00 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* specfun/ribesl.f, specfun/rjbesl.f: Compute NSIG correctly.
	Add missing comma in declaration statement.

Sun Feb  1 12:39:10 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (install, uninstall): Use $(octlibdir), not $(libdir).
	Use $(mk-libdir-link).

	* quadpack/dqagi.f, quadpack/dqagie.f, quadpack/dqagp.f,
	quadpack/dqagpe.f, quadpack/dqk15i.f, quadpack/dqk21.f:
	Make user-supplied code a subroutine instead of a function.

Mon Jan 19 23:11:21 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* lapack/xdlange.f, lapack/xzlange.f: New files.

Mon Dec  1 00:51:03 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* dassl/xerhlt.f, dassl/xermsg.f, dassl/xerprn.f, dassl/xgetua.f,
	dassl/xsetua.f: Delete.

	* slatec-err: New directory.
	* Makefile.in: Add it to the list.

Sun Nov 30 17:55:20 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* slatec-fn/xdgami.f, slatec-fn/xdbetai.f, slatec-fn/xderfc.f,
	slatec-fn/xderf.f, slatec-fn/xdatanh.f, slatec-fn/xdasinh.f,
	slatec-fn/xdacosh.f: New files.

Sat Nov 29 13:02:14 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* specfun/ribesl.f (ribesl): Use d1mach to get machine parameters.
	SAVE static data between calls.  Use PARAMETERS where possible.
	* specfun/rjbesl.f (rjbesl): Likewise.
	* specfun/rkbesl.f (rkbesl): Likewise.
	* specfun/rybesl.f (rybesl): Likewise.

Fri Nov 28 14:05:12 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* specfun: New subdirectory.
	* specfun/Makefile.in, specfun/ribesl.f, specfun/rjbesl.f,
	specfun/rkbesl.f, specfun/rybesl.f: New files.
	* Makefile.in (CRUFT_DIRS): Add specfun.

Wed Nov 26 01:49:47 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* slatec-fn/d9gmit.f, slatec-fn/d9lgic.f, slatec-fn/d9lgit.f,
	slatec-fn/dbetai.f, slatec-fn/dgami.f, slatec-fn/dgamit.f,
	slatec-fn/dgamr.f, slatec-fn/dlbeta.f, slatec-fn/dlnrel.f:
	New files for incomplete beta and incomplete gamma functions.

Thu Jul 17 13:18:57 1997  Klaus Gebhardt <gebhardt@crunch.ikp.physik.th-darmstadt.de>

	* blas/xerbla.f (xerbla): Call XSTOPX instead of using STOP.

Fri Jun  6 16:49:22 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* slatec-fn/xdgamma.f: New file.

	* fsqp, npsol, qpsol: Delete directories.
	* Makefile.in (CRUFT_DIRS): Delete fsqp, npsol, and qpsol from list.

Thu Jun  5 01:40:36 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in, Makerules.in: Make building of static library optional.
	(liboctave.$(SHLEXT_VER)): Add $(SONAME_FLAGS) to command.

	* Makerules.in (stamp-picdir): Delete.
	(pic): New target.  Don't worry so much about creating pic
	directory only when it is really needed.

	* Makefile.in (stamp-shared): Delete.
	(shared-lib): New target.  Depend on shared libraries directly.

Wed May 21 16:29:42 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/Makefile.in (install): Ensure include directory link is made.
	(uninstall): Delete all installed files. 

Thu Mar 13 22:31:35 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* blas, lapack: Add new files for symmetric eigenvalue
	computation.

Wed Mar 12 16:59:59 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/Makefile.in (install-strip): New target.

	* Makefile.in (install-strip): New target.

Mon Mar  3 15:38:39 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* ranlib/Makefile.in (EXTERNAL_DISTFILES): Add Basegen.doc.

	* fftpack/Makefile.in (EXTERNAL_DISTFILES): Add fftpack.doc.

	* Makefile.in (DISTFILES): Add configure.in.

Sat Mar  1 15:23:14 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.5 released.

Wed Feb 26 12:08:39 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (maintainer-clean): Also remove configure.

Thu Feb 20 02:58:05 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.4 released.

Tue Feb 18 09:22:04 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.3 released.

Fri Feb 14 16:23:42 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (bin-dist): Don't write empty strings to LIBRARIES.

Thu Feb 13 17:33:41 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (stamp-shared): Use $(SH_LD) $(SH_LDFLAGS) instead
	of $(CXX) -shared.

	* Makerules.in (stamp-picdir): Silence noise about making pic.

Mon Jan 27 15:52:29 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.2 released.

Sat Jan 25 22:34:10 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in, balgen/Makefile.in, blas/Makefile.in,
	cfsqp/Makefile.in, dassl/Makefile.in, eispack/Makefile.in,
	fftpack/Makefile.in, fsqp/Makefile.in, lapack/Makefile.in,
	linpack/Makefile.in, minpack/Makefile.in, misc/Makefile.in,
	npsol/Makefile.in, odepack/Makefile.in, qpsol/Makefile.in,
	quadpack/Makefile.in, ranlib/Makefile.in, slatec-fn/Makefile.in,
	villad/Makefile.in (bin-dist): New target.

Wed Jan 22 15:03:33 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/Makefile.in (pic/machar.o): Add $(CPICFLAG) for this target.

	* misc/d1mach.f (d1mach): Move SAVE statement ahead of DATA statment.

Wed Jan 15 21:04:29 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* blas/*.f: Update to latest version from Netlib.

Tue Jan  7 00:17:17 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.1 released.

Tue Dec 17 11:02:02 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/lo-error.c: Convert C++-style comments to C-style comments.

Wed Dec 11 01:50:31 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/Makefile.in (SPECIAL_DEPEND): Delete d1mach.o from the list.

Tue Dec 10 01:43:10 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0 released.

Fri Dec  6 15:23:50 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 1.94.

Wed Nov 20 01:00:43 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/Makefile.in (install): Also install lo-error.h.

	* Makefile.in (MISC_OBJ): Add misc/f77-fcn.o.

	* misc/lo-error.h: New file, moved here from liboctave.
	* misc/lo-error.c: Rename from lo-error.cc.  Make this a C-file
	instead of C++.

	* Version 1.93.

Tue Nov 19 23:04:24 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/Makefile.in: Add variables for installing things.

	* Makerules.in (install, uninstall): Make these double colon rules.

	* f77-fcn.c, f77-fcn.h: New files, from liboctave.

	* misc/Makefile.in (SPECIAL_DEPEND): Add f77-fcn.o.
	(SPECIAL): Add f77-fcn.c and f77-fcn.h.
	(CPICDEP): Add pic/f77-fcn.o.
	(install): Install f77-fcn.h in $(octincludedir).
	(uninstall): Delete f77-fcn.h from $(octincludedir).

	* Makerules.in (CRUFT_CSRC): Delete unsed variable.

Thu Nov 14 00:07:00 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 1.92.

Fri Nov  8 09:55:40 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (libcruft.a): Delete target.
	* Makerules.in, Makefile.in: Use real archive rules to build
	libcruft.a in parts.

	* Makefile.in (install): Use $(INSTALL_PROGRAM) for installing
	shared library.

Thu Nov  7 12:43:17 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in: Add -lm when building shared library.

	* Version 1.91.

Mon Nov  4 10:09:00 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* lapack/dlag2.f, lapack/dggbal.f, lapack/dgghrd.f, lapack/dhgeqz.f:
	New files.

	* Makefile.in (install): Use INSTALL_PROGRAM for shared version of
	libcruft.	

Sun Nov  3 19:37:37 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/Makefile.in (distclean): Delete target, since there is
	nothing special to do.

Wed Oct 30 17:20:14 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 1.90.

	* Makefile.in (DISTFILES): Add ChangeLog.

	* misc/Makefile.in: Make pic/machar.o using special rule.
	Use CPPFLAGS, not CPP_FLAGS.

Thu Oct 24 20:22:47 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (CRUFT_OBJ): No special treatment for d1mach.o.

	* misc/machar.c, misc/d1mach.f: New files
	* misc/Makefile.in: Fix to not generate d1mach.f.

Mon Oct 14 11:07:25 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (distclean): Remove stamp-shared too.

Sat Oct 12 00:20:41 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (maintainer-clean): Don't depend on distclean.
	* Makerules.in (maintainer-clean): Ditto.

Tue Aug 20 22:09:08 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makerules.in (stamp-picdir): Only create a pic subdirectory if
	SHARED_LIBS is true AND FPICFLAG is not empty.

Wed May 22 15:07:00 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (stamp-shared): Use CC, not CXX to create shared
	library.  Also use SHARED_FLIBS here instead of FLIBS.

Sat Apr  6 21:28:47 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makerules.in (clean, mostlyclean): Also remove pic/*.o.
	(maintainer-clean, distclean): Also remove stamp-picdir and pic
	directory.

Wed Apr  3 01:01:31 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/Makefile.in: Set SPECIAL_PICDEPEND after including Makeconf
	and before including Makerules.

Fri Mar 29 13:45:06 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (distclean): Delete so_locations, which is created
	on DEC Alpha systems.
	(distclean, maintainer-clean): Don't depend on clean.

Wed Mar 27 05:59:02 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makerules.in: Add rules for making PIC code here.
	* Makefile.in (libcruft.a): Depend on $(CRUFT_PICOBJ)
	* misc/Makefile.in: Add rules for making PIC code from C and C++
	files.

Fri Feb  9 21:04:45 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/f77-extern.cc, misc/lo-error.cc: New files.
	* misc/Makefile.in (SPECIAL, SPECIAL_DEPEND): Add them to the lists.
	* Makefile.in (CRUFT_OBJ): Add it f77-extern.o and lo-error.o here
	too.

Sat Feb  3 07:57:39 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* misc/dostop.c (dostop): Call error handler if we have a message.
	Call longjmp on f77_context, not jump_to_top_level().
	* misc/xstopx.f (xstopx): Pass non-blank strings on to dostop.

Mon Jan  8 22:55:26 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (clean): If $(SHARED_LIBS), remove shared libs.
	(mostlyclean): Ditto.

Fri Dec 29 21:43:24 1995  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in, Makerules.in: Handle creating position independent
	code and shared libraries for Octave.

Tue Dec 26 00:15:31 1995  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makerules.in (stamp-picdir): New target.
	(all): Depend on it.

	* Makefile.in: Delete references to configure stuff.
	* configure.in, mkinstalldirs: Delete.
	
Sun Dec 24 02:42:29 1995  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* linpack/spofa.f: New file.
	* blas/level-1/sdot.f: New file.
	* blas/level-2/dsyr.f: New file.

Thu Dec 14 02:34:19 1995  Rick Niles  <niles@axp745.gsfc.nasa.gov>

	* fftpack/cfftb1.f, fftpack/cfftf1.f, fftpack/cffti1.f,
	odepack/prepj.f, odepack/solsy.f, odepack/stode.f:
	Avoid warnings for nonstandard dimension statements of the form
	`real foo(1)' by using `real foo(*)' instead.

Mon Nov  6 07:24:03 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* misc/dostop.c: Only call jump_to_top_level() if OCTAVE_SOURCE.

Fri Nov  3 11:08:31 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* misc/dostop.c: Just call jump_to_top_level() directly here.

Wed Sep 20 00:01:03 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* mkinstalldirs: New file.
	* Makefile.in (DISTFILES): Add it to the list.

	* Makerules.in: Fix cleaning rules.  Use double colon so we can
	add things in the makefiles in the subdirectories.

	* Makefile.in (DISTFILES): Distribute configure.in and configure.
	(distclean): Also remove Makerules, config.log, and config.status.
	(maintainer-clean): Depend on distclean.

Mon Apr 10 09:55:13 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* configure.in: New file.

Fri Mar 10 10:38:29 1995  John Eaton  <jwe@schoch.che.utexas.edu>

	* Makefile.in (install uninstall clean mostlyclean distclean
	realclean): Use SUBDIR_FOR_COMMAND.  Combine actions.

See ChangeLog.1 in the top level directory for earlier changes.