log

age author description
Sun, 28 Sep 2014 12:55:03 -0700 Rik what.m: Overhaul function.
Sun, 28 Sep 2014 09:40:19 -0700 Rik compare_versions.m: Overhaul function.
Sun, 28 Sep 2014 17:30:38 +0200 Torsten set cursor color of the editor to color of default text (bug #43314) gui-release
Sun, 28 Sep 2014 09:23:27 +0200 Torsten improve some menu texts and tool tips (bug #43200) gui-release
Sat, 27 Sep 2014 22:39:24 -0700 Rik parseparams.m: Add BIST tests to function.
Sat, 27 Sep 2014 22:12:46 -0700 Rik fact.m: Mark documentation m-file as tested for BIST purposes.
Sat, 27 Sep 2014 22:09:16 -0700 Rik debug.m: Mark documentation m-file as tested for BIST testing.
Sat, 27 Sep 2014 22:07:22 -0700 Rik pack.m: Overhaul function.
Sat, 27 Sep 2014 21:50:29 -0700 Rik Mark __clabel__ and __getlegenddata__ as internal functions not requiring BIST.
Sat, 27 Sep 2014 21:46:52 -0700 Rik doc: Improve docstrings for typecast, bitpack, bitunpack.
Sat, 27 Sep 2014 21:14:19 -0700 Rik cast.m: Overhaul function.
Sat, 27 Sep 2014 20:36:53 -0700 Rik delaunayn.m: Slight performance increase and addition of BIST tests.
Sat, 27 Sep 2014 20:21:46 -0700 Rik Add BIST tests for various quasi-internal m-files.
Sat, 27 Sep 2014 18:19:47 -0700 Rik __gripe_missing_component__.m: Add BIST tests.
Sat, 27 Sep 2014 13:41:57 -0700 Rik Overhaul givens and planerot functions.
Sat, 27 Sep 2014 12:47:37 -0700 Rik Use unsetenv to fix libgomp error created by nproc BIST testing.
Sat, 27 Sep 2014 12:26:57 -0700 Rik Add new function unsetenv from gnulib to Octave.
Fri, 26 Sep 2014 20:51:25 -0700 Rik doc: Re-order seealso references in rot90, rotdim.
Fri, 26 Sep 2014 09:36:02 -0700 Rik system.tst: Fix failing test if /dev/initctl is not present on UNIX system.
Fri, 26 Sep 2014 09:02:53 -0700 Rik Deprecate delaunay3 and extend delaunay to 3-D inputs.
Fri, 26 Sep 2014 08:54:40 -0700 Rik luinc.m: Fix number of output args in deprecation cset e278c939a419.
Fri, 26 Sep 2014 07:25:54 +0200 Torsten replace grid with alternating row colors in workspace view (bug #43196) gui-release
Thu, 25 Sep 2014 22:15:52 -0700 Rik sparse.txi: Delete DOCSTRING macro for luinc function deprecated in e278c939a419.
Thu, 25 Sep 2014 20:08:23 -0700 Nir Krakauer doc: Fix dead link in urlwrite/urlread docstring (bug #43082). stable
Wed, 24 Sep 2014 17:38:52 -0700 Rik Add --callgrind option to run-octave to run with profiling.
Wed, 24 Sep 2014 10:36:15 -0400 John W. Eaton * README: Mention INSTALL.OCTAVE instead of INSTALL.
Thu, 04 Sep 2014 09:51:29 +0200 Julien Bect setxor.m: Fix bug with empty set input and multiple outputs (bug #43140).
Tue, 23 Sep 2014 20:55:42 -0700 Rik flipdim.m: Remove alias m-file from list of functions requiring %!tests.
Wed, 24 Sep 2014 00:06:59 +0100 Carnë Draug Undeprecate flipdim (prematurely deprecated in 995df67fc912).
Mon, 22 Sep 2014 21:41:04 -0700 Rik flip.m: Add input validation test.
Mon, 22 Sep 2014 21:12:53 -0700 Rik doc: Periodic spellcheck of documentation.
Mon, 22 Sep 2014 20:46:54 -0700 Rik doc: Periodic grammarcheck of documentation.
Mon, 22 Sep 2014 20:25:21 -0700 Rik doc: Add note to gamma docstring about using gammaln when input is large.
Mon, 22 Sep 2014 20:24:42 -0700 Rik doc: Redo docstring for ferror().
Mon, 22 Sep 2014 20:22:40 -0700 Rik doc: Improve docstring for gcd.
Mon, 22 Sep 2014 20:19:01 -0700 Rik Deprecate luinc.
Sun, 21 Sep 2014 23:27:27 +0100 Carnë Draug rot90.m: add support for N-dimensional arrays.
Sun, 21 Sep 2014 22:22:46 +0100 Carnë Draug bitfcns.cc: add tests for bitwise operators (some of them failing).
Sun, 21 Sep 2014 16:33:08 -0400 Mike Miller nproc: Fix unwind_protect_cleanup block in %!test
Sun, 21 Sep 2014 16:12:36 -0400 Eduardo Ramos (edu159) * amd.cc: Tests added.
Sun, 21 Sep 2014 16:12:52 -0400 John W. Eaton fix crash in kron introduced in changeset aa9ca67f09fb
Sun, 21 Sep 2014 16:08:25 -0400 Mike Miller codesprint: Add tests to time handling functions
Sun, 21 Sep 2014 12:56:25 -0700 Rik codesprint: Add %!tests for dot.cc file.
Sun, 21 Sep 2014 20:46:23 +0100 Carnë Draug Cell.cc: add tests for Cell::nnz
Sun, 21 Sep 2014 15:45:08 -0400 John W. Eaton allow building with new version of SuiteSparse (bug #43063)
Sun, 21 Sep 2014 15:42:09 -0400 Mike Miller codesprint: Add tests to various interpreter utility functions
Sun, 21 Sep 2014 21:42:28 +0200 Andreas Weber test.m: use comma to separate observed and expected
Sun, 21 Sep 2014 21:32:31 +0200 Andreas Weber nproc.cc: codesprint: adding tests
Sun, 21 Sep 2014 15:23:46 -0400 Michael Goffioul system.tst: codesprint: add tests for S_* and unlink.
Sun, 21 Sep 2014 15:10:02 -0400 Jordi Gutiérrez Hermoso kron.cc: codesprint: add more kron tests
Sun, 21 Sep 2014 21:01:52 +0200 Andreas Weber md5sum.cc: Codesprint: add test for empty argument list
Sun, 21 Sep 2014 14:45:40 -0400 Jordi Gutiérrez Hermoso * gcd.cc: add more tests
Sun, 21 Sep 2014 14:40:39 -0400 John W. Eaton update documentation for do_braindead_shortcircuit_evaluation (bug #43177)
Sun, 21 Sep 2014 14:38:29 -0400 Mike Miller codesprint: Tests for fftw
Sun, 21 Sep 2014 11:26:11 -0700 Rik cutils.[ch]: Remove dead code for function octave_raw_vsnprintf.
Sun, 21 Sep 2014 14:21:04 -0400 John W. Eaton new function, isstudent (bug #43155)
Sun, 21 Sep 2014 11:05:10 -0700 Rik doc: Rephrase docstrings for low level C I/O functions.
Sun, 21 Sep 2014 18:49:08 +0100 Carnë Draug Flip arrays - ND support for fliplr and flipud, and replace flipdim with flip.
Sun, 21 Sep 2014 11:17:28 -0400 John W. Eaton * liboctave/cruft/module.mk: Add file missing from previous changeset.
Sun, 21 Sep 2014 10:51:38 -0400 John W. Eaton eliminate recursive build in liboctave/cruft directory