log

age author description
Thu, 24 Oct 2019 01:15:50 -0400 John W. Eaton eliminate unnecessary use of pointers
Wed, 23 Oct 2019 12:50:42 -0700 Mike Miller do not emulate cursor movements for mouse clicks in terminal (bug #55854)
Wed, 23 Oct 2019 08:19:45 -0700 Rik maint: merge stable to default.
Wed, 23 Oct 2019 08:19:20 -0700 Hartmut Gimpel doc: Clarify documentation of history_file (bug #57027) stable
Tue, 22 Oct 2019 23:13:50 -0400 John W. Eaton reset exit_status before getting input in pull parser input loop
Tue, 22 Oct 2019 17:17:37 -0700 Rik doc: Delete stray comments in dbstop documentation (bug #57084).
Thu, 17 Oct 2019 22:01:28 +0200 Markus Mützel Check if PCRE was compiled with --enable-utf (bug #35910).
Tue, 22 Oct 2019 13:38:02 -0400 John W. Eaton eliminate global tmp_files variable
Tue, 22 Oct 2019 08:13:26 -0700 Rik NEWS: Yet more format changes for Markdown syntax.
Mon, 21 Oct 2019 16:08:32 -0400 John W. Eaton deprecate unecessary global variable Vtrack_line_num
Mon, 21 Oct 2019 19:55:41 -0700 Rik NEWS: More format changes for Markdown syntax.
Tue, 22 Oct 2019 10:06:33 +0900 Kai T. Ohlhus doc: NEWS fix Markdown markup for code using "`" not "'".
Thu, 17 Oct 2019 20:41:03 +0200 Markus Mützel Document that regexp* functions need UTF-8 encoded input (bug #35910).
Mon, 21 Oct 2019 11:50:20 -0400 John W. Eaton remove OCTAVE_DEPRECTED tags from enum values (bug #57092)
Mon, 21 Oct 2019 16:23:52 +0100 Guillaume Flandin struct2hdl.m: Allow light objects to be constructed (bug #57093)
Fri, 18 Oct 2019 16:45:56 -0400 John W. Eaton include ENABLE_COMMAND_LINE_PUSH_PARSER in build info struct
Fri, 18 Oct 2019 16:44:14 -0400 John W. Eaton use push parser in debug repl if enabled
Fri, 18 Oct 2019 15:57:58 -0400 John W. Eaton use unwind_protect_var instead of unwind_protect object for a single var
Fri, 18 Oct 2019 15:40:25 -0400 John W. Eaton consolidate initialization code
Fri, 18 Oct 2019 14:31:22 -0400 John W. Eaton be more defensive about using m_app_context in interpreter code
Fri, 18 Oct 2019 11:57:40 -0400 John W. Eaton only increment command number when complete block of code is parsed
Fri, 18 Oct 2019 11:06:11 -0400 John W. Eaton eliminate promptflag from the lexer and input reader classes
Fri, 18 Oct 2019 09:08:06 -0400 John W. Eaton refactor input_reader class and its use in lexer
Fri, 18 Oct 2019 07:41:02 -0400 John W. Eaton Backed out changeset 28ed77ca1e4a
Sun, 20 Oct 2019 08:55:16 -0700 Rik doc: Add Anthony Morast to list of Octave contributors.
Fri, 18 Oct 2019 17:24:37 -0700 Mike Miller doc: fix '.' Operator Index entry to build with Texinfo 6.7
Thu, 17 Oct 2019 20:09:10 +0200 Markus Mützel Check if input to regexp is valid UTF-8 is faster than PCRE's checks (bug #57064).
Fri, 18 Oct 2019 07:51:46 -0700 Rik doc: Use "rightmost" to describe how format() behaves with multiple arguments.
Fri, 18 Oct 2019 13:26:22 +0900 Kai T. Ohlhus doc: improve format() docstring and NEWS announcement.
Thu, 17 Oct 2019 11:59:26 -0400 John W. Eaton restore some exception handling functions and variables and deprecate them
Wed, 16 Oct 2019 23:26:33 -0400 John W. Eaton move reader and parser from evaluator repl to interpreter main_loop
Wed, 16 Oct 2019 14:35:03 -0700 Rik Don't change anything if format() fails during parsing of multiple arguments.
Wed, 16 Oct 2019 13:49:19 -0700 Rik Add warning when non-scalar argument presented to ':' range operator.
Wed, 16 Oct 2019 13:35:08 -0400 John W. Eaton skip constant folding if expression evaluation generates warning
Wed, 16 Oct 2019 12:17:58 -0700 Mike Miller build: adapt mk-qthelp.pl to changes in Texinfo 6.7
Fri, 11 Oct 2019 13:07:10 -0400 John W. Eaton use Bison's push parser interface in the command line REPL
Wed, 16 Oct 2019 10:16:17 -0400 John W. Eaton allow input reader to be associated with push lexer
Fri, 11 Oct 2019 12:29:18 -0400 John W. Eaton cache current input line in push lexer
Fri, 11 Oct 2019 11:42:09 -0400 John W. Eaton fix push parser to return status indicating more input is needed
Fri, 11 Oct 2019 11:17:02 -0400 John W. Eaton declare base_parser class data protected
Fri, 11 Oct 2019 09:36:08 -0400 John W. Eaton move parse_fcn_file from interpreter member function to parser friend
Thu, 10 Oct 2019 16:56:39 -0400 John W. Eaton use more modern style for parse_fcn_file function
Thu, 10 Oct 2019 16:50:58 -0400 John W. Eaton eliminate warn_for argument for source_file and parse_fcn_file functions
Thu, 10 Oct 2019 16:27:57 -0400 John W. Eaton eliminate some unnecessary unwind_protect actions
Thu, 10 Oct 2019 13:54:14 -0400 John W. Eaton eliminate some uses of bare pointers to octave_function objects
Thu, 10 Oct 2019 13:33:33 -0400 John W. Eaton use shared_ptr for storing classdef and statement_list objects in parser
Wed, 16 Oct 2019 10:56:10 -0400 John W. Eaton use shared_ptr to manage base_reader object
Wed, 16 Oct 2019 08:45:39 -0400 John W. Eaton in base_reader, store reference to interpreter instead of lexer
Wed, 16 Oct 2019 13:29:11 +0900 Nguyễn Gia Phong fzero.m: Implement "Display" option (bug #56954).
Tue, 15 Oct 2019 21:29:41 -0700 Rik Allow multiple arguments to format().
Tue, 15 Oct 2019 18:30:29 -0700 Rik Set format to lowercase when called with no arguments.
Tue, 15 Oct 2019 20:02:03 -0400 John W. Eaton call quit on main thread in handle_octave_finished (bug #50025, #56952)
Wed, 09 Oct 2019 14:35:03 +0200 Markus Mützel Add canonical path when using addpath (bug #56267).
Sat, 21 Sep 2019 18:09:29 +0200 Markus Mützel Canonicalize case of file path on Windows file systems (bug #56267).
Mon, 14 Oct 2019 17:33:24 -0700 Rik maint: merge stable to default.
Mon, 14 Oct 2019 10:50:19 -0400 doug polar.m: Document that input is expected to be in radians (bug #57052). stable
Mon, 14 Oct 2019 17:23:02 -0700 Rik maint: merge stable to default.
Mon, 14 Oct 2019 17:21:28 -0700 Rik ismember.m: Fix second return argument when values are complex (bug #52437). stable
Mon, 14 Oct 2019 09:27:10 -0700 Rik Add new options "uppercase", "lowercase" to format() command.
Sun, 13 Oct 2019 09:30:52 -0700 Rik More informative warning message when range expression has a complex number (bug #56959).
Sat, 12 Oct 2019 17:33:28 -0700 Rik Issue warning when range expression contains a complex number (bug #56959).
Fri, 11 Oct 2019 17:00:28 -0400 John W. Eaton ensure that HAVE_BLAS and HAVE_LAPACK are defined (bug #57042)
Fri, 11 Oct 2019 16:56:17 -0400 John W. Eaton avoid error if second arg for OCTAVE_BLAS_F77_FUNC is empty (bug #57042)
Fri, 11 Oct 2019 16:49:27 -0400 John W. Eaton eliminate --enable-atomic-refcount configure option and macros
Fri, 11 Oct 2019 10:05:10 -0700 Andrew Janke Work around freeze-on-quit in macOS (bug #50025).
Fri, 11 Oct 2019 08:50:26 -0700 Rik javachk.m: Update BIST tests for new behavior (bug #55429).
Thu, 10 Oct 2019 09:13:54 -0700 Rik maint: merge stable to default.
Thu, 10 Oct 2019 09:10:49 -0700 Rik findobj.m: Fix typo and correctly handle numeric properties (bug #57030) stable
Mon, 07 Oct 2019 14:36:01 -0400 John W. Eaton avoid possible crash due to execution_exception in GUI thread
Sun, 06 Oct 2019 16:30:35 -0400 John W. Eaton remove some obsolete signal handling functions
Mon, 07 Oct 2019 10:55:51 -0400 John W. Eaton make unimplmented message an error and append to undefined identifier error
Sun, 06 Oct 2019 22:25:36 +0200 Torsten Lilge reduced vertical space in gui with responsive toolbar buttons (bug #53902)
Sat, 05 Oct 2019 14:04:36 -0700 Rik Return an empty string from rats when input is empty (bug #57004).
Sat, 05 Oct 2019 13:52:40 -0700 Rik Reshape N-D arrays to 2-D arrays within rats() (bug #57003).
Fri, 04 Oct 2019 20:09:44 -0700 Rik Mark rats BIST test with bug #56941.
Fri, 04 Oct 2019 16:40:30 -0400 John W. Eaton make recover_from_exception a member function
Fri, 04 Oct 2019 13:51:47 -0700 Rik Display '*' rather than '0' for small rational approximations (bug #56941)
Fri, 04 Oct 2019 14:13:06 -0400 John W. Eaton simplify evaluator logic for try-catch command
Fri, 04 Oct 2019 01:15:13 -0400 John W. Eaton revamp error handling
Fri, 04 Oct 2019 00:30:34 -0400 John W. Eaton eliminate unused backtrace field name "scope"
Fri, 04 Oct 2019 10:07:48 +0200 Pantxo Diribarne Backout cset 02500c701539
Thu, 03 Oct 2019 19:19:57 +0200 Torsten Lilge compacter menu bars in dock widgets (bug #53902)
Thu, 03 Oct 2019 18:09:14 +0200 Torsten Lilge compacter tool bar and filter bars in dock widgets (bug #53902)
Tue, 01 Oct 2019 22:06:01 -0700 Rik Switch to scientific notation for format short when values are large or small (bug #56971).
Mon, 30 Sep 2019 11:29:02 -0700 Rik legend.m: Implement "edgecolor" property if supplied in initial creation call (bug #56968).
Mon, 30 Sep 2019 11:25:23 -0700 Rik legend.m: Add input extraction and validation of "textposition" property.
Mon, 30 Sep 2019 11:02:09 -0700 Rik legend.m: Use correct value of "property"/value pair if specified multiple times.
Sun, 29 Sep 2019 20:22:12 -0700 Rik Correctly display integer types with format hex (bug #56966). stable
Mon, 30 Sep 2019 12:11:06 -0400 John W. Eaton maint: merge stable to default.
Mon, 30 Sep 2019 12:54:35 +0200 Pantxo Diribarne Reduce Qt figure toolbar size
Sun, 29 Sep 2019 20:22:12 -0700 Rik Correctly display integer types with format hex (bug #56966).
Sun, 29 Sep 2019 17:50:52 -0700 Rik Don't print leading spaces before scalar values in interpeter (bug #56939)
Sun, 29 Sep 2019 17:47:30 +0200 Torsten Lilge smaller toolbars in editor and main window (bug #53902)
Sun, 29 Sep 2019 15:46:53 +0200 Torsten Lilge smaller vertical size of editor toolbar (bug #53902)
Sat, 01 Jun 2019 19:30:56 +0200 Torsten Lilge fix editors search and replace in selection (bug #56405) stable
Sat, 28 Sep 2019 05:19:40 -0700 Rik Fix display of complex values when fixed_point_format is true (bug #56961).
Sat, 28 Sep 2019 04:20:49 -0700 Rik Display correct number of digits with "format long" and fixed_point_format (bug #56938).
Fri, 27 Sep 2019 17:49:14 -0400 John W. Eaton * oct-atomic.c: Remove #warning accidentally left in previous changeset.
Fri, 27 Sep 2019 13:57:11 -0700 Rik Display only 5 significant digits for "format short" at all times (bug #56936).
Fri, 27 Sep 2019 16:08:41 -0400 John W. Eaton remove use of deleted OCTAVE_CHECK_FUNC_QSCI_FINDSELECTION macro
Fri, 27 Sep 2019 16:06:25 -0400 John W. Eaton cast arguments in calls to atomic_fetch_add and atomic_fetch_sub
Fri, 27 Sep 2019 15:59:53 -0400 John W. Eaton fall back to system-dependent functions if compiling stdatomic.h fails
Wed, 25 Sep 2019 17:57:08 -0400 John W. Eaton use std::atomic to implement refcount class
Thu, 26 Sep 2019 11:32:52 -0400 John W. Eaton consistently use octave_idx_type for reference counts
Thu, 26 Sep 2019 10:34:59 -0400 John W. Eaton eliminate unused object_count variable in cdef_class_rep
Wed, 25 Sep 2019 13:49:37 -0400 John W. Eaton eliminate some calls to global __get_SUBSYSTEM__ functions
Wed, 25 Sep 2019 13:44:06 -0400 John W. Eaton store ref to interpreter in lexical_feedback and symbol_table_context classes
Wed, 25 Sep 2019 13:02:50 -0400 John W. Eaton group functions by category in interpreter_events and event_manager classes
Wed, 25 Sep 2019 10:27:33 -0400 John W. Eaton avoid shadowed variable warning introduced in previous change (bug #56948)
Tue, 24 Sep 2019 18:43:44 -0400 John W. Eaton * pt-eval.cc (debugger::repl): Use evmgr as event_manager variable name.
Mon, 23 Sep 2019 13:51:17 -0700 Rik Align negative numbers correctly with g format (bug #56940).
Mon, 23 Sep 2019 13:15:22 -0700 Rik doc: Improve documentation for get_help_text, get_help_text_from_file. stable
Mon, 23 Sep 2019 07:49:08 -0700 Rik Fix regression in test suite caused by fix for bug #56916.
Sun, 22 Sep 2019 18:02:02 -0700 Rik javachk.m: Add additional check for whether Octave was compiled with Java support (bug #55429).
Fri, 20 Sep 2019 09:03:14 -0700 Rik Produce symmetric sequences for linspace (bug #56659).
Sat, 21 Sep 2019 17:17:02 -0700 Rik Disallow exponential format in combination with fixed_point_format.
Fri, 20 Sep 2019 21:47:53 -0700 Rik Display "0" for true zeros rather than "0.0000" (bug #53083).
Fri, 20 Sep 2019 15:22:01 -0700 Rik Change default figure property "paperpositionmode" to "auto" (bug #56916).
Fri, 20 Sep 2019 11:45:27 +0100 Guillaume Flandin Map.m: Allow numeric keys of one type to be used with a Map of a differing numeric keytype (bug #56594).
Fri, 20 Sep 2019 13:19:11 -0700 Rik Correctly print "format g" when variable is of single type (bug #56926).
Fri, 20 Sep 2019 11:44:44 -0700 Rik Fix regression with display of "format g" (bug #55919).
Thu, 13 Jun 2019 08:00:41 -0600 Anthony Morast Increment command number even when command is interrupted. (bug #55819).
Tue, 17 Sep 2019 16:12:57 +0200 Carlo de Falco Use previously detected CPPFLAGS, LDFLAGS when testing SUNDIALS API (bug #56913).
Tue, 17 Sep 2019 21:40:17 -0700 Rik namedargs2cell.m: New function (bug #56903).
Tue, 17 Sep 2019 20:38:02 -0700 Rik Clean up implementation of CXXLD in build scripts (bug #56505).
Tue, 17 Sep 2019 17:51:43 -0700 Rik Fix error with %q format and textscan (bug #56917).
Tue, 17 Sep 2019 14:31:45 -0700 Rik maint: merge stable to default.
Tue, 17 Sep 2019 14:31:10 -0700 Mike Miller doc: Add documentation for GNUTERM variable used with gnuplot (bug #56906). stable
Tue, 17 Sep 2019 13:57:40 -0700 Rik maint: merge stable to default.
Wed, 31 Jul 2019 13:03:32 -0400 John Donoghue Cast winqueryreg REG_DWORD types to DWORD (Bug #56703) stable
Tue, 17 Sep 2019 13:20:08 -0700 Rik Rename meta.class property to "SuperclassList" for Matlab compatibility (bug #55476).
Tue, 17 Sep 2019 20:13:05 +0200 Markus Mützel * Object.cc (Object::do_connections): Remove duplicate connection (bug #56857).
Mon, 16 Sep 2019 23:35:19 -0400 John W. Eaton update some header file lists in libgui sources
Mon, 16 Sep 2019 13:29:02 -0700 Rik Resolve audiowrite FIXME about input validation for sample rate input FS.
Mon, 16 Sep 2019 10:34:16 -0700 Rik maint: merge stable to default.
Mon, 16 Sep 2019 10:24:13 -0700 Rik Fix numerous errors in audiowrite/audioread (bug #56889). stable
Sun, 15 Sep 2019 12:35:53 -0400 John W. Eaton use consistent naming pattern for include file guards in libgui sources
Sun, 15 Sep 2019 12:28:23 -0400 John W. Eaton try to use consitent ordering for include files in libgui sources
Fri, 07 Jun 2019 10:14:35 +0200 Michele Ginesi gammaincinv.m: Improve accuracy for gammaincinv (bug #56453).
Fri, 13 Sep 2019 14:50:39 -0700 Mike Miller build: handle repeated directory separators in install dirs (bug #56876)
Fri, 13 Sep 2019 16:40:08 -0400 John W. Eaton rename change_directory to directory_changed in event manager
Fri, 13 Sep 2019 16:22:34 -0400 John W. Eaton move change directory function to interpreter class
Thu, 12 Sep 2019 16:55:53 +0200 Carlo de Falco Take advantage of C++11 features to simplify constructor (bug #56752).
Fri, 13 Sep 2019 08:43:58 -0400 John W. Eaton * open.m: Perform tilde expansion on file name.
Fri, 13 Sep 2019 08:11:53 -0400 John W. Eaton avoid including builtin-defun-decls.h unless needed
Fri, 13 Sep 2019 08:02:45 -0400 John W. Eaton avoid possible threading issue when running file from GUI editor
Fri, 13 Sep 2019 07:38:36 -0400 John W. Eaton attempt to avoid threading issues when saving a file in the file editor tab
Fri, 13 Sep 2019 07:24:17 -0400 John W. Eaton also check debugger execution mode after command editor interrupt
Thu, 12 Sep 2019 17:13:28 -0400 John W. Eaton attempt to avoid threading issues when updating lexer in file editor tab
Thu, 12 Sep 2019 17:01:34 -0400 John W. Eaton connect signals when creating file_editor_tab in file editor
Thu, 12 Sep 2019 13:30:05 -0400 John W. Eaton mark another location in GUI that should be checked for thread safety
Thu, 12 Sep 2019 13:28:12 -0400 John W. Eaton attempt to fix threading issues when setting conditional breakpoints in GUI
Thu, 12 Sep 2019 11:13:46 -0400 John W. Eaton use signal/slot connection in file-editor-tab for thread safety
Wed, 11 Sep 2019 18:01:40 -0400 John W. Eaton move qt_interpreter_events::file_in_path to load_path::contains_file_in_dir
Wed, 11 Sep 2019 18:31:33 -0400 John W. Eaton move octave_change_to_directory to octave namespace and make extern
Wed, 11 Sep 2019 18:23:46 -0400 John W. Eaton store reference to interpreter in load_path object
Wed, 11 Sep 2019 16:46:54 -0400 John W. Eaton mark all interpreter_event lambda functions with special comment
Wed, 11 Sep 2019 16:40:19 -0400 John W. Eaton clean up use of interpreter in qt_interpreter_events::enter_debugger_event
Wed, 11 Sep 2019 13:38:40 -0400 John W. Eaton use interpreter_event signals in set_path_dialog object
Thu, 12 Sep 2019 09:57:34 -0700 Rik doc: Use common verbiage to describe input FUN in optimization functions.
Thu, 12 Sep 2019 09:51:18 -0700 Rik fminsearch.m: Accept string for FCN argument (bug #56885)
Fri, 06 Sep 2019 08:35:00 +0200 Carlo de Falco Avoid unnecessary copy on return in triu (bug #56752).
Wed, 11 Sep 2019 08:24:01 -0700 Carlo de Falco Remove use of NoAlias in construction of array_value from Sparse object (bug #56752).
Wed, 11 Sep 2019 02:45:29 +0200 Torsten Lilge more descriptive titles for floating variable editor subpanes
Tue, 10 Sep 2019 15:44:01 -0700 Mike Miller accept 'X' as scanf conversion specifier (bug #56869)
Tue, 10 Sep 2019 15:54:39 -0400 Nicholas R. Jankowski doc: Update formatted input, add missing info on float conversions (bug #56557)
Tue, 10 Sep 2019 04:07:49 +0200 Torsten Lilge add window decorations to floating variable editor subpanes (bug #55048)
Mon, 09 Sep 2019 18:48:40 -0400 John W. Eaton accept 'E' and 'G' as scanf conversion specifiers (bug #56869)
Mon, 09 Sep 2019 16:40:08 -0400 John W. Eaton use default or deleted ctors/dtors/assignment ops in liboctave/util
Mon, 09 Sep 2019 16:24:38 -0400 John W. Eaton use default copy ctor and assignment op in glob and regexp classes
Mon, 09 Sep 2019 16:15:40 -0400 John W. Eaton use m_ prefix for data members in most liboctave/util classes
Sat, 07 Sep 2019 10:49:03 -0400 John W. Eaton use m_ prefix for data members in file_editor_tab class
Fri, 06 Sep 2019 10:37:18 -0400 John W. Eaton use event manager to handle two more interpreter actions in GUI
Thu, 05 Sep 2019 10:13:39 +0200 Pantxo Diribarne Allow Qt graphics callbacks to work again (bug #56857)
Thu, 05 Sep 2019 17:42:07 -0400 John W. Eaton mark locations in GUI that should be checked for thread safety
Wed, 04 Sep 2019 15:34:51 -0400 John W. Eaton don't apply std::move to temporary values
Wed, 04 Sep 2019 12:17:50 -0400 John W. Eaton where possible, use new unwind-protect classes in evaluator
Wed, 04 Sep 2019 12:17:46 -0400 John W. Eaton new single-action unwind-protect classes
Fri, 30 Aug 2019 15:02:14 -0400 John W. Eaton don't use visitor pattern for expression evaluation (bug #56752)
Wed, 28 Aug 2019 21:38:34 -0400 John W. Eaton don't use stack to save and restore lvalue list value in evaluator (bug #56752)
Wed, 28 Aug 2019 16:15:08 -0400 John W. Eaton don't use stack to save and restore nargout value in evaluator (bug #56752)
Tue, 03 Sep 2019 14:24:15 -0700 Rik Add normalization option support to movstd.m, movvar.m (bug #56765)
Tue, 03 Sep 2019 20:44:48 +0200 Markus Mützel Improve error message if invalid UTF-8 is passed to pcre (bug #56805).
Tue, 03 Sep 2019 19:56:08 +0200 Markus Mützel Remove input checks from internal unicode2native, native2unicode functions (bug #56805).
Tue, 03 Sep 2019 19:54:30 +0200 Markus Mützel native2unicode.m: Return row vector for scalar input (bug #56805).
Tue, 03 Sep 2019 18:01:34 +0900 Kai T. Ohlhus maint: merge stable to default.
Tue, 03 Sep 2019 18:00:25 +0900 Kai T. Ohlhus doc: Improve `contour` docstring example (bug #56849). stable
Sat, 31 Aug 2019 15:10:03 +0900 Kai T. Ohlhus maint: merge stable to default.
Sat, 31 Aug 2019 15:00:42 +0900 Kai T. Ohlhus BIST should not rely on the current directory to be writable. stable
Thu, 29 Aug 2019 17:32:15 +0900 Kai T. Ohlhus maint: merge stable to default.
Thu, 29 Aug 2019 17:17:13 +0900 Kai T. Ohlhus doc: Add example to show limitations of the given BLAS integer size. stable
Tue, 27 Aug 2019 11:08:30 +0900 Kai T. Ohlhus maint: merge stable to default.
Fri, 23 Aug 2019 14:47:48 +0900 Kai T. Ohlhus Extract FTP code from urlwrite.cc to __ftp__.cc for clarity.
Tue, 27 Aug 2019 11:07:07 +0900 Kai T. Ohlhus doc: Improve documentation of sparse functions. stable
Tue, 27 Aug 2019 11:01:10 +0900 Tomi Pannila doc: Improve spelling of bicgstab (bug #56812). stable
Thu, 22 Aug 2019 12:25:55 -0400 John W. Eaton use default constructors and copy assignment operators for octave_value_list
Wed, 21 Aug 2019 16:01:58 -0400 John W. Eaton improve convert_to_const_vector
Wed, 21 Aug 2019 16:00:37 -0400 John W. Eaton define some move constructors and assignment operators
Wed, 21 Aug 2019 05:49:38 -0400 John W. Eaton don't use inheritance to define string_vector class
Wed, 21 Aug 2019 14:52:06 -0700 Mike Miller build: silence unused parameter warning introduced in cset 50216d7a2f6b
Tue, 20 Aug 2019 19:12:07 -0400 John W. Eaton prevent supperclass constructor calls with more than one index
Tue, 20 Aug 2019 19:09:32 -0400 John W. Eaton attempt to make test failures more visible
Tue, 20 Aug 2019 17:05:23 +0200 Pantxo Diribarne maint: merge stable to default
Tue, 20 Aug 2019 16:39:48 +0200 Pantxo Diribarne open.m: Allow files with space in their path to be open.
Tue, 20 Aug 2019 15:53:04 +0200 Pantxo Diribarne print.m: Pass quoted path to octave-svgconvert (bug #56768) stable
Mon, 10 Jun 2019 21:45:59 +0200 Pantxo Diribarne print.m: Assume .tex files are always encoded in UTF-8 (bug #49338)
Wed, 12 Jun 2019 21:58:16 +0200 Pantxo Diribarne print.m: Allow "-svgconvert" to be used for EPS output (bug #52764)
Fri, 16 Aug 2019 13:13:33 -0700 Rik Cleanups to octave_value_list implementation (bug #56752).
Fri, 16 Aug 2019 12:51:42 -0400 John W. Eaton use m_ prefix for data members in octave_value_list class
Fri, 16 Aug 2019 01:39:49 -0400 John W. Eaton use std::vector<octave_value> for octave_value_list (bug #56752)
Wed, 14 Aug 2019 00:19:34 -0400 John W. Eaton use separate variable for interrupting command editor event loop (bug #56738)
Tue, 13 Aug 2019 19:13:46 -0400 John W. Eaton allow gui events to interrupt readline event processing (bug #56738)
Fri, 09 Aug 2019 11:51:44 -0400 John W. Eaton merge stable to default
Fri, 09 Aug 2019 10:49:42 -0400 John W. Eaton correct function name in error message text
Fri, 09 Aug 2019 10:36:08 -0400 John W. Eaton eliminate static wrapper functions in gh_manager class
Wed, 07 Aug 2019 14:05:41 -0700 Mike Miller add EditorConfig for default file encoding and indentation stable
Wed, 07 Aug 2019 12:57:25 -0700 Rik dir.m: Tweak code for 10% performance improvement.
Wed, 07 Aug 2019 12:21:47 -0700 Mike Miller build: include new function tar_is_bsd.m in the build system
Mon, 21 Jan 2019 20:07:28 -0500 Andrew Janke tar, untar, unpack: Add support for BSD tar (bug #53695)
Wed, 07 Aug 2019 19:21:35 +0200 Torsten Lilge allow to sort editor tabs alphabetically (bug #42602)
Tue, 06 Aug 2019 21:14:38 -0700 Rik maint: merge stable to default.
Tue, 06 Aug 2019 21:13:40 -0700 Rik dir.m: Fix occasionally returning incorrect folder field (bug #55448). stable
Mon, 05 Aug 2019 14:42:37 -0500 John W. Eaton use m_ prefix for gh_manager data members
Mon, 05 Aug 2019 20:18:04 -0700 Rik untar.m, unzip.m: unpack in to current directory if none specified (bug #56700).
Mon, 05 Aug 2019 20:04:10 -0700 Rik More explicit error messages for invalid 2nd and 3rd inputs to diag().
Mon, 05 Aug 2019 17:16:27 -0700 Rik maint: merge stable to default.
Mon, 05 Aug 2019 17:15:57 -0700 Rik Stop segfault when calling 3-input form of diag with cell arrays (bug #56711). stable
Mon, 05 Aug 2019 12:41:23 -0500 John W. Eaton defer gh_manager creation until after display_info initialization
Mon, 05 Aug 2019 10:42:18 -0500 John W. Eaton don't use singleton pattern for gh_manager object
Mon, 05 Aug 2019 10:29:21 -0500 John W. Eaton use GCB_ prefix for global listener_mode enum names
Fri, 02 Aug 2019 15:19:43 -0500 John W. Eaton use Qt signals to manage calls to gh_manager functions in Qt graphics toolkit
Fri, 02 Aug 2019 14:28:48 -0500 John W. Eaton eliminate separate ObjectFactory class in Qt graphics toolkit
Fri, 02 Aug 2019 12:18:48 -0500 John W. Eaton rename Backend to qt_graphics_toolkit
Tue, 30 Jul 2019 15:00:54 -0500 John W. Eaton eliminate static instance of Qt graphics ObjectFactory class
Mon, 05 Aug 2019 08:51:40 -0700 Guillaume Flandin Add support for "ForceCellOutput" option to strfind (bug #56699).
Mon, 05 Aug 2019 08:28:24 -0700 Rik maint: merge stable to default.
Mon, 05 Aug 2019 08:28:01 -0700 Rik doc: Remove Map functions--keys, values, remove--from unimplemented list (bug #56718). stable
Sun, 04 Aug 2019 20:53:17 +0200 Torsten Lilge save and restore last geometry of load path dialog
Sun, 04 Aug 2019 08:52:27 +0200 Torsten Lilge update load path dialog when path is modified via console
Sat, 03 Aug 2019 00:22:27 +0200 Torsten Lilge combine all revert actions of load path dialog in one pulldown button