log

age author description
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.