log

age author description
Wed, 25 Mar 2009 19:02:15 -0400 John W. Eaton compatibility fix for find called for empty arguments
Wed, 25 Mar 2009 17:34:19 -0400 John W. Eaton liboctave/Makefile.in (MATRIX_INC): add missing files to the list
Wed, 25 Mar 2009 16:44:45 -0400 John W. Eaton seek to skip if writing inside bounds of existing file
Wed, 25 Mar 2009 14:34:38 -0400 John W. Eaton ChangeLog fix
Wed, 25 Mar 2009 14:33:44 -0400 Kai Habel Fix calculation of gradient for dims>2. Vector arguments are interpreted as
Wed, 25 Mar 2009 12:54:17 -0400 John W. Eaton save source file names for functions as comments in .texi files
Wed, 25 Mar 2009 14:29:50 +0100 Jaroslav Hajek fixes in mixed int64-double multiply emulation
Wed, 25 Mar 2009 11:40:06 +0100 Jaroslav Hajek smarter algorithm for permute
Tue, 24 Mar 2009 19:41:56 -0400 Ben Abbott gnuplot_drawnow.m: When printing, pass scalar plot_stream to __gnuplot_draw_figure__, and close all plot streams when done.
Tue, 24 Mar 2009 11:29:53 -0400 rtshort Partial implementation of derived classes using the old form with "@" files.
Mon, 23 Mar 2009 19:29:01 -0400 John W. Eaton tag bug don't define forced variables
Mon, 23 Mar 2009 18:21:25 -0400 Ben Abbott gnuplot_drawnow.m: Check that gnuplot has internal variable "GPVAL_TERMINALS".
Mon, 23 Mar 2009 14:23:48 +0100 Jaroslav Hajek simplify double->int conversion in indexing
Mon, 23 Mar 2009 08:29:51 +0100 Jaroslav Hajek more NEWS updates
Sun, 22 Mar 2009 21:44:26 +0100 Jaroslav Hajek fix simple looping over structs
Sun, 22 Mar 2009 15:19:22 +0100 Jaroslav Hajek add one more missing include
Sat, 21 Mar 2009 20:46:21 +0100 Jaroslav Hajek replace lo_ieee_isnan by xisnan, add missing includes
Sat, 21 Mar 2009 13:04:43 -0400 Ben Abbott gnuplot_drawnow.m: Verify the gnuplot terminal is supported.
Sat, 21 Mar 2009 12:49:58 -0400 Ben Abbott __gnuplot_get_var__.m: Add function to get gnuplot variables.
Sat, 21 Mar 2009 09:35:35 -0400 Ben Abbott print.m: Restore the old behavior for -S<num>,<num>.
Fri, 20 Mar 2009 11:39:25 +0100 Jaroslav Hajek allow empty matrices in stream input operators
Thu, 19 Mar 2009 17:46:38 +0100 Jaroslav Hajek optimize isnan/isinf/isfinite mappers
Thu, 19 Mar 2009 08:54:56 +0100 Jaroslav Hajek simplifications to fsolve
Thu, 19 Mar 2009 06:57:50 -0400 Benjamin Lindner fix leaving stray '\r' in stream when reading from CRLF data file
Wed, 18 Mar 2009 16:17:15 +0100 Jaroslav Hajek remove a TODO in oct-norm.cc
Wed, 18 Mar 2009 12:06:46 +0100 Jaroslav Hajek cellfun optimizations
Tue, 17 Mar 2009 22:21:54 +0100 Jaroslav Hajek add missing binops installs
Tue, 17 Mar 2009 21:38:12 +0100 Jaroslav Hajek implement fast octave_value constructor
Tue, 17 Mar 2009 13:43:09 +0100 Jaroslav Hajek remove dead code from fsolve
Tue, 17 Mar 2009 13:38:16 +0100 Jaroslav Hajek more cosmetic adjustments to fsolve