head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.0.2 pkgsrc-2009Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2009.10.12.09.28.02; author adam; state dead; branches; next 1.1; 1.1 date 2009.07.19.00.33.10; author asau; state Exp; branches; next ; desc @@ 1.2 log @Changes 3.2.3: * This is a bug-fixing release. @ text @$NetBSD: patch-al,v 1.1 2009/07/19 00:33:10 asau Exp $ Support NetBSD. --- src/sysdep.cc.orig 2009-05-25 10:05:00.000000000 +0400 +++ src/sysdep.cc 2009-07-16 13:44:39.000000000 +0400 @@@@ -95,7 +95,7 @@@@ #define STDIN_FILENO 1 #endif -#if defined (__386BSD__) || defined (__FreeBSD__) +#if defined (__386BSD__) || defined (__FreeBSD__) || defined (__NetBSD__) static void BSD_init (void) { @@@@ -300,7 +300,7 @@@@ void sysdep_init (void) { -#if defined (__386BSD__) || defined (__FreeBSD__) +#if defined (__386BSD__) || defined (__FreeBSD__) || defined(__NetBSD__) BSD_init (); #elif defined (__MINGW32__) MINGW_init (); @ 1.1 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$ @