Subject: CVS commit: pkgsrc/math/octave-current
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 12/04/2003 11:15:37
Module Name:	pkgsrc
Committed By:	adam
Date:		Thu Dec  4 11:15:37 UTC 2003

Modified Files:
	pkgsrc/math/octave-current: Makefile PLIST distinfo
	pkgsrc/math/octave-current/patches: patch-aa patch-ac patch-ad patch-ae
	    patch-af patch-ag
Removed Files:
	pkgsrc/math/octave-current/patches: patch-ab patch-ah patch-ai patch-aj
	    patch-ak patch-al patch-aq

Log Message:
Changes 2.1.52:
* Emacs fixes
* The ++ and -- operators now work for indexed matrices
* The built-in variable argv is now a list of strings instead of a string vec.
* The new built-in variable `crash_dumps_octave_core' controls
  whether Octave writes user variables to the file `octave-core'
  when it crashes or is killed by a signal.
* Loops of the form `for i = STRING ... endfor' are now allowed.
* It is now possible to set the iteration limit for lsode using
  lsode_options ("step limit", N).
* New functions
* The save command now accepts the option -append to save the
  variables at the end of the file, leaving the existing contents.
* New command-line option --no-history (also available using the
  single character option -H) inhibits saving command history.
* The built-in variable `PWD' has been removed.
* New operators.
* New built-in data types.
* Commas in global statements are no longer special.
* It is now possible to declare static variables that retain their
  values across function calls.
More --> See "NEWS"


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/math/octave-current/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/math/octave-current/PLIST
cvs rdiff -r1.12 -r1.13 pkgsrc/math/octave-current/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/math/octave-current/patches/patch-aa \
    pkgsrc/math/octave-current/patches/patch-af
cvs rdiff -r1.1.1.1 -r0 pkgsrc/math/octave-current/patches/patch-ab \
    pkgsrc/math/octave-current/patches/patch-ai \
    pkgsrc/math/octave-current/patches/patch-aj
cvs rdiff -r1.2 -r1.3 pkgsrc/math/octave-current/patches/patch-ac \
    pkgsrc/math/octave-current/patches/patch-ad \
    pkgsrc/math/octave-current/patches/patch-ae
cvs rdiff -r1.4 -r1.5 pkgsrc/math/octave-current/patches/patch-ag
cvs rdiff -r1.2 -r0 pkgsrc/math/octave-current/patches/patch-ah \
    pkgsrc/math/octave-current/patches/patch-al
cvs rdiff -r1.3 -r0 pkgsrc/math/octave-current/patches/patch-ak
cvs rdiff -r1.1 -r0 pkgsrc/math/octave-current/patches/patch-aq

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.