log

age author description
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.
Sun, 23 Jul 2017 10:53:55 +0200 Torsten allow cursor flashing to be configured globally in gui (bug #51460)
Sat, 29 Jul 2017 20:57:07 +0200 Markus Mützel Fix "no match for 'operator=='" when comparing C++ string to char literal.
Sat, 29 Jul 2017 09:17:53 +0200 Torsten update clickable urls in terminal also when visible terminal has no focus
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Fri, 28 Jul 2017 11:45:07 -0700 Rik oct-parse.in.yy: Initialize m_classdef_object to nullptr when parser is reset.
Fri, 28 Jul 2017 11:30:38 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Fri, 28 Jul 2017 11:19:36 -0700 Rik Use C++11 raw string literals to avoid escaping backslashes in strings.
Fri, 28 Jul 2017 10:34:33 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Thu, 27 Jul 2017 21:39:19 -0700 Rik Change string append += "c" to += 'c' to avoid string constructor.
Thu, 27 Jul 2017 15:55:33 -0400 John D cross tools: define OCTAVE_UNUSED if not defined
Thu, 27 Jul 2017 09:45:05 -0700 Rik Add break or continue statements to prevent implicit fall-through in case statements.
Thu, 27 Jul 2017 09:05:05 -0700 Rik settings-dialog.cc: Don't mix enum with bool which provokes compiler warning.
Thu, 27 Jul 2017 08:32:17 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Wed, 26 Jul 2017 21:09:19 -0700 Rik Fix "variable may be used uninitialized" warning reported by gcc.
Wed, 26 Jul 2017 16:26:31 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Mon, 24 Jul 2017 16:48:03 +0200 Pantxo Diribarne Fix printing integer type images (bug #51558)
Mon, 24 Jul 2017 14:08:37 -0400 John W. Eaton don't use bitwise xor operator for logical xor operation
Mon, 24 Jul 2017 13:51:56 -0400 John W. Eaton * oct-stream.cc (textscan::read_format_once): Fix typo (! instead of ~).
Mon, 24 Jul 2017 12:52:21 -0400 John W. Eaton * shared-fcns.h (prepend_octave_home): Tag with unused attribute.
Mon, 24 Jul 2017 12:42:23 -0400 John W. Eaton use mach_info class instead of custom test for endianness
Mon, 24 Jul 2017 17:01:13 +0200 Pantxo Diribarne light.m: remove double axes in demo 10