log

age author description
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).
Sun, 05 Aug 2018 21:45:08 +0200 Torsten preserve tab position and line when reloading renamed editor file (bug #49322)
Sun, 17 Sep 2017 05:52:33 +0200 Torsten close/reload editor tab when file is (re)moved in gui terminal (bug #43922)
Sat, 04 Aug 2018 13:35:29 +0200 Torsten fix broken file closing when deleted/renamed in file browser
Fri, 03 Aug 2018 15:23:45 -0700 Rik fminbnd.m: Update solver options to be Matlab compatible.
Fri, 03 Aug 2018 14:46:08 -0700 Rik fminsearch.m: Update default TolFun to 1e-4 for Matlab compatibility.
Fri, 03 Aug 2018 14:00:17 -0700 Rik NEWS: Announce changes to default fsolve options.
Fri, 03 Aug 2018 09:03:47 -0700 Rik strmatch.m: Accept a single cellstr as first input for Matlab compatibility (bug #54432)
Fri, 03 Aug 2018 09:00:49 -0700 Rik ordeig.m: Use Octave coding conventions in function.
Fri, 03 Aug 2018 17:21:00 +0200 Andreas Weber linalg.txi: Fix missing reference to "ordeig" from commit c7095a755185
Fri, 03 Aug 2018 16:22:33 +0200 Sébastien Villemot New function "ordeig" (patch #9670)
Thu, 02 Aug 2018 16:19:11 -0700 Rik quantile.m: Return a vector of the same orientation as 2nd input for Matlab compatibility (bug #54421).
Thu, 02 Aug 2018 23:52:45 +0200 Markus Mützel maint: Merge stable to default.
Thu, 02 Aug 2018 23:46:48 +0200 Markus Mützel Fix scrolling command window in Windows 10 (bug #52496). stable
Thu, 02 Aug 2018 10:51:15 -0700 Rik Overhaul fsolve for better performance and Matlab compatibility (bug #41146).
Thu, 02 Aug 2018 10:19:10 -0700 Rik datetick.m: Fix appearance when date begins on last day of year (bug #54410).
Thu, 02 Aug 2018 10:14:31 -0700 Rik __run_test_suite__.m: Ignore legacy/ directory files during testing.
Thu, 02 Aug 2018 10:01:59 -0700 Rik isequalwithequalnans.m: Add to legacy list of functions (bug #50113).
Thu, 02 Aug 2018 09:39:44 -0700 Rik Update legacy function docstrings.
Thu, 02 Aug 2018 09:07:10 -0700 Rik maint: merge stable to default.
Sun, 22 Jul 2018 15:37:57 -0700 Rik build: include inplace_edit.pl in tarball (bug #54349). stable
Thu, 02 Aug 2018 06:58:35 +0200 Torsten use common callback for workspace actions initiated by gui
Wed, 01 Aug 2018 16:05:11 -0700 Rik maint: merge stable to default.
Wed, 01 Aug 2018 16:04:47 -0700 Rik Produce a single backtrace for global declaration overriding local variable. stable
Wed, 01 Aug 2018 12:42:03 -0700 Rik warning_ids.m: Document new Octave:legacy-function warning.
Wed, 01 Aug 2018 15:32:46 -0400 John W. Eaton track column count in one more place in lexer
Wed, 01 Aug 2018 13:55:22 -0400 John W. Eaton new scripts/legacy directory for Matlab functions that refuse to die
Wed, 01 Aug 2018 09:11:11 +0200 Marco Caliari Avoid shifting in eigs-base.cc when the shift is zero (bug #54399).
Wed, 01 Aug 2018 13:38:49 -0400 John W. Eaton maint: Merge stable to default.
Wed, 01 Aug 2018 13:35:26 -0400 John W. Eaton revive setstr (bug #54417) stable
Mon, 30 Jul 2018 06:29:43 +0200 Markus Mützel Fix lifetime issue with C string references from C++ strings (bug #54398)
Wed, 01 Aug 2018 12:25:25 -0400 John W. Eaton maint: Merge stable to default.
Wed, 01 Aug 2018 12:24:21 -0400 John W. Eaton * ode15i.m: In tests, use unlikely symbol name instead of "foo". stable
Wed, 01 Aug 2018 12:17:15 -0400 John W. Eaton * run.m: In test, use a symbol name that is unlikely to be a function. stable
Mon, 30 Jul 2018 15:42:48 -0400 John W. Eaton bump version for 4.4.1-rc2 stable
Tue, 31 Jul 2018 21:03:08 -0700 Rik Fix problems with cset 39fd627b2c5d when octave_idx_type is 64-bit (bug #54405).
Tue, 31 Jul 2018 22:27:59 -0400 John W. Eaton track column count in lexer in a few more places (bug #34852)
Tue, 31 Jul 2018 10:17:17 -0700 Rik Emit an immediate error if size of an octave_stream object is invalid (bug #54405).
Mon, 30 Jul 2018 18:11:04 +0200 Marco Caliari eigs.m: Fix BISTs for eigs with user defined function (bug #54399).
Mon, 30 Jul 2018 15:21:00 -0400 John W. Eaton maint: Merge stable to default.
Mon, 30 Jul 2018 15:20:23 -0400 John W. Eaton avoid alignment warning on solaris systems (bug #54389) stable
Sun, 29 Jul 2018 22:04:57 +0200 Torsten include builtin functions without interpreter argument being into octave_cmd
Sun, 29 Jul 2018 12:57:07 +0200 Torsten update internal __mfile_encoding__ when gui default encoding changes (bug #54310)
Sun, 29 Jul 2018 11:30:33 +0200 Torsten allow the gui to insert builtin functions into the cmd queue
Sat, 28 Jul 2018 08:29:34 +0200 Torsten synchronize gui editor encoding when changing __mfile_encdoing__ (bug #54310)
Fri, 16 Mar 2018 13:17:53 +0100 Marco Caliari Allow svd to return two output arguments (bug #53356).
Wed, 25 Jul 2018 10:55:46 -0700 Rik Return true when strncmp matches, but number of characters exceeds strlen (bug #54373)
Fri, 27 Jul 2018 18:15:17 -0400 John W. Eaton maint: Merge stable to default.
Wed, 27 Jun 2018 08:36:55 +0200 Marco Caliari Fix eigs for generalized problems with user defined function (bug #54167).
Fri, 27 Jul 2018 13:21:50 -0400 John W. Eaton avoid questionable cast stable
Fri, 27 Jul 2018 08:50:31 -0700 Rik setdiff.m: Fix typo in documentation (bug #54393). stable
Thu, 19 Jul 2018 22:43:17 +0200 Markus Mützel Save to hdf5 file with non-ASCII chars on Windows.
Fri, 27 Jul 2018 08:57:44 -0400 John W. Eaton maint: Merge stable to default.
Thu, 26 Jul 2018 19:52:28 +0200 Markus Mützel Improve error message if iconv is not available (bug #54384). stable
Fri, 27 Jul 2018 07:02:47 -0400 John W. Eaton maint: Merge stable to default.
Fri, 27 Jul 2018 07:00:05 -0400 John W. Eaton avoid error in gnulib wrapper on systems that don't have fpu control word stable
Thu, 26 Jul 2018 16:32:12 -0700 Rik maint: Use Octave convention for spacing of C++ cast statements.
Thu, 26 Jul 2018 14:44:36 -0700 Guillaume Flandin camlight.m: Allow an axes handle as first input (bug #54372).
Thu, 26 Jul 2018 14:10:25 -0700 Rik Correctly handle corner cases in dlmread.
Thu, 26 Jul 2018 16:15:30 -0400 John W. Eaton maint: Merge stable to default.
Thu, 26 Jul 2018 16:14:12 -0400 John W. Eaton avoid unused variable warning on some systems stable
Thu, 26 Jul 2018 16:03:06 -0400 John W. Eaton avoid fprintf format warning on some systems stable
Thu, 26 Jul 2018 15:32:52 -0400 John W. Eaton maint: Merge stable to default.
Thu, 26 Jul 2018 15:30:51 -0400 John W. Eaton eliminate unnecessary sun-utils.h header file stable
Thu, 26 Jul 2018 12:08:25 -0700 Rik index.tst: Make tests case insensitive for NaN, NA, Inf values (bug #54385). stable
Thu, 26 Jul 2018 11:34:09 -0700 Rik Correctly read "Name" as empty_value in dlmread (bug #54029)
Thu, 26 Jul 2018 20:04:17 +0200 Torsten use exisitng mutex in octave_qt_link for changing gui preferences (bug #54369)
Thu, 26 Jul 2018 19:52:28 +0200 Markus Mützel Improve error message if iconv is not available (bug #54384).
Thu, 26 Jul 2018 11:10:18 -0400 John W. Eaton maint: Merge stable to default.
Thu, 26 Jul 2018 09:41:30 -0400 John W. Eaton maint: Merge stable to default.
Thu, 26 Jul 2018 11:08:47 -0400 John W. Eaton positive value from uname can mean success (bug #54235) stable
Thu, 26 Jul 2018 09:30:37 -0400 John W. Eaton add some bug numbers to the test suite stable
Wed, 25 Jul 2018 21:58:06 -0700 Rik Correctly read NA values in dlmread.
Wed, 25 Jul 2018 17:30:54 -0400 John W. Eaton maint: Merge stable to default.
Wed, 25 Jul 2018 17:28:04 -0400 John W. Eaton consider any non-zero return from uname to be failure (bug #54235) stable
Wed, 25 Jul 2018 17:03:45 -0400 John W. Eaton maint: Merge stable to default.
Wed, 25 Jul 2018 16:01:30 -0400 John W. Eaton if freetype detection fails, unset FT2_* config variables (bug #54369) stable
Wed, 25 Jul 2018 14:48:00 -0400 John W. Eaton maint: Merge stable to default.
Wed, 25 Jul 2018 13:59:04 -0400 John W. Eaton OCTAVE_CHECK_LIB: avoid shell syntax error if not checking for lib stable
Thu, 03 Nov 2016 12:35:16 -0400 John W. Eaton eliminate more zero args in macros and type definitions for operators
Thu, 03 Nov 2016 11:52:25 -0400 John W. Eaton eliminate unused conversions from type specs and operator macros
Wed, 02 Nov 2016 23:12:22 -0400 John W. Eaton eliminate LHS_ZERO and RHS_ZERO args from sparse macros
Tue, 01 Nov 2016 11:57:27 -0400 John W. Eaton refactor mk-ops.awk
Tue, 24 Jul 2018 12:06:11 -0700 Rik io.tst: Clear global variable a1 at end of test to avoid leaking vars.
Thu, 19 Jul 2018 22:43:17 +0200 Markus Mützel Relative path specifications for non-ASCII files on Windows.
Mon, 23 Jul 2018 10:15:26 -0400 John W. Eaton always provide definitions for deprecated functions
Sun, 22 Jul 2018 21:52:34 -0700 Rik Improve fread speed by a further 40% when SKIP parameter used (bug #54100).
Sun, 22 Jul 2018 20:40:02 -0700 Rik Improve fread speed by a further 2.5X when SKIP parameter used (bug #54100).
Sun, 22 Jul 2018 15:37:57 -0700 Rik build: include inplace_edit.pl in tarball (bug #54349).
Sun, 22 Jul 2018 21:04:09 +0200 Markus Mützel Fix Windows cross-build after 85c3e315bd43.
Sat, 21 Jul 2018 12:49:57 -0700 Rik num2str.m: Add new BIST tests and comments explaining tests.
Fri, 20 Jul 2018 18:38:03 -0400 John W. Eaton better use of templates for action_container and derived classes
Fri, 20 Jul 2018 13:09:19 -0700 Rik maint: merge stable to default.