log src/ChangeLog @ 8585:e6497be3f3d6

age author description
Sat, 24 Jan 2009 12:09:25 -0500 Ben Abbott Skip tests if ARPACK is missing.
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 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:10:20 -0500 John W. Eaton display.cc: get info for windows and os x systems
Thu, 22 Jan 2009 13:27:47 +0100 Jaroslav Hajek more indexing fixes
Thu, 22 Jan 2009 11:10:47 +0100 Jaroslav Hajek use replacement methods if qrupdate is not available
Wed, 21 Jan 2009 21:43:05 -0500 John W. Eaton get display characteristics from system
Wed, 21 Jan 2009 14:30:41 -0500 John W. Eaton better compatibility for axis label properties
Wed, 21 Jan 2009 15:50:34 +0100 Jaroslav Hajek optimize range-scalar ops
Wed, 21 Jan 2009 13:02:49 +0100 Jaroslav Hajek further improve struct&cell indexing & indexed assignment
Tue, 20 Jan 2009 20:02:43 -0500 file-io.cc (Ffstat): new function [mq]: fstat
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
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 16:53:30 -0500 John W. Eaton lexer debugging functions
Sat, 17 Jan 2009 16:33:30 +0100 Jaroslav Hajek add some explaining comments
Thu, 15 Jan 2009 14:58:49 -0500 John W. Eaton reshape: improve error message
Thu, 15 Jan 2009 07:22:24 +0100 Jaroslav Hajek implement non-copying contiguous range indexing
Thu, 15 Jan 2009 00:36:18 -0500 Soren Hauberg __magick_read__.cc (encode_uint_image): initialize bitdepth
Wed, 14 Jan 2009 20:44:25 -0500 sh Allow documentation tobe built for other formats than tex and info
Wed, 14 Jan 2009 03:28:31 -0500 John W. Eaton load_path::do_set: call clear after disabling add_hook
Tue, 13 Jan 2009 12:16:21 +0100 Jaroslav Hajek remove qsort in favor of sort
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 12:57:56 -0500 Ben Abbott graphics.h.in: fix typo
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 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
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 14:35:22 +0100 Kai Habel Calculate surface normals for boundaries, use more neighboring
Fri, 09 Jan 2009 06:52:45 -0500 John W. Eaton parse.y: avoid storing null statements in statement lists
Fri, 09 Jan 2009 06:11:54 -0500 John W. Eaton make input_line_number work again
Thu, 08 Jan 2009 22:12:17 +0100 Jaroslav Hajek avoid redundant copying in {} assignment
Mon, 05 Jan 2009 08:11:03 +0100 Thorsten Meyer Fix docstrings, add examples, references and tests to string functions
Sat, 27 Dec 2008 17:01:52 +0100 Jaroslav Hajek remove valid_as_scalar_index
Fri, 26 Dec 2008 22:51:48 +0100 Francesco Potortì Cross reference between postpad and resize
Thu, 25 Dec 2008 12:31:07 +0100 Jaroslav Hajek support -tabs option for save -ascii
Wed, 24 Dec 2008 14:50:25 -0500 Ben Abbott chol.cc: Trivial fix for chol tests.
Wed, 24 Dec 2008 14:47:13 -0500 John W. Eaton eigs.cc: skip tests if ARPACK is missing
Wed, 24 Dec 2008 14:40:33 -0500 John W. Eaton src/Makefile.in (DLD_XSRC): add eigs.cc to the list
Wed, 24 Dec 2008 13:06:26 -0500 John W. Eaton handle -double option for save
Tue, 23 Dec 2008 08:28:23 +0100 David Bateman Add the eigs and svds functions
Mon, 22 Dec 2008 22:16:27 +0100 David Bateman Reszie third arg of __voronoi__ before retuning it
Fri, 12 Dec 2008 23:25:54 +0100 David Bateman changelog fix
Fri, 12 Dec 2008 23:18:20 +0100 David Bateman Fix sparse cholesky inversion
Fri, 12 Dec 2008 13:35:10 +0100 Jaroslav Hajek allow saving diagonal & permutation matrices to hdf5 as full