log

age author description
Wed, 13 Jan 2010 21:12:24 -0500 John W. Eaton __magick_read__.cc: no need to explicitly call chop_trailing_singletons now
Wed, 13 Jan 2010 20:45:31 -0500 John W. Eaton avoid assignment in condition of if statement
Wed, 13 Jan 2010 22:06:58 +0100 Jaroslav Hajek allow the general case in Array<T>::compute_index
Wed, 13 Jan 2010 12:07:20 -0800 Rik Correct sh test syntax in build_bc_overload_tests.sh
Wed, 13 Jan 2010 13:42:57 -0500 John W. Eaton build_bc_overload_tests.sh: accept expected results file as argument
Wed, 13 Jan 2010 18:19:37 +0100 Jaroslav Hajek always chop dimension vector when constructing Arrays
Wed, 13 Jan 2010 06:00:14 -0500 John W. Eaton lu.cc: avoid test failures if HAVE_QRUPDATE_LUU is not defined
Wed, 13 Jan 2010 03:49:12 -0500 John W. Eaton inputname: use isvarname instead of regexp
Wed, 13 Jan 2010 03:40:45 -0500 John W. Eaton allow building of docs to be disabled
Wed, 13 Jan 2010 03:00:14 -0500 John W. Eaton inputname: compatibility fix
Wed, 13 Jan 2010 08:44:24 +0100 Jaroslav Hajek add tests for built-in class overloads
Tue, 12 Jan 2010 23:05:17 +0100 David Bateman Allow markerfacecolor and markeredgecolor to be set and used for patch objects
Tue, 12 Jan 2010 16:50:25 +0100 Jaroslav Hajek better argument checking and handling in set functions
Tue, 12 Jan 2010 13:20:17 +0100 Jaroslav Hajek improve overload dispatching of built-in classes
Tue, 12 Jan 2010 09:03:42 +0100 Jaroslav Hajek allow more cells in strfind/strrep + supply a general mechanism
Mon, 11 Jan 2010 22:38:08 -0800 Rik Remove unnecessary uses of simple_move_if_change_rule
Mon, 11 Jan 2010 16:07:15 -0500 John W. Eaton urlwrite: avoid using errno as a local variable
Mon, 11 Jan 2010 22:06:19 +0100 Jaroslav Hajek use patches again in scatter plots
Sun, 10 Jan 2010 22:00:38 +0100 Jaroslav Hajek fix typos in __scatter__
Mon, 11 Jan 2010 10:54:58 +0100 Jaroslav Hajek implement fileread
Mon, 11 Jan 2010 09:45:35 +0100 Jaroslav Hajek add tests for LU updating
Mon, 11 Jan 2010 00:40:29 -0500 Tatsuro MATSUOKA src/Makefile.am (OCTINTERP_LINKDEPS): include FT2_LDFLAGS and FT2_LIBS in the list
Sun, 10 Jan 2010 21:34:30 +0100 Jaroslav Hajek optimize scatter plots
Sat, 09 Jan 2010 15:43:11 -0500 John W. Eaton gnulib guarantees nlink_t
Sat, 09 Jan 2010 02:24:49 -0500 John W. Eaton avoid various GCC warnings
Fri, 08 Jan 2010 11:25:08 +0100 Jaroslav Hajek return class types by reference in const Array element access functions
Fri, 08 Jan 2010 08:27:45 +0100 Jaroslav Hajek allow array of strings in strrep
Thu, 07 Jan 2010 17:26:18 -0500 John W. Eaton use times module from gnulib
Thu, 07 Jan 2010 16:43:48 -0500 John W. Eaton use gettimeofday module from gnulib
Thu, 07 Jan 2010 15:07:19 -0500 John W. Eaton variables.cc (get_top_level_value, set_top_level_value): new functions
Thu, 07 Jan 2010 08:31:41 +0100 Jaroslav Hajek correctly handle interrupts in pause()
Thu, 07 Jan 2010 08:29:02 +0100 Jaroslav Hajek fix incorrect octave_interrupt_state escaped from liboctave
Thu, 07 Jan 2010 07:58:23 +0100 Jaroslav Hajek handle interrupts octave_fgets
Wed, 06 Jan 2010 22:17:01 +0100 Jaroslav Hajek omission from last patch
Wed, 06 Jan 2010 13:18:41 +0100 Jaroslav Hajek make unwind_protect frames local
Tue, 05 Jan 2010 13:16:16 +0100 Jaroslav Hajek improve cellstr cache implementation
Wed, 06 Jan 2010 07:49:40 -0500 Ben Abbott qp.m: Add missing semicolon.
Tue, 05 Jan 2010 03:56:17 -0500 John W. Eaton bootstrap.conf: include mkfifo in the module list
Tue, 05 Jan 2010 02:05:07 -0500 John W. Eaton bootstrap.conf: remove nonexistent "fstat" module
Tue, 05 Jan 2010 02:02:28 -0500 John W. Eaton include -I../libgnu in AM_CPPFLAGS
Tue, 05 Jan 2010 07:28:42 +0100 Jaroslav Hajek implement default opts query and register opts for qp
Tue, 05 Jan 2010 01:18:50 -0500 Joshua Redstone qp.m: handle optimset options
Mon, 04 Jan 2010 15:44:29 -0800 Rik Remove out-of-date WWW directory
Mon, 04 Jan 2010 18:46:00 -0500 Ben Abbott undo changeset e6441e13acb2
Mon, 04 Jan 2010 15:42:35 -0500 Thorsten Meyer Fix set function to allow cell and struct arguments.
Mon, 04 Jan 2010 16:38:56 +0100 Jaroslav Hajek optimize strmatch
Mon, 04 Jan 2010 12:32:07 +0100 Jaroslav Hajek update NEWS
Mon, 04 Jan 2010 12:05:23 +0100 Jaroslav Hajek implement compiled strrep
Mon, 04 Jan 2010 03:00:19 -0500 John W. Eaton don't allow e, i, j, inf, or nan to be commands
Mon, 04 Jan 2010 02:11:07 -0500 Marco Atzeri src/Makefile.am: removed extra / on install-oct
Sat, 02 Jan 2010 21:55:17 +0100 Jaroslav Hajek support old style jacobian for fsolve
Sat, 02 Jan 2010 12:16:55 -0500 Ben Abbott mappers.cc: Change test tolerance from 1e-16 to eps.
Sat, 02 Jan 2010 12:09:01 -0500 Ben Abbott lex.ll: Mac OSX's flex converts EOF to 0.
Sat, 02 Jan 2010 13:32:25 +0100 Jaroslav Hajek omitted source from last changeset
Fri, 01 Jan 2010 22:19:26 +0100 Jaroslav Hajek implement powerset
Thu, 31 Dec 2009 15:16:24 -0800 Rik Reverse using move_if_change rule for cruft.def (Changeset:9980)
Thu, 31 Dec 2009 07:05:26 +0100 Jaroslav Hajek rewrite uniformoutput optimization in cellfun
Wed, 30 Dec 2009 06:01:51 +0100 Jaroslav Hajek fix common_size optimization
Wed, 30 Dec 2009 05:30:54 +0100 Jaroslav Hajek implement index reduction rule for multiple constant ranges
Tue, 29 Dec 2009 21:46:37 +0100 Jaroslav Hajek omission from last patch