head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.10 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.8 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.6 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.4 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.2 pkgsrc-2009Q4-base:1.7 pkgsrc-2009Q2:1.5.0.16 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.14 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.12 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.10 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.8 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.6 pkgsrc-2008Q2-base:1.5 cwrapper:1.5.0.4 pkgsrc-2008Q1:1.5.0.2 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.4.0.22 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.20 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.18 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.16 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.14 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.12 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.10 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.8 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.6 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.4 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.2 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.3.0.20 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.18 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.16 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.14 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.3 netbsd-1-4-PATCH003:1.3 netbsd-1-4-PATCH002:1.2 comdex-fall-1999:1.2 netbsd-1-4-PATCH001:1.2 netbsd-1-4-RELEASE:1.2; locks; strict; comment @# @; 1.7 date 2009.07.23.13.43.25; author asau; state dead; branches; next 1.6; 1.6 date 2009.07.19.00.33.10; author asau; state Exp; branches; next 1.5; 1.5 date 2008.01.11.01.23.44; author adam; state Exp; branches; next 1.4; 1.4 date 2005.04.01.10.15.47; author adam; state Exp; branches; next 1.3; 1.3 date 2000.04.28.08.59.37; author wennmach; state Exp; branches; next 1.2; 1.2 date 98.11.25.23.58.25; author tron; state Exp; branches; next 1.1; 1.1 date 98.11.25.23.56.53; author tron; state Exp; branches; next ; desc @@ 1.7 log @Update to Octave 3.2.2. Changes since previous (3.2.0) are minor bug fixes. @ text @$NetBSD: patch-ae,v 1.6 2009/07/19 00:33:10 asau Exp $ --- libcruft/misc/Makefile.in.orig 2009-05-25 10:04:59.000000000 +0400 +++ libcruft/misc/Makefile.in 2009-06-28 23:07:07.000000000 +0400 @@@@ -66,10 +66,10 @@@@ XALL_CFLAGS = $(patsubst -O%, , $(ALL_CFLAGS)) machar.o: $(srcdir)/machar.c - $(XCC) -c $(CPPFLAGS) $(XALL_CFLAGS) -DDP $< -o $@@ + ${LIBTOOL} --mode=compile $(XCC) -c $(CPPFLAGS) $(XALL_CFLAGS) -DDP $< smachar.o: $(srcdir)/machar.c - $(XCC) -c $(CPPFLAGS) $(XALL_CFLAGS) -DSP $< -o $@@ + ${LIBTOOL} --mode=compile $(XCC) -c $(CPPFLAGS) $(XALL_CFLAGS) -DSP $< -o $@@ pic/machar.o: $(srcdir)/machar.c $(XCC) -c $(CPPFLAGS) $(CPICFLAG) $(XALL_CFLAGS) -DDP $< -o $@@ @ 1.6 log @ Update to Octave 2.2.0. User-visible changes since previous release: - Compatibility with Matlab graphics has been improved. - New graphics functions. - New experimental OpenGL/FLTK based plotting system. - Functions providing direct access to gnuplot have been removed. - The Control, Finance and Quaternion functions have been removed. - Specific sparse matrix functions removed. - Improvements to the debugger. - Improved traceback error messages. - Object Oriented Programming. - Parsing of Command-style Functions. - Block comments. - Special treatment in the parser of expressions like "a' * b". - Single Precision data type. - Improved array indexing. - Improved memory management. - Improved performance for reduction operations. - Sorting and searching. - Range arithmetics. - Various performance improvements. - 64-bit integer arithmetic. - Diagonal and permutation matrices. - Improvements to fsolve. - Improvements to the norm function. - New functions for computing some eigenvalues or singular values. - New QR and Cholesky factorization updating functions. - New quadrature functions. - New functions for reading and writing images. - Other miscellaneous new functions. - Changes to strcat. - Improvements to the help functions. - Deprecated functions. @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Changes 3.0.0: * Compatibility with Matlab graphics is much better now. We now have some graphics features that work like Matlab's Handle Graphics (tm): * The way Octave handles search paths has changed. * Previous versions of Octave had a number of built-in variables to control warnings (for example, warn_divide_by_zero). These variables have been replaced by warning identifiers that are used with the warning function to control the state of warnings. * All built-in variables have been converted to functions. * For compatibility with Matlab, the output order of Octave's "system" function has changed. * For compatibility with Matlab, the output of Octave's fsolve function has been changed. * For compatibility with Matlab, normcdf, norminv, normpdf, and normrnd have been modified to compute distributions using the standard deviation instead of the variance. * For compatibility with Matlab, gamcdf, gaminv, gampdf, gamrnd, expcdf, expinv, exppdf and exprnd have been modified to compute the distributions using the standard scale factor rather than one over the scale factor. @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.5 2007/12/15 05:54:50 adam Exp $ d3 3 a5 3 --- libcruft/misc/Makefile.in.orig 2007-10-12 23:27:12.000000000 +0200 +++ libcruft/misc/Makefile.in @@@@ -64,7 +64,7 @@@@ XCC = $(patsubst -O%, , $(CC)) d12 4 @ 1.4 log @Changes 2.1.69: * Bug fixes @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.3 2003/12/04 11:15:37 adam Exp $ d3 1 a3 1 --- libcruft/misc/Makefile.in.orig 2003-11-20 13:50:06.000000000 +0100 d5 1 a5 1 @@@@ -62,7 +62,7 @@@@ XCC = $(patsubst -O%, , $(CC)) d9 1 a9 1 - $(XCC) -c $(CPPFLAGS) $(XALL_CFLAGS) -DDP $< @ 1.3 log @Updated octave to 2.0.16. Changes since 2.0.13: (besides numerous bug fixes) - New math functions: besselh, airy - New functions: is_complex, isnumeric, isfinite, rehash, graw - The Bessel functions now accept complex values for the argument and any real value for the order. - New "finance" category - ~30 new functions in "signal" - Numerous new functions in "statistics" category, including new "distributions", "models", and "tests" directories - If LOADPATH contains a doubled colon, the default path is inserted in its place. This is similar to the substitution that also takes place for leading or trailing colons in the LOADPATH. - Loops of the form `for i = STRING ... endfor' are now allowed. ... and much more. Closes PR8421. @ text @d1 6 a6 6 $NetBSD$ --- doc/liboctave/liboctave.texi.orig Tue Aug 18 23:49:42 1998 +++ doc/liboctave/liboctave.texi Wed Apr 26 16:40:36 2000 @@@@ -5,6 +5,14 @@@@ \input texinfo @@c -*-texinfo-*- @@setfilename liboctave.info d8 6 a13 11 +@@ifinfo +@@format +START-INFO-DIR-ENTRY +* LibOctave: (liboctave). Octave library for numerical computations. +END-INFO-DIR-ENTRY +@@end format +@@end ifinfo + @@c @@smallbook @@c @@setchapternewpage odd @@c @@cropmarks @ 1.2 log @Add missing RCS Ids. @ text @d2 2 a3 3 --- doc/liboctave/liboctave.texi.orig Tue May 20 21:42:48 1997 +++ doc/liboctave/liboctave.texi Sat Nov 21 00:58:49 1998 a18 9 @@@@ -98,7 +106,7 @@@@ * Copying:: * Introduction:: * Arrays:: -* Matrix and Vector @@var{Operations}:: +* Matrix and Vector OPERATIONS:: * Matrix Factorizations:: * Ranges:: * Nonlinear Functions:: @ 1.1 log @NetBSD patches supplied by Rene Hexel in PR pkg/6476. @ text @d1 2 @