log

age author description
Tue, 10 Jan 2012 16:43:41 -0500 John W. Eaton 3.6.0-rc0 release candidate stable rc-3-6-0-0
Tue, 10 Jan 2012 16:35:37 -0500 John W. Eaton maint: update library version numbers for release stable
Tue, 10 Jan 2012 16:43:31 -0500 John W. Eaton maint: ensure edited configure script is executable stable
Tue, 10 Jan 2012 18:10:33 -0800 Rik Don't process comments in %!testif specifications. stable
Tue, 10 Jan 2012 17:35:38 -0800 Rik oct-parse.yy: Remove unused variable to stop compiler warning. stable
Tue, 10 Jan 2012 16:04:55 -0500 John W. Eaton update NEWS stable
Tue, 10 Jan 2012 15:25:35 -0500 John W. Eaton doc: include tips for installing build dependencies on specific systems stable
Tue, 10 Jan 2012 14:36:49 -0500 John W. Eaton maint: update to latest gnulib stable
Tue, 10 Jan 2012 14:00:24 -0500 John W. Eaton configure: search for gfortran first instead of g77 stable
Mon, 09 Jan 2012 20:32:27 -0500 Ben Abbott plot3.m: Throw error if the input data exceeds two dimensions. stable
Mon, 09 Jan 2012 20:28:08 -0500 Ben Abbott When creating an fltk (aqua) figure on MacOS, make sure one drawnow() occurs stable
Mon, 09 Jan 2012 13:32:44 -0800 Rik test: Expand %!testif functionality to multiple conditions stable
Mon, 09 Jan 2012 15:19:21 -0500 Jordi Gutiérrez Hermoso Merge in Carn̈́ë's changes stable
Sat, 24 Dec 2011 23:15:29 +0000 Carnë Draug oct-parse.yy: also identify Author as start of license text stable
Mon, 09 Jan 2012 11:46:52 -0800 Rik Relax tolerance for pinv tests so that it fails less than 1% of the time. stable
Mon, 09 Jan 2012 10:53:04 -0800 Rik NEWS: Update list of functions added for 3.6.0 release. stable
Mon, 09 Jan 2012 10:51:53 -0800 Rik maint: Remove deprecated functions sphcat and spvcat before 3.6.0 release. stable
Mon, 09 Jan 2012 10:05:18 -0800 Rik NEWS: Add note about ARPACK being removed from source. stable
Sun, 08 Jan 2012 20:26:35 -0800 Juan Pablo Carbajal Add new function is_function_handle (patch #7695) stable
Sun, 08 Jan 2012 19:23:55 -0500 Ben Abbott Validate suffix when printing to {eps,ps,pdf}latex devices. stable
Sun, 08 Jan 2012 18:59:03 -0800 Rik Allow QuantumDepth=32 installations of Magick++ (Bug #35229) stable
Sun, 08 Jan 2012 15:04:45 -0800 Rik doc: Update seealso references for eval family of functions. stable
Sun, 08 Jan 2012 13:39:44 -0800 Rik doc: miscellaneous documentation improvements stable
Sun, 08 Jan 2012 16:28:31 -0500 John W. Eaton improve error message in __gnuplot_print__ stable
Sun, 08 Jan 2012 15:24:53 -0500 Jordi Gutiérrez Hermoso doc: Better explain which complex result is chosen by .^ stable
Sat, 07 Jan 2012 12:44:34 -0500 John W. Eaton fix name lookup problem with static nested class stable
Fri, 06 Jan 2012 16:49:16 -0500 John W. Eaton directly link eigs.oct with ARPACK libs if needed stable
Fri, 06 Jan 2012 16:48:00 -0500 John W. Eaton append + to version stable
Fri, 06 Jan 2012 14:34:22 -0500 John W. Eaton Added tag ss-3-5-92 for changeset a737b3fb9c4d stable
Fri, 06 Jan 2012 14:34:06 -0500 John W. Eaton snapshot 3.5.92 stable ss-3-5-92
Fri, 06 Jan 2012 13:46:56 -0500 John W. Eaton update FCN_FILES list in test/Makefile.am stable
Fri, 06 Jan 2012 12:43:48 -0500 John W. Eaton maint: periodic merge of stable to default
Fri, 06 Jan 2012 12:43:07 -0500 John W. Eaton check in change accidentally omitted from previuos changeset stable
Fri, 06 Jan 2012 12:39:49 -0500 John W. Eaton use gnulib::isatty stable
Fri, 06 Jan 2012 12:09:02 -0500 John W. Eaton maint: update gnulib stable
Fri, 06 Jan 2012 11:45:00 -0500 Jordi Gutiérrez Hermoso Fix erroneous indexing error message. stable
Fri, 06 Jan 2012 11:40:05 -0500 John W. Eaton remove scary warning from startup message stable
Fri, 06 Jan 2012 10:59:15 -0500 John W. Eaton don't call singleton_cleanup_list::cleanup on exit. stable
Fri, 06 Jan 2012 10:51:11 -0500 John W. Eaton use gnulib::readdir stable
Fri, 06 Jan 2012 10:25:00 -0500 John W. Eaton use gnulib::raise stable
Fri, 06 Jan 2012 09:41:16 -0500 John W. Eaton use gnulib::fopen stable
Fri, 06 Jan 2012 08:29:11 -0500 John W. Eaton * lo-sysdep.cc (octave_chdir): Use gnulib::chdir. stable
Fri, 06 Jan 2012 08:27:22 -0500 John W. Eaton quadcc: use gnulib::copysign stable
Thu, 05 Jan 2012 17:34:30 -0500 John W. Eaton doc: improve documentation for building Octave stable
Thu, 05 Jan 2012 10:34:04 -0500 Jordi Gutiérrez Hermoso doc: Mention broadcasting in more relevant places. stable
Thu, 05 Jan 2012 10:27:34 -0500 Jordi Gutiérrez Hermoso intersect.m: Properly handle the "rows" case with more than 1 output arg (bug #35247) stable
Thu, 05 Jan 2012 00:10:19 -0500 John W. Eaton use C++ program to test ARPACK stable
Wed, 04 Jan 2012 10:22:39 -0500 Marco Atzeri README.Cygwin: Update for impending 3.6 release stable
Wed, 04 Jan 2012 10:10:08 -0500 Jordi Gutiérrez Hermoso ov-fcn-inline.cc (Vinline): Add "e" to the built-in variables (bug #35236) stable
Tue, 03 Jan 2012 20:12:38 -0500 John W. Eaton remove ARPACK files from sources and restore configure checks for external ARPACK library stable
Tue, 03 Jan 2012 12:03:12 -0500 Jordi Gutiérrez Hermoso fsolve.m: Move @seealso to bottom in docstring to silence warning. stable
Mon, 02 Jan 2012 15:19:45 -0500 John W. Eaton doc: add Iain Murry to contributors list
Mon, 02 Jan 2012 15:18:26 -0500 John W. Eaton maint: periodic merge of stable to default
Mon, 02 Jan 2012 15:17:54 -0500 John W. Eaton doc: update list of contributors stable
Mon, 02 Jan 2012 14:29:37 -0500 John W. Eaton maint: periodic merge of stable to default
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Mon, 02 Jan 2012 13:12:54 -0500 Jordi Gutiérrez Hermoso Merge in Iain Murray's changes
Mon, 02 Jan 2012 12:49:52 -0500 Iain Murray Make nargin and nargout behave more like Matlab's (Bug #32700)
Sun, 01 Jan 2012 22:14:27 -0800 Rik doc: Report Octave version when broadcasting semantics changed in start up WARNING. stable
Sun, 01 Jan 2012 21:50:10 -0800 Rik doc: Add register_graphics_toolkit() and loaded_graphics_toolkits() to documentation stable
Sun, 01 Jan 2012 20:13:22 -0800 Rik doc: Document prefs directory in list of installed script files. stable
Sun, 01 Jan 2012 20:09:47 -0800 Rik test_contin.m: Rename script to test_line_continue.m for clarity stable
Sun, 01 Jan 2012 20:04:52 -0800 Rik test: Use Octave coding and spacing conventions for fixed test scripts stable
Sun, 01 Jan 2012 19:17:02 -0500 Ben Abbott __print_parse_opts__.m: Fix doc string and copyright. stable
Sun, 01 Jan 2012 14:03:14 -0500 Jordi Gutiérrez Hermoso Periodic merge of stable to default
Sun, 01 Jan 2012 13:51:22 -0500 Elias Pipping Use typename keyword to refer to templates stable
Thu, 29 Dec 2011 23:41:13 -0500 Jordi Gutiérrez Hermoso Give friendlier error message when indexing with default i or j (bug #35157) stable
Sat, 31 Dec 2011 13:53:14 -0500 John W. Eaton eliminate duplicate indexing tests stable
Sat, 31 Dec 2011 13:50:40 -0500 John W. Eaton eliminate duplicate logical indexing tests stable
Thu, 29 Dec 2011 22:01:39 -0500 Ben Abbott accumarray.m: Fix trivial typo in docstring. stable
Thu, 29 Dec 2011 15:36:59 -0500 Jordi Gutiérrez Hermoso doc: mention how scalar broadcasting is a special case of broadcasting stable
Thu, 29 Dec 2011 15:18:10 -0500 Jordi Gutiérrez Hermoso accumarray.m: Add another example for sparse matrices, minor formatting stable
Thu, 29 Dec 2011 09:53:33 -0500 Jordi Gutiérrez Hermoso mkoctfile.m: Return the output and exit status from the mkoctfile shell command stable
Thu, 29 Dec 2011 06:38:18 -0800 Rik doc: Fix incorrect xref usage in warning_ids.m stable
Thu, 29 Dec 2011 06:05:00 -0800 Rik doc: Final grammarcheck and spellcheck before 3.6.0 release. stable
Tue, 27 Dec 2011 19:06:37 -0500 Jordi Gutiérrez Hermoso Start adding vectorization examples stable
Tue, 27 Dec 2011 18:47:18 -0500 Jordi Gutiérrez Hermoso Trivial merge stable
Tue, 27 Dec 2011 15:15:41 -0500 Jordi Gutiérrez Hermoso Initial documentation for broadcasting and general vectorization guidelines stable
Tue, 27 Dec 2011 15:03:35 -0500 Jordi Gutiérrez Hermoso acumarray.m: Reformat long lines stable
Tue, 27 Dec 2011 13:51:35 -0500 Jordi Gutiérrez Hermoso accumarray.m: Handle the case of empty size argument for functions besides @sum stable
Tue, 27 Dec 2011 13:45:30 -0500 Jordi Gutiérrez Hermoso Do more error checking on accumarray and accumdim input. stable
Tue, 27 Dec 2011 15:08:21 -0500 Philip Nienhuis Add missing ";" to line in waitbar.m demo. stable
Mon, 26 Dec 2011 10:38:45 -0800 Rik doc: Build documentation for functions even when they are unavailable stable
Mon, 26 Dec 2011 10:17:47 -0500 John W. Eaton undo non-documentation changes in changeset 614505385171 stable
Sun, 25 Dec 2011 15:45:15 -0500 Ben Abbott __patch__.m: Terminate line with semicolon. stable
Sun, 25 Dec 2011 12:18:49 -0500 Ben Abbott Trisurf() improvements. stable
Sat, 24 Dec 2011 20:25:52 -0800 Rik maint: Backed out changeset 1a42869e936e. Octave logo already under version control. stable
Sat, 24 Dec 2011 17:38:49 -0500 Jordi Gutiérrez Hermoso Add the svg source of octave_logo stable
Sat, 24 Dec 2011 12:42:26 -0500 John W. Eaton fix typo in stats.txi stable
Fri, 23 Dec 2011 20:09:27 -0800 Rik doc: Overhaul docstrings for polynomial functions. stable
Fri, 23 Dec 2011 19:26:06 -0500 John W. Eaton append + to version stable
Fri, 23 Dec 2011 19:24:54 -0500 John W. Eaton Added tag ss-3-5-91 for changeset ff5588774680 stable
Fri, 23 Dec 2011 19:24:41 -0500 John W. Eaton snapshot 3.5.91 stable ss-3-5-91
Fri, 23 Dec 2011 12:04:13 -0800 Rik Fix Info referencing for i, I, j, J (Bug #35157) stable
Fri, 23 Dec 2011 11:29:25 -0800 Rik Improve docstring for sparse_auto_mutate. stable
Thu, 22 Dec 2011 21:27:11 -0800 Rik Allow exponential numbers (1e-3) in inline() (Bug #35131) stable
Thu, 22 Dec 2011 12:06:52 -0800 Rik Plug memory leak in Matrixtype for sparse permuted matrices. stable
Thu, 22 Dec 2011 12:01:35 -0500 Philip Nienhuis Always separate numeric fields by whitespace too; gracefully catch too wide literals & fixed width format conversion specifiers stable
Thu, 22 Dec 2011 10:40:42 -0500 Ben Abbott Fix trisurf for gnuplot, bug # 35144. stable
Thu, 22 Dec 2011 10:33:12 +0100 Jacob Dawid Added multiprocessor switch for compiling, remooved obsolete file. gui
Wed, 21 Dec 2011 19:46:57 -0800 Rik doc: Various docstring improvements before 3.6.0 release. stable
Wed, 21 Dec 2011 21:19:48 -0500 Ben Abbott Add clf() to all plot demos. stable
Wed, 21 Dec 2011 21:01:22 -0500 John W. Eaton str2double: correctly handle things like ["1"; "2 3"; "4i"] stable
Wed, 21 Dec 2011 16:53:43 -0800 Rik nchoosek.m: Update documentation, fix input validation, add more %!tests stable
Wed, 21 Dec 2011 19:19:39 -0500 Ben Abbott slice.m: Add clf() to demos. stable
Wed, 21 Dec 2011 19:13:41 -0500 Ben Abbott polar.m: Add clf() to demos (bug 35142). stable
Wed, 21 Dec 2011 18:58:27 -0500 Ben Abbott Add try-catch block to rundemos. stable
Wed, 21 Dec 2011 10:12:40 -0800 Rik test: Fix 2nd demo for slice() (bug #35143) stable
Wed, 21 Dec 2011 09:44:46 -0800 Rik test: Use internal prefix "__" for %!functions to avoid polluting workspace stable
Wed, 21 Dec 2011 09:12:59 -0800 Rik Modernize %!tests for eval() stable
Wed, 21 Dec 2011 08:42:11 -0800 Rik Stop memory leak in idx_vector_rep when constructor fails. stable
Wed, 21 Dec 2011 10:24:11 -0500 John W. Eaton update NEWS file stable
Wed, 21 Dec 2011 09:46:32 -0500 John W. Eaton maint: include functions in module.mk files stable
Wed, 21 Dec 2011 12:08:46 +0100 Jacob Dawid Merge. gui
Wed, 21 Dec 2011 12:08:03 +0100 Jacob Dawid Fixed bug in *.pro for compiling on Ubuntu. gui
Tue, 20 Dec 2011 17:59:07 -0800 Rik Cleanup FFTW wisdom plans in class destructor and prevent a memory leak. stable
Tue, 20 Dec 2011 18:06:07 -0500 John W. Eaton str2double: return NaN for things like "1 2 3 4" (bug #34713). stable
Tue, 20 Dec 2011 17:08:42 -0500 John W. Eaton accept abbreviated cellfun option names stable
Tue, 20 Dec 2011 16:57:55 -0500 Jordi Gutiérrez Hermoso Merge default onto gui gui
Mon, 19 Dec 2011 23:14:41 -0500 John W. Eaton don't reset parser when exiting (bug #35120) stable
Mon, 19 Dec 2011 22:01:10 -0500 John W. Eaton close all figures before closing all files (bug #35064) stable
Mon, 19 Dec 2011 16:06:17 -0500 Jordi Gutiérrez Hermoso doc: Reformat and clarify warning's docstring stable
Mon, 19 Dec 2011 15:47:31 -0500 John W. Eaton also include singleton-cleanup.h when not using readline stable
Mon, 19 Dec 2011 10:28:40 -0800 Rik assert.m: Update documentation string, add %!tests for cell arrays. stable
Mon, 19 Dec 2011 02:18:28 -0500 John W. Eaton maint: periodic merge of stable to default
Sun, 18 Dec 2011 21:14:05 -0800 Rik quadl.m: Relax tolerance on %!test to pass on all platforms (Bug #33863) stable
Sun, 18 Dec 2011 19:15:50 -0800 Lukas Reichlin isdefinite.m: Use any specified tolerance in deciding whether matrix is hermitian. stable
Sun, 18 Dec 2011 18:15:18 -0800 Rik Avoid segfault in test() and demo() blocks with embedded functions (Bugs #35068, #32843, #33981) stable
Fri, 16 Dec 2011 15:31:14 +0000 Carnë Draug gethelp.cc: also identify blocks starting with Author as license text stable
Fri, 16 Dec 2011 14:33:53 +0000 Carnë Draug fileattrib: fix on documentation stable
Fri, 16 Dec 2011 07:59:58 -0500 Ben Abbott Fix regression of tight axis limits introduced by changeset ec79cd8359c5. stable
Thu, 15 Dec 2011 22:03:03 -0800 Rik Use non-negative, non-positive with hyphens in error messages. stable
Thu, 15 Dec 2011 21:25:59 -0800 Rik pt-eval.cc: Eliminate unused variable compile warning stable
Thu, 15 Dec 2011 17:52:10 -0800 Rik maint: Correct 4 erroneous execute permission bits on source files stable
Thu, 15 Dec 2011 13:59:38 -0800 Rik doc: Fix typo in --enable-no-undefined help string stable
Thu, 15 Dec 2011 15:19:58 -0500 John W. Eaton maint: fix file permissions for oct-locbuf.h and singleton-cleanup.h stable
Thu, 15 Dec 2011 11:41:03 -0500 John W. Eaton avoid deprecated Array constructor stable
Thu, 15 Dec 2011 11:23:51 -0500 John W. Eaton allow warning (or error) for automatic bsxfun stable
Thu, 15 Dec 2011 10:07:57 -0500 John W. Eaton extract correct struct field in lasterror stable
Wed, 14 Dec 2011 23:23:58 -0800 Ben Abbott Ignore Inf when determining tight axis limits. stable
Wed, 14 Dec 2011 21:56:36 -0500 Jordi Gutiérrez Hermoso debug.m: Hint more at the capabilities of dbstep (bug #34712) stable
Wed, 14 Dec 2011 17:54:15 -0500 John W. Eaton maint: periodic merge of stable to default
Wed, 14 Dec 2011 14:48:47 -0800 Rik doc: Update documentation chapter on test functions stable
Wed, 14 Dec 2011 11:57:55 -0800 Rik doc: Clarify documentation on debug commands (Bug #34712) stable
Wed, 14 Dec 2011 11:28:46 -0800 Rik Change phrasing to more assertive error() messages in debug commands stable
Tue, 13 Dec 2011 16:52:36 +0000 Kris Thielemans Change "default_save_format" to "default_save_options" in former_built_in_variables list. stable
Tue, 13 Dec 2011 16:53:56 +0000 Kris Thielemans doc: mention save_header_format_string in the @seealso block for save() stable
Wed, 14 Dec 2011 13:39:23 -0500 Ben Abbott Trivial bug fixes for graphics_toolkit(). stable
Wed, 14 Dec 2011 10:37:32 -0800 Rik Make page_output_immediately documentation consistent with other internal variables. stable
Wed, 14 Dec 2011 08:39:44 -0800 Rik Fix segfault in diary class (Bug #35065) stable
Tue, 13 Dec 2011 16:53:22 -0500 John W. Eaton handle new names and locations of qhull include files (bug #33712) stable
Tue, 13 Dec 2011 12:16:50 -0500 John W. Eaton assume "all" "on" if "all" is not present in warning_state structure (bug #35050) stable
Mon, 12 Dec 2011 23:05:08 -0800 Rik svds.m: Correctly restore random seed state after %!tests stable
Mon, 12 Dec 2011 22:12:32 -0800 Rik test: simplify test for allow_noninteger_range_as_index stable
Mon, 12 Dec 2011 21:40:07 -0800 Rik test: Rewrite %!tests to preserve warning state. stable
Mon, 12 Dec 2011 21:01:27 -0800 Rik doc: Grammarcheck documentation ahead of 3.6.0 release. stable
Mon, 12 Dec 2011 16:04:51 -0800 Rik maint: merge default to stable to pull change for bug #35038 stable
Mon, 12 Dec 2011 13:52:35 -0800 Rik ls_command.m: Fix incorrect listing command on MinGW (Bug #35038, Bug #35039)
Mon, 12 Dec 2011 13:03:18 -0800 Rik doc: Update docstrings for dbXXX functions stable
Sun, 11 Dec 2011 22:54:49 -0800 Rik doc: Demonstrate multiple calling convention usage in introduction stable
Sun, 11 Dec 2011 22:15:48 -0800 Rik doc: Update documentation on indexing expressions stable
Sun, 11 Dec 2011 21:32:59 -0800 Rik mesh.m: Correct typo in documentation stable
Sun, 11 Dec 2011 23:32:01 -0500 John W. Eaton maint: periodic merge of stable to default
Sun, 11 Dec 2011 23:30:22 -0500 John W. Eaton really move base-list.h from src to liboctave stable
Sun, 11 Dec 2011 23:24:25 -0500 John W. Eaton merge default onto stable for 3.6.x release series stable
Sun, 11 Dec 2011 23:20:07 -0500 John W. Eaton Added tag ss-3-5-90 for changeset 3781981be535
Sun, 11 Dec 2011 23:19:35 -0500 John W. Eaton append + to version
Sun, 11 Dec 2011 23:18:31 -0500 John W. Eaton snapshot 3.5.90 ss-3-5-90
Sun, 11 Dec 2011 22:35:13 -0500 John W. Eaton use pcre/pcre.h if it is present
Sun, 11 Dec 2011 22:19:57 -0500 John W. Eaton refactor regexp (bug #34440)
Sun, 11 Dec 2011 18:28:35 -0500 John W. Eaton move base-list.h from src to liboctave
Fri, 09 Dec 2011 11:17:13 -0800 Rik Return retval(1) before retval(0) to avoid re-sizing call on retval.
Fri, 09 Dec 2011 11:12:50 -0500 John W. Eaton refactor graphics_toolkit class (bug #31583)
Fri, 09 Dec 2011 08:53:44 -0500 John W. Eaton eliminate static data from fltk plot_window member function
Thu, 08 Dec 2011 20:33:21 -0500 Ben Abbott rectangle.m: Replace "close all" with "clf" in demos to allow "rundemos plot"
Thu, 08 Dec 2011 17:25:30 -0800 Rik Deprecate shell_cmd function and update system, dos, unix commands
Thu, 08 Dec 2011 19:25:38 -0500 Ben Abbott __go_draw_axes__.m: Fix bug introduced by f35b593688a5 which prevented
Thu, 08 Dec 2011 17:22:57 -0500 John W. Eaton close all graphics toolkits before exit
Thu, 08 Dec 2011 11:01:52 -0500 John W. Eaton fix include file name
Thu, 08 Dec 2011 06:28:18 -0500 John W. Eaton explicitly close figures in clean_up_and_exit instead of using an atexit function
Thu, 08 Dec 2011 00:52:39 -0500 John W. Eaton move onCleanup function and class to liboctinterp
Thu, 08 Dec 2011 00:49:51 -0500 John W. Eaton charMatrix::row_as_string: return early if r is 0 and either nr or nc is 0
Wed, 07 Dec 2011 19:58:51 -0500 Ben Abbott scatter.m: Bug fix (34936).
Wed, 07 Dec 2011 19:06:13 -0500 Jordi Gutiérrez Hermoso Merge in Carnë's changes
Tue, 29 Nov 2011 05:16:09 +0000 Carnë Draug pkg: mention available NEWS file to read after package install
Wed, 07 Dec 2011 15:29:26 -0500 John W. Eaton avoid octave_value_typeinfo segfault
Wed, 07 Dec 2011 10:10:10 -0800 Rik ls.m: Fix handling of arguments with dashes (-l) (Bug #34950)
Wed, 07 Dec 2011 06:55:12 -0500 John W. Eaton avoid gh_manager segfault
Wed, 07 Dec 2011 06:47:15 -0500 John W. Eaton rename octave_vsnprintf and octave_snprintf
Wed, 07 Dec 2011 06:06:22 -0500 John W. Eaton use static storage for octave_fields nil rep instead of allocating it with new
Wed, 07 Dec 2011 04:16:27 -0500 John W. Eaton better fix for fontconfig segfault
Wed, 07 Dec 2011 04:15:52 -0500 John W. Eaton don't delete FLTK plot window widgets
Tue, 06 Dec 2011 13:09:17 -0800 Rik doc: Update documentation for functions returning a graphics handle h (Bug #34761)
Mon, 05 Dec 2011 17:13:35 -0800 Rik ls.m: Fix handling of special characters in filename arguments (Bug #34950)
Mon, 05 Dec 2011 16:08:13 -0500 John W. Eaton avoid segfault related to fontconfig memory management
Mon, 05 Dec 2011 02:03:35 -0500 John W. Eaton maint: periodic merge of stable to default
Mon, 05 Dec 2011 02:02:22 -0500 John W. Eaton remove empty ARPACK files stable
Mon, 05 Dec 2011 01:10:44 -0500 John W. Eaton close X display when done with it
Mon, 05 Dec 2011 00:30:54 -0500 John W. Eaton use static storage for Sparse nil rep instead of allocating it with new
Mon, 05 Dec 2011 00:30:51 -0500 John W. Eaton also clean up float fftw planner
Sun, 04 Dec 2011 19:37:58 -0500 Ben Abbott image.m: Fix test for non-linearly spaced coordinates.
Sun, 04 Dec 2011 16:17:45 -0500 John W. Eaton apply singleton_cleanup to a few more classes
Sun, 04 Dec 2011 15:57:58 -0500 John W. Eaton avoid memory issue with octave_vsnprintf
Sun, 04 Dec 2011 03:38:45 -0500 John W. Eaton use static storage for array nil rep instead of allocating it with new
Sun, 04 Dec 2011 16:48:27 +0000 Michael Goffioul Export new added functions/classes (Woe32)
Sun, 04 Dec 2011 11:01:19 -0500 Jordi Gutiérrez Hermoso Fix colour properties in scatter (bug #34936)
Sun, 04 Dec 2011 03:35:25 -0500 John W. Eaton eliminate unused error message buffer
Sat, 03 Dec 2011 21:57:49 -0500 Jordi Gutiérrez Hermoso Fix coloured scatter when using more than 100 points (bug #34936)
Sat, 03 Dec 2011 15:19:42 +0000 Michael Goffioul Use thread-safe atomic reference counting (GCC and MSVC).
Sat, 03 Dec 2011 05:23:52 -0500 John W. Eaton avoid accessing tm_gmtoff from struct tm unless it is present
Sat, 03 Dec 2011 04:34:17 -0500 John W. Eaton clean up memory allocated for singletons before exit
Sat, 03 Dec 2011 03:30:37 -0500 John W. Eaton remove kluge for apparent libc bug that is really a valgrind bug
Sat, 03 Dec 2011 03:30:27 -0500 John W. Eaton clean up octave_chunk_buffer storage before exit
Fri, 02 Dec 2011 20:33:42 -0500 Ben Abbott image.m: Warn if input coordinates are not linearly spaced.
Fri, 02 Dec 2011 19:42:42 -0500 Ben Abbott Changing the legend's interpreter property should be inherited by the
Fri, 02 Dec 2011 18:50:56 -0500 Jordi Gutiérrez Hermoso Fix error reporting in urlwrite (bug #34971)
Fri, 02 Dec 2011 14:48:45 -0800 Rik Only run uimenu tests if FLTK toolkit is available (Bug #34908)
Fri, 02 Dec 2011 14:22:33 -0800 Rik graphics_toolkit.m: Update function to return current toolkit when no arg given.
Fri, 02 Dec 2011 04:02:58 -0500 John W. Eaton avoid memory error in strptime
Fri, 02 Dec 2011 03:51:38 -0500 John W. Eaton handle tm_gmtoff field in struct tm
Fri, 02 Dec 2011 03:51:37 -0500 John W. Eaton clean up parser memory on exit
Thu, 01 Dec 2011 11:09:50 -0800 Rik mappers.cc: Update %!tests to modern coding standards
Thu, 01 Dec 2011 04:56:07 -0500 John W. Eaton * qr.cc (Fqrdelete): Doc fix.
Thu, 01 Dec 2011 04:26:46 -0500 John W. Eaton plug some memory leaks
Thu, 01 Dec 2011 04:04:50 -0500 John W. Eaton * pt-const.h, pt-const.cc: Use macros to declare and define octave_allocator.
Thu, 01 Dec 2011 03:15:43 -0500 John W. Eaton octave_map::cat: avoid indexing beyond end of array
Wed, 30 Nov 2011 16:13:52 -0800 Rik shading.m: Add demos for 'flat' option
Wed, 30 Nov 2011 13:53:38 -0800 Rik Fix %!test bug with isprint on MinGW platform (Bug #34338)
Wed, 30 Nov 2011 10:45:52 -0800 Rik doc: Remove unnecessary reference to deprecated function replot()
Wed, 30 Nov 2011 10:34:23 -0800 Rik Use char() instead of deprecated setstr() in %!test code.
Wed, 30 Nov 2011 10:10:50 -0800 Rik doc: Remove documentation references to deprecated functions cut() and polyderiv()
Tue, 29 Nov 2011 20:34:00 -0800 Rik Fix tilde_expand %!test bug on MinGW (Bug #33862)
Tue, 29 Nov 2011 18:56:54 -0500 John W. Eaton restore legend text with OpenGL + FLTK graphics (bug #34907)
Tue, 29 Nov 2011 12:16:49 -0500 Jordi Gutiérrez Hermoso cellfun: get rid of unnecessary symbol_table_lookup flag
Tue, 29 Nov 2011 11:23:41 -0500 Jordi Gutiérrez Hermoso cellfun: further optimisations for the string vs function handle cases
Tue, 29 Nov 2011 04:42:16 -0500 John W. Eaton mkstemp: open file in binary mode (bug #33669)
Tue, 29 Nov 2011 03:35:40 -0500 John W. Eaton set cross compile defaults for AC_RUN_IFELSE
Tue, 29 Nov 2011 03:03:36 -0500 John W. Eaton fix MinGW cross-compile problem for display.cc
Mon, 28 Nov 2011 22:19:54 +0000 Michael Goffioul Implement support for cellstr argument in get() function.
Mon, 28 Nov 2011 22:19:45 +0000 Michael Goffioul [Bug #34559] Clean-up __patch__.m and add support for RGB cdata.
Mon, 28 Nov 2011 12:39:39 +0100 Carlo de Falco fix behavior of chol (..., 'lower') to be compatible with matlab
Sun, 27 Nov 2011 16:51:06 -0800 Rik Use "local" option to configuration variables to simplify code.
Sun, 27 Nov 2011 16:07:13 -0800 Rik doc: Document "local" option for configuration variables.
Sun, 27 Nov 2011 09:07:37 -0500 Jordi Gutiérrez Hermoso Merge default onto gui gui
Sun, 27 Nov 2011 09:01:37 -0500 Jordi Gutiérrez Hermoso doc: Clarify binomial and gamma distribution paramters
Sun, 27 Nov 2011 08:15:48 -0500 Jordi Gutiérrez Hermoso Fix for CSparse.cc corresponding to cset d672edef956e
Sat, 26 Nov 2011 22:18:06 -0500 Ben Abbott doc: Remove obsolete "keylabel" and replace by "displayname".
Sat, 26 Nov 2011 18:39:10 -0800 Rik doc: Update list of obsolete functions and their replacements
Sat, 26 Nov 2011 17:57:02 -0800 Rik doc: Update list of keywords for Octave grammar.
Sat, 26 Nov 2011 17:29:04 -0800 Rik test: Fix failing test in fileread.m due to EOL issues (Bug #34897)
Sat, 26 Nov 2011 17:25:05 -0800 Rik doc: Add undocumented functions to manual for 3.6.0 release
Sat, 26 Nov 2011 19:28:22 -0500 Jordi Gutiérrez Hermoso Fix UB (reading uninitialised memory)
Sat, 26 Nov 2011 17:51:20 -0500 Jordi Gutiérrez Hermoso Fix slight regression in bug #33527 when load is called without arguments
Sat, 26 Nov 2011 21:59:04 +0000 Michael Goffioul Use nargout = 0 in graphics callbacks specified as string.
Sat, 26 Nov 2011 21:58:59 +0000 Michael Goffioul Support linestyleorder as cellstr.
Sat, 26 Nov 2011 21:58:27 +0000 Michael Goffioul Remember the type of uicontrol::string (plain string or cellstr).
Sat, 26 Nov 2011 13:08:47 -0500 Ben Abbott Add headers to texinfo table for legend.m
Fri, 25 Nov 2011 23:44:44 -0500 Ben Abbott Bug fix (#34901). Allow legend options to be specified. Modify demo.
Fri, 25 Nov 2011 17:09:19 +0000 Michael Goffioul Re-allow recursive graphics event processing.
Fri, 25 Nov 2011 11:29:31 -0500 Jordi Gutiérrez Hermoso Add a citation to Higham's matrix norm paper
Wed, 23 Nov 2011 10:56:05 -0800 Rik NEWS: Clarify that uiXXX functions are experimental/preliminary.
Wed, 23 Nov 2011 02:35:37 -0500 John W. Eaton subsref, subsasgn: allow empty subscript structs
Wed, 23 Nov 2011 09:42:50 -0800 Rik doc: Spellcheck documentation before 3.6.0 release
Wed, 23 Nov 2011 08:44:29 -0800 Rik doc: Add missing @group/@end group to orderfields docstring
Wed, 23 Nov 2011 08:38:19 -0800 Rik Grammarcheck of documentation before 3.6.0 release.
Tue, 22 Nov 2011 21:22:46 -0800 Rik doc: Update seealso references for cellslices and cellindexmat
Wed, 23 Nov 2011 09:19:40 +0000 Michael Goffioul Fix syntax errors in GUI .pro file. gui
Wed, 23 Nov 2011 09:14:10 +0000 Michael Goffioul Add notes about new handle graphics functions.
Wed, 23 Nov 2011 09:04:41 +0000 Michael Goffioul Remove Win32-specific case using Sleep in waitfor.
Wed, 23 Nov 2011 08:59:25 +0000 Michael Goffioul Implement waitfor, uiwait and uiresume.
Wed, 23 Nov 2011 00:20:00 -0500 Jordi Gutiérrez Hermoso Update NEWS with auto BSX info
Tue, 22 Nov 2011 21:05:20 -0800 Rik doc: Update bitshift() docstring
Tue, 22 Nov 2011 20:53:56 -0800 Rik doc: Update HACKING file
Tue, 22 Nov 2011 20:42:08 -0800 Rik doc: Document %!endfunction keyword
Tue, 22 Nov 2011 20:10:22 -0800 Rik doc: Update NEWS file with more 3.6.0 features
Tue, 22 Nov 2011 19:50:06 -0800 Rik Remove recycle from list of unimplemented functions
Tue, 22 Nov 2011 22:42:15 -0500 John W. Eaton * oct-obj.h, oct-obj.cc: Use macros to declare and define octave_allocator.
Tue, 22 Nov 2011 22:01:52 -0500 John W. Eaton avoid reloading private functions when checking to see whether they are out of date
Tue, 22 Nov 2011 18:26:28 -0800 Rik Remove unnecessary regular expression '.*' from ends of %!error blocks
Tue, 22 Nov 2011 17:56:06 -0800 Rik test.m: Update tests which depend on error messages changed in toeplitz.m
Tue, 22 Nov 2011 17:46:59 -0800 Rik hadamard.m: Fix failing %!tests
Tue, 22 Nov 2011 17:43:30 -0500 John W. Eaton cd: behave like unixy shells for "cd" alone, but be Matlab compatible if doing "current_dir = cd"
Wed, 23 Nov 2011 00:37:45 +0100 Carlo de Falco updated gnulib to get the fix for bug #34839
Tue, 22 Nov 2011 18:20:41 +0100 Konstantinos Poulios title positioning taking xaxislocation into account (bug #33418)
Tue, 22 Nov 2011 17:53:18 +0100 Konstantinos Poulios Merged changes
Tue, 22 Nov 2011 17:50:11 +0100 Konstantinos Poulios strip trailing spaces
Tue, 22 Nov 2011 08:41:45 -0800 Rik pascal.m: Use in-place assignment operator for faster negation
Tue, 22 Nov 2011 04:23:02 -0500 John W. Eaton maint: distribute profiler.h
Tue, 22 Nov 2011 04:03:19 -0500 John W. Eaton maint: correct list of files for test subdirectories.
Mon, 21 Nov 2011 16:36:20 -0500 John W. Eaton * pascal.m: Style fixes.
Mon, 21 Nov 2011 16:34:31 -0500 John W. Eaton __voronoi__: avoid undeclared variable warning
Mon, 21 Nov 2011 11:58:43 -0800 Rik pascal.m: Update coding style. Use in-place operations where possible.
Mon, 21 Nov 2011 09:38:45 +0000 Michael Goffioul [Win32] For compilation on MinGW due to wchar_t* conversion. gui
Mon, 21 Nov 2011 04:10:37 -0500 John W. Eaton quote filenames passed to the shell
Mon, 21 Nov 2011 04:06:52 -0500 John W. Eaton Backed out changeset 19e11eb17812
Mon, 21 Nov 2011 03:16:39 -0500 John W. Eaton quote filenames passed to the shell
Mon, 21 Nov 2011 02:05:25 -0500 John W. Eaton Backed out changeset 5c2096009c43
Mon, 21 Nov 2011 01:40:24 -0500 John W. Eaton avoid using invalid value for figure outerposition
Sun, 20 Nov 2011 13:19:35 -0800 Rik doc: Add Vanya Sergeev to list of contributors
Fri, 23 Sep 2011 05:13:01 -0400 Vanya Sergeev pascal.m: permutation compatibility with Matlab for n=2; fixed n=0 case (Bug #34365)
Sat, 19 Nov 2011 20:41:29 -0800 Rik hadamard.m: Embed hadamard28 matrix as constant rather than computed value.
Sat, 19 Nov 2011 07:15:19 -0800 Rik invhilb.m: update coding style.
Sat, 19 Nov 2011 07:05:28 -0800 Rik magic.m: Use Octave spacing convention. Add more input validation tests.
Sat, 19 Nov 2011 06:56:03 -0800 Rik wilkinson.m: Use Octave spacing conventions in code. Add more input validation tests.
Fri, 18 Nov 2011 14:26:20 -0800 Rik toeplitz.m: Update coding style
Fri, 18 Nov 2011 12:28:20 -0800 Rik hankel.m: Recode for 3.5X speedup
Fri, 18 Nov 2011 12:25:19 -0800 Rik maint: update .hgsubstate
Fri, 18 Nov 2011 10:17:09 -0500 John W. Eaton allow bar (..., color) to work
Fri, 18 Nov 2011 09:32:30 +0000 Michael Goffioul Fix MinGW compilation problem with tlhelp32.h
Thu, 17 Nov 2011 21:58:56 -0500 Jordi Gutiérrez Hermoso Merge default onto gui gui
Thu, 17 Nov 2011 21:49:42 -0500 Jordi Gutiérrez Hermoso maint: keep gnulib under a subrepo
Thu, 17 Nov 2011 23:04:02 +0000 Michael Goffioul [Win32] Implement sendText capability in Win32 terminal widget. gui
Thu, 17 Nov 2011 11:32:50 -0800 Rik vander.m: Update coding style
Thu, 17 Nov 2011 14:14:10 -0500 John W. Eaton finish previous change to __voronoi__
Thu, 17 Nov 2011 13:47:12 -0500 John W. Eaton fix regression in __voronoi__ and convhulln option processing
Thu, 17 Nov 2011 12:59:10 +0000 Michael Goffioul [Win32] Make standard IO setup more robust in QConsole. gui
Thu, 17 Nov 2011 05:22:35 -0500 John W. Eaton * convhulln.cc: Clean up argument parsing and variable decls.
Thu, 17 Nov 2011 05:21:16 -0500 John W. Eaton avoid writing outside bounds of matrix
Thu, 17 Nov 2011 09:30:29 +0000 Michael Goffioul [Win32] Force hiding console window. gui
Thu, 17 Nov 2011 04:01:04 -0500 John W. Eaton copy parent class info when performing operations on class objects
Thu, 17 Nov 2011 00:26:36 -0500 Jordi Gutiérrez Hermoso Clarify error message when raising matrices to powers
Wed, 16 Nov 2011 20:49:04 -0800 Rik hilb.m: 10% speedup by using in-place accumulation.
Wed, 16 Nov 2011 16:17:13 -0500 John W. Eaton more compatibility fixes for __voronoi__
Wed, 16 Nov 2011 14:37:55 -0500 Jordi Gutiérrez Hermoso Merge default onto gui gui
Wed, 16 Nov 2011 18:51:04 +0000 Michael Goffioul Initial implementation of a Qt Win32 terminal widget. gui
Tue, 15 Nov 2011 01:29:22 -0500 John W. Eaton cell2struct: if DIM is omitted, use a default value of 1.
Mon, 14 Nov 2011 21:50:16 -0500 Jordi Gutiérrez Hermoso Clean up help about old flags for debug variables
Mon, 14 Nov 2011 18:43:06 -0500 Jordi Gutiérrez Hermoso Merge in Carnë's changes
Sat, 12 Nov 2011 19:26:32 +0000 Carnë Draug news: fixing bug when package is not specified and core NEWS file can't be found
Sat, 05 Nov 2011 17:16:28 +0000 Carnë Draug NEWS file of packages now expected to be in the package root. Also support ONEWS file as per GNU the standards. Updated manual accordingly.
Thu, 03 Nov 2011 12:11:31 +0000 Carnë Draug news: support to read news of installed packages
Mon, 14 Nov 2011 04:14:04 -0500 John W. Eaton compatibility fixes for __voronoi__
Sat, 12 Nov 2011 23:45:51 +0100 Carlo de Falco fix extra output parameters in gmres
Fri, 11 Nov 2011 23:16:30 -0500 Jordi Gutiérrez Hermoso Merge in Carnë's changes.
Mon, 31 Oct 2011 01:05:41 +0000 Carnë Draug Add python to manual and respect format rules of copyright block
Mon, 31 Oct 2011 00:38:27 +0000 Carnë Draug Made nargoutchk compatible with matlab 2011 but keeping backwards compatibility
Fri, 11 Nov 2011 22:44:06 -0500 Jordi Gutiérrez Hermoso sprandsym.m: trivial doc fix
Thu, 10 Nov 2011 13:35:08 -0800 Rik Modernize function implementations and docstrings in scripts/time.
Thu, 10 Nov 2011 02:50:51 -0500 John W. Eaton * narginchk.m: New tests.
Thu, 10 Nov 2011 02:45:40 -0500 John W. Eaton * narginchk.m: Style and doc fixes.
Wed, 09 Nov 2011 21:21:40 -0500 Jordi Gutiérrez Hermoso Merge in Carnë's changes
Fri, 28 Oct 2011 17:31:43 +0100 Carnë Draug New function narginchk
Wed, 09 Nov 2011 21:13:28 -0500 Jordi Gutiérrez Hermoso quadv.m: style fixes
Wed, 09 Nov 2011 15:06:39 -0500 Alexander Klein quadv.m: Fixes for convergence issues with vector-valued functions (patch #7627)
Wed, 09 Nov 2011 17:53:23 -0800 Rik Stop debug_on_error triggering for a new plot (bug #32655)
Wed, 09 Nov 2011 14:49:09 -0800 Rik Ugrade time functions to accept millisecond format string FFF (Bug #34586)
Tue, 08 Nov 2011 19:59:37 -0500 John W. Eaton allow waitbar message to be a cellstr object
Tue, 08 Nov 2011 14:50:15 -0500 John W. Eaton * ov-range.cc: Also disable warning for noninteger index in test.
Tue, 08 Nov 2011 11:55:28 -0800 Rik doc: Change bitunpack docstring to refer to itself, not bitpack
Tue, 08 Nov 2011 14:39:02 -0500 John W. Eaton eliminate warnings for changes in operator precedence made years ago
Tue, 08 Nov 2011 14:16:41 -0500 John W. Eaton missing change from changeset 69afe121f07e
Tue, 08 Nov 2011 09:25:40 -0800 Rik warning_ids.m: Add missing warnings to list. They are not documented.
Tue, 08 Nov 2011 09:07:13 -0800 Rik Remove 3 unused warning ids
Mon, 07 Nov 2011 15:46:06 -0500 John W. Eaton provide parial implementation of the recycle function
Mon, 07 Nov 2011 15:00:55 -0500 John W. Eaton load preferences before trying to query them
Mon, 07 Nov 2011 03:20:10 -0500 John W. Eaton make octave_allocator optional and disable by default
Mon, 07 Nov 2011 02:56:06 -0500 John W. Eaton don't define functions in test and demo blocks
Sun, 06 Nov 2011 21:22:49 -0800 Rik maint: periodic merge of stable to default.
Thu, 27 Oct 2011 09:59:26 -0700 Rik display.m: Extend display to work on builtin classes (Bug #34637)
Sun, 06 Nov 2011 15:13:37 -0800 Rik prefsfile.m: Use .octave_prefs for preferences filename
Sun, 06 Nov 2011 20:08:17 +0000 Michael Goffioul Format test suite output correctly on Win32.
Sat, 05 Nov 2011 13:46:15 -0700 Rik waitbar.m: Eliminate docstring reference to waitbar(frac,msg)
Sat, 05 Nov 2011 07:34:01 -0700 Rik playaudio.m: Use modern coding standards. Add input validation tests.
Sat, 05 Nov 2011 03:06:01 -0400 John W. Eaton avoid uninitialized variable warning from valgrind
Sat, 05 Nov 2011 02:02:54 -0400 John W. Eaton ensure that complex matrix multiplication results are fully initialized
Sat, 05 Nov 2011 01:59:40 -0400 John W. Eaton always initialize info and rcon in Matrix determinant methods
Fri, 04 Nov 2011 20:09:02 -0700 Rik unimplemented.m: Remove functions which have been implemented.
Fri, 04 Nov 2011 19:58:38 -0700 Rik Implement new usejava function for Matlab compatability.
Fri, 04 Nov 2011 19:12:43 -0700 Rik license.m: Update to modern coding standards. Add functional and input validation tests.
Fri, 04 Nov 2011 19:15:27 -0400 Jordi Gutiérrez Hermoso Group the ols matrix operation in a smarter way
Fri, 04 Nov 2011 18:55:27 -0400 Jordi Gutiérrez Hermoso Use a cheaper Cholesky decomposition than a rank() svd in ols.m
Fri, 04 Nov 2011 16:40:07 -0400 John W. Eaton provide default message for waitbar
Fri, 04 Nov 2011 16:35:58 -0400 John W. Eaton waitbar: use previous bar if nargin == 1, not nargout == 1
Fri, 04 Nov 2011 13:11:29 -0700 Rik mexext.m: Add functional test. Add seealso link to docstring.
Fri, 04 Nov 2011 13:07:39 -0700 Rik delete.m: Update seealso link. Add input validation tests.
Fri, 04 Nov 2011 14:33:44 -0400 John W. Eaton have some fun with waitbar demo #2
Fri, 04 Nov 2011 10:57:07 -0700 Rik waitbar.m: More improvements.
Fri, 04 Nov 2011 06:25:13 -0400 John W. Eaton new and improved non-integer figure handles
Fri, 04 Nov 2011 05:51:53 -0400 John W. Eaton maint: __init_fltk__.cc style fixes
Fri, 04 Nov 2011 05:10:46 -0400 John W. Eaton new tests for class concatentation
Fri, 04 Nov 2011 05:01:00 -0400 John W. Eaton allow waitbar test to succeed even if figure 1 exists
Fri, 04 Nov 2011 04:55:40 -0400 John W. Eaton title: avoid spurious output
Fri, 04 Nov 2011 04:47:24 -0400 John W. Eaton update tests for patch
Fri, 04 Nov 2011 04:39:49 -0400 John W. Eaton correct changeset 33f044561ebf; compatibility fix for patch facecolor property
Thu, 03 Nov 2011 16:16:31 -0400 John W. Eaton use compatible defaults for patch function
Thu, 03 Nov 2011 16:14:28 -0400 John W. Eaton correctly handle RGB color spec for patch object
Thu, 03 Nov 2011 16:09:32 -0400 John W. Eaton compatibiltiy fix for patch facecolor property
Thu, 03 Nov 2011 14:50:34 -0400 John W. Eaton more updates for waitbar
Thu, 03 Nov 2011 09:54:57 -0700 Rik waitbar.m: Update docstring. Only return output handle h if requested.
Thu, 03 Nov 2011 11:35:47 -0400 John W. Eaton use correct method to get window position for fltk
Thu, 03 Nov 2011 05:30:45 -0400 John W. Eaton provide the waitbar function
Thu, 03 Nov 2011 05:07:51 -0400 John W. Eaton allow axes handle to be passed to patch function
Thu, 03 Nov 2011 05:01:52 -0400 John W. Eaton allow figure handles to be non-integers
Thu, 03 Nov 2011 04:41:40 -0400 John W. Eaton allow axes handle to be passed to title function
Thu, 03 Nov 2011 04:33:25 -0400 John W. Eaton convert units for figure positions
Thu, 03 Nov 2011 01:30:54 -0400 John W. Eaton allow initial position to be set for fltk windows
Wed, 02 Nov 2011 20:50:20 -0700 Carnë Draug optimset.m: Document valid parameters for optimization functions. stable
Wed, 02 Nov 2011 23:28:22 -0400 John W. Eaton maint: fix function definition in test
Wed, 02 Nov 2011 18:21:27 -0700 Rik var.m: Fix bug in docstring referring to std (Bug #34729). stable
Wed, 02 Nov 2011 15:28:30 -0400 John W. Eaton improve argument parsing for subplot, handle 'position' argument
Wed, 02 Nov 2011 11:17:01 -0700 Rik Add seealso links to docstrings for is_sq_string and is_dq_string
Wed, 02 Nov 2011 11:16:04 -0700 Rik NEWS: Update file with more description of changes made to string functions in 3.6.0
Wed, 02 Nov 2011 12:40:29 -0400 John W. Eaton find-defun-files.sh: allow sed command to work with OpenBSD sed
Wed, 02 Nov 2011 09:24:48 -0700 Rik strtok.m: Revamp code for performance. Add cellstr input functionality.
Wed, 02 Nov 2011 09:20:35 -0700 Rik Fix typo in @var macro in cset 8bb7bdbe9c69.
Wed, 02 Nov 2011 00:26:27 -0400 Jordi Gutiérrez Hermoso Consistently allow creation of sparse vectors in accumarray
Wed, 02 Nov 2011 00:25:27 -0400 Jordi Gutiérrez Hermoso Clarify max/min in accumarray and uniformise its behaviour
Tue, 01 Nov 2011 23:18:08 -0400 Jordi Gutiérrez Hermoso Clarify the third argument of max/min.
Tue, 01 Nov 2011 20:48:22 -0400 John W. Eaton allow nargin to work for functions that are not already loaded
Tue, 01 Nov 2011 19:57:38 -0400 John W. Eaton octave_class::size: return matrix with correct dimensions
Tue, 01 Nov 2011 17:21:07 -0400 Ben Abbott Minor improvements to semilogx and semilogy demos.
Tue, 01 Nov 2011 16:50:38 -0400 Ben Abbott 2nd attempt to fix bugs introduced by changeset bda7b080f205.
Tue, 01 Nov 2011 15:59:06 -0400 John W. Eaton correctly distribute parent classes
Tue, 01 Nov 2011 11:08:18 -0700 Rik Fix confusing interaction between @code macro and transpose operator (') in documentation (Bug #34661).
Tue, 01 Nov 2011 13:30:23 -0400 John W. Eaton __patch__: fix thinko in previous change.
Tue, 01 Nov 2011 13:19:10 -0400 John W. Eaton __patch__: correctly replace NaN values with last non-NaN value in column
Tue, 01 Nov 2011 09:58:34 -0700 Rik unimplemented.m: Mention alternatives for importdata() function (Bug #34670).
Tue, 01 Nov 2011 09:33:00 -0700 Rik strsplit.m: Use S instead of P to denote string argument (Bug #34709).
Tue, 01 Nov 2011 09:28:40 -0700 Rik strsplit.m: Use S instead of P to denote string argument (Bug #"a
Sun, 30 Oct 2011 16:59:03 -0700 Rik mk_doc_cache.m: Miscellaneous code cleanup for better performance.
Sun, 30 Oct 2011 16:57:03 -0700 Rik Fix block comment Texinfo not appearing in documentation
Sun, 30 Oct 2011 09:14:07 -0700 Rik lookfor.m: Make search case insensitive.
Fri, 28 Oct 2011 23:53:08 +0100 Michael Goffioul [Win32] Use Toolhelp32 APi to find octinterp module path.
Fri, 28 Oct 2011 09:27:00 -0700 Rik unmkpp.m: Add functional test. Improve input validation.
Fri, 28 Oct 2011 17:01:30 +0100 Michael Goffioul Fix various issues under Windows (MSVC) gui
Thu, 27 Oct 2011 23:00:58 -0700 Rik interpft.m: Miscellaneous code cleanup. Add more input validation tests.
Thu, 27 Oct 2011 22:17:03 -0700 Rik fileread.m: Add functional test.
Thu, 27 Oct 2011 20:53:50 -0700 Rik Add functional tests for csvwrite/csvread.
Thu, 27 Oct 2011 20:37:45 -0700 Rik dlmwrite.m: Restore ability to use FID instead of filename.
Thu, 27 Oct 2011 20:16:35 -0700 Rik wavwrite.m: Use temporary filename in %!tests rather than hardcoded one.
Thu, 27 Oct 2011 15:57:23 -0700 Rik help.m: Add functional tests
Thu, 27 Oct 2011 15:43:34 -0700 Rik maint: Remove execute permission bit from non-executable files.
Thu, 27 Oct 2011 15:40:56 -0700 Rik namelengthmax.m: Consolidate docstring by using @math macro. Add %!test.
Thu, 27 Oct 2011 09:50:03 -0700 Rik doc: Don't use @code{} macro for transpose and ctranspose (Bug #34661)
Wed, 26 Oct 2011 21:23:32 -0700 Rik Fix infinite loop with null patterns in regexp (Bug #34101, Bug #33258)
Wed, 26 Oct 2011 22:33:27 -0400 John W. Eaton double the size of '.' markers produced by the OpenGL renderer
Wed, 26 Oct 2011 17:36:54 -0400 John W. Eaton default limits for logscale plots
Wed, 26 Oct 2011 14:19:54 -0400 John W. Eaton allow negative data log plots with OpenGL+FLTK graphics (bug #34232)
Wed, 26 Oct 2011 07:44:55 -0400 Ben Abbott Fix sloppy code and bugs introduced by changeset bda7b080f205.
Wed, 26 Oct 2011 00:50:39 -0400 John W. Eaton don't crash when concatenating structs with no fields
Tue, 25 Oct 2011 21:23:37 -0700 Rik Change return value of mxGetString to match Matlab (Bug #34546)
Tue, 25 Oct 2011 16:39:22 -0700 Rik Change f_cdf references to fcdf in statistics/test directory (Bug #34628)
Tue, 25 Oct 2011 22:35:55 +0100 Michael Goffioul Fix octinterp DLL searching on Win32.
Tue, 25 Oct 2011 11:28:41 -0700 Jordi Gutiérrez Hermoso Merge with default again gui
Tue, 25 Oct 2011 09:46:38 -0700 Jordi Gutiérrez Hermoso New nthargout function
Mon, 24 Oct 2011 18:06:04 -0700 Jordi Gutiérrez Hermoso Allow more than two input arguments for the kron function, plus some cleanup.
Tue, 25 Oct 2011 10:56:02 -0700 Rik Restore random number state after %!demos or %!tests
Tue, 25 Oct 2011 10:17:23 -0700 Rik Revamp geometry functions dependent on Qhull (Bug #34604, Bug #33346)
Mon, 24 Oct 2011 16:16:50 -0400 John W. Eaton maint: periodic merge of stable to default
Mon, 24 Oct 2011 16:14:14 -0400 John W. Eaton maint: missing semicolon. stable
Mon, 24 Oct 2011 16:12:58 -0400 John W. Eaton Added tag release-3-4-3 for changeset b0e70a71647b stable
Mon, 24 Oct 2011 16:10:09 -0400 John W. Eaton merge release changeset stable
Mon, 10 Oct 2011 10:23:45 -0400 John W. Eaton Version 3.4.3 released. stable release-3-4-3
Sat, 22 Oct 2011 16:22:04 -0700 Jordi Gutiérrez Hermoso Merge with default gui
Thu, 20 Oct 2011 14:28:13 -0500 Jordi Gutiérrez Hermoso rand.cc: Don't bring the whole std namespace into scope, only unordered_map
Thu, 20 Oct 2011 14:12:05 -0500 Jordi Gutiérrez Hermoso Periodic merge of stable to default
Thu, 20 Oct 2011 15:35:44 +0100 Michael Goffioul Use copysignf module from gnulib.
Thu, 20 Oct 2011 15:19:38 +0100 Michael Goffioul Avoid some compilation warnings.
Thu, 20 Oct 2011 14:08:25 +0100 Michael Goffioul Fix broken gcc compilation due to changeset d13b6086aea9.
Thu, 20 Oct 2011 12:54:58 +0100 Michael Goffioul Rename signbit to __signbit, until the problem is fixed in gnulib.
Thu, 20 Oct 2011 12:54:52 +0100 Michael Goffioul Add dummy template specializations with a return value.
Thu, 20 Oct 2011 12:54:46 +0100 Michael Goffioul [MSVC] Explicit instantiation to avoid undefined references.
Thu, 20 Oct 2011 12:54:40 +0100 Michael Goffioul Help dumb compilers to resolve template parameters.
Thu, 20 Oct 2011 12:54:32 +0100 Michael Goffioul [MSVC] Prevent duplicate symbol.
Thu, 20 Oct 2011 12:54:26 +0100 Michael Goffioul Make std::auto_ptr friend of idx_vector to allow access to private class idx_vector_rep.
Thu, 20 Oct 2011 12:54:10 +0100 Michael Goffioul Allow to use MiKTeX ghostscript.
Thu, 20 Oct 2011 12:51:31 +0100 Michael Goffioul Test unordered_map header location and namespace.
Wed, 19 Oct 2011 17:15:42 +0100 Michael Goffioul Create uitoolbar only when necessary.
Wed, 19 Oct 2011 15:46:29 +0100 Michael Goffioul Revert changeset c943be5f929d as it breaks Linux compilation.
Wed, 19 Oct 2011 12:34:01 +0100 Michael Goffioul Make unused ARPACK code F77 compliant.
Wed, 19 Oct 2011 12:21:44 +0100 Michael Goffioul Yet another required WIN32_LEAN_AND_MEAN.
Wed, 19 Oct 2011 12:16:04 +0100 Michael Goffioul Provide dummy implementations of ctor and assign of base_graphics_object.
Wed, 19 Oct 2011 12:11:40 +0100 Michael Goffioul Prevent auto-inclusion of winsock.h in WIN32.
Wed, 19 Oct 2011 12:04:40 +0100 Michael Goffioul Remove useless OCTAVE_API decorators.
Wed, 19 Oct 2011 12:00:31 +0100 Michael Goffioul Export missing symbols.
Wed, 19 Oct 2011 20:30:22 +0100 Michael Goffioul Do not define __STDC__ under MSVC.
Tue, 18 Oct 2011 21:18:41 -0500 Jordi Gutiérrez Hermoso Fix segfault in do_minmax_bin_op (bug #34589) stable
Tue, 18 Oct 2011 10:17:09 -0500 Jordi Gutiérrez Hermoso imshow: check correctly for complex images (bug #34549) stable
Mon, 17 Oct 2011 23:41:49 -0400 Ben Abbott When single-quoted, the strread() "delimiter", "endofline", and "whitespace"
Mon, 17 Oct 2011 21:46:08 +0100 Michael Goffioul Make uicontextmenu::visible property off by default.