log

age author description
Tue, 13 Jan 2009 00:25:32 -0500 Brian Gough [docs] Matrix => matrix
Tue, 13 Jan 2009 00:25:20 -0500 Brian Gough [docs] @var{XI}, @var{YI}. => @var{xi}, @var{yi}.
Tue, 13 Jan 2009 00:23:35 -0500 Brian Gough [docs] octave => Octave
Tue, 13 Jan 2009 00:23:28 -0500 Brian Gough [docs] fix case to match example
Tue, 13 Jan 2009 00:23:21 -0500 Brian Gough [docs] octave => Octave
Tue, 13 Jan 2009 00:22:42 -0500 Brian Gough [docs] @var{EXPR} => @var{expr}
Mon, 12 Jan 2009 23:51:27 -0500 John W. Eaton octave.cc (maximum_braindamage): set confirm_recursive_rmdir to false
Mon, 12 Jan 2009 23:41:32 -0500 John W. Eaton strfns.cc (Fstrcmp, Fstrncmp): initialize all elements of output with constructor arg
Mon, 12 Jan 2009 19:03:33 -0500 John W. Eaton parse.y: always append statements to list, but remove null statements after seeing separator
Mon, 12 Jan 2009 19:02:23 -0500 John W. Eaton base-list.h (push_front, pop_front, push_back, pop_back): new functions.
Mon, 12 Jan 2009 14:26:38 -0500 John W. Eaton qr.cc: require args to be numeric, not necessarily matrix objects
Mon, 12 Jan 2009 13:32:12 -0500 John W. Eaton fsolve.m, fzero.m: undo part of previous change
Mon, 12 Jan 2009 13:11:35 -0500 John W. Eaton fsolve.m, fzero.m: style fixes; use strcmpi to compare options
Mon, 12 Jan 2009 13:04:13 -0500 John W. Eaton fsolve.m: style fixes
Mon, 12 Jan 2009 12:57:56 -0500 Ben Abbott graphics.h.in: fix typo
Mon, 12 Jan 2009 12:36:09 -0500 John W. Eaton Fchar, Fstrvcat: use queue correctly
Mon, 12 Jan 2009 12:31:11 -0500 John W. Eaton Fchar, Fstrvcat: use queue to avoid duplicate calls to all_strings
Mon, 12 Jan 2009 12:22:26 -0500 Thorsten Meyer Make strvcat an internal function
Mon, 12 Jan 2009 12:13:05 -0500 Thorsten Meyer strfns.cc: improve documentation strings, add examples and tests
Mon, 12 Jan 2009 11:47:09 -0500 John W. Eaton diffuse.m, specular.m, surfl.m: style fixes
Mon, 12 Jan 2009 14:03:28 +0100 Jaroslav Hajek improve indexing of diagonal & permutation matrices
Mon, 12 Jan 2009 13:06:06 +0100 Jaroslav Hajek reimplement full as method of octave_base_value
Mon, 12 Jan 2009 08:42:10 +0100 Jaroslav Hajek minor simplifications to latest patches
Sun, 11 Jan 2009 14:27:52 +0100 Jaroslav Hajek optimize structure components access
Sun, 11 Jan 2009 07:55:44 +0100 Jaroslav Hajek disallow invalid {}-indexed assigments
Sat, 10 Jan 2009 08:46:23 +0100 Jaroslav Hajek fix behaviour of "full"
Fri, 09 Jan 2009 16:25:11 +0100 Jaroslav Hajek fix missing widening ops for diag & perm matrices
Fri, 09 Jan 2009 15:15:43 +0100 Jaroslav Hajek fix {} assigment if error occurs on subsequent assignment component
Fri, 09 Jan 2009 14:38:18 +0100 David Bateman Changelog fix
Thu, 08 Jan 2009 15:51:50 +0100 Kai Habel Add new 3D plotting function surfl. Add light functions diffuse and specular