log

age author description
Fri, 23 Jan 2009 11:28:25 -0500 John W. Eaton toplev.cc (octave_call_stack::do_goto_caller_frame): allow caller frame to be base frame
Fri, 23 Jan 2009 13:13:39 +0100 Jaroslav Hajek further indexing optimization touches
Fri, 23 Jan 2009 09:57:19 +0100 Jaroslav Hajek implement octave_value_list using Array
Thu, 22 Jan 2009 21:41:05 -0500 John W. Eaton display.cc: remove extraneous output statement
Thu, 22 Jan 2009 18:33:45 -0500 John W. Eaton configure.in (AH_BOTTOM): Also check __MACH__ when defining OCTAVE_USE_OS_X_API
Thu, 22 Jan 2009 18:24:15 -0500 John W. Eaton ChangeLog fix
Thu, 22 Jan 2009 18:22:52 -0500 Soren Hauberg m-file implementation of help system
Thu, 22 Jan 2009 13:59:33 -0500 John W. Eaton toplev.cc: check OCTAVE_USE_OS_X_API instead of __APPLE__ && __MACH__
Thu, 22 Jan 2009 13:29:20 -0500 John W. Eaton configure.in (AH_BOTTOM): define OCTAVE_USE_OS_X_API if __APPLE__ is defined
Thu, 22 Jan 2009 13:10:20 -0500 John W. Eaton display.cc: get info for windows and os x systems
Thu, 22 Jan 2009 12:02:03 -0500 John W. Eaton fix menus in manual
Thu, 22 Jan 2009 11:54:36 -0500 John W. Eaton really delete vr-idx.txi
Thu, 22 Jan 2009 11:25:22 -0500 John W. Eaton io.txi: remove @DOCSTRING(ans)
Thu, 22 Jan 2009 11:12:30 -0500 John W. Eaton eliminate variable index from manual
Thu, 22 Jan 2009 11:11:16 -0500 Soren Hauberg remove variable index
Thu, 22 Jan 2009 11:06:56 -0500 sh Remove descriptions of built-in variables from manual
Thu, 22 Jan 2009 13:50:08 +0100 Jaroslav Hajek fix sorting of ranges
Thu, 22 Jan 2009 13:27:47 +0100 Jaroslav Hajek more indexing fixes
Thu, 22 Jan 2009 13:26:04 +0100 Jaroslav Hajek optimize resizable indexing with scalars
Thu, 22 Jan 2009 11:10:47 +0100 Jaroslav Hajek use replacement methods if qrupdate is not available
Wed, 21 Jan 2009 21:48:24 -0500 John W. Eaton add new files for previous changeset
Wed, 21 Jan 2009 21:43:05 -0500 John W. Eaton get display characteristics from system
Wed, 21 Jan 2009 15:35:17 -0500 John W. Eaton THANKS, Announce: remove obsolete files
Wed, 21 Jan 2009 21:22:29 +0100 Thorsten Meyer Check for successful build of the documentation
Wed, 21 Jan 2009 14:30:41 -0500 John W. Eaton better compatibility for axis label properties
Wed, 21 Jan 2009 11:48:32 -0500 John W. Eaton ylabel.m: handle rotation property here, not in __axis_label__.m
Wed, 21 Jan 2009 11:42:40 -0500 John W. Eaton title.m: fix missing semicolon
Wed, 21 Jan 2009 11:40:37 -0500 John W. Eaton title.m: set horizontalalignment to center
Wed, 21 Jan 2009 15:50:34 +0100 Jaroslav Hajek optimize range-scalar ops
Wed, 21 Jan 2009 14:54:20 +0100 Jaroslav Hajek add the strchr function
Wed, 21 Jan 2009 13:02:49 +0100 Jaroslav Hajek further improve struct&cell indexing & indexed assignment
Wed, 21 Jan 2009 07:07:12 +0100 Jaroslav Hajek allow fsolve work without qrupdate
Tue, 20 Jan 2009 20:02:43 -0500 file-io.cc (Ffstat): new function [mq]: fstat
Tue, 20 Jan 2009 22:39:29 +0100 David Bateman minor doc fix
Tue, 20 Jan 2009 21:16:42 +0100 Jaroslav Hajek imported patch qrupdate.diff
Tue, 20 Jan 2009 21:15:17 +0100 Jaroslav Hajek improve parser indexed assigment code
Tue, 20 Jan 2009 11:09:22 -0500 John W. Eaton postpad.m, prepad.m: doc fix
Tue, 20 Jan 2009 11:02:56 -0500 John W. Eaton pink.m: spelling fix
Tue, 20 Jan 2009 10:57:18 -0500 John W. Eaton hsv.m: doc fix
Tue, 20 Jan 2009 10:52:34 -0500 John W. Eaton stmt.txi: unwind_protect doc fix
Tue, 20 Jan 2009 10:07:23 -0500 John W. Eaton container.txi: define cs-list
Tue, 20 Jan 2009 10:02:09 -0500 John W. Eaton package.txi: @DOCSTRING for pkg
Tue, 20 Jan 2009 09:54:42 -0500 John W. Eaton image.txi: @DOCSTRING for brighten
Tue, 20 Jan 2009 06:58:44 -0500 John W. Eaton assert.m: use isfield instead of struct_contains
Mon, 19 Jan 2009 20:21:45 -0500 John W. Eaton lex.l (grab_comment_block): if not reading from a file, bail at first newline inside a comment:
Mon, 19 Jan 2009 19:37:34 -0500 John W. Eaton lex.l: finish previous change
Mon, 19 Jan 2009 16:53:30 -0500 John W. Eaton lexer debugging functions
Sun, 18 Jan 2009 22:01:36 +0100 Thorsten Meyer Trivial fixes in numbers.txi
Sat, 17 Jan 2009 17:32:11 -0500 Ben Abbott Permit scalars when transforming coordinates.
Sat, 17 Jan 2009 11:41:25 -0500 Ben Abbott __quiver__.m: __quiver__.m: Fix auto-size of (x,y) coord.
Sat, 17 Jan 2009 16:33:30 +0100 Jaroslav Hajek add some explaining comments
Fri, 16 Jan 2009 08:31:57 +0100 Daniel J Sebald Fix for handling options
Fri, 16 Jan 2009 08:27:46 +0100 Daniel J Sebald Fix legend order for both horizontal and vertical string cell.
Thu, 15 Jan 2009 17:54:19 -0500 Ben Abbott grid.m: Correct doc-string.
Thu, 15 Jan 2009 16:59:15 -0500 John W. Eaton reshape: improve error message
Thu, 15 Jan 2009 14:58:49 -0500 John W. Eaton reshape: improve error message
Thu, 15 Jan 2009 14:40:02 -0500 John W. Eaton strrep.m: doc fix
Thu, 15 Jan 2009 07:22:24 +0100 Jaroslav Hajek clean up Array and DiagArray2
Thu, 15 Jan 2009 07:22:24 +0100 Jaroslav Hajek implement non-copying contiguous range indexing
Thu, 15 Jan 2009 01:06:06 -0500 Peter L. Sondergaard nargchk.m: improve compatibility; new tests