log

age author description
Thu, 10 Aug 2017 21:57:53 +0200 Torsten editor: use function instead several occurrences of identical code
Thu, 10 Aug 2017 15:13:12 -0400 John W. Eaton maint: Merge away accidental second head.
Thu, 10 Aug 2017 11:30:10 -0700 Mike Miller audiowrite: add support for Quality option on Ogg Vorbis files (bug #51704)
Thu, 10 Aug 2017 11:00:34 -0700 Rik hdl2struct.m: Fix typo creating unused variable (bug #51722).
Thu, 10 Aug 2017 09:31:38 -0700 Mike Miller doc: improve docstrings for audioformats, audioinfo, audioread, and audiowrite
Thu, 10 Aug 2017 12:26:44 -0400 John W. Eaton new predicates for classdef_superclass_ref objects
Thu, 10 Aug 2017 12:03:53 -0400 John W. Eaton * classdef.tst: New test (bug #51715).
Thu, 10 Aug 2017 11:54:40 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Thu, 10 Aug 2017 11:53:25 -0400 John W. Eaton * import.m: Escape brace characters in docstring.
Thu, 10 Aug 2017 11:48:14 -0400 John W. Eaton * pager.cc (default_pager): Use config::default_pager instead of build_env::DEFAULT_PAGER.
Thu, 10 Aug 2017 09:55:35 -0400 John W. Eaton get default pager from octave::build_env, not macro (bug #51718)
Thu, 20 Jul 2017 22:59:27 +0200 Pantxo Diribarne Fix regression introduced by cset 06805aabbdd1 (bug #50750).
Wed, 09 Aug 2017 19:54:18 -0700 Rik Fix printing of plots with axes that are not visible (bug #51713).
Wed, 09 Aug 2017 18:02:27 -0700 Rik Restore processing multiple '--eval' lines when launching Octave (bug #51708).
Wed, 09 Aug 2017 16:54:14 -0700 Rik run-octave.in: Don't put +packages in to the PATH variable.
Wed, 09 Aug 2017 15:56:29 -0700 Rik import.m: Update docstring.
Wed, 09 Aug 2017 11:31:10 -0700 Rik import.m: Add placeholder m-file for import functionality.
Wed, 09 Aug 2017 10:25:06 -0700 Mike Miller audiowrite: improve keyword option validation and error reporting
Wed, 09 Aug 2017 09:50:40 -0700 Mike Miller maint: sort lists of files in test makefile snippets
Wed, 09 Aug 2017 10:38:09 -0700 Rik Add BIST test for dir_in_loadpath (bug #51706).
Wed, 09 Aug 2017 13:11:54 -0400 John W. Eaton disallow dynamic variable creation in static scopes (bug #51698)
Wed, 09 Aug 2017 10:12:58 -0700 Rik run.m: recode BIST tests to eliminate temporary files.
Wed, 09 Aug 2017 09:39:19 -0700 Rik Fix printing of polar axes accidentally lost in cset 784347c1b7e7 (bug #51697).
Wed, 09 Aug 2017 11:24:54 +0200 Kai T. Ohlhus run.m: New tests for script and function file execution.
Tue, 08 Aug 2017 17:09:37 -0700 Rik bug-51534.tst: Use double quotes for strings per Octave convention.
Tue, 08 Aug 2017 19:45:47 -0400 John W. Eaton * oct-parse.in.yy (source_file): Restore source-ing of function files.
Tue, 08 Aug 2017 18:22:30 -0400 John W. Eaton * pt-eval.cc: Style fixes.
Tue, 08 Aug 2017 18:21:07 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Tue, 08 Aug 2017 18:18:01 -0400 Piotr Held make calling parent class constructors work again (bug #51534)
Tue, 08 Aug 2017 11:55:59 -0700 Rik Back out changeset dca84dfe167f. Will use import function rather than keyword.
Tue, 08 Aug 2017 09:04:07 -0700 Rik Add "import" to list of Octave language keywords (bug #51688).
Tue, 08 Aug 2017 08:53:37 -0700 Rik center.m: Use bsxfun rather than broadcasting (bug #51249).
Mon, 07 Aug 2017 15:05:19 -0700 Piotr Held Fix argument lookup in '+' package functions (Bug #51532).
Mon, 07 Aug 2017 08:29:39 -0700 Rik doc: Redo docstring for toeplitz.m
Mon, 07 Aug 2017 08:21:51 -0700 Mike Miller maint: Merge stable to default.
Mon, 07 Aug 2017 08:19:28 -0700 Mike Miller configure: ensure empty pkg-config results are actually empty (bug #51680) stable
Sun, 06 Aug 2017 11:26:54 -0700 Mike Miller Include recently added test files in the source distribution
Sat, 05 Aug 2017 17:37:40 -0700 Rik __opengl_info__.m: Overhaul function (bug #51631).
Mon, 31 Jul 2017 16:20:18 -0700 Piotr Held Fix reshape of octave_map with trailing singletons (bug #51634, bug #45385, bug #43650).
Wed, 02 Aug 2017 23:14:19 -0500 Daniel J Sebald Check for valid zoom region in qt graphics toolkit (bug #51645).
Fri, 04 Aug 2017 19:09:28 -0400 John W. Eaton ensure summary variables are defined in __run_test_suite__ (bug #51660)
Fri, 04 Aug 2017 09:37:04 -0700 Rik Eliminate unnecessary std::string ("...") constructor calls when "..." suffices.
Thu, 03 Aug 2017 08:43:49 -0700 Rik doc: Update README for doxyhtml directory.
Thu, 03 Aug 2017 08:41:19 -0400 John W. Eaton allow trapz to work on mixed row/column vectors (bug #33292)
Wed, 02 Aug 2017 17:16:19 -0400 John W. Eaton avoid fallthrough warnings
Wed, 02 Aug 2017 16:11:44 -0400 John W. Eaton avoid one-definition-rule warning (bug #51639)
Wed, 02 Aug 2017 12:04:45 -0700 Rik Miscellaneous cleanups of C++11 std::string code.
Wed, 02 Aug 2017 00:43:38 -0500 Daniel J Sebald Require some plot object present to show legend for gnuplot (bug #50483).
Tue, 01 Aug 2017 17:05:49 -0700 Rik maint: Periodic merge of stable to default.
Tue, 01 Aug 2017 17:04:52 -0700 Tejaswi D Prakash Fix 'legend hide' for gnuplot (bug #50483). stable
Tue, 01 Aug 2017 15:38:34 -0400 John W. Eaton move union field type punning code to C (bug #51638)
Tue, 01 Aug 2017 14:44:02 -0400 John W. Eaton defer execution of user code to interpreter::execute (bug #51631)
Tue, 01 Aug 2017 09:49:59 -0700 Rik Avoid unnecessary warning when printing hidden axes (bug #51374).
Mon, 31 Jul 2017 16:25:19 -0700 Rik maint: Periodic merge of stable to default.
Fri, 28 Jul 2017 13:47:45 -0500 Daniel J Sebald Add documentation about PCRE library regexp stack overflow (bug #51589). stable
Mon, 31 Jul 2017 13:48:13 -0700 Rik Restore using gnulib wrapper for frexp until MinGW C library is fixed (bug #51630).
Mon, 31 Jul 2017 13:55:15 +0200 Piotr Held Anonymous functions to local functions in classdef files (bug #51599).
Sun, 30 Jul 2017 14:08:02 -0700 Rik Overhaul vectorize() to use C++11 string functions.
Sun, 30 Jul 2017 09:21:58 -0700 Rik Use C++11 string fcns back() and pop_back() to simplify code.
Sun, 30 Jul 2017 09:21:39 -0700 Rik maint: Merge away accidental second head.