log

age author description
Sat, 12 Dec 2015 12:59:46 -0500 Mike Miller 2015 Code Sprint: add BIST tests to bitfcns.cc
Sat, 12 Dec 2015 09:55:20 -0800 Rik 2015 Code Sprint: __magick_read__.cc: use ovl ().
Sat, 12 Dec 2015 18:35:27 +0100 Andreas Weber audiodevinfo.cc:code sprint: remove print_usage () in internal functions
Sat, 12 Dec 2015 09:33:59 -0800 Rik 2015 Code Sprint: __glpk__.cc: use ovl().
Sat, 12 Dec 2015 09:33:45 -0800 Rik 2015 Code Sprint: __voronoi__.cc: use ovl().
Sat, 12 Dec 2015 09:28:45 -0800 Rik 2015 Code Sprint: audioread.cc: use ovl().
Sat, 12 Dec 2015 09:27:13 -0800 Rik 2015 Code Sprint: ccolamd.cc: use ovl().
Sat, 12 Dec 2015 09:17:56 -0800 Rik 2015 Code Sprint: chol.cc: use ovl().
Sat, 12 Dec 2015 08:46:24 -0800 Rik 2015 Code Sprint: colamd.cc: use ovl().
Sat, 12 Dec 2015 11:42:17 -0500 Mike Miller * file-io.cc (Ffopen): Fix nargin range check, fixes cset f2cd811f0f9e
Sat, 12 Dec 2015 08:31:22 -0800 Rik 2015 Code Sprint: dmperm.cc: use ovl().
Sat, 12 Dec 2015 08:26:36 -0800 Rik 2015 Code Sprint: qr.cc: use ovl().
Sat, 12 Dec 2015 11:03:29 -0500 Jordi Gutiérrez Hermoso maint: sprint merge
Sat, 12 Dec 2015 11:02:43 -0500 Jordi Gutiérrez Hermoso maint: remove accidental .gitignore file
Sat, 12 Dec 2015 10:54:20 -0500 Yu Liu Code sprint 2015: Refactor print_usage() in syscalls.cc to resemble m-files
Sat, 12 Dec 2015 07:51:16 -0800 Rik 2015 code sprint: op-int.h: remove return after error.
Sat, 12 Dec 2015 13:01:52 -0200 Bernardo Sulzbach magic.m: magic(N) accepting all integers (matlab compatibility)
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Sat, 12 Dec 2015 10:29:10 -0500 Mike Miller maint: Refactor C++ calls to print_usage to resemble m-files (2015 code sprint)
Sat, 12 Dec 2015 06:56:35 -0800 Rik 2015 Code sprint: data.cc: recode instances of print_usage.
Sat, 12 Dec 2015 09:44:37 -0500 Mike Miller maint: Refactor C++ calls to print_usage to resemble m-files (2015 code sprint)
Sat, 12 Dec 2015 15:38:40 +0100 Carlo de Falco codesprint: merge unwanted new head
Fri, 20 Nov 2015 15:38:10 +0100 jcorno codesprint: ode: first and second order interpolator for dense_output
Sat, 12 Dec 2015 09:32:37 -0500 Mike Miller maint: Refactor C++ calls to print_usage to resemble m-files (2015 code sprint)
Sat, 12 Dec 2015 15:19:13 +0100 Andreas Weber __init_fltk__.cc:codesprint: Remove class of fcn and return after error
Thu, 10 Dec 2015 02:06:22 +0100 Stefan Miereis codesprint: Move odeplot.m from odepkg to core
Sat, 12 Dec 2015 15:08:34 +0100 Andreas Weber __fltk_uigetfile__.cc:codesprint: Remove class of fcn and return after error
Fri, 11 Dec 2015 11:40:31 -0500 John W. Eaton maint: Periodic merge of stable to default.
Fri, 21 Aug 2015 13:05:52 -0400 akira noda Fix compilation of classdef with the clang compiler (bug #41178) stable
Fri, 11 Dec 2015 11:30:25 -0500 John W. Eaton Added tag rc-4-0-1-1 for changeset 20b17dda0e0c stable
Thu, 10 Dec 2015 13:47:18 -0500 John W. Eaton maint: Bump version number for 4.0.1-rc1. stable rc-4-0-1-1
Thu, 10 Dec 2015 12:50:06 -0800 Rik maint: Periodic merge of stable to default.
Thu, 10 Dec 2015 12:49:30 -0800 Rik maint: Fix typo in code comments.
Wed, 09 Dec 2015 15:43:37 -0800 Rik fileattrib.m: Overhaul file for greater Windows and Matlab compatibility.
Wed, 09 Dec 2015 16:35:12 -0500 John W. Eaton use 'invalid' instead of 'bogus' in source files
Wed, 09 Dec 2015 12:01:31 -0800 Rik Overhaul m-files in prefs directory.
Wed, 09 Dec 2015 14:32:04 -0500 John W. Eaton restructure calls to error
Wed, 09 Dec 2015 14:18:52 -0500 John W. Eaton eliminate return statements after calls to error
Wed, 09 Dec 2015 14:00:43 -0500 John W. Eaton eliminate return statements after calls to error
Tue, 08 Dec 2015 17:41:32 -0800 Rik Call octave_value_list constructor with size of list in ovl() functions.
Tue, 08 Dec 2015 17:39:27 -0800 Rik Fix compilation error passing std::string through '...'.
Tue, 08 Dec 2015 09:55:51 -0800 Rik Clear error/warning ID when lasterror/lastwarning called with just a message.
Tue, 08 Dec 2015 16:22:54 -0500 John W. Eaton eliminate memory leaks in error functions
Tue, 08 Dec 2015 16:34:57 -0500 John W. Eaton tag error and usage functions with noreturn attribute
Tue, 08 Dec 2015 14:20:05 -0500 John W. Eaton eliminate return statements after calls to error
Tue, 08 Dec 2015 12:34:23 -0500 John W. Eaton better handling of exceptions in unwind-protect blocks
Tue, 08 Dec 2015 07:49:49 -0800 Rik doc: Fix incorrect description of Hessenberg decomposition (bug #46622). stable
Tue, 08 Dec 2015 01:37:04 -0500 John W. Eaton if error format ends with newline, suppress stack trace (bug #46608)
Mon, 07 Dec 2015 22:29:12 -0800 Rik Eliminate unnecessary uses of nargin.
Mon, 07 Dec 2015 14:29:39 -0500 John W. Eaton always return value from DEFUN functions
Mon, 07 Dec 2015 13:54:01 -0500 John W. Eaton eliminate unnecessary uses of nargin
Mon, 07 Dec 2015 13:26:03 -0500 John W. Eaton eliminate unnecessary uses of nargin
Mon, 07 Dec 2015 09:32:33 -0800 Rik Use variable name nargin consistently in C++ code.
Mon, 07 Dec 2015 08:30:51 -0800 Rik Use int rather than octave_idx_type for nargin data type.
Sun, 06 Dec 2015 08:19:29 -0800 Rik Fix BIST tests for rows()
Sun, 06 Dec 2015 09:35:28 +0100 Torsten store the encoding of recent editor files in the mru list
Sun, 06 Dec 2015 09:14:55 +0100 Torsten maint: merge away accidental head
Sat, 05 Dec 2015 15:59:22 -0800 Rik maint: Clean-up more instances of print_usage().
Sat, 05 Dec 2015 15:10:49 -0800 Rik Fix BIST tests for rows.
Fri, 04 Dec 2015 19:53:54 -0800 Rik Add BIST tests for rows().
Fri, 04 Dec 2015 17:17:24 -0800 Rik Add more BIST tests for issorted.
Fri, 04 Dec 2015 16:49:33 -0500 John W. Eaton avoid warnings from gcc
Fri, 04 Dec 2015 16:48:04 -0500 John W. Eaton avoid build dependency issue
Fri, 04 Dec 2015 15:51:30 -0500 John W. Eaton eliminate return statements after calls to print_usage
Fri, 04 Dec 2015 14:53:09 -0500 John W. Eaton eliminate return statements after calls to print_usage
Fri, 04 Dec 2015 13:16:59 -0500 John W. Eaton eliminate return statements after calls to print_usage
Fri, 04 Dec 2015 14:06:41 -0500 John W. Eaton eliminate return statements after calls to print_usage
Fri, 04 Dec 2015 12:03:44 -0500 John W. Eaton eliminate return statements after calls to print_usage
Thu, 03 Dec 2015 19:22:54 -0500 John W. Eaton eliminate return statements after calls to print_usage
Thu, 03 Dec 2015 18:33:00 -0500 John W. Eaton eliminate return statements after calls to print_usage
Thu, 03 Dec 2015 16:40:05 -0500 John W. Eaton eliminate return statements after calls to print_usage
Thu, 03 Dec 2015 15:07:01 -0500 John W. Eaton eliminate return statements after calls to print_usage
Thu, 03 Dec 2015 14:59:30 -0500 John W. Eaton eliminate return statements after calls to print_usage
Fri, 04 Dec 2015 22:05:07 +0100 Torsten also store encoding and tab index with last editor session (bugs #46588, #45688)
Fri, 04 Dec 2015 10:03:38 -0800 Rik Use ':' rather than ';' in error messages from bad indexing (bug #46536).
Fri, 04 Dec 2015 06:43:45 +0100 Torsten change alignment of dock widget titles for OSX (bug #46592)
Thu, 03 Dec 2015 23:02:48 +0100 Torsten allow to select an encoding when opening a file
Thu, 03 Dec 2015 10:46:28 -0800 Rik maint: Remove extra spaces in if () conditionals.
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.
Thu, 03 Dec 2015 12:15:38 -0500 John W. Eaton eliminate return statements after calls to print_usage
Thu, 03 Dec 2015 09:26:04 -0800 Rik maint: merge stable to default to pickup fix for kbhit/pause.
Thu, 03 Dec 2015 09:25:03 -0800 Rik Rewrite a8ee668e7fd7 to use #if defined rather than #ifdef. stable
Wed, 02 Dec 2015 14:09:09 -0800 Rik maint: Periodic merge of stable to default.
Wed, 02 Dec 2015 14:05:37 -0800 Rik Fix kbhit and pause on Windows systems. stable
Wed, 02 Dec 2015 16:54:13 -0500 John W. Eaton always throw exception after debugging with debug_on_error
Wed, 02 Dec 2015 14:41:32 -0500 John W. Eaton * pt-eval.cc: Style fixes.
Tue, 01 Dec 2015 21:59:59 +0100 Torsten warning when saving editor file with a codec not suited for current contents
Mon, 30 Nov 2015 22:10:52 -0500 John W. Eaton don't use INTERRUPT_WITH_EXCEPTIONS when executing graphics callbacks
Mon, 30 Nov 2015 22:08:49 -0500 John W. Eaton avoid crash in legend function (bug #46561)
Mon, 30 Nov 2015 22:04:02 -0500 John W. Eaton restore stack traces to error messages
Mon, 30 Nov 2015 14:01:19 -0800 Rik sparseimages.m: Rewrite to follow model of other doc-image-generating functions.
Mon, 30 Nov 2015 08:20:08 -0800 Rik Use parser string concatenation rather than strcat() for performance in m-files.
Mon, 30 Nov 2015 09:15:58 -0500 John W. Eaton avoid defined but not used warning in error.cc
Sun, 29 Nov 2015 19:58:52 +1100 Lachlan Andrew Open files when generating docs without sparse or QHULL libraries.
Sun, 29 Nov 2015 09:31:32 -0800 Rik parser.tst: Add test for resolved bug #46534.
Sun, 29 Nov 2015 00:01:21 +0100 Torsten allow selecting an encoding when saving a file (bug #45688)
Sat, 28 Nov 2015 14:07:09 -0500 John W. Eaton maint: periodic merge of stable to default
Fri, 27 Nov 2015 16:49:44 -0500 John W. Eaton set all lexical_feedback variables in init function (bug #46522) stable
Fri, 27 Nov 2015 16:00:30 -0500 John W. Eaton simplify memory management for mex files (bug #46559)
Fri, 27 Nov 2015 14:10:35 -0500 John W. Eaton warn about shadowed built ins with addpath -end (bug #46553)
Fri, 27 Nov 2015 11:14:46 -0500 John W. Eaton handle exceptions when discarding error messages (bug #46534)
Fri, 27 Nov 2015 10:46:17 -0500 John W. Eaton eliminate trailing whitespace in source files we maintain
Fri, 27 Nov 2015 02:30:06 -0800 Rik randi.m: Clean up function. stable
Fri, 27 Nov 2015 09:46:40 +0100 Kai T. Ohlhus randi.m: corrected warning policy for int and single ranges. stable
Thu, 26 Nov 2015 10:08:34 -0800 Rik Don't overly restrict options passed to Java jvm (bug #39063).
Thu, 26 Nov 2015 09:36:51 -0800 Rik Stop 'fclose ("all")' from closing down gnuplot pipes (bug #39504).
Thu, 26 Nov 2015 08:24:20 -0800 Armin Müller Tweak GUI ToolTip strings for consistency. stable
Thu, 26 Nov 2015 08:13:02 -0800 Armin Müller Update German translation file de_DE.ts. stable
Thu, 26 Nov 2015 13:35:06 +0100 Carlo de Falco Set default colormap to viridis
Wed, 25 Nov 2015 16:20:34 -0800 Rik doc: Add docstring for internal function __varval__.
Wed, 25 Nov 2015 15:45:46 -0800 Rik inputname.m: Return "" rather than strange errors if fcn fails (partial fix for bug #41992).
Wed, 25 Nov 2015 13:31:40 -0800 Rik Stop segfault when find() called with 6 outputs (bug #42424). stable
Wed, 25 Nov 2015 15:28:46 -0500 John W. Eaton maint: periodic merge of stable to default
Wed, 25 Nov 2015 15:27:48 -0500 John W. Eaton propagate octave_execution_exception objects through try/catch blocks
Wed, 25 Nov 2015 11:32:28 -0800 Rik unpack.m: Fix handling of gzip archives expanded into /tmp (bug #40274).
Wed, 25 Nov 2015 19:14:15 +0100 Torsten add list of mru files to the toolbar of the editor
Wed, 25 Nov 2015 19:14:11 +0100 Torsten default encoding for editor on non windows systems is utf-8 (bug #45597)
Wed, 25 Nov 2015 08:47:26 -0800 Rik Fix behavior of glob() with different sized patterns (bug #46216).
Tue, 24 Nov 2015 19:58:10 -0800 Rik lscov.m: Increase tolerance of BIST test to 2*eps. stable
Tue, 24 Nov 2015 17:21:47 -0800 Rik doc: Clarify how if statement determines true or false for a matrix input. stable
Tue, 24 Nov 2015 15:34:47 -0800 Rik circshift.m: Overhaul function to support a third argument DIM (bug #46514).
Tue, 24 Nov 2015 14:19:30 -0800 Rik Fix indexing error in cset 69aeef6736df.
Tue, 24 Nov 2015 15:03:29 -0500 John W. Eaton eliminate various compiler warnings
Tue, 24 Nov 2015 11:49:36 -0800 Rik unpack.m: Restore ability for input to be a URL (bug #46504).
Tue, 24 Nov 2015 11:10:16 -0800 Rik doc: Resolve two undocumented functions in manual.
Mon, 23 Nov 2015 23:37:33 -0500 John W. Eaton NEWS: correct name of execution exception class
Mon, 23 Nov 2015 23:23:57 -0500 John W. Eaton eliminate more uses of error_state
Mon, 23 Nov 2015 21:00:14 -0500 John W. Eaton maint: periodic merge of stable to default
Mon, 23 Nov 2015 20:50:07 -0500 John W. Eaton eliminate more uses of error_state
Thu, 19 Nov 2015 16:56:39 -0500 John W. Eaton eliminate more uses of error_state
Mon, 23 Nov 2015 15:00:06 -0500 John W. Eaton restore stack trace for errors that occur in debug mode
Mon, 23 Nov 2015 17:15:38 -0800 Rik Accept color value of "none" for line objects (bug #44224).
Mon, 23 Nov 2015 16:07:23 +0000 Carnë Draug im2double: allow floating point indexed images with any value.
Mon, 23 Nov 2015 15:25:54 +0000 Carnë Draug New function im2double ported from the image package.
Sun, 22 Nov 2015 20:25:17 -0800 Rik Replace ++,-- with in-place operators for performance.
Sun, 22 Nov 2015 19:15:42 -0800 Rik Add new functions deg2rad and rad2deg to core (bug #46340).
Sun, 22 Nov 2015 17:38:28 -0500 John W. Eaton eliminate error_state from generated code
Sun, 22 Nov 2015 08:09:36 -0800 Rik Stop assertion crash when 'echo on all' used (bug #45209).
Sat, 21 Nov 2015 14:47:22 +0100 Torsten provide a user preference for the encoding used by the editor (bug #45597)
Thu, 19 Nov 2015 16:57:51 -0500 John W. Eaton don't check error_state after creating color object
Fri, 20 Nov 2015 11:34:22 +0000 Carnë Draug Only warn of Magick quantum depth if less than 16 instead of 32.
Fri, 20 Nov 2015 11:37:48 +0100 Philip Nienhuis textread.m, textscan.m: properly process single-quoted endofline parameter (bug #46477) stable
Thu, 19 Nov 2015 14:39:04 -0800 Rik Preface warning() messages with name of function when possible.
Thu, 19 Nov 2015 14:17:45 -0800 Rik Preface error() messages with name of function when possible.
Thu, 19 Nov 2015 15:46:40 -0500 John W. Eaton eliminate more uses of error state
Thu, 19 Nov 2015 17:09:06 +0000 Carnë Draug Rewrite colormap demos with rgbplot() to show both composite and profile.
Thu, 19 Nov 2015 17:05:36 +0000 Carnë Draug rgbplot.m: adjust xlim after plotting color profile.
Thu, 19 Nov 2015 08:46:31 -0800 Rik munge-texi.pl: Silence warning from new versions of Perl (bug #46475).
Thu, 19 Nov 2015 08:21:01 -0800 Rik Fix rotated graphics when printing through ghostscript (bug #46435). stable
Wed, 18 Nov 2015 22:31:29 -0800 Rik build: Fix warning messages from compiler.
Wed, 18 Nov 2015 22:07:12 -0800 Rik doc: Periodic spellcheck of documentation.
Wed, 18 Nov 2015 22:01:38 -0800 Rik build: Update mk_undocumented_list Perl script.
Wed, 18 Nov 2015 21:58:25 -0800 Rik build: Fix broken doc/module.mk rules for spellcheck and undocumented_list.
Wed, 18 Nov 2015 17:24:47 -0800 Rik doc: Peridodic grammar check of documentation.
Wed, 18 Nov 2015 16:40:22 -0800 Rik Remove trailing whitespace at end of lines.
Wed, 18 Nov 2015 16:12:41 -0800 Rik Cuddle increment (++) and decrement (--) operators with variable in question.
Wed, 18 Nov 2015 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Wed, 18 Nov 2015 15:44:33 -0500 John W. Eaton configure option to build with address sanitizer (bugg #46449)
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Tue, 17 Nov 2015 22:04:42 +0100 Pantxo Diribarne @ftp/mget: honor the TARGET argument
Tue, 17 Nov 2015 11:46:22 -0500 John W. Eaton eliminate more uses of error_state
Tue, 17 Nov 2015 17:57:33 +0000 Carnë Draug pkg: add warning about security implications when using -forge.
Mon, 16 Nov 2015 21:27:40 -0800 Rik Preserve diagonal matrix property with linear index assignment (bug #36932).
Mon, 02 Nov 2015 22:42:28 +0100 Pantxo Diribarne Make the file browser open files more consistently (bug #45844)
Sun, 15 Nov 2015 14:24:38 +0100 Torsten provide actions for moving the editor tabs by shortscuts
Sat, 14 Nov 2015 15:18:05 -0500 John W. Eaton eliminate more uses of error_state
Sat, 14 Nov 2015 12:07:38 -0500 John W. Eaton eliminate more uses of error_state
Sat, 14 Nov 2015 13:31:00 +0100 Torsten possibility to set all shortcuts to default values and check overwriting
Fri, 13 Nov 2015 19:31:51 -0800 Rik __tight_eps_bbox__.m: Remove unused file.
Fri, 13 Nov 2015 14:10:26 -0500 John W. Eaton rename octave_value value extractors that accept error message args
Thu, 12 Nov 2015 19:27:25 -0800 Rik quadgk.m: Overhaul function and increase Matlab compatibility.
Thu, 12 Nov 2015 21:40:23 +0100 Pantxo Diribarne drawnow: add a delay to let the GUI thread lock the mutex when printing (bug #44463) stable
Thu, 12 Nov 2015 15:06:57 -0500 John W. Eaton maint: periodic merge of stable to default
Wed, 11 Nov 2015 12:22:10 -0500 John W. Eaton * ov.h (OV_REP_TYPE): Delete obsolete macro.
Wed, 11 Nov 2015 16:58:18 -0800 Rik fminunc.m: Clean up function to meet Octave coding standards.
Mon, 03 Feb 2014 17:25:32 +0200 José Vallet fminunc.m: Correctly calculate gradient and hessian even when fminunc fails (bug #40101)
Wed, 11 Nov 2015 20:09:31 +0100 Torsten added actions and shortcuts for switching editor tabs
Mon, 09 Nov 2015 22:13:52 +0100 Torsten check whether filter is active or not when history widget becomes visible stable
Mon, 09 Nov 2015 20:11:25 +0100 Torsten fix hanging of gui when focusing the editor (regression from cset 802dc52d4d46) stable
Sun, 08 Nov 2015 21:34:44 -0800 Rik NEWS: Update with changes to quadl function.
Sun, 08 Nov 2015 20:07:37 -0800 Rik quadl.m: Overhal function and switch to absolute tolerance.
Sun, 08 Nov 2015 19:58:33 -0800 Rik quadv.m: Miscellaneous cleanup.
Sun, 08 Nov 2015 16:14:27 -0500 John W. Eaton backout changeset 18f38ed43962
Sun, 08 Nov 2015 12:00:06 +0100 Torsten do not use native file dialogs for import/export of shortcut files
Sun, 08 Nov 2015 11:59:50 +0100 Torsten provide only one set of gui shortcuts at a time
Sat, 07 Nov 2015 17:24:02 -0800 Rik quadv.m: Clean up function to use modern coding standards.
Sat, 07 Nov 2015 16:46:06 -0800 Rik quadv.m: Clarify that tolerance is absolute in docstring. stable
Fri, 06 Nov 2015 16:52:49 -0500 John W. Eaton vector_value exctractors with error messages
Thu, 05 Nov 2015 17:22:16 -0500 John W. Eaton new cellstr_value function and elimination of error_state
Thu, 05 Nov 2015 16:09:38 -0500 John W. Eaton ensure va_end is executed before returning in value extractors
Thu, 05 Nov 2015 15:06:52 -0500 John W. Eaton eliminate more uses of error_state
Wed, 04 Nov 2015 15:56:22 -0500 John W. Eaton eliminate more uses of error_state
Tue, 03 Nov 2015 17:58:15 -0500 Jordi Gutiérrez Hermoso maint: periodic merge of stable to default
Tue, 03 Nov 2015 18:26:58 +0000 Carnë Draug Remove unused arguments in private functions for colorspace arguments.
Tue, 03 Nov 2015 18:21:02 +0000 Carnë Draug ntsc2rgb: remove unreasonable support for integer input (patch #8709)
Sun, 01 Nov 2015 20:14:47 -0800 Lachlan Andrew Fix segfault with 'dbclear all' (bug #41843). stable
Sun, 01 Nov 2015 19:59:12 -0800 Lachlan Andrew Allow assigning row vector to column of Sparse array (bug #45589).
Sat, 24 Oct 2015 17:20:24 -0400 Doug Stewart intro.txi change a to A to match the previous comments stable
Fri, 30 Oct 2015 22:47:44 +0100 Pantxo Diribarne Force left-to-right alignment for the whole GUI (bug #46204) stable
Fri, 30 Oct 2015 12:53:08 +0000 Carnë Draug __unimplemented__: update list of missing functions.
Fri, 30 Oct 2015 12:21:08 +0000 Amro validateattributes: add diag attribute (bug #46328)
Fri, 30 Oct 2015 12:00:25 +0000 Carnë Draug validateattributes.m: fix typo on documentation (bug #46328) stable
Thu, 29 Oct 2015 17:16:38 -0400 John W. Eaton eliminate more uses of error_state
Fri, 23 Oct 2015 16:55:23 -0400 John W. Eaton defer stack trace until back at top level
Wed, 28 Oct 2015 22:34:43 +0000 Carnë Draug Add support for colorspace conversion of signed integers images (patch #8709)
Wed, 28 Oct 2015 19:51:02 +0000 Carnë Draug Add more tests for color space conversion functions (patch #8709)
Mon, 26 Oct 2015 02:34:29 +0000 Carnë Draug Only return floating point class on color conversion functions (patch #8709)
Tue, 27 Oct 2015 20:31:56 -0700 Rik Return a diagonal matrix for permute/ipermute with a diagonal matrix input (bug #46123).
Tue, 27 Oct 2015 08:41:36 -0700 Rik isdiag.m: Add shortcut code for inputs which are diagonal matrices already.
Mon, 26 Oct 2015 15:28:36 -0700 Rik doc: Update @detailmenu in octave.texi
Mon, 26 Oct 2015 09:19:01 -0700 Rik doc: Fix typo in short-circuit operators documentation (bug #46280). stable
Sun, 25 Oct 2015 20:44:13 +0000 Carnë Draug ntsc2rgb: truncate/scale for all types and performance fixes (patch #8709)
Sun, 25 Oct 2015 19:34:56 +0000 Carnë Draug ntsc2rgb.m: add more tests for scaling and truncation of values outside [0 1].
Sun, 25 Oct 2015 19:18:01 +0000 Hartmut Gimpel ntsc2rgb.m: scale output values to the [0 1] range (patch #8709)
Sun, 25 Oct 2015 17:22:16 +0000 Carnë Draug doc: note in iscolormap that must be floating point.
Sun, 25 Oct 2015 16:58:41 +0000 Hartmut Gimpel Fix regression on color conversion by 84ca63c8a038 (patch #8709)
Thu, 22 Oct 2015 12:48:49 -0400 John W. Eaton avoid fixed-size buffers in index exception code
Wed, 21 Oct 2015 23:43:46 -0400 John W. Eaton more cleanup of indexing exceptions
Wed, 21 Oct 2015 15:23:08 -0400 John W. Eaton catch index_exception by const reference where possible
Wed, 21 Oct 2015 13:58:08 -0400 John W. Eaton use error and error_with_id directly in libinterp code
Wed, 21 Oct 2015 13:56:05 -0400 John W. Eaton use pass by reference and default argument value
Tue, 20 Oct 2015 22:43:20 -0400 John W. Eaton use gnulib::floor
Fri, 23 Oct 2015 07:30:22 +0200 Torsten remove column visibility of file browser from settings dialog
Fri, 23 Oct 2015 06:53:42 +0200 Torsten fix sorting after directory change in file browser
Thu, 22 Oct 2015 21:34:51 -0700 Rik Plot errorbar correctly for just a single point (bug #46165).
Thu, 22 Oct 2015 13:02:44 -0700 Rik doc: Add Nick Jankowski to contributors list. stable
Thu, 22 Oct 2015 10:53:22 -0700 Nicholas R. Jankowski datevec.m: Properly handle FFF millisecond code (bug #46171). stable
Wed, 21 Oct 2015 20:36:17 +0200 Torsten revised code for header context menu in file browser
Wed, 21 Oct 2015 19:45:02 +0200 Torsten add possibility to hide columns of workspace view
Tue, 20 Oct 2015 21:31:54 -0400 Mike Miller build: Add check for sys/stropts.h system header file stable
Tue, 20 Oct 2015 11:16:33 -0400 John W. Eaton don't exit debugger if an error occurs (bug #46251)
Tue, 20 Oct 2015 09:52:33 -0400 Mike Miller * libinterp/dldfcn/module-files: Sort the list of loadable module files. stable
Mon, 19 Oct 2015 14:52:00 -0700 Avinoam Kalma Fix issue with gnuplot, subplot, and 2 y-axes (bug #45822). stable
Mon, 19 Oct 2015 08:22:23 -0700 Rik Performance improvements for ODE functions.
Mon, 19 Oct 2015 08:55:51 +0200 Pantxo Diribarne plot.m: use actual property names in the description FMT argument (bug #46240) stable
Sun, 18 Oct 2015 09:55:41 -0700 Rik maint: Remove unnecessary 'v' prefix before variables in ODE m-files.
Sat, 17 Oct 2015 09:14:00 -0700 Rik normrnd.m: Return correct result for vector case when std = 0 (bug #46238). stable
Sat, 17 Oct 2015 09:41:07 +0200 Torsten prevent doc browser from searching for an empty string (bug 46227) stable
Fri, 16 Oct 2015 10:31:02 -0700 Rik maint: Remove obsolete ODE options from odeset/odeget/ode45.