log

age author description
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