log

age author description
Wed, 15 Aug 2018 15:29:11 -0700 Rik Use is_function_handle instead of isa (x, "function_handle").
Wed, 15 Aug 2018 14:13:28 -0700 Rik shg.m: Don't create a figure if none exists.
Wed, 15 Aug 2018 13:21:37 -0700 Mike Miller build: ensure ChangeLog is built from hg log without --graph
Wed, 15 Aug 2018 13:03:29 -0700 Mike Miller build: ensure hg commands are not affected by user settings
Wed, 15 Aug 2018 15:26:10 -0400 John W. Eaton make shg and figure (N) activate and raise figure windows (bug #45943)
Wed, 15 Aug 2018 12:19:31 -0700 Rik condest.m: Overhaul function to return Inf for singular matrices (bug #46737).
Wed, 16 Sep 2015 15:13:44 +0200 Olaf Till print and save anonymous functions with varargin correctly (bug #45972)
Wed, 15 Aug 2018 13:29:52 -0400 John Donoghue Reenable drag and drop of editor text (Bug #54495) stable
Wed, 15 Aug 2018 09:33:18 -0400 John W. Eaton fix typo in changeset cc9da21511c1
Tue, 14 Aug 2018 22:43:15 -0700 Mike Miller maint: merge stable to default
Tue, 14 Aug 2018 22:42:14 -0700 Mike Miller maint: fix release date of version 4.4.1 in AppStream metadata stable
Tue, 14 Aug 2018 21:20:32 -0700 Rik Allow "style" property to be changed on uicontrol objects (bug #44700).
Tue, 14 Aug 2018 14:35:30 -0700 Rik figure.m: Accept structures of property/value pairs (bug #44672).
Tue, 14 Aug 2018 21:50:34 +0200 Torsten reload editor files when their path changes by using movefile (bug #43922)
Tue, 14 Aug 2018 15:25:21 -0400 John W. Eaton use consistent eval order in simple and multi assignment (bug #54490)
Tue, 14 Aug 2018 11:52:38 -0700 Rik Implement "cdata" property for pushbuttons (bug #44332).
Tue, 14 Aug 2018 11:17:26 -0700 Mike Miller prefer 'isfolder' over 'exist (..., "dir")' in Octave functions
Tue, 14 Aug 2018 09:35:13 -0700 Mike Miller complete only file names for isfile and isfolder commands
Tue, 14 Aug 2018 09:25:27 -0700 Mike Miller doc: remove isfile and isfolder from the missing functions list
Mon, 13 Aug 2018 14:57:28 -0700 Rik maint: merge stable to default.
Mon, 13 Aug 2018 14:56:44 -0700 Rik Don't print default value for "extent" property in manual (bug #54505). stable
Mon, 13 Aug 2018 14:42:45 -0700 Rik isfile.m: New function for Matlab compatibility (bug #54508).
Mon, 13 Aug 2018 12:17:58 -0700 Rik isdir.m: Make m-file a legacy function (bug #54489)
Mon, 13 Aug 2018 11:41:17 -0700 Guillaume Flandin isfolder.m: New function for Matlab compatibility (bug #54456).
Mon, 13 Aug 2018 10:44:16 -0700 Mike Miller maint: remove dead code used in older betainc and gammainc implementations
Mon, 13 Aug 2018 11:16:34 -0400 John W. Eaton add -std=legacy to FFLAGS if GNU compiler accepts it (bug #54390)
Sun, 12 Aug 2018 16:28:13 -0700 Mike Miller build: include bug-49379 files in the source distribution
Sun, 12 Aug 2018 10:04:12 -0400 John W. Eaton maint: Merge stable to default.
Sun, 12 Aug 2018 10:03:22 -0400 John W. Eaton Added tag release-4-4-1 for changeset 1f46d371968c stable
Sat, 11 Aug 2018 22:46:53 -0700 Rik Avoid calculating norm of matrix when not requested in liboctave Matrix classes.
Sat, 11 Aug 2018 21:51:49 +0200 Torsten fix prompt when editing a new m-file wit absolute path (bug #54463)
Sat, 11 Aug 2018 15:26:45 -0400 John W. Eaton maint: Merge stable to default.
Thu, 09 Aug 2018 14:20:32 -0400 John W. Eaton Version 4.4.1 released stable release-4-4-1
Fri, 10 Aug 2018 14:59:42 -0700 Mike Miller fix use of JAVA_HOME to fail if not found and fall back correctly (bug #40111)
Tue, 07 Aug 2018 19:54:42 +0200 Torsten Prevent immediate updates of GUI workspace view when using clear in a script (bug #54443).
Fri, 10 Aug 2018 11:28:13 +0200 Kai T. Ohlhus maint: Merge stable to default.
Fri, 10 Aug 2018 11:27:20 +0200 Kai T. Ohlhus doc: Add version number to top title of HTML manual for clarity. stable
Fri, 10 Aug 2018 09:09:51 +0200 Kai T. Ohlhus maint: Merge stable to default.
Fri, 10 Aug 2018 09:08:33 +0200 Kai T. Ohlhus * m4/octave_blas_f77_func.m4: Restore 64-bit integer BLAS detection (bug #53853). stable
Thu, 09 Aug 2018 16:33:09 -0700 Rik textread.m: Make m-file a legacy function.
Thu, 09 Aug 2018 15:51:53 -0700 Rik strread.m: Make m-file a legacy function.
Thu, 09 Aug 2018 14:16:14 -0700 Rik Use nested functions to prevent leaking globals in BIST tests.
Thu, 09 Aug 2018 13:46:27 -0700 Rik Stop deprecated functions from issuing warning during BIST tests.
Thu, 09 Aug 2018 13:26:23 -0700 Rik findstr.m: Make m-file a legacy function.
Thu, 09 Aug 2018 11:28:11 -0700 Rik flipdim.m: Make m-file a legacy function.
Thu, 09 Aug 2018 10:54:16 -0700 Rik maint: merge stable to default.
Thu, 09 Aug 2018 10:53:55 -0700 Rik flip.m: Update docstring. stable
Thu, 09 Aug 2018 10:38:54 -0700 Rik strmatch.m: Make m-file a legacy function.
Thu, 09 Aug 2018 09:51:06 -0700 Rik Calculate Laplacian matrix in BIST tests without for loop.
Thu, 09 Aug 2018 12:37:36 -0400 John W. Eaton maint: Merge stable to default.
Thu, 09 Aug 2018 12:19:07 -0400 John W. Eaton disable compound binary operator optimization (bug #54465) stable
Wed, 08 Aug 2018 11:44:00 -0700 Rik strmatch.m: Accept an empty cellstr as input for Matlab compatibility (bug #54432).
Tue, 07 Aug 2018 22:12:50 -0700 Rik Suppress backtrace when MexErrMsgTxt message ends with newline (bug #54454).
Tue, 07 Aug 2018 08:26:02 -0700 Rik publish.m: Use Octave coding conventions for comments and logical negation.
Tue, 07 Aug 2018 13:05:31 +0200 Kai T. Ohlhus publish.m: Improve code evaluation and add classdef support.
Mon, 06 Aug 2018 21:36:00 +0200 Torsten also restore cursor line numbers when restoring previous editor session_data
Sun, 05 Aug 2018 21:51:03 -0700 Rik fzero.m: Overhaul function.
Sun, 05 Aug 2018 21:24:00 -0700 Rik maint: merge stable to default.
Sun, 05 Aug 2018 11:24:06 +0200 Marco Caliari Fix initial bracketing for fzero (bug #54445). stable
Sun, 01 Jul 2018 20:11:19 -0400 Andrew Janke Use JAVA_HOME for JVM detection at run-time (bug #40111).