log

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