log

age author description
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
Fri, 07 Jul 2017 15:41:07 -0400 John W. Eaton move display_info class inside octave namespace
Fri, 07 Jul 2017 11:35:55 -0400 John W. Eaton don't use singleton pattern for mach_info
Fri, 07 Jul 2017 08:17:32 -0400 John W. Eaton don't use singleton pattern for file_ops
Fri, 07 Jul 2017 07:21:20 -0400 John W. Eaton don't use singleton pattern in pathsearch class; treat pathsep as constant
Thu, 06 Jul 2017 17:26:10 -0400 John W. Eaton don't use singleton for ch_manager, rename to url_handle_manager
Thu, 06 Jul 2017 16:26:56 -0400 John W. Eaton * file-io.cc (Ftmpfile): Close tmp file if stream creation fails.
Thu, 06 Jul 2017 16:25:38 -0400 John W. Eaton ensure that temporary file used by gl2ps is closed (bug #50696)
Thu, 06 Jul 2017 14:23:27 -0400 John W. Eaton maint: Merge stable to default.
Thu, 06 Jul 2017 13:34:31 -0400 John W. Eaton don't use singleton for stream_list object
Thu, 06 Jul 2017 12:21:42 -0400 John W. Eaton refactor fprintf, printf, fputs, puts, fscanf, and scanf functions
Thu, 06 Jul 2017 09:15:08 -0400 John D Add possible '\r' to smartindent regex exprepression (Bug #51279) stable
Thu, 06 Jul 2017 09:13:28 -0400 John D Add possible '\r' to smartindent regex exprepression (Bug #51279)
Wed, 05 Jul 2017 15:35:05 -0700 Brad Kennedy nth_element: allow sequence of indices to be passed as a vector (bug #51329)
Wed, 05 Jul 2017 15:15:59 -0700 Rik Use frexp from std library rather than gnulib.
Wed, 05 Jul 2017 16:31:04 -0400 John W. Eaton maint: Merge stable to default.
Wed, 05 Jul 2017 16:27:39 -0400 John W. Eaton make strncmp case sensitive again (bug #51384) stable
Wed, 05 Jul 2017 15:24:55 -0400 John W. Eaton make echo work for command-line functions
Wed, 05 Jul 2017 08:37:45 -0400 John W. Eaton allow echo state to be modified from inside functions
Wed, 05 Jul 2017 09:44:01 -0400 John W. Eaton new class for caching file contents for debug and echo
Wed, 05 Jul 2017 20:26:14 +0200 Torsten * settings-dialog.ui: remove duplicate names for some objects
Mon, 03 Jul 2017 09:45:59 -0700 Rik Remove unnecessary octave::math::(ceil,trunc,floor) declarations.
Mon, 03 Jul 2017 08:01:20 -0400 John W. Eaton * subst-cross-config-vals.in.sh: Also substitute OCTAVE_CONF_EXEC_PREFIX.
Sun, 02 Jul 2017 14:54:21 -0400 John W. Eaton distribute default-defs.in.h, not defaults.h
Fri, 30 Jun 2017 20:59:54 -0400 John W. Eaton revamp echo command and move related variables inside tree_evaluator class
Fri, 30 Jun 2017 01:21:31 -0400 John W. Eaton substitute no-edit warning in oct-errno.in.cc
Thu, 29 Jun 2017 20:16:54 -0400 John W. Eaton new class to manage help system and associated variables
Thu, 29 Jun 2017 16:44:47 -0400 John W. Eaton move config macros from defaults.cc to a separate file
Thu, 29 Jun 2017 10:18:42 -0400 John W. Eaton eliminate some global variables
Thu, 29 Jun 2017 02:40:21 -0400 John W. Eaton style fixes for initializer lists
Thu, 29 Jun 2017 02:33:19 -0400 John W. Eaton move configuration variables inside octave::config namespace