log

age author description
Fri, 27 Dec 2019 22:23:00 +0100 Philip Nienhuis Allow multiple package names for each pkg action (bug #57489).
Sat, 28 Dec 2019 00:58:18 +0100 Torsten Lilge * languages/*.ts: updated translation files
Fri, 27 Dec 2019 10:34:14 -0800 Rik javarmpath.m: Allow cell array of string inputs.
Fri, 27 Dec 2019 10:13:17 -0800 Rik javaddpath.m: Allow cellstr inputs (bug #57487)
Fri, 27 Dec 2019 10:18:06 -0500 John W. Eaton javaaddpath: prepend dirs by default, accept "-end" arg (bug #57487)
Wed, 18 Dec 2019 07:53:45 -0500 John W. Eaton avoid possible name clash in tests
Tue, 17 Dec 2019 12:26:09 -0500 John W. Eaton reafactor mlock, munlock, and mislocked functions
Thu, 26 Dec 2019 08:11:00 -0800 Rik maint: merge stable to default.
Tue, 24 Dec 2019 07:35:29 -0800 Rik svds.m: Use Octave coding conventions regarding parentheses.
Tue, 24 Dec 2019 11:18:16 +0100 Markus Mützel svds.m: Increase tolerance in tests (bug #57460).
Tue, 24 Dec 2019 11:06:41 +0100 Markus Mützel build: Include new gui-preferences headers in the build system.
Tue, 24 Dec 2019 04:01:33 +0100 Torsten Lilge updates translation files stable
Sun, 22 Dec 2019 17:42:42 +0100 Torsten Lilge use symbolic constants for settings dialogs prefs
Sun, 22 Dec 2019 17:40:15 +0100 Torsten Lilge use symbolic constants for prefs of graphics utlilities
Mon, 23 Dec 2019 08:01:12 -0800 Rik NEWS: Update text on L-value references.
Mon, 23 Dec 2019 12:15:04 +0100 Markus Mützel NEWS: L-value references are no longer allowed in anonymous functions.
Sun, 22 Dec 2019 18:35:51 +0100 Markus Mützel Avoid warning from gcc 9 about comparison of expressions of different signedness
Sun, 22 Dec 2019 17:06:19 +0100 Markus Mützel * __init_gnuplot__.cc: Eliminate static variable "toolkit_loaded".
Sat, 21 Dec 2019 20:23:51 +0100 Torsten Lilge replacing literals for editor prefs by symbolic constants
Sat, 21 Dec 2019 20:23:50 +0100 Torsten Lilge add action and shortcut for switching to previews widget (bug #57447)
Sun, 22 Dec 2019 01:01:27 +0100 Markus Mützel Lock amd and symbfact to avoid segmentation fault with SuiteSparse (bug #57435).
Fri, 20 Dec 2019 14:36:03 -0800 Rik Create equally-spaced floating point values for rand ("double").
Fri, 20 Dec 2019 14:25:16 -0800 Rik Backed out changeset b3a03dbde858 (uniform spacing of doubles).
Thu, 19 Dec 2019 12:19:30 -0800 Rik Create equally-spaced floating point values for rand ("double").
Thu, 19 Dec 2019 11:57:54 -0800 Rik Restrict rand ("single") to range (0, 1) (bug #41742).
Thu, 19 Dec 2019 11:29:22 -0800 Rik interp3.m: Fix orientation of output (bug #57450).
Thu, 19 Dec 2019 10:29:51 -0800 Rik doc: Use Texinfo commands to stop "etc." causing a sentence break.
Thu, 19 Dec 2019 17:42:46 +0100 Markus Mützel gtk-manager: Simplify code by using C++11 keyword "auto".
Thu, 19 Dec 2019 13:57:28 +0100 Markus Mützel build: Include new file gui-preferences-ff.h in the build system.
Wed, 18 Dec 2019 14:53:45 +0100 Markus Mützel Include header that defines the macros with format constants.
Mon, 16 Dec 2019 08:00:43 +0100 Torsten Lilge replace prefs literals by symbolic constant in main window
Tue, 17 Dec 2019 22:14:24 +0100 Torsten Lilge replaced pref literals by symbolic constants for find files dialog
Mon, 16 Dec 2019 17:47:35 +0100 Pantxo Diribarne Don't test presence of OSMESA which will always fail (bug #57424)
Tue, 17 Dec 2019 13:19:36 +0900 Kai T. Ohlhus fix URL parsing of `publish` (bug #57426).
Mon, 16 Dec 2019 14:42:06 -0800 Rik Use different Qhull options for griddataX to get better precision (bug #50494).
Mon, 16 Dec 2019 14:34:34 -0500 John W. Eaton allow mlock to lock current dynamically loaded function (bug #57245)
Sun, 15 Dec 2019 20:01:14 +0100 Pantxo Diribarne legend.m: Simplify automatic column number computation (bug #57418)
Mon, 16 Dec 2019 01:47:18 -0500 John W. Eaton fix Qt4 build errors (bug #57420)
Mon, 16 Dec 2019 07:12:05 +0100 Torsten Lilge add missing include (bug #57420)
Thu, 12 Dec 2019 22:07:02 +0100 Pantxo Diribarne legend.m: stop warnings after "clear all; clf" (bug #57401)
Sun, 15 Dec 2019 13:53:00 -0800 Rik Announce deprecation of Qt4 and removal in Octave version 7.
Sun, 15 Dec 2019 12:35:12 +0100 Markus Mützel Use APPDATA for startup file location on Windows (bug #40444).
Sun, 15 Dec 2019 10:38:14 +0100 Torsten Lilge add mru lists for search/replace texts in editor find dialog (bug #57238)
Sat, 14 Dec 2019 07:12:55 -0800 Rik doc: Remove mention of quadcc warning deleted in cset ec79de142784.
Sun, 15 Dec 2019 00:23:29 +0100 Torsten Lilge fix multiple editor find dialogs
Sat, 14 Dec 2019 22:41:20 +0100 Philip Nienhuis Document order in which multiple directories are processed by addpath.
Sat, 14 Dec 2019 22:33:34 +0100 Philip Nienhuis pkg: Fix order in which packages and their dependencies are loaded (bug #57403).
Wed, 06 Mar 2019 14:54:38 -0800 Mike Miller Read startup files from XDG_CONFIG_HOME or LOCALAPPDATA (bug #36477).
Sat, 14 Dec 2019 19:07:44 +0100 Markus Mützel uigetfile.m, uiputfile.m: Add documentation for output arguments (bug #55419).
Mon, 09 Dec 2019 14:48:12 +0100 Markus Mützel BLAS and LAPACK information might be wrong (bug #57112).
Fri, 19 Jul 2019 20:48:56 +0200 Markus Mützel Remove special treatment of line drawing characters in libqterminal (bug #42136)
Fri, 13 Dec 2019 22:54:18 -0500 John W. Eaton finish symbol deprecation intended to be done in changeset e091e09d26f0
Fri, 13 Dec 2019 22:43:36 -0500 John W. Eaton * graphics.cc (gh_manager::execute_callback): Eliminate unused variable.
Fri, 13 Dec 2019 19:38:35 -0800 Rik Remove deprecated warning ID "Octave:quadcc:RelTol-conversion" from quadcc.
Fri, 13 Dec 2019 18:28:35 -0800 Rik txt-eng.h: Add comment about deprecation and when file should be removed.
Fri, 13 Dec 2019 18:22:47 -0800 Rik Remove deprecated file toplev.h.
Fri, 13 Dec 2019 18:16:11 -0800 Rik Remove deprecated FORCE_GUI_OPTION from getopts parsing.
Fri, 13 Dec 2019 18:10:20 -0800 Rik Remove deprecated graphic property "interpreter" from line, patch, surface objects.
Fri, 13 Dec 2019 17:55:18 -0800 Rik Remove deprecated file libinterp/corefcn/oct-obj.h.
Fri, 13 Dec 2019 17:20:49 -0800 Rik __unimplemented__.m: Remove deprecated warning for exifread.