view libcruft/ChangeLog @ 2993:91589ab98e37

[project @ 1997-05-21 21:44:54 by jwe]
author jwe
date Wed, 21 May 1997 21:51:38 +0000
parents 33486d9e2d00
children 9ce32027e269
line wrap: on
line source

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.