log

age author description
Thu, 24 May 2018 00:35:36 -0400 John W. Eaton distribute liboctave/version.cc
Tue, 22 May 2018 15:27:06 -0400 John W. Eaton eliminate unused octave_debug_on_interrupt_state variable
Tue, 22 May 2018 15:23:50 -0400 John W. Eaton move core of interpreter::main_loop to evaluator
Tue, 22 May 2018 13:23:49 -0400 John W. Eaton move returning, breaking, and continuing flags to evaluator
Tue, 22 May 2018 11:39:44 -0400 John W. Eaton eliminate some global variables from tree_evaluator
Tue, 22 May 2018 00:53:15 -0400 John W. Eaton eliminate some globals from tree_evaluator class
Mon, 21 May 2018 22:06:20 -0400 John W. Eaton evaluate script and function code in tree_evaluator methods
Mon, 21 May 2018 19:32:57 -0400 John W. Eaton store unwind protect frame for function evaluation in call_stack object
Tue, 22 May 2018 22:41:12 +0200 Torsten provide shortcuts for closing widgets of the variable editor (bug #53002)
Sat, 19 May 2018 13:54:04 -0400 John W. Eaton make version info accessible in liboctave
Fri, 16 Mar 2018 02:29:30 -0500 Daniel J Sebald Prevent hidden predecessor windows appearing when successor is floated (bug #53357)
Fri, 18 May 2018 19:31:24 -0400 John W. Eaton maint: Merge stable to default.
Fri, 18 May 2018 19:26:41 -0400 John W. Eaton make listing local functions for command completion work again (bug #53925) stable
Wed, 16 May 2018 19:01:14 -0400 John W. Eaton refactor evaluation of tree_matrix object
Wed, 16 May 2018 12:17:25 -0400 John W. Eaton eliminate some unnecessary parser includes in source files
Sun, 04 Sep 2016 16:09:43 +0100 Carnë Draug Provide octave configuration files for pkg-config (bug #48775)
Thu, 18 Aug 2016 12:09:56 +0100 Carnë Draug m4/pkg.m4: update to latest version released with pkg-config 0.29.2 (bug #48775)
Thu, 17 May 2018 11:55:18 -0700 Rik maint: merge stable to default.
Thu, 17 May 2018 11:54:54 -0700 Rik Stop segfault in debug mode with readline complete (bug #53925). stable
Thu, 17 May 2018 09:22:31 -0700 Rik Use correct abbreviation UTC for Coordinated Universal Time (bug #53918). stable
Wed, 16 May 2018 22:03:10 -0700 Rik maint: merge stable to default.
Wed, 16 May 2018 22:02:10 -0700 Rik Remove code to install default colors for qt toolkit from window theme (bug #53805). stable
Wed, 16 May 2018 21:14:09 +0200 Torsten fix missing title bar highlighting when (un)docking a widget
Tue, 15 May 2018 18:09:04 -0400 John W. Eaton use reference to tree_evaluator instead of pointer
Tue, 15 May 2018 17:05:47 -0400 John W. Eaton move convert_to_const_vector from tree_argument_list to tree_evaluator
Tue, 15 May 2018 15:34:09 -0400 John W. Eaton maint: Merge stable to default.
Tue, 15 May 2018 14:53:41 -0400 John W. Eaton back out changes attempting to automatically call handle class destructor stable
Tue, 15 May 2018 11:47:21 -0700 Rik maint: merge stable to default.
Tue, 15 May 2018 11:46:25 -0700 Rik residue.m: Use a pre-conditioner on final matrix division for numerical stability (bug #53869) stable
Tue, 15 May 2018 01:28:40 -0400 John W. Eaton maint: Merge stable to default.
Tue, 15 May 2018 01:08:38 -0400 John W. Eaton track multiple file types (oct|m|mex) for private functions (bug #53856) stable
Mon, 14 May 2018 20:41:59 -0400 John W. Eaton also preserve temporaries in indexing expressions (bug #53844) stable
Mon, 14 May 2018 16:54:38 -0400 John W. Eaton also update load-path info if private subdir time stamp changes (bug #53856) stable
Mon, 14 May 2018 03:47:19 +0200 larskindermann always activate a newly docked widget (bug #53890)
Mon, 14 May 2018 14:47:19 -0400 John W. Eaton defer deletion of temporaries in argument lists (bug #53844) stable
Sun, 13 May 2018 10:07:54 +0200 Torsten make shortcuts for searching within the documentation configurable
Thu, 10 May 2018 21:05:55 +0200 Markus Mützel Always return previous mfile_encoding setting (bug #53842).
Sat, 12 May 2018 19:07:58 +0200 Torsten prevent notifications on externally changed editor files (bug 53539)
Fri, 11 May 2018 16:46:27 -0400 John W. Eaton improve test for handle class destructor stable
Fri, 11 May 2018 16:22:03 -0400 John W. Eaton call delete method correctly for handle class objects (bug #53844) stable
Fri, 11 May 2018 11:27:01 -0400 John W. Eaton avoid warning from gcc 8 (bug #53872)
Thu, 10 May 2018 19:08:10 -0400 John W. Eaton maint: Merge stable to default.
Thu, 10 May 2018 16:16:25 -0400 John W. Eaton use size_t for f77 char arg length params with GCC 8 (bug #53872) stable
Wed, 09 May 2018 20:29:36 +0200 Markus Mützel Convert strings for Qt from UTF-8 instead of from system code page (bug #53870).
Sun, 06 May 2018 21:03:51 +0200 Markus Mützel Convert strings to UTF-32 for FreeType (bug #53646).
Sat, 05 May 2018 20:13:18 +0200 Markus Mützel Add support for arbitrary character encodings in m-files (bug #53842).
Tue, 08 May 2018 11:53:34 -0400 John W. Eaton eliminate some global accesses to the breakpoint table
Fri, 04 May 2018 16:18:30 -0400 John W. Eaton move common function and script data to octave_user_code class
Sun, 06 May 2018 17:33:02 -0700 Rik Build graphic property texi files when source is changed (bug #53805).
Sun, 06 May 2018 21:03:19 +0200 Torsten keep editor hidden at next startup when it was hidden (bug #53830)
Sun, 06 May 2018 20:59:05 +0200 Torsten fix visibility of dock widgets at startup
Sun, 06 May 2018 16:27:18 +0200 Torsten fix uninitialized settings of octave dock widgets at startup (bug #53835)
Sun, 06 May 2018 00:19:03 -0500 Daniel J Sebald Use default title bar to preserve GUI float decorations (bug #53276)
Fri, 04 May 2018 13:09:10 -0700 Rik maint: merge stable to default.
Fri, 04 May 2018 13:08:39 -0700 Rik doc: Rewrite section on indexing for clarity (bug #53675). stable
Mon, 30 Apr 2018 15:17:58 -0500 Daniel J Sebald Make figure/waitbar window title behavior consistent among toolkits (bug #53793)
Thu, 03 May 2018 21:13:58 -0700 Rik maint: merge stable to default.
Thu, 03 May 2018 16:47:30 +0200 Marco Caliari Fix lrwork dimension in svd for complex cases (bug #53823). stable
Thu, 03 May 2018 21:04:01 -0700 Rik md5sum.m: Fix error in sample code (bug #53829). stable
Thu, 03 May 2018 16:04:53 -0400 John W. Eaton eliminate some global references to interpreter internals
Thu, 03 May 2018 02:26:29 -0400 John W. Eaton access bp_table through interpreter where possible
Thu, 03 May 2018 01:51:04 -0400 John W. Eaton avoid global access of load path in interpreter class
Thu, 03 May 2018 01:40:27 -0400 John W. Eaton use std::function object for load-path add/remove hook functions
Thu, 03 May 2018 01:13:32 -0400 John W. Eaton use cbegin, crbegin, cend, and crend and auto decls where possible
Thu, 03 May 2018 00:39:14 -0400 John W. Eaton be more careful with using auto in place of explicit const iterator decls
Wed, 02 May 2018 14:33:52 -0700 Rik RELEASE.PROCESS: Add updating CITATION file to checklist.
Wed, 02 May 2018 18:38:56 +0200 Pantxo Diribarne lines.m: Don't open empty figure or axes if none already exist (bug #53648) stable
Wed, 02 May 2018 10:55:57 -0400 John W. Eaton maint: Merge stable to default.
Wed, 02 May 2018 08:57:12 +0200 Kai T. Ohlhus doc: Update version number 4.4.0 in CITATION. stable
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Wed, 02 May 2018 00:30:00 -0400 John W. Eaton eliminate redundant octave:: namespace tags
Mon, 30 Apr 2018 13:42:48 -0700 Rik Update RELEASE.PROCESS checklist.
Mon, 30 Apr 2018 12:02:03 -0700 Mike Miller add version 4.4.0 to AppStream metadata stable
Mon, 30 Apr 2018 13:41:41 -0400 John W. Eaton maint: Merge stable to default.
Mon, 30 Apr 2018 13:03:56 -0400 John W. Eaton Added tag release-4-4-0 for changeset cf84db75ab57 stable
Mon, 30 Apr 2018 13:03:36 -0400 John W. Eaton Version 4.4.0 released. stable release-4-4-0
Mon, 30 Apr 2018 06:56:18 -0700 Rik maint: merge stable to default.
Mon, 30 Apr 2018 06:55:32 -0700 Rik Fix extra figure window pop-up when using waitbar (bug #53778) stable
Sat, 28 Apr 2018 21:08:18 -0700 Rik delaunayn.m: Vectorize test for 2-D zero volume simplexes (bug #53689)
Fri, 27 Apr 2018 14:57:16 -0400 John W. Eaton maint: Merge stable to default.
Fri, 27 Apr 2018 14:55:12 -0400 John W. Eaton maint: Merge away extra head on stable branch. stable
Fri, 27 Apr 2018 14:46:16 -0400 John W. Eaton Added tag rc-4-3-92 for changeset 4c14c002cabe stable
Fri, 27 Apr 2018 10:05:34 -0400 John W. Eaton bump version for third 4.4 release candidate stable rc-4-3-92
Fri, 27 Apr 2018 09:56:32 -0700 Rik maint: Merge stable to default.
Fri, 27 Apr 2018 09:55:31 -0700 Rik linkprop.m: Fix error when more than 4 handles are given as input. stable
Fri, 27 Apr 2018 09:48:42 -0400 John W. Eaton use explict default and deleted ctors and dtors for classdef classes
Thu, 26 Apr 2018 21:58:16 -0400 John W. Eaton maint: Merge stable to default.
Thu, 26 Apr 2018 21:39:22 -0400 John W. Eaton avoid crash on exceptions thrown in handle class delete method stable
Thu, 02 Nov 2017 10:27:11 -0700 Piotr Held call delete method for handle class objects (bug #46497) stable
Thu, 26 Apr 2018 21:19:41 -0400 John W. Eaton don't hold reference to expression result after evaluation is done stable
Thu, 26 Apr 2018 08:47:11 +0200 Marco Caliari eigs.m: Fix failing BIST test (bug #53700). stable
Thu, 26 Apr 2018 06:49:06 -0400 John W. Eaton maint: Merge stable to default.
Thu, 26 Apr 2018 05:29:36 -0400 John W. Eaton use pattern rule to make Qt help files stable
Thu, 26 Apr 2018 04:32:32 -0400 John W. Eaton install Qt help files if available stable
Wed, 25 Apr 2018 13:13:20 -0700 Mike Miller doc: install info documentation into Math category stable
Wed, 25 Apr 2018 16:09:23 -0400 John W. Eaton allow kbhit to work in command-line scripts (bug #53412) stable
Wed, 25 Apr 2018 10:23:22 -0400 John W. Eaton avoid syntax errors in build-aux/subst scripts stable
Wed, 25 Apr 2018 08:55:48 -0400 John W. Eaton avoid syntax error in configure if cxsparse is missing stable
Tue, 24 Apr 2018 18:32:22 -0700 Rik maint: merge stable to default.
Tue, 24 Apr 2018 14:08:30 -0500 Daniel J Sebald Use consistent gnuplot toolkit font syntax allow SVG fractional font size (bug #53737) stable
Tue, 24 Apr 2018 13:29:20 -0700 Mike Miller pkg: restore deletion of package archive downloaded from Octave Forge stable
Tue, 24 Apr 2018 10:43:39 -0700 Mike Miller test: tag possible test failure with known bug #51804 stable
Tue, 24 Apr 2018 12:00:59 -0400 John W. Eaton maint: Merge stable to default.
Tue, 24 Apr 2018 11:59:49 -0400 John W. Eaton * eigs.m: Use testif HAVE_ARPACK for test. stable
Tue, 24 Apr 2018 11:02:55 -0400 John W. Eaton maint: Merge stable to default.
Tue, 24 Apr 2018 10:58:19 +0200 Marco Caliari Use eig in eigs when p is equal to matrix dimension n (bug #53719) stable
Tue, 24 Apr 2018 08:29:11 +0200 Marco Caliari Fix segmentation fault in eigs when B is not SPD (bug #53719). stable
Tue, 24 Apr 2018 10:35:49 -0400 John W. Eaton fix logic error in OCTAVE_CONFIG_LIB (bug #53736) stable
Mon, 23 Apr 2018 17:41:21 -0700 Rik Only emit a warning, not error, when uiXXX.m are called for focusing (bug #53710).
Mon, 23 Apr 2018 17:05:43 -0700 Rik speed.m: Use tic/toc for better timing (bug #53713). stable
Mon, 23 Apr 2018 15:18:42 -0700 Mike Miller maint: merge stable to default
Mon, 23 Apr 2018 14:36:12 -0700 Mike Miller maint: update library version numbers for 4.4 release stable
Sat, 21 Apr 2018 18:11:46 -0700 Rik Allow filenames which begin with a '.' to be returned from mfilename (bug #53707).
Sat, 21 Apr 2018 22:27:17 +0200 Torsten open files in correct order when restoring editor session (bug #53711) stable
Thu, 19 Apr 2018 19:16:54 -0700 Mike Miller maint: merge stable to default
Thu, 19 Apr 2018 19:12:35 -0700 Mike Miller maint: add missing tag entry release-4-2-2 on stable branch stable
Thu, 19 Apr 2018 19:11:43 -0700 Mike Miller Added tag rc-4-3-91 for changeset ff59be58f028 stable
Thu, 19 Apr 2018 16:01:06 -0400 John W. Eaton bump version for second 4.4 release candidate stable rc-4-3-91
Thu, 19 Apr 2018 14:33:28 -0400 John W. Eaton maint: Merge stable to default.
Thu, 19 Apr 2018 14:32:37 -0400 John W. Eaton enable lazy index to numeric conversion (bug #53681) stable