log

age author description
Thu, 11 Aug 2011 14:05:46 -0500 Jordi Gutiérrez Hermoso oop.txi: Fix incorrect names for power and mpower operators stable
Thu, 11 Aug 2011 12:49:11 -0500 Jordi Gutiérrez Hermoso tar.m: Fix validation of inputs (bug #33988) stable
Thu, 11 Aug 2011 02:41:36 -0500 Jordi Gutiérrez Hermoso cellfun.cc (cellfun): Small optimisation for function handles to built-ins
Thu, 11 Aug 2011 02:39:31 -0500 Jordi Gutiérrez Hermoso Backed out changeset 982d59e27565
Thu, 11 Aug 2011 02:34:42 -0500 Jordi Gutiérrez Hermoso cellfun.cc (cellfun): Small optimisation for function handles to built-ins
Thu, 11 Aug 2011 01:46:06 -0500 Jordi Gutiérrez Hermoso octave-parse.yy (feval): Update docstring to refer to function handles. stable
Wed, 10 Aug 2011 19:11:02 -0400 Ben Abbott str2num.m: Add second output indicating state of the conversion. stable
Wed, 10 Aug 2011 19:03:26 -0400 Ben Abbott Fix incorrect documentation for cs-lists from cell arrays.
Wed, 10 Aug 2011 10:52:41 -0400 John W. Eaton improve logic of octave_stream::seek funtion
Tue, 09 Aug 2011 23:23:59 -0400 John W. Eaton maint: periodic merge of stable to default
Tue, 09 Aug 2011 22:16:06 -0400 John W. Eaton use gnulib::fseek and gnulib::fopen stable
Tue, 09 Aug 2011 07:42:10 -0700 Philip Nienhuis strread.m: %Ns conversion format now honors user specified width (Bug #33950).
Mon, 08 Aug 2011 21:31:55 -0700 Rik maint: Periodic merge of stable to default.
Mon, 08 Aug 2011 21:30:36 -0700 Rik svds.m: Revert cset 12934:5d79384e3a1d. Use 42 for random number initialization. stable
Mon, 08 Aug 2011 11:19:09 -0700 Rik strmatch.m: Trim search pattern of spaces and nulls.
Mon, 08 Aug 2011 12:14:41 -0400 John W. Eaton accept but discard sign when reading NA and NaN values
Sun, 07 Aug 2011 09:59:39 -0700 Rik maint: periodic merge of stable to default
Sun, 07 Aug 2011 09:58:14 -0700 Rik svds.m: Use initialization seed of 43 to have working tests on Cygwin platform. stable
Sun, 07 Aug 2011 09:55:19 -0700 Rik strmatch.m: Revamp function for better speed and Matlab compatibility.
Sat, 06 Aug 2011 18:31:28 -0700 Rik doc: Document numel option to cellfun. Use fewer function handles in examples.
Sat, 06 Aug 2011 18:03:18 -0700 Rik Replace function handles with function names in cellfun calls for 15% speedup.
Fri, 05 Aug 2011 20:36:10 -0700 Rik mode.m: Eliminate cellfun usage in assert tests
Fri, 05 Aug 2011 20:22:40 -0700 Rik untabify.m: Place input validation first. Simplify assert tests.
Fri, 05 Aug 2011 18:52:40 -0400 John W. Eaton maint: periodic merge of stable to default
Fri, 05 Aug 2011 18:50:43 -0400 John W. Eaton maint: undo part of previous gnulib changes stable
Fri, 05 Aug 2011 12:35:29 -0500 Jordi Gutiérrez Hermoso Fix brain-o in sqrtm test
Fri, 05 Aug 2011 10:01:18 -0700 Rik deblank.m: Speed up 15x on cellstr inputs. Restrict input to strings or cellstrings.
Fri, 05 Aug 2011 10:58:43 -0500 Jordi Gutiérrez Hermoso Clarify what indices can be for numel stable
Fri, 05 Aug 2011 10:58:14 -0500 Jordi Gutiérrez Hermoso Fix incorrect example output for concatenating cs-lists from cells stable
Thu, 04 Aug 2011 23:35:13 -0500 Jordi Gutiérrez Hermoso Merge in Daniel's changes
Thu, 04 Aug 2011 23:08:20 -0500 Jordi Gutiérrez Hermoso Style fixes on comments about profiling operators
Fri, 29 Jul 2011 17:51:39 +0200 Daniel Kraft Extend profiling support to operators.
Thu, 04 Aug 2011 10:56:31 -0400 John W. Eaton periodic merge of stable to default
Thu, 04 Aug 2011 10:39:37 -0400 John W. Eaton use gnulib:: qualifiers for more stdio functions stable
Thu, 04 Aug 2011 00:42:31 -0500 Jordi Gutiérrez Hermoso Change test on sqrtm.cc to use any when checking for NaN
Wed, 03 Aug 2011 19:54:37 -0400 Ben Abbott textscan: Fix multiple accesses, bug #33876.
Wed, 03 Aug 2011 15:38:59 -0700 Rik strsplit.m: Allow any scalar input for strip_empty option,
Wed, 03 Aug 2011 15:05:28 -0700 Philip Nienhuis More compatibility improvements for textscan and strread
Wed, 03 Aug 2011 13:57:54 -0400 John W. Eaton periodic merge of stable to default
Wed, 03 Aug 2011 13:56:53 -0400 John W. Eaton use gnulib:: qualifiers for more stdio functions stable
Wed, 03 Aug 2011 13:04:27 -0400 John W. Eaton make completion work for command-line functions
Wed, 03 Aug 2011 16:28:21 +0200 Konstantinos Poulios avoid possible infinite recursion in autopositioning of labels and titles
Wed, 03 Aug 2011 09:45:16 +0200 Andreas Weber doc: Change references to removed loadimage->imread and deprecated saveimage->imwrite
Tue, 02 Aug 2011 17:40:44 -0700 Andreas Weber doc: Remove reference to spqr in qr documentation (Bug #33922)
Tue, 02 Aug 2011 15:51:04 -0400 John W. Eaton allow debugging when input is not coming from a tty
Tue, 02 Aug 2011 11:40:27 -0500 Jordi Gutiérrez Hermoso Return empty matrix if the argument to orth is empty (bug #33301)
Tue, 02 Aug 2011 10:50:11 -0500 Jordi Gutiérrez Hermoso Let rand accept negative dimensions (bug #33301)
Mon, 01 Aug 2011 01:18:51 +0300 Andriy Shinkarchuck unwrap.m: Fix incorrect behavior when unwrapping gaps larger then 2*pi with tests for it (Bug #33883)
Sun, 31 Jul 2011 20:15:09 +0200 Kai Habel __init_fltk__.cc: show canvas only, when figure is visible (bug #33321)
Fri, 29 Jul 2011 17:03:12 -0400 John W. Eaton maint: style fixes for sqrtm
Fri, 29 Jul 2011 11:32:38 -0500 Fabian Deutsch Add a PulseAudio backend to playaudio
Fri, 29 Jul 2011 02:31:14 -0500 Jordi Gutiérrez Hermoso Backout 12897:503865c2e542
Thu, 28 Jul 2011 12:00:43 -0400 John W. Eaton maint: periodic merge of stable to default
Thu, 28 Jul 2011 11:59:38 -0400 John W. Eaton maint: include fclose and stdio in bootstrap.conf module list stable
Wed, 27 Jul 2011 18:47:13 -0500 Jordi Gutiérrez Hermoso strfns.cc: Return empty string in strvcat if called sans arguments (bug #33533)
Wed, 27 Jul 2011 16:05:32 -0700 Rik Correctly allow single string input form of fopen() (Bug #33535). stable
Wed, 27 Jul 2011 15:40:06 -0700 Rik Allow Matlab-style syntax for load command (Bug #33527).
Wed, 27 Jul 2011 11:49:15 -0700 Rik maint: Rollback changeset 67bf9b30f3f9. stable
Wed, 27 Jul 2011 11:21:21 -0700 Marco Caliari legendre.m: Allow ND-array inputs (Bug #33526). stable
Wed, 27 Jul 2011 09:38:39 -0700 Rik Error when given non-string input to tolower, toupper, toascii (Bug #33537). stable
Tue, 26 Jul 2011 22:24:32 -0700 Philip Nienhuis strread.m, textscan.m: More Matlab compatability
Tue, 26 Jul 2011 21:48:27 -0500 Tatsuro Matsuoka null.m: test correction
Tue, 26 Jul 2011 19:07:20 -0500 Jordi Gutiérrez Hermoso profshow.m: Change Matlab-style single quotes to Octave-style double quotes
Tue, 26 Jul 2011 18:53:49 -0500 Jordi Gutiérrez Hermoso Merge in Daniel's changes
Mon, 25 Jul 2011 11:24:18 +0200 Daniel Kraft Show recursive-flag of functions in profshow.
Tue, 26 Jul 2011 02:21:37 -0500 Jordi Gutiérrez Hermoso Remove comment over squashed bug
Tue, 26 Jul 2011 02:18:55 -0500 Jordi Gutiérrez Hermoso maint: periodic merge of stable to default
Tue, 26 Jul 2011 02:16:13 -0500 Jordi Gutiérrez Hermoso Fix incorrect loop (bug #32683) stable
Mon, 25 Jul 2011 22:40:40 -0500 Jordi Gutiérrez Hermoso Add a small tolerance to givens.cc test
Mon, 25 Jul 2011 10:32:01 -0700 Rik assert.m: Correctly compare empty structures. stable
Mon, 25 Jul 2011 10:18:48 -0700 Rik Return 0x1 empty struct when nargchk, nargoutcheck passes for ML compatability (bug #33808)
Sun, 24 Jul 2011 22:11:26 -0700 Rik textread.m, textscan.m: Read entire file when format repeat count is -1
Sun, 24 Jul 2011 22:00:15 -0700 Rik maint: Reverse previous changeset 875c735c0929
Sun, 24 Jul 2011 18:04:16 -0500 Ben Abbott Limit the output of strread to the specified length.
Sun, 24 Jul 2011 14:15:31 -0700 Rik Various improvements to strread, textread, textscan functions
Sat, 23 Jul 2011 19:25:03 -0700 Rik strtrim.m: Don't remove nuls (\0) from string.
Sat, 23 Jul 2011 19:19:55 -0700 Rik maint: Periodic merge of stable to default
Sat, 23 Jul 2011 19:18:49 -0700 Rik strtrim.m: Make behavior same for cell arrays as for char arrays. stable
Fri, 22 Jul 2011 16:47:40 -0700 Rik Small touchups to textscan and strread revamp
Fri, 22 Jul 2011 15:30:52 -0700 Rik Vectorize and use Octave coding conventions for profile script files
Wed, 20 Jul 2011 18:33:42 +0200 Daniel Kraft Implement the profshow function to print profiler results.
Fri, 22 Jul 2011 00:57:38 -0500 Jordi Gutiérrez Hermoso Restore the docstrings for internal profiler functions as C++ comments
Thu, 14 Jul 2011 22:16:24 +0200 Daniel Kraft Extend data collection in profiler and add user-interface profile function.
Fri, 22 Jul 2011 13:15:00 -0700 Rik maint: Periodic merge of stable to default
Fri, 22 Jul 2011 13:14:04 -0700 Rik strtrim.m: Replace cellfun with regexprep call for 15X speedup stable
Fri, 22 Jul 2011 13:05:26 -0700 Philip Nienhuis Revamp strread, textscan, textread functions for Matlab compatability
Wed, 20 Jul 2011 10:41:59 -0700 Rik Return correct struct for nargchk, nargoutchk (Bug #33808).
Tue, 19 Jul 2011 13:35:18 -0700 Rik test: Add 3 tests for string_fill_char()
Tue, 19 Jul 2011 13:24:49 -0700 Rik test: Add validation for allow_noninteger_range_as_index()
Sun, 17 Jul 2011 18:14:41 -0700 Rik rot90.m: Put input validation first. Update tests to include input validation.
Sun, 17 Jul 2011 17:42:56 -0700 Alois Schlögl test: Tests for bug #32683 involving incorrect ndarray concatenation
Sun, 17 Jul 2011 17:35:56 -0700 Philip Nienhuis textread.m: Tests for function
Sun, 17 Jul 2011 18:08:06 -0500 Giles Anderson Wrote 1 test for list_primes.m
Sun, 17 Jul 2011 21:06:18 +0200 Kai Habel surfc.m: Don't pass color matrix to contour. Bug #33782
Sat, 16 Jul 2011 21:05:01 -0700 Rik codesprint: Restore __gnuplot_drawnow__.m to being regular, not private, function
Sat, 16 Jul 2011 20:38:00 -0700 Rik Deprecate corrcoef, cor and replace with Matlab equivalent corr
Sat, 16 Jul 2011 18:00:15 -0700 Rik codesprint: Correct typos in previous check-ins to get tests running.
Sat, 16 Jul 2011 18:12:37 -0500 Andriy Shinkarchuck codesprint: Wrote 2 tests for polyint.m
Sat, 16 Jul 2011 18:08:22 -0500 Jordi Gutiérrez Hermoso codesprint: Add 4 new contributors from the code sprint to contributors.in
Sat, 16 Jul 2011 17:57:53 -0500 Jordi Gutiérrez Hermoso codesprint: Add 1 test to powerset.m
Sat, 16 Jul 2011 18:39:19 -0400 John W. Eaton codesprint: new tests for defaults.cc
Sat, 16 Jul 2011 15:39:13 -0700 Rik codesprint: Remove symvar from test statistics. Functionality is covered by argnames()
Sat, 16 Jul 2011 17:38:12 -0500 Jordi Gutiérrez Hermoso codesprint: Reformat setxor's docstring
Sat, 16 Jul 2011 18:32:15 -0400 John W. Eaton codesprint: new tests for octave.cc
Sat, 16 Jul 2011 15:31:26 -0700 Rik codesprint: Add tests for swapbytes.m
Sat, 16 Jul 2011 18:27:56 -0400 John W. Eaton codesprint: new tests for toplev.cc
Sat, 16 Jul 2011 15:25:08 -0700 Rik Remove warning_ids.m from test statistics.
Sat, 16 Jul 2011 15:20:51 -0700 Rik codesprint: Remove news.m from test statistics.
Sat, 16 Jul 2011 15:09:34 -0700 Rik codesprint: Tests for which.m
Sat, 16 Jul 2011 18:05:35 -0400 John W. Eaton codesprint: new tests for pt-mat.cc
Sat, 16 Jul 2011 17:02:51 -0500 Jordi Gutiérrez Hermoso codesprint: Trival merge (the code, she moves so fast)
Sat, 16 Jul 2011 16:59:10 -0500 Jordi Gutiérrez Hermoso codesprint: Wrote 5 tests for givens.cc
Sat, 16 Jul 2011 17:58:02 -0400 John W. Eaton codesprint: add assert(1) test for __finish__.
Sat, 16 Jul 2011 14:56:40 -0700 Rik codesprint: Add tests for type()
Sat, 16 Jul 2011 17:47:49 -0400 John W. Eaton codesprint: sprinting too fast
Sat, 16 Jul 2011 17:45:54 -0400 John W. Eaton codesprint: new tests for now function
Sat, 16 Jul 2011 14:40:41 -0700 Rik codesprint: Add 3 tests for unimplemented.m
Sat, 16 Jul 2011 17:37:31 -0400 John W. Eaton codesprint: new tests for ispc, ismac, isunix
Sat, 16 Jul 2011 17:29:00 -0400 John W. Eaton codesprint: new tests for functions in pt-eval.cc
Sat, 16 Jul 2011 17:24:02 -0400 John W. Eaton codesprint: improve tests
Sat, 16 Jul 2011 16:21:03 -0500 Andriy Shinkarchuck codesprint: Wrote 4 tests for autoreg_matrix.m
Sat, 16 Jul 2011 14:16:52 -0700 Rik codesprint: Stop reporting print_usage() as missing tests.
Sat, 16 Jul 2011 16:12:09 -0500 Jordi Gutiérrez Hermoso codesprint: Wrote 3 tests for sqrtm.cc
Sat, 16 Jul 2011 14:11:17 -0700 Rik codesprint: Make __strip_html_tags__ a private function
Sat, 16 Jul 2011 17:09:32 -0400 John W. Eaton codesprint: new tests for sysdep.cc functions
Sat, 16 Jul 2011 14:03:08 -0700 Rik codesprint: Move unimplemented.m to help/ directory
Sat, 16 Jul 2011 16:56:30 -0400 John W. Eaton codesprint: new tests for sysdep.cc functions
Sat, 16 Jul 2011 22:37:10 +0200 Kai Habel codesprint: add test and demo for voronoi.m
Sat, 16 Jul 2011 16:33:07 -0400 John W. Eaton codesprint: add assert(1) test for __dispatch__
Sat, 16 Jul 2011 13:17:23 -0700 Rik codesprint: Add test for do_braindead_shortcircuit_evaluation
Sat, 16 Jul 2011 13:06:21 -0700 Rik codesprint: Add tests for single()
Sat, 16 Jul 2011 12:56:58 -0700 Rik codesprint: Add tests for sparse_auto_mutate()
Sat, 16 Jul 2011 21:40:20 +0200 Kai Habel codesprint: Add comment for dummy test in surface.m, Fix typo in wavread.m
Sat, 16 Jul 2011 12:37:12 -0700 Rik codesprint: Add tests for double()
Sat, 16 Jul 2011 21:26:48 +0200 Kai Habel codesprint: 2 demos for pcolor.m dummy for surface.m
Sat, 16 Jul 2011 14:24:01 -0500 Giles Anderson codesprint: Wrote 4 tests for sinc.m
Sat, 16 Jul 2011 15:19:19 -0400 John W. Eaton codesprint: new tests for specfun directory
Sat, 16 Jul 2011 12:06:07 -0700 Rik codesprint: Add tests for isnull()
Sat, 16 Jul 2011 14:05:29 -0500 David Wells codesprint: Wrote 6 tests for rank.m
Sat, 16 Jul 2011 20:56:20 +0200 Kai Habel codesprint: add demo for surf.m and surfc.m stable
Sat, 16 Jul 2011 11:55:44 -0700 Rik codesprint: Add simple test for matlabroot.m
Sat, 16 Jul 2011 13:52:14 -0500 Giles Anderson codesprint: mark info.m as already being tested
Sat, 16 Jul 2011 13:47:05 -0500 Sean Young codesprint: Wrote 6 tests for commutation_matrix.m
Sat, 16 Jul 2011 11:38:16 -0700 Rik codesprint: Tests for [u]int[8,16,32,64] functions
Sat, 16 Jul 2011 13:35:26 -0500 Andriy Shinkarchuck codesprint: Wrote 8 tests for sinewave.m
Sat, 16 Jul 2011 13:21:59 -0500 Sean Young codesprint: Wrote 8 tests for null.m
Sat, 16 Jul 2011 11:16:35 -0700 Rik codesprint: *.cc helper functions do not need tests
Sat, 16 Jul 2011 13:13:19 -0500 David Wells codesprint: Wrote 5 tests for polyout.m
Sat, 16 Jul 2011 10:56:19 -0700 Rik codesprint: Deprecate polyderiv.m
Sat, 16 Jul 2011 12:52:47 -0500 David Wells codesprint: Wrote 5 tests for quadl.m
Sat, 16 Jul 2011 10:39:31 -0700 Rik codesprint: Add tests for iskeyword() to lex.ll
Sat, 16 Jul 2011 13:34:32 -0400 John W. Eaton codesprint: dummy test for bug_report function.
Sat, 16 Jul 2011 13:33:47 -0400 John W. Eaton codesprint: fix comment
Sat, 16 Jul 2011 12:31:48 -0500 Sean Young codesprint: Write 6 tests for isdefinite
Sat, 16 Jul 2011 10:22:59 -0700 Rik codesprint: Deprecate cut() function.
Sat, 16 Jul 2011 10:21:41 -0700 Rik codesprint: Correct missing comma in tests for flipdim.m
Sat, 16 Jul 2011 12:46:22 -0400 John W. Eaton codesprint: new tests for files in scripts/general directory
Sat, 16 Jul 2011 09:45:31 -0700 Rik codesprint: Add trivial assert(1) test to documentation-only .m files.
Sat, 16 Jul 2011 09:28:26 -0700 Rik codesprint : Make many plot helper functions private.
Sat, 16 Jul 2011 09:16:52 -0700 Rik codesprint : Move trimesh, triplot, trisurf from geometry to plot directory
Sat, 16 Jul 2011 11:07:15 -0500 Jordi Gutiérrez Hermoso codesprint: write 4 test for rcond
Sat, 16 Jul 2011 10:42:19 -0500 Jordi Gutiérrez Hermoso codesprint: Write two tests for kron.cc
Sat, 16 Jul 2011 08:16:40 -0700 Rik codesprint: Add 2 demos for polar.m
Sat, 16 Jul 2011 10:08:38 -0500 Jordi Gutiérrez Hermoso codesprint: Write test for dot.cc
Fri, 15 Jul 2011 15:15:30 -0700 Rik maint: Periodic merge of stable to default ahead of Code Sprint.
Thu, 14 Jul 2011 11:40:24 -0700 Rik strfind.cc: Fix infinite loop when pattern contains 255 (Bug #33670). stable
Thu, 14 Jul 2011 01:21:27 -0500 Jordi Gutiérrez Hermoso Trivial merge
Thu, 14 Jul 2011 01:21:06 -0500 Jordi Gutiérrez Hermoso Minor stylistic fixes to profiler code
Thu, 30 Jun 2011 20:04:34 +0200 Daniel Kraft First experimental profiler implementation with flat profile.
Wed, 13 Jul 2011 17:53:05 -0700 Rik urlwrite.cc: Remove obsolete #include curl/types.h (Bug #33697).
Wed, 13 Jul 2011 17:43:30 -0700 Rik std.m: Allow null inputs []. Bug #33532.
Wed, 13 Jul 2011 17:28:26 -0700 Rik int2str.m: Return "" for null input []. (Bug #33524)
Wed, 13 Jul 2011 17:13:34 -0700 Rik doc: Update docstring for pkg()
Thu, 07 Jul 2011 19:16:14 -0400 Lukas Reichlin Implement pkg update command
Mon, 27 Jun 2011 19:54:21 +0200 Konstantinos Poulios Avoid redundant calls to set_font of text renderers (Bug #31305)
Wed, 29 Jun 2011 21:07:46 -0700 Rik doc: small documentation fixes for strftime, betainc stable
Tue, 28 Jun 2011 23:13:16 -0400 John W. Eaton use gnulib tmpfile module stable
Fri, 24 Jun 2011 14:27:01 -0700 Rik Fix input validation of SI vector for filter() when DIM used (Bug #33625)
Fri, 24 Jun 2011 14:32:42 -0400 John W. Eaton maint: update etc/CHECKLIST file stable
Fri, 24 Jun 2011 11:42:54 -0400 John W. Eaton periodic merge of stable to default
Fri, 24 Jun 2011 10:37:10 -0400 John W. Eaton Added tag release-3-4-2 for changeset 3666e8e6f96e stable
Fri, 24 Jun 2011 10:36:40 -0400 John W. Eaton Version 3.4.2 released. stable release-3-4-2
Thu, 23 Jun 2011 17:45:36 -0400 John W. Eaton Added tag release-3-4-1 for changeset 901d466ee55a stable
Wed, 22 Jun 2011 17:00:47 -0400 John W. Eaton Second release candidate for 3.4.2 stable
Wed, 22 Jun 2011 16:59:54 -0400 John W. Eaton maint: link mkoctfile and octave-config with gnulib and $(LIBS) stable
Tue, 21 Jun 2011 12:57:40 -0400 John W. Eaton First release candidate for 3.4.2 stable
Tue, 21 Jun 2011 12:21:47 -0400 John W. Eaton periodic merge of stable to default
Tue, 21 Jun 2011 12:20:08 -0400 John W. Eaton fix typo in __getlegenddata__ stable
Tue, 21 Jun 2011 08:58:56 -0700 Rik maint: Periodic merge of stable to default
Tue, 21 Jun 2011 08:48:33 -0700 Rik Restore ability to compile on Windows platforms stable
Mon, 20 Jun 2011 10:17:20 -0700 Rik doc: Add documentation for gmres, rectangle to manual stable
Mon, 20 Jun 2011 12:52:28 -0400 John W. Eaton allow concatenation of scalar structures with [] stable
Mon, 20 Jun 2011 11:12:39 -0400 John W. Eaton periodic merge of stable to default
Mon, 20 Jun 2011 11:11:16 -0400 John W. Eaton allow assignment of [], "", and '' to sparse logical matrix stable
Mon, 20 Jun 2011 11:03:21 -0400 John W. Eaton preserve type when assigning values to sparse logical stable
Thu, 02 Jun 2011 16:31:13 +0200 Olaf Till Fix loading of function handles saved in binary format. Bug #33456. stable
Sun, 19 Jun 2011 16:30:47 -0700 Rik src/Makefile.am: Remove Makefile rules already implied by Automake usage. stable
Sun, 19 Jun 2011 12:51:36 -0400 John W. Eaton * Makefile.am (CLEANFILES): Remove $(bin_PROGRAMS) stable
Sat, 18 Jun 2011 22:07:34 -0500 Jordi Gutiérrez Hermoso Backout 2c54fde0f397 on stable; broke Octave-Forge packages stable
Sat, 18 Jun 2011 07:47:04 -0700 Rik cauchy_cdf.m: Correction to fix to allow -Inf, Inf inputs stable
Sat, 18 Jun 2011 07:37:20 -0700 Rik maint: Periodic merge of stable to default.
Fri, 17 Jun 2011 22:56:22 -0700 Rik cauchy_cdf.m: Allow valid -Inf, Inf inputs. stable
Thu, 16 Jun 2011 21:05:10 -0700 Rik Fix range of sigma in normal distribution to exclude 0. stable
Wed, 15 Jun 2011 10:42:03 -0400 John W. Eaton maint: periodic merge of stable to default
Wed, 15 Jun 2011 10:35:37 -0400 John W. Eaton Version 3.4.1 released. stable release-3-4-1
Wed, 15 Jun 2011 10:33:44 -0400 John W. Eaton maint: minor update to NEWS file stable
Wed, 15 Jun 2011 09:41:01 -0400 John W. Eaton maint: periodic merge of stable to default
Wed, 15 Jun 2011 09:39:23 -0400 John W. Eaton maint: fix version number for stable branch stable
Tue, 14 Jun 2011 16:57:16 -0400 John W. Eaton maint: avoid warnings from autoconf stable
Tue, 14 Jun 2011 16:39:38 -0400 John W. Eaton maint: use URL for bugs in configure script stable
Tue, 14 Jun 2011 15:38:00 -0400 John W. Eaton maint: periodic merge of stable to default
Tue, 14 Jun 2011 12:54:28 -0400 John W. Eaton maint: don't remove distributed files with make distclean target stable
Tue, 14 Jun 2011 12:20:40 -0400 John W. Eaton maint: update NEWS stable
Sun, 12 Jun 2011 08:29:25 -0700 Rik maint: Remove obsolete file diff-template from version control stable
Sun, 12 Jun 2011 07:01:42 -0700 Rik maint: Change .gdbinit Makefile.am rule to be silent stable
Sun, 12 Jun 2011 06:50:06 -0700 Rik maint: Restore auto-generation of ChangeLog file lost in directory reorginization stable
Mon, 06 Jun 2011 15:26:50 -0700 Rik str2double.cc: Return NaN for invalid inputs rather than printing error. stable
Fri, 10 Jun 2011 18:14:03 -0400 John W. Eaton main: periodic merge of stable to default
Fri, 10 Jun 2011 14:35:42 -0400 John W. Eaton maint: clean up top-level directory stable
Fri, 10 Jun 2011 11:26:07 -0400 John W. Eaton maint: don't set SHELL to /bin/sh in common.mk stable
Thu, 09 Jun 2011 12:30:47 -0700 Rik maint: Periodic merge of stable to default.
Thu, 09 Jun 2011 12:01:28 -0700 Rik maint: Reorganize src/Makefile.am for understanding. No rules changed. stable
Thu, 09 Jun 2011 13:53:34 -0400 John W. Eaton periodic merge of stable to default
Thu, 09 Jun 2011 13:35:10 -0400 John W. Eaton maint: undo unintended change removing deprecated functions stable
Thu, 09 Jun 2011 10:20:51 -0700 Rik maint: Don't distribute files in tarball which must be re-built for each installation stable
Thu, 09 Jun 2011 06:57:40 -0700 Rik maint: Remove obsolete file diff-template from version control
Wed, 08 Jun 2011 22:10:34 -0700 Rik maint: Remove built file ChangeLog with distclean target stable
Wed, 08 Jun 2011 21:40:35 -0700 Rik maint: Distribute README.MinGW and README.gnuplot stable
Wed, 08 Jun 2011 21:02:40 -0700 Rik doc: Update NEWS with new functions for release 3.4.1 stable
Wed, 08 Jun 2011 19:02:50 -0700 Rik maint: Remove obsolete files dir, eos.txi from doc/interpreter
Mon, 25 Apr 2011 10:51:09 -0700 Rik maint: Don't install main-rcfile, local-rcfile but do distribute them in tarball. stable
Wed, 08 Jun 2011 17:41:45 -0700 Rik src/Makefile.am: Fixes to get 'make dist' working stable
Wed, 08 Jun 2011 13:20:04 -0700 Rik doc: Don't use @code macro within @deftypefn macro stable
Wed, 08 Jun 2011 10:41:40 -0700 Rik colon.m: Stop issuing error if called accidentally with no arguments. stable
Wed, 08 Jun 2011 10:39:07 -0700 Rik maint: Update various Makefile.am to no longer distribute ChangeLog file stable
Tue, 07 Jun 2011 10:04:11 -0700 Rik shiftdim.m: Use common idiom for finding first non-singleton dimension.
Mon, 06 Jun 2011 20:56:44 -0700 Rik doc: Add additional calling forms to cell() stable
Thu, 02 Jun 2011 16:31:13 +0200 Olaf Till Fix loading of function handles saved in binary format. Bug #33456.
Mon, 06 Jun 2011 20:21:19 -0700 Rik doc: Add note about str2double API change to NEWS. stable
Mon, 06 Jun 2011 15:46:22 -0400 John W. Eaton maint: update NEWS stable
Mon, 06 Jun 2011 15:34:34 -0400 John W. Eaton maint: Periodic merge of stable to default branch
Mon, 06 Jun 2011 11:54:15 -0400 John W. Eaton maint: use libdir for .oct files, not libexecdir stable
Thu, 02 Jun 2011 17:44:51 -0400 John W. Eaton maint: update NEWS. stable
Thu, 02 Jun 2011 17:35:00 -0400 John W. Eaton maint: implement proper library versioning. stable
Mon, 06 Jun 2011 12:46:48 -0500 Jordi Gutiérrez Hermoso Merge with stable; recover on default backed-out 9843b3b055e0 from stable
Mon, 06 Jun 2011 12:38:15 -0500 Jordi Gutiérrez Hermoso Backout 12700:9843b3b055e0 from stable branch stable
Sat, 04 Jun 2011 16:10:38 -0700 Rik Fix bug with error() not accepting an empty struct input (Bug #33428).
Sat, 04 Jun 2011 16:05:37 -0700 Rik maint: Periodic merge of stable to default branch.
Sat, 04 Jun 2011 16:03:21 -0700 Rik doc: str2double() inputs which cannot be parsed return NaN. stable
Sat, 04 Jun 2011 07:26:45 -0700 John Bradshaw doc: Spelling fixes for various documentation files stable
Sat, 04 Jun 2011 07:20:42 -0700 Rik Overhaul wavwrite, wavread and fix normalization problem (Bug #33420). stable
Sat, 04 Jun 2011 07:15:42 -0700 Rik Fix bug with initial conditions in filter (Bug #32741). stable
Thu, 02 Jun 2011 11:57:08 -0700 David Bateman Fix loading of objects in MAT-files (bug #32641).
Wed, 01 Jun 2011 21:00:14 -0700 Rik Add rectangle to new functions list in NEWS. stable
Wed, 01 Jun 2011 23:58:35 +0200 David Bateman Add the rectangle function stable
Wed, 01 Jun 2011 08:53:08 -0700 Rik wblpdf.m: Bug fix to include x=0 in calculated distribution. stable
Tue, 31 May 2011 22:52:18 -0700 Rik wblinv.m: Bug fix to return 0 for input 0 and not -Inf. stable
Tue, 31 May 2011 11:50:38 -0700 Rik unifpdf.m: Bug fix to include limits of range [A,B] in distribution. stable
Thu, 26 May 2011 12:40:13 -0700 Rik geornd.m: Fix typo in 2-input calling form preventing execution. stable
Wed, 25 May 2011 21:07:00 -0700 Rik doc: Update docstrings for a few functions stable
Wed, 25 May 2011 20:22:30 -0700 Rik doc: Periodic spellcheck of documentation. stable
Wed, 25 May 2011 20:15:07 -0700 Rik doc: Add 'none' to list of plot linestyles. stable
Wed, 25 May 2011 15:52:00 -0700 Rik maint: Periodic merge of stable to default.
Wed, 25 May 2011 15:46:01 -0700 Rik test: Comment out failing parser tests ahead of 3.4.1 release stable
Wed, 25 May 2011 14:09:00 -0700 Rik Deprecate error_text(), __error_text__()
Wed, 25 May 2011 10:11:48 -0700 Rik ls_command.m: Add additional calling forms to DOCSTRING. stable
Fri, 20 May 2011 15:19:18 +0200 Konstantinos Poulios Restructure subplot positioning and avoid labels overlap (bug #31610)
Fri, 20 May 2011 11:39:06 +0200 Konstantinos Poulios Disable mirrored axes ticks for plottyy in ftlk
Tue, 17 May 2011 22:31:05 -0700 Rik doc: Correctly refer to toupper() as a Mapping Function. stable
Tue, 17 May 2011 09:41:19 -0700 Rik frnd.m: Fix typo in 2-input calling form preventing execution. stable
Tue, 17 May 2011 08:05:38 -0700 Rik doc: Don't use @code{} within @deftypefn macro stable
Mon, 16 May 2011 12:39:08 -0700 Rik doc: Document that block comment markers must appear alone on a line (bug #33297) stable
Sun, 15 May 2011 19:15:50 -0700 Philip Nienhuis Fix textscan/textread headerlines arg always skipping 2 lines (bug #33028) stable
Sun, 15 May 2011 17:35:57 -0700 Rik Stop obscure warnings when get() called with null matrix input (bug #32642)
Sun, 15 May 2011 15:27:22 -0700 David Finkel david finkel Fix integer overflow when using text() with large x,y values (bug #33059) stable
Sun, 15 May 2011 10:50:30 -0700 Rik Use common code idiom for creating cell array for indexing ND-arrays
Sun, 15 May 2011 09:40:26 -0700 Rik trapz.m, cumtrapz.m: Quote ':' in initialization statement to prevent it being stable
Sun, 15 May 2011 08:58:49 -0700 Rik Use common idiom in m-files for finding first non-singleton dimension.
Sun, 15 May 2011 07:39:01 -0700 Rik runtests.m, rundemos.m: Remove final filesep() character from directory name
Sun, 15 May 2011 07:26:20 -0700 Rik maint: Periodic merge of stable to default.
Sun, 15 May 2011 07:24:14 -0700 Rik nonzeros.m: Ignore unused return arguments from find().
Sun, 15 May 2011 07:04:32 -0700 Carnë Draug doc: Use texinfo for help text of operators. stable
Sat, 14 May 2011 23:48:09 -0500 Jordi Gutiérrez Hermoso caseless-str.h: Fix implementation of op< stable
Sat, 14 May 2011 21:17:20 -0700 Rik doc: Improve a few docstrings related to test functions and directories. stable
Sat, 14 May 2011 09:57:50 -0700 Rik Accept input x vector with y matrix for trapz,cumtrapz (bug #33292). stable
Wed, 11 May 2011 22:02:32 +0200 David Bateman Fix case insenstive use of radio values in graphics objects (bug #33068) stable
Wed, 11 May 2011 10:48:04 -0700 Rik exppdf.m: Bug fix to extend function range to include x==0. stable
Tue, 10 May 2011 22:31:24 -0700 Rik Periodic merge of stable to default.
Tue, 10 May 2011 22:28:28 -0700 Rik unimplemented.m: Remove 'reset' and 'rsf2csf' from list.
Wed, 11 May 2011 00:23:46 -0500 Jordi Gutiérrez Hermoso Fix passing compiler options to mkoctfile stable
Tue, 10 May 2011 23:40:23 -0500 Jordi Gutiérrez Hermoso load-save.cc: Document -append option stable
Tue, 10 May 2011 14:45:33 -0700 Rik Use correct definition of erfcx in documentation. stable
Tue, 10 May 2011 14:14:12 -0700 Rik betaln.m: Improve documentation string, particularly for Tex format. stable
Tue, 10 May 2011 12:46:11 -0700 Rik betainc.cc: Correctly refer to function as regularized incomplete Beta function. stable
Mon, 09 May 2011 17:59:44 -0700 Rik gampdf.m: Bug fix to extend function range to include x==0. stable
Sat, 07 May 2011 14:52:08 -0700 Rik Overhaul functions in statistics/base directory.
Sat, 07 May 2011 14:30:20 -0700 Rik maint: Remove linear-algebra/gmres.m which was moved to sparse/ directory.
Fri, 06 May 2011 16:38:15 -0700 Rik doc: Correct spacing in erf and gamma documentation in INFO mode. stable
Fri, 06 May 2011 18:45:05 -0400 John W. Eaton merge stable to default
Fri, 06 May 2011 18:40:33 -0400 John W. Eaton doc: Update contributors list. stable
Fri, 06 May 2011 18:38:30 -0400 Daniel Kraft interpreter: Add new attribute 'complex' in whos (bug #32053)
Fri, 06 May 2011 09:39:08 -0700 Rik maint: Move gmres.m to sparse directory rather than linear-algebra directory.
Thu, 05 May 2011 16:58:43 -0700 Rik Improve performance (2X) of svds by avoiding issymmetric calculation (bug #33073)
Wed, 04 May 2011 20:34:10 -0700 Marco Caliari marco caliari Fix unfilled contourf when lvl = [0,0] (bug #33177). stable
Wed, 04 May 2011 22:10:24 -0400 John W. Eaton Allow sortrows to work on arrays with one row (bug #33197) stable
Wed, 04 May 2011 21:44:05 -0400 John W. Eaton Allow transpose to work for scalar structs (bug #33218) stable
Wed, 04 May 2011 13:59:34 -0400 John W. Eaton Allow scalar integer to logical conversion (bug #33219) stable
Mon, 02 May 2011 11:45:56 -0700 Rik Deprecate sylvester_matrix.m function
Mon, 02 May 2011 11:26:27 -0700 Rik Properly warn when demo or example called on a function without demos
Sun, 01 May 2011 11:39:50 -0700 Rik doc: Periodic grammarcheck and spellcheck of documentation. stable
Sun, 01 May 2011 09:05:17 -0700 Rik maint: remove deprecated studentize.m reappearing after merge with stable
Sun, 01 May 2011 08:57:37 -0700 Rik maint: Periodic merge of stable branch to default branch
Sun, 01 May 2011 08:55:15 -0700 Rik doc: Review and update documentation for "Matrix Manipulation" chapter. stable
Tue, 05 Apr 2011 11:15:50 +0200 Daniel Kraft oct-parse.yy (skip_white_space): Fix column number calculation.
Tue, 26 Apr 2011 11:27:28 -0700 Rik filter.cc: Stop test errors in residue.m (bug #33164) stable
Mon, 25 Apr 2011 22:17:43 -0700 Rik mappers.cc (gamma): Correct spacing in non-Tex section of documentation. stable
Mon, 25 Apr 2011 12:32:22 -0700 Rik maint: Move lcm.m from elfun to specfun directory.
Mon, 25 Apr 2011 11:04:48 -0700 Rik ls.m: Don't print backtrace information when command issues an error.
Mon, 25 Apr 2011 10:51:09 -0700 Rik maint: Don't install main-rcfile, local-rcfile but do distribute them in tarball.
Mon, 25 Apr 2011 09:24:33 -0700 Rik doc: miscellaneous touch-ups to documentation strings stable
Sun, 24 Apr 2011 14:13:06 -0500 Jordi Gutiérrez Hermoso OctaveFAQ.texi: Fix texinfo in FAQ I broke earlier
Sun, 17 Apr 2011 15:52:36 -0500 Jordi Gutiérrez Hermoso OctaveFAQ.texi: Add a pointer to the manual concerning the backslash operator
Fri, 22 Apr 2011 09:28:06 -0700 Rik func.txi: document use of nargin checking at head of function. stable
Fri, 22 Apr 2011 08:49:35 -0700 Rik nthroot.m: Fix input validation to disallow complex values (bug #33135)
Thu, 21 Apr 2011 17:41:56 -0400 John W. Eaton fix precedence level of transpose operators (bug #32533)
Tue, 19 Apr 2011 20:15:06 -0700 Rik maint: Change file permissions to 644 for wrongly tagged .m files
Tue, 19 Apr 2011 22:11:53 -0400 John W. Eaton merge stable to default
Tue, 19 Apr 2011 21:52:56 -0400 John W. Eaton maint: generate ChangeLog automatically stable
Tue, 19 Apr 2011 21:23:28 -0400 John W. Eaton merge stable to default
Tue, 19 Apr 2011 20:53:53 -0400 John W. Eaton ChangeLog fixes
Tue, 19 Apr 2011 20:54:41 +0200 Kai Habel instantiate canvas before menubar
Mon, 18 Apr 2011 17:40:03 -0700 David Bateman ov-class.cc: Fix segfault when assigning class to struct object (bug #33014) stable
Mon, 18 Apr 2011 17:29:17 -0700 David Bateman Return octave_value of the same class as the original. stable
Mon, 18 Apr 2011 17:59:31 -0500 Jordi Gutiérrez Hermoso ChangeLog entry for changeset fb2e14a276d2
Tue, 19 Apr 2011 00:36:42 +0200 Paul Boven Fixed naming of variables in texinfo
Mon, 18 Apr 2011 10:40:20 -0700 Rik dblquad.m,triplequad.m: Switch to quadcc as default integrator.
Mon, 18 Apr 2011 09:27:36 -0700 Rik triplequad.m: Add quick-running test, add defaults to argument list.
Mon, 18 Apr 2011 07:22:31 -0700 Rik quadcc.cc: Recode input validation and add tests.
Mon, 18 Apr 2011 07:04:21 -0700 Rik maint: Periodic merge of stable branch to default branch.
Sun, 17 Apr 2011 19:57:07 -0700 Rik doc: Update all documentation for chapter on Numerical Integration stable
Sun, 17 Apr 2011 11:57:26 -0400 Patrick Häcker mat2str.m: Limit the number of digits to one less than available for double.
Sat, 16 Apr 2011 10:39:54 -0400 Ben Abbott plot.txi: Clarify that inheritance of default property values only applies to the named object type.
Fri, 15 Apr 2011 11:38:35 +0200 Kai Habel Changelog fixes
Wed, 23 Feb 2011 08:11:40 +0100 Kai Habel make piecewise polynomial (pp) functions more compatible
Thu, 14 Apr 2011 18:52:54 -0700 Rik colstyle.m: Add new function (bug #33063) stable
Wed, 13 Apr 2011 21:36:31 -0700 Rik __makeinfo__.m: Simplify function by using regular expressions.
Wed, 13 Apr 2011 21:09:03 -0700 Rik doc: Add spaces after commas in @seealso blocks. stable
Wed, 13 Apr 2011 09:32:10 -0700 Rik maint: Refactor general/isXXX.m scripts to put input validation first.
Wed, 13 Apr 2011 09:22:38 -0700 Rik scripts/ChangeLog: Remove results of bad merge in ChangeLog.
Tue, 12 Apr 2011 23:22:26 -0500 Jordi Gutiérrez Hermoso Trivial merge with stable except for ChangeLogs
Tue, 12 Apr 2011 21:17:57 -0700 Rik doc: Correct use of it's -> its in documentation. stable
Tue, 12 Apr 2011 17:42:00 -0700 Rik LSODE.cc: Add semicolon to error messages to prevent run-together text.
Tue, 12 Apr 2011 20:59:22 -0500 Jordi Gutiérrez Hermoso Merge away extra stable head stable
Tue, 12 Apr 2011 20:07:15 -0400 Ben Abbott data.txi: Replace xref{Data Structures} with xref{Structures}. stable
Tue, 12 Apr 2011 18:50:20 -0400 Ben Abbott getappdata.m: If no property name is provided, return a structure representing the appdata. stable
Tue, 12 Apr 2011 13:48:07 -0700 Rik doc: Add help text for dynamic naming "(var)" of structure fields. stable
Tue, 12 Apr 2011 09:56:13 -0700 Marco Caliari quadgk.m: Fix problem with -Inf bound on integral (bug #33055). stable
Mon, 11 Apr 2011 19:03:32 -0700 Rik Modify func.txi discussion of output arguments to include discussion of isargout. stable
Tue, 12 Apr 2011 01:28:31 -0500 Jordi Gutiérrez Hermoso Trivial merge of two stable heads stable
Mon, 11 Apr 2011 19:03:32 -0700 Rik Modify func.txi discussion of output arguments to include discussion of isargout. stable
Mon, 11 Apr 2011 10:59:20 -0400 John W. Eaton ChangeLog fix stable
Mon, 11 Apr 2011 21:50:49 -0400 Ben Abbott getappdata.m: If appdata propery does not exist, return an empty matrix. stable
Mon, 11 Apr 2011 11:33:08 -0700 Rik Remove deprecated and private functions from list of functions requiring tests.
Mon, 11 Apr 2011 10:56:34 -0400 John W. Eaton merge stable with default
Sun, 10 Apr 2011 11:46:50 -0400 John Eaton graphics.cc: Allow ishandle() to accept vector of handles (bug 33025). stable
Fri, 08 Apr 2011 20:15:19 -0700 Rik Deprecate studentize(), replace with zscore().
Fri, 08 Apr 2011 19:00:42 -0700 Rik mode.m, quantile.m: Return output of same class as input.
Fri, 08 Apr 2011 12:44:40 -0700 Rik Improve documentation strings in Linear Algebra chapter. stable
Fri, 08 Apr 2011 09:06:04 -0400 John W. Eaton abandon release-3-4-x branch in favor of workflow using stable and default branches and merging stable to default periodically release-3-4-x
Thu, 07 Apr 2011 14:44:01 -0700 Rik Add spellcheck target to documentation Makefile. stable
Wed, 06 Apr 2011 20:06:45 -0700 Rik Group commonly used isXXX functions together in documentation.
Wed, 06 Apr 2011 19:46:34 -0700 Rik Move pack() function to proper place in documentation.
Wed, 06 Apr 2011 19:36:49 -0700 Rik Make spectral density helper functions private.
Wed, 06 Apr 2011 11:44:21 -0700 Rik Clean up operator and function indices in documentation.
Mon, 04 Apr 2011 20:15:32 -0700 Rik Add warning about single precision in FLTK.
Mon, 04 Apr 2011 15:56:49 -0700 Rik Spellcheck documentation for 3.4.1 release.
Mon, 04 Apr 2011 15:33:46 -0700 Rik Grammarcheck files for 3.4.1 release.
Mon, 04 Apr 2011 13:37:13 -0700 Rik Deprecate perror, strerror functions.
Sun, 03 Apr 2011 20:33:14 -0700 Rik Add new section on parsing to documentation.
Sun, 03 Apr 2011 13:55:58 -0700 Rik Add blkmm function to documentation.
Sun, 03 Apr 2011 07:24:38 -0700 Rik Add documentation for 3-input form of diag(). Add new tests.
Sun, 03 Apr 2011 07:00:34 -0700 Rik Reverse changset cc8ccdfec424. Restore 3-input form of diag().
Sat, 02 Apr 2011 13:37:52 -0700 Rik Add quantile, prctile functions to documentation.
Sat, 02 Apr 2011 12:41:16 -0700 Rik Add isdeployed function to documentation.
Fri, 01 Apr 2011 20:19:18 -0700 Rik Remove archaic 3-input argument form of diag function.
Fri, 01 Apr 2011 18:53:14 -0700 Rik Fix orientation of initial conditions vector for filter (bug #32741).
Fri, 01 Apr 2011 09:37:58 -0700 Rik Correct typo in #include path for FLTK header files (bug #32972).
Fri, 01 Apr 2011 03:52:05 -0600 Jordi Gutiérrez Hermoso Correct slight logical mistake in memleak patch (bug #32804)
Fri, 01 Apr 2011 03:09:35 -0600 Jordi Gutiérrez Hermoso MatrixType:: plug memory leak (bug #32804).
Thu, 31 Mar 2011 21:16:44 -0700 Rik Add list_in_columns, terminal_size functions to documentation.
Thu, 31 Mar 2011 20:57:37 -0700 Rik Add documentation for '-forge' option (bug #32464).
Thu, 31 Mar 2011 20:24:06 -0700 Rik Add onCleanup function to documentation.
Thu, 31 Mar 2011 10:41:32 -0700 Rik Document recommended format for commit messages which reference the bug tracker.
Thu, 31 Mar 2011 10:19:59 -0700 Marco Caliari spdiags.m: Treat empty vector (1x0 or 0x1) the same as diag().
Thu, 31 Mar 2011 10:09:34 -0700 Rik cor.m: Increase tolerance of %!tests using random data to assure passage.
Thu, 31 Mar 2011 09:57:11 -0700 Rik Add deprecated entry for cquad() pointing to quadcc().
Thu, 31 Mar 2011 09:34:26 -0700 Rik cor.m: fix operation with only single input (bug #32961)
Thu, 31 Mar 2011 07:33:11 -0700 Rik Revamp quiver autoscaling algorithm (bug #32836).
Thu, 31 Mar 2011 07:13:33 -0700 Rik quadcc: Add reference to original paper in docstring.
Wed, 30 Mar 2011 13:07:53 -0600 Jordi Gutiérrez Hermoso Document the "all" parameter to fclose.
Tue, 29 Mar 2011 17:51:38 -0700 John W. Eaton Update test for 'wilkinson(1)' to reflect changes to diag().
Tue, 29 Mar 2011 17:47:26 -0700 Rik Treat empty vector (1x0 or 0x1) as valid input to diag().
Tue, 29 Mar 2011 19:00:26 -0400 Ben Abbott graphics.cc: Prevent ticks from being cropped.
Tue, 29 Mar 2011 07:57:51 -0600 Michael Creel ChangeLog fix, (closes: bug #32892)
Tue, 29 Mar 2011 07:36:31 -0600 Michael Creel Fix variable name clash in ols.m
Mon, 28 Mar 2011 16:38:13 -0700 Rik Improve docstrings for a number of functions.
Mon, 28 Mar 2011 14:53:07 -0700 Rik Add do_braindead_shortcircuit_evaluation to the list of variables set by --traditional option.
Sun, 27 Mar 2011 20:42:44 -0700 Rik Add allow_noninteger_range_as_index to documentation.
Sun, 27 Mar 2011 20:32:29 -0700 Rik Add do_braindead_shortcircuit_evaluation to documentation.
Sat, 26 Mar 2011 21:15:48 -0700 Rik Add error_text to list of functions not requiring a docstring.
Sat, 26 Mar 2011 06:50:12 -0700 Robert T. Short Add tests for ifftshift.m
Sat, 26 Mar 2011 06:42:35 -0700 Robert T. Short Add tests for fftshift.m.
Fri, 25 Mar 2011 13:37:11 -0400 John W. Eaton use gnulib:: functions as needed
Thu, 24 Mar 2011 16:46:34 -0400 Jarno Rajahalme Test fortran with -ff2c and with a wrapper for Apple blas/lapack, when needed.
Tue, 22 Mar 2011 13:21:44 -0700 Rik Fix errant 2010 dates in ChangeLogs.
Mon, 21 Mar 2011 14:26:09 -0700 Rik Fix bug #32873, ifftshift fails.
Sat, 19 Mar 2011 22:22:07 -0700 Rik Add cellindexmat function to documentation.
Sat, 19 Mar 2011 21:54:53 -0700 Rik Add optimize_subsasgn_calls function to documentation.
Sat, 19 Mar 2011 17:46:45 -0400 Ben Abbott patch.m: Add demo.
Sat, 19 Mar 2011 14:35:59 -0700 Rik Add runlength function to documentation.
Sat, 19 Mar 2011 14:32:43 -0700 Rik Overhaul runlength.m
Sat, 19 Mar 2011 13:53:38 -0700 Rik Make helper functions for logistic_regression private.
Sat, 19 Mar 2011 13:06:50 -0700 Rik Add isocolors, isonormals, isosurface functions to documentation.
Sat, 19 Mar 2011 12:54:05 -0700 Rik dump_prefs.m: Close @deftypefn macro left open.
Sat, 19 Mar 2011 12:33:09 -0700 Rik Add dump_prefs to documentation.
Sat, 19 Mar 2011 12:12:57 -0700 Rik Add daspect, pbaspect functions to documentation.
Sat, 19 Mar 2011 11:10:16 -0700 Rik Add getappdata, setappdata, isappdata, rmappdata functions to documentation.
Sat, 19 Mar 2011 11:07:52 -0400 Ben Abbott trisurf.m: Set default edgecolor as Matlab does. Add demos.
Fri, 18 Mar 2011 22:58:18 -0700 Rik Add nth_element function to documentation.
Fri, 18 Mar 2011 22:47:33 -0700 Rik Add uimenu, uigetdir, uigetfile, and uiputfile to documentation.
Fri, 18 Mar 2011 21:25:08 -0700 Rik Add fminbnd, fminunc functions to documentation.
Fri, 18 Mar 2011 18:51:45 -0700 Rik Add function chop to documentation.
Fri, 18 Mar 2011 14:38:46 -0700 Rik Add gen_doc_cache, get_help_text, get_help_text_from_file, get_first_help_sentence to documentation.
Fri, 18 Mar 2011 09:37:28 -0700 Rik Add operator precedence tests to fixed list of parser tests.
Thu, 17 Mar 2011 23:11:47 -0700 Rik Fix bug #32818, nonconformant arguments in svds.
Thu, 17 Mar 2011 21:41:15 -0700 Rik Add fileread to documentation.
Fri, 18 Mar 2011 00:01:28 -0400 John W. Eaton ov-float.cc (octave_float_scalar::do_index_op): widen to float matrix, not double matrix
Thu, 17 Mar 2011 20:53:32 -0700 Rik Add gethostname to documentation.
Thu, 17 Mar 2011 20:39:37 -0700 Rik Add fmod, octave_tmp_file_name to list of exceptions not needing a DOCSTRING.
Thu, 17 Mar 2011 13:58:19 -0700 Iain Murray Replace nprocs with nproc function. Use gnulib module for portability across platforms.
Mon, 14 Mar 2011 23:36:20 -0600 Jordi Gutiérrez Hermoso Change copy_backward to copy in Sparse<T>::assign, bug #32747
Wed, 16 Mar 2011 15:00:09 -0700 Iain Murray Add nproc, nproc_conf utility functions for determining number of available processors.
Wed, 16 Mar 2011 13:36:27 -0700 Carlo de Falco Add mgorth and gmres functions from Octave Forge
Tue, 15 Mar 2011 22:45:31 -0700 Marco Caliari Simplify calculation of number of tick labels. Bug #32692.
Sun, 13 Mar 2011 18:26:04 +0100 Konstantinos Poulios revert changes from 2011-02-26
Thu, 10 Mar 2011 20:27:15 +0100 Konstantinos Poulios add a persistent mode for listeners
Sat, 26 Feb 2011 18:15:48 -0500 Ben Abbott Allow command forms of example and demo.
Tue, 08 Mar 2011 12:11:57 -0800 Rik Recode mk-opts.pl to use clearer, more modern, Perl syntax.
Mon, 07 Mar 2011 17:35:33 +0100 Konstantinos Poulios update axis label position after axis location changes
Sun, 06 Mar 2011 16:54:39 +0100 Konstantinos Poulios improve calculation of axes tightinset for empty axes labels/title
Sat, 05 Mar 2011 11:17:13 -0500 Ben Abbott colorbar.m: Allow location to be specified as a property.
Thu, 03 Mar 2011 13:05:50 -0800 Rik Improve docstrings for archive functions (gzip, bzip2, etc.)
Thu, 03 Mar 2011 11:59:05 -0800 Rik Improve file archiving functions (gzip, bzip2, zip, unpack)
Thu, 03 Mar 2011 09:46:00 -0800 Rik Deprecate is_duplicate_entry.
Thu, 03 Mar 2011 09:29:04 -0800 Rik Fix bug #32443 preventing 'pkg install' on Windows platforms.
Thu, 03 Mar 2011 14:04:19 +0100 Konstantinos Poulios fix axes position synchronization for long text objects
Wed, 02 Mar 2011 20:38:27 -0800 Rik Correctly refer to "discrete uniform" distribution in documentation.
Wed, 02 Mar 2011 18:03:32 +0100 Konstantinos Poulios small optimization in subplot.m
Tue, 01 Mar 2011 19:55:57 -0500 Ben Abbott README.MacOS: Add Fink packages needed to support print output.
Tue, 01 Mar 2011 16:02:07 -0600 Jordi Gutiérrez Hermoso Small FAQ fixes
Tue, 01 Mar 2011 11:28:31 -0800 Rik Use modern warning function rather than deprecated built-in variable to set warning state.
Tue, 01 Mar 2011 13:16:44 -0600 Jordi Gutiérrez Hermoso Major update to FAQ
Tue, 01 Mar 2011 07:43:44 -0600 Jordi Gutiérrez Hermoso Clarify in manual that the mkoctfile examples are in C++
Mon, 28 Feb 2011 22:35:41 -0800 Rik Add new isrow, iscolumn functions.
Mon, 28 Feb 2011 21:27:08 -0800 Rik treeplot.m: Use 'o' plot style as default for nodes
Sun, 20 Feb 2011 19:13:03 +0000 Thomas Weber Document the Octave:autoload-relative-file-name warning.
Sun, 27 Feb 2011 18:21:46 -0800 Rik Fix incorrect statement in documentation for pascal.m. Bug #32523.
Sun, 27 Feb 2011 16:52:04 +0100 Konstantinos Poulios fix initial canvas size issue
Sat, 26 Feb 2011 17:28:11 -0800 Rik Rewrite error strings in src/ to use variables named in documentation.
Sat, 26 Feb 2011 16:21:02 -0500 Ben Abbott polynomial/polyval.m: Compute offset/normalization only when needed.
Sat, 26 Feb 2011 16:07:52 -0500 Ben Abbott polynomial/polyval.m: Minor simplification in polynomial evaluation
Fri, 25 Feb 2011 20:12:05 -0800 Rik Uppercase variables in script error strings.
Fri, 25 Feb 2011 15:11:26 -0600 Jordi Gutiérrez Hermoso Minor proofreading in FAQ
Fri, 25 Feb 2011 12:28:14 -0600 Jordi Gutiérrez Hermoso Uniformise "Matlab" typesetting in FAQ.
Fri, 25 Feb 2011 12:07:11 -0600 Jordi Gutiérrez Hermoso Add a warning description for Matlab-style short-circuiting
Thu, 24 Feb 2011 20:22:38 -0500 Ben Abbott subplot.m: Document using INDEX as a vector.
Thu, 24 Feb 2011 20:05:51 -0500 Ben Abbott Properly evaluate zeroth order polynomials.
Thu, 24 Feb 2011 02:07:37 -0500 John W. Eaton strchr.m: avoid implict string to number conversion
Wed, 23 Feb 2011 10:34:05 -0600 Jordi Gutiérrez Hermoso Improve .hgignore adding more things to be ignored
Wed, 23 Feb 2011 01:42:14 -0500 John W. Eaton mex.cc (mxArray_base::dup): return retval