log

age author description
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
Mon, 24 Jul 2017 08:55:33 -0400 John W. Eaton restore parse tree dup function delete in changeset 214cb58ccc1c
Sun, 23 Jul 2017 21:34:22 -0700 Rik Replace += "\n" with += '\n' which avoids string constructor for performance.
Sun, 23 Jul 2017 20:51:24 -0700 Rik lex.ll: Fix heap-buffer-overflow (bug #51533).
Sun, 23 Jul 2017 18:34:40 -0700 Rik Stop unused parameter warning when building without FLTK.
Sun, 23 Jul 2017 10:33:40 -0700 Rik Use endianness detection that doesn't produce compiler warning.
Sun, 23 Jul 2017 08:04:46 -0700 Rik Fix load on misaligned address detected by -fsanitize=undefined (bug #51530).
Sat, 22 Jul 2017 17:32:53 -0700 Rik Fix overflow in signed type detected by -fsanitize=undefined (bug #51530).
Fri, 21 Jul 2017 13:30:19 -0400 John W. Eaton * pt-eval.cc: Expand on comment introduced in previous change.
Fri, 21 Jul 2017 13:21:30 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Fri, 21 Jul 2017 09:23:24 -0700 Rik Array.cc: Move variable declaration to be just ahead of where it is used.
Thu, 20 Jul 2017 16:45:00 -0700 Piotr Held Fix static class method argument inaccessible (bug #51192).
Thu, 20 Jul 2017 21:25:06 -0700 Rik Replace static instances of OCTAVE_LOCAL_BUFFER with local variables.
Thu, 20 Jul 2017 15:29:38 -0700 Rik Remove assert() accidentally left in cset 7b43a96c2179.
Thu, 20 Jul 2017 09:17:03 -0700 Rik Replace OCTAVE_LOCAL_BUFFER code with std::unique_ptr (bug #48793).
Fri, 14 Jul 2017 16:05:59 -0400 John W. Eaton don't use singleton for gtk_manager
Wed, 19 Jul 2017 16:34:13 -0400 John W. Eaton defer installing qt graphics toolkit until interpreter is ready
Wed, 19 Jul 2017 23:03:36 +0200 Torsten prevent unnecessary lexer updates in the editor (bug #51396)
Wed, 19 Jul 2017 22:02:30 +0200 Torsten eliminate duplicate code in editor smart indentation and auto close
Wed, 19 Jul 2017 11:42:33 -0700 Rik maint: merge stable to default.
Wed, 19 Jul 2017 11:41:25 -0700 Rik regexp.cc: Correctly size temporary buffer to avoid segfault when re-arranging outputs. stable
Wed, 19 Jul 2017 13:56:33 -0400 John W. Eaton * regexp.cc (octregexp): Correctly size and index tmp buffer.
Mon, 17 Jul 2017 12:30:28 -0700 Mike Miller improve handling of single-letter command line options (bug #51461)
Thu, 13 Jul 2017 15:57:35 -0700 Rik maint: Periodic merge of stable to default.
Thu, 13 Jul 2017 15:57:05 -0700 Rik qqplot.m: Fix typo in input validation (bug #51458). stable
Wed, 12 Jul 2017 10:25:52 -0400 John W. Eaton delete obsolete OCTAVE_CHECK_FUNC_FORTRAN_ISNAN configure macro
Wed, 12 Jul 2017 10:06:47 -0400 John W. Eaton make root_figure::factory_properties local instead of global
Wed, 12 Jul 2017 09:05:57 +0200 Olaf Till cell2mat.m: Preserve dimensions of empty input (bug #51448).
Wed, 12 Jul 2017 08:01:17 -0700 Rik Use constexpr rather than just const to provide hint to compiler.
Mon, 10 Jul 2017 10:31:15 -0700 Guillaume Flandin __isequal__.m: Add extra specialization for cellstr inputs for performance (bug #51403).
Mon, 10 Jul 2017 09:38:17 -0400 John W. Eaton also substitute new mkoctfile variables in subst-cross-config-vals script
Sun, 09 Jul 2017 19:50:35 -0700 Rik graphics.cc: Remove unnecessary code related to bug #49980.
Sun, 09 Jul 2017 11:41:26 -0400 John W. Eaton use different definition for mkoctfile link deps
Sun, 09 Jul 2017 10:42:55 -0400 John W. Eaton use class instead of typedef to preserve deprecated function names
Sun, 09 Jul 2017 10:40:12 -0400 John W. Eaton don't use namespace in a typedef
Sat, 08 Jul 2017 19:44:02 -0400 John W. Eaton show regressions more prominently in test results and summary
Sat, 08 Jul 2017 10:33:07 -0400 John W. Eaton move profiler inside evaluator and inside octave namespace
Sat, 08 Jul 2017 10:14:32 -0400 John W. Eaton fix argument checks for internal profiler functions
Sat, 08 Jul 2017 10:10:37 -0400 John W. Eaton move profiler.h and profiler.cc to libinterp/parse-tree directory
Fri, 07 Jul 2017 18:43:32 -0400 John W. Eaton move comment_list and comment_elt classes to octave namespace
Fri, 07 Jul 2017 18:17:32 -0400 John W. Eaton move comment-list.h and comment-list.cc to libinterp/parse-tree directory
Fri, 07 Jul 2017 18:06:34 -0400 John W. Eaton move base64 encode and decode functions inside octave namespace
Fri, 07 Jul 2017 15:42:57 -0400 John W. Eaton move action_container and event_queue classes inside octave namespace