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