log

age author description
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
Tue, 29 Dec 2009 21:42:41 +0100 Jaroslav Hajek deprecate complement
Mon, 28 Dec 2009 10:11:20 -0600 Thomas Treichl Include config.h before another header file.
Mon, 28 Dec 2009 10:42:05 -0500 John W. Eaton file-ops.cc: avoid problems if sys/stat.h #defines mkdir or mkfifo
Mon, 28 Dec 2009 10:03:24 +0100 Jaroslav Hajek further simplify strcat
Sun, 27 Dec 2009 22:19:07 -0500 John W. Eaton configure.ac: use libtool cache variables to simplify checks for dynamic linking api
Sun, 27 Dec 2009 21:39:44 -0500 John W. Eaton wrapper for gl2ps.c so config.h is included before oter headers
Sun, 27 Dec 2009 22:07:17 +0100 Jaroslav Hajek optimize common_size
Sun, 27 Dec 2009 21:56:53 +0100 Jaroslav Hajek optimize cellfun (@subsref, args, {subs}, uniformoutput, true) case
Sun, 27 Dec 2009 15:18:46 +0100 Jaroslav Hajek vectorize strcat
Sat, 26 Dec 2009 21:30:15 +0100 Jaroslav Hajek optimize xor
Sat, 26 Dec 2009 14:07:50 +0100 Jaroslav Hajek improve simple assignments error checks and messages
Sat, 26 Dec 2009 00:07:01 -0500 John W. Eaton use gnulib modules for fstat, lstat, and stat
Fri, 25 Dec 2009 23:58:08 -0500 John W. Eaton use mkfifo module from gnulib
Sat, 26 Dec 2009 00:20:12 -0500 John W. Eaton use mkdir module from gnulib
Fri, 25 Dec 2009 22:26:19 -0500 John W. Eaton fntests.m: use regexp instead of findstr and only recognize tests that are the first thing on a line
Fri, 25 Dec 2009 21:38:20 -0500 John W. Eaton use gnuplib crypto/md5 module
Fri, 25 Dec 2009 22:31:25 +0100 Jaroslav Hajek allow ismatrix on character matrices
Fri, 25 Dec 2009 22:20:33 +0100 Jaroslav Hajek allow issquare on arbitrary data
Fri, 25 Dec 2009 21:26:16 +0100 Jaroslav Hajek omitted file in last patch
Fri, 25 Dec 2009 15:55:36 +0100 Jaroslav Hajek implement compiled strfind
Thu, 24 Dec 2009 12:02:27 +0100 Jaroslav Hajek rewrite strjust
Wed, 23 Dec 2009 20:58:06 -0600 John W. Eaton lex.cc: Use %top block to include config.h
Wed, 23 Dec 2009 14:25:51 +0100 Jaroslav Hajek fix & improve strjust
Tue, 22 Dec 2009 21:44:53 +0100 Jaroslav Hajek support cummin/cummax for bools
Tue, 22 Dec 2009 17:46:04 -0600 Rob Mahurin find-defun-files.sh: use sed and egrep as found by configure
Tue, 22 Dec 2009 11:41:08 -0800 Rik Remove redundant test for nlink_t in configure.ac
Mon, 21 Dec 2009 10:44:28 -0800 Rik Remove dlfcn directory containing outdated, undistributed code
Sun, 20 Dec 2009 20:51:54 -0800 Rik Use lognrnd instead of deprecated lognormal_rnd in build_sparse_tests.sh
Sun, 20 Dec 2009 20:07:43 -0800 Rik use m4 quating in aclocal.m4 autoconf macros with variable expansion
Sun, 20 Dec 2009 18:24:42 -0800 Rik Better warnings when gnuplot is not installed but native graphics are available
Sun, 20 Dec 2009 17:02:57 -0800 Rik Correctly produce postcript output for geometryimages when QHULL library is not present
Sun, 20 Dec 2009 23:07:31 +0200 Shai Ayal corrected redundency in title setting introduced in previous changeset
Sun, 20 Dec 2009 23:02:08 +0200 Shai Ayal handle window title correctly in fltk_backend
Sun, 20 Dec 2009 00:02:46 -0800 Rik Distribute emacs specific files from emacs directory rather than examples directory
Sat, 19 Dec 2009 23:35:29 -0800 Rik Reimplement previous patch with distribution triggered by m4/module.mk for clarity
Sat, 19 Dec 2009 23:17:57 -0800 Rik Distribute m4/gnulib-cache.m4 in tarballs per bootstrap recommendation
Sat, 19 Dec 2009 22:58:54 -0800 Rik Eliminate TOPDIR variable in favor of built-in automake variables
Sat, 19 Dec 2009 14:24:02 -0800 Rik Use M4 quoting for arguments to autoconf macros containing variables
Sat, 19 Dec 2009 21:10:46 +0100 Jaroslav Hajek allow size_equal with 0 arguments
Fri, 18 Dec 2009 13:26:05 -0500 David Grundberg Print script filename in script indexing errors
Fri, 18 Dec 2009 09:48:54 -0800 Rik Use Automake syntax to build helper program gethelp in scripts directory
Fri, 18 Dec 2009 03:05:06 -0500 John W. Eaton get_debug_input: force interactive input mode; don't get user input unless stdin is a tty
Thu, 17 Dec 2009 13:32:38 -0800 Rik Remove obsolete file unix.exp from test/config directory
Thu, 17 Dec 2009 13:28:29 -0800 Rik Use automake syntax to build munge-texi
Thu, 17 Dec 2009 11:08:26 -0800 Rik Add newline to message output of test.m
Thu, 17 Dec 2009 09:34:55 -0800 Rik Distribute directories of private functions of OOP test classes
Thu, 17 Dec 2009 02:38:33 -0500 John W. Eaton avoid conflict with gnulib defining glob to be rpl_glob
Wed, 16 Dec 2009 22:11:38 +0100 Jaroslav Hajek support min/max with logical arrays
Wed, 16 Dec 2009 07:38:52 +0100 Jaroslav Hajek avoid duplicate function cleaning in symbol_table::cleanup
Wed, 16 Dec 2009 01:25:40 -0500 John W. Eaton F__init_fltk__: add __remove_fltk__ to atexit function list
Tue, 15 Dec 2009 16:02:48 -0500 John W. Eaton octave_call_stack::do_goto_frame_relative: stop searching at top frame
Tue, 15 Dec 2009 14:27:18 -0500 John W. Eaton use glob and fnmatch from gnulib
Tue, 15 Dec 2009 13:07:05 +0100 Jaroslav Hajek allow functions returning no value in cellfun
Tue, 15 Dec 2009 10:05:38 +0100 Jaroslav Hajek fix subscripting of vectors by N-d arrays
Tue, 15 Dec 2009 10:04:34 +0100 Jaroslav Hajek optimize indexing of ranges by single subscripts
Tue, 15 Dec 2009 10:01:35 +0100 Jaroslav Hajek fix idx_vector::loop for masks
Mon, 14 Dec 2009 13:50:11 -0500 John W. Eaton isprime: produce logical result
Mon, 14 Dec 2009 12:35:38 -0500 John W. Eaton __makeinfo__: style fixes
Mon, 14 Dec 2009 15:22:26 +0100 Jaroslav Hajek let __makeinfo__ create temporary file in P_tmpdir
Mon, 14 Dec 2009 12:11:53 +0100 Jaroslav Hajek clean up top-level variables when exiting Octave
Sun, 13 Dec 2009 22:32:47 -0800 Rik Use simple_move_if_change_rule for cruft.def to eliminate unnecessary compilations.
Sun, 13 Dec 2009 20:01:16 -0800 Rik Clean liboctave/Makefile.am to use more standard automake syntax
Sun, 13 Dec 2009 19:35:24 -0800 Rik Fix typo and distribute new ppder.m script
Sun, 13 Dec 2009 14:21:58 -0800 Rik Elaborate which DIRNAME to use for --gnulib-srcdir option in HACKING file
Sun, 13 Dec 2009 13:18:27 +0100 Jaroslav Hajek implement ppder, ppint, ppjmups
Sat, 12 Dec 2009 06:18:31 +0100 Jaroslav Hajek remove stray decls from oct-shlib.h
Sat, 12 Dec 2009 19:37:09 +0200 Shai Ayal fix fltk backend window buttons
Sat, 12 Dec 2009 19:08:40 +0200 Shai Ayal Handle figure visibility in fltk backend
Fri, 11 Dec 2009 21:42:02 -0500 John W. Eaton unshare dynamic properties