log

age author description
Tue, 06 Jun 2017 15:11:33 -0700 Rik publish.m: Use Octave coding conventions.
Tue, 06 Jun 2017 08:50:20 -0700 Rik maint: Periodic merge of stable to default.
Tue, 06 Jun 2017 08:43:16 -0700 Rik publish.m: Fix corruption of results for some code inputs (bug #51178). stable
Sun, 28 May 2017 14:21:07 +0200 Pantxo Diribarne Draw 2D axes primitives in the children stack order (bug #50750)
Wed, 31 May 2017 22:59:46 +0200 Pantxo Diribarne getframe.m: add bug number for tests failing on windows
Mon, 10 Oct 2016 13:00:58 -0700 Rik residue.m: Remove code that filters out small return values (bug #34266, bug #49291). stable
Mon, 29 May 2017 17:06:31 -0700 Daniel J Sebald Implement colormap for axes objects in gnuplot (bug #48667).
Tue, 30 May 2017 12:49:44 -0400 John W. Eaton maint: Merge stable to default.
Tue, 30 May 2017 12:30:44 -0400 John W. Eaton avoid possible double free at interpreter exit (bug #51088) stable
Tue, 30 May 2017 12:30:44 -0400 John W. Eaton avoid possible double free at interpreter exit (bug #51088)
Tue, 30 May 2017 12:38:27 -0400 John W. Eaton maint: Update gnulib subrepo to latest changes.
Sun, 28 May 2017 12:06:46 -0400 John W. Eaton maint: Merge stable to default.
Sun, 28 May 2017 12:02:48 -0400 John W. Eaton show stack trace for errors in command line and startup files (bug #49346)
Sun, 28 May 2017 12:01:02 -0400 John W. Eaton show stack trace for errors in command line and startup files (bug #49346) stable
Tue, 23 May 2017 15:01:27 +0200 Pantxo Diribarne Add getframe function for opengl based toolkits (bug #48195)
Sat, 27 May 2017 09:59:32 -0700 Rik maint: Don't write '> >' for declaration of templates that use templates.
Thu, 25 May 2017 13:13:17 -0400 John W. Eaton begin refactoring use of interpreter/evaluator in classdef objects
Thu, 25 May 2017 13:13:17 -0400 John W. Eaton pass reference to evaluator to octave_function call methods
Thu, 25 May 2017 08:10:34 -0700 Rik maint: merge stable to default.
Fri, 19 May 2017 21:56:19 -0400 John D m-editor: do not disable global actions in editor stable
Tue, 23 May 2017 16:09:20 -0700 Mike Miller fix permissions on files and directories included in the distribution
Tue, 23 May 2017 16:51:42 -0700 Mike Miller maint: Merge stable to default.
Tue, 23 May 2017 16:29:01 -0700 Mike Miller maint: fix file permissions on source files stable
Tue, 23 May 2017 15:00:07 -0700 Mike Miller maint: sort lists of function files
Tue, 23 May 2017 14:12:13 -0700 Mike Miller pkg: warn on invalid or repeated lines in DESCRIPTION (bug #51090)
Tue, 23 May 2017 13:37:17 -0700 Markus Muetzel Implement colormap property for axes objects (bug #48667).
Tue, 23 May 2017 14:27:44 -0400 John W. Eaton undo part of previous change
Tue, 23 May 2017 13:55:43 -0400 John W. Eaton fix compound binary op error introduced in c452180ab672
Tue, 23 May 2017 12:24:44 -0400 John W. Eaton improve compatibility and simplify evaluation of index expressions
Mon, 22 May 2017 13:45:19 -0400 John W. Eaton eliminate duplication in subsref methods for function objects
Fri, 19 May 2017 16:05:03 -0400 John W. Eaton use DEFMETHOD for some built-in functions
Fri, 19 May 2017 16:01:18 -0400 John W. Eaton provide DEFMETHOD macros
Fri, 19 May 2017 15:53:32 -0400 John W. Eaton new function for accessing interpreter
Mon, 22 May 2017 13:42:22 -0700 Rik Increase tolerance for __osmesa_print__ tests (bug #49034).
Mon, 22 May 2017 12:12:45 -0700 Mike Miller Fix concatenation of a struct with an empty cell array (bug #39041)
Sun, 21 May 2017 18:03:58 -0700 Rik Don't iterate over empty for loop expressions (bug #50893).
Thu, 18 May 2017 08:12:40 -0700 Rik maint: periodic merge of stable to default.
Thu, 18 May 2017 08:09:08 -0700 Rik interp1.m: Return NA for all columns which are out of bounds (bug #51030). stable
Thu, 18 May 2017 10:53:24 -0400 John W. Eaton manage interpreter instance in interpreter object
Wed, 17 May 2017 22:13:28 -0700 Mike Miller maint: sort Octave m4 macro definitions
Wed, 17 May 2017 21:55:33 -0700 Mike Miller maint: drop workarounds for ancient versions of Autoconf
Wed, 17 May 2017 18:55:37 -0700 Mike Miller Skip tests that require gnuplot when gnuplot is not installed (bug #36983)
Wed, 17 May 2017 18:45:14 -0700 Mike Miller Allow compile-time feature tests to pass with an empty set of features
Wed, 17 May 2017 18:20:34 -0400 John W. Eaton fix ancient typo
Wed, 17 May 2017 17:09:50 -0400 John W. Eaton * configure.ac (AC_PREREQ): Require autoconf version 2.65.
Wed, 17 May 2017 17:08:06 -0400 John W. Eaton remoave obsolete README files in etc directory
Wed, 17 May 2017 16:31:04 -0400 John W. Eaton improve some function names
Wed, 17 May 2017 14:34:05 -0400 John W. Eaton eliminate remaining do_multi_index_op methods
Wed, 17 May 2017 11:17:42 -0400 John W. Eaton use feval instead of do_multi_index_op
Tue, 16 May 2017 18:53:10 -0400 John W. Eaton * pt-misc.h (tree_va_return_list): Delete unused class.
Tue, 16 May 2017 18:32:46 -0400 John W. Eaton modernize octave_mex_function
Tue, 16 May 2017 17:23:09 -0400 John W. Eaton use F77_INT type for integer args to Fortran MEX functions
Tue, 16 May 2017 06:55:25 +0200 Torsten parse error messages clickable in gui console for opening the file (bug #35619)
Mon, 15 May 2017 18:05:44 -0400 John W. Eaton * idx-vector.h (checkelem): Don't deprecate (yet).
Mon, 15 May 2017 16:17:58 -0400 John W. Eaton use automake %reldir% feature
Mon, 15 May 2017 16:09:35 +0100 Carnë Draug gray2ind.m: revert accidental changes included in bf063fafeca5
Mon, 15 May 2017 15:58:57 +0100 Carnë Draug accumarray.m: check if func is a function handle
Mon, 15 May 2017 14:31:13 +0100 Carnë Draug doc: fix typos 'to the assembler' not 'though the compiler'
Mon, 15 May 2017 14:09:38 +0100 Carnë Draug doc: fix typo 'to the linker' not 'though the linker'
Sun, 14 May 2017 00:44:43 +0200 Torsten customizable size of line numbers in the editor (bug #46959)