log

age author description
Sat, 23 May 2015 22:11:25 -0700 Rik Don't print unecessary backtrace for GraphicsMagick warning about pixel depth.
Sat, 23 May 2015 21:46:44 -0700 Rik maint: Use cuddled parentheses when indexing dimension_vectors.
Sat, 23 May 2015 10:19:50 -0400 John W. Eaton maint: Periodic merge of stable to default.
Sat, 23 May 2015 10:47:03 +0200 Pantxo Diribarne Let grid and autoscale buttons work when the axes is invisible (bug #44436) stable
Fri, 22 May 2015 19:12:57 -0400 Mike Miller doc: Fix griddata example to new calling convention
Thu, 21 May 2015 22:35:51 -0400 Mike Miller griddata.m: Return values instead of plotting for Matlab compatibility (bug #45125)
Thu, 21 May 2015 15:57:57 -0700 Rik Return an empty matrix, not error, from dlmread when file is empty (bug #45156). stable
Wed, 20 May 2015 10:15:20 -0600 Piotr Held doxygen: document Array::length() and similar methods (bug #45138) stable
Thu, 21 May 2015 10:22:27 -0700 Rik Add special hex/octal escape sequence processing for regexp.
Wed, 20 May 2015 17:18:41 -0700 Rik Add support for octal and hex escape sequences in single-quoted *printf arguments (bug #39774).
Wed, 20 May 2015 22:40:11 +0200 Philip Nienhuis strread.m: properly process format repeat counter, add tests stable
Tue, 19 May 2015 13:32:47 -0600 Piotr Held doxygen: improve dim_vector constructor documentation (bug #45105) stable
Wed, 20 May 2015 08:01:10 -0700 John W. Eaton Expand type() to work on command-line entered functions (bug #40462).
Tue, 19 May 2015 13:49:21 -0700 Rik Validate second option to exist () (bug #42618).
Tue, 19 May 2015 12:13:22 -0700 Rik fplot.m: Document requirement of accepting vector inputs (bug #42050). stable
Tue, 19 May 2015 20:19:45 +0200 Philip Nienhuis textread.m: properly initialize endofline if specified by user (bug #45046) stable
Mon, 18 May 2015 22:10:51 -0700 Rik Correctly parse linestyle specification for contour plots.
Mon, 18 May 2015 19:14:41 -0400 Mike Miller Update make_int example to current octave_base_value API (bug #45136) stable
Sun, 17 May 2015 13:56:00 -0700 Rik Update citation for Octave software to version 4.0.0. stable
Sun, 17 May 2015 10:04:08 -0700 Rik Change mkfifo to use an octal argument for MODE (bug #45054).
Sun, 17 May 2015 09:48:12 -0700 Rik maint: Periodic merge of stable to default.
Sun, 17 May 2015 09:45:54 -0700 Rik doc: Document that mkfifo's mode argument is in decimal (bug #45054). stable
Fri, 15 May 2015 16:51:57 -0700 Rik ginput.m: Don't hang if window is close while fcn active (bug #44897).
Mon, 04 May 2015 09:27:33 -0300 Rafael Laboissiere test.m: Show error message and shared variables section in pager (bug #45007).
Thu, 07 May 2015 22:04:10 +0200 Rik num2str.m: Correctly parse newlines in single-quoted format strings (bug #44684).
Thu, 14 May 2015 14:25:37 -0700 Rik doc: Remove extra spaces at start of docstring which show up in Info format. stable
Thu, 14 May 2015 14:52:09 -0400 John W. Eaton maint: Periodic merge of stable to default.
Thu, 14 May 2015 14:47:05 -0400 John W. Eaton only force indirect OpenGL rendering on Windows systems (bug #44916) stable
Thu, 14 May 2015 08:55:05 -0700 Rik Use strrep instead of regexprep where possible in m-files for performance.
Wed, 06 May 2015 18:06:19 +0100 Carnë Draug Add tests for indexing classdef object with empty "()" (bug #44940).