log

age author description
Mon, 29 Jul 2019 09:11:03 -0700 Rik text.m: Convert any numeric inputs to strings with sprintf for ML compatibility (bug #56395).
Mon, 22 Jul 2019 23:51:01 -0400 JunWang new gui dialog for modifying octaves load path (bug #43549)
Sun, 28 Jul 2019 21:51:26 -0700 Rik ismember.m: Add input validation for "stable"/"sorted" options
Sun, 28 Jul 2019 17:56:28 -0700 Rik Clean up BIST tests in set functions.
Sun, 28 Jul 2019 07:54:21 -0700 Rik intersect.m: Add new option "stable" to control output ordering.
Sat, 27 Jul 2019 18:28:45 -0700 Rik setxor.m: Add new option "stable" to control output ordering.
Sat, 27 Jul 2019 15:40:17 -0700 Rik setdiff.m: Implement "stable" sorting option.
Fri, 26 Jul 2019 19:33:54 -0700 Rik union: Add "stable" sorting algorithm.
Thu, 25 Jul 2019 09:07:14 -0700 Rik unique.m: Add new option "stable" to control output ordering.
Wed, 24 Jul 2019 12:37:21 -0400 John W. Eaton reset m_dbstep_flag at top level in main evaluator REPL (bug #56625)
Wed, 24 Jul 2019 12:34:47 -0400 John W. Eaton correctly set debug_frame when using "keyboard" (bug #56625)
Wed, 24 Jul 2019 07:47:33 +0200 Torsten Lilge allow editing and showing help on selected text in console (bug #41276)
Tue, 23 Jul 2019 17:00:06 -0400 John W. Eaton Backed out accidentally committed work-in-progress changeset 189ca5990c5d
Tue, 23 Jul 2019 15:26:20 -0400 John W. Eaton always disable debug_on_error and debug_on_warning at debug prompt (bug #56625)
Tue, 23 Jul 2019 11:01:41 -0400 John W. Eaton internal documentation for interpreter_events and event_manager classes
Tue, 23 Jul 2019 10:32:32 -0400 John W. Eaton remove "do_" prefix from interpreter_events class methods
Mon, 22 Jul 2019 23:51:01 -0400 JunWang work-in-progress patch for set path dialog
Mon, 22 Jul 2019 18:56:31 -0400 John W. Eaton improve dbquit and dbcont behavior
Mon, 22 Jul 2019 22:20:56 +0200 Torsten Lilge prevent gui from catching focus when its desktop workspace becomes active
Mon, 22 Jul 2019 20:05:55 +0200 Markus Mützel Fix freeing graphics objects (bug #55908).
Sat, 09 Mar 2019 22:09:25 +0100 Markus Mützel Convert encoding just before writing to stream (bug #55452).
Tue, 05 Mar 2019 17:56:57 +0100 Markus Mützel Correctly handle UTF-8 in regular expressions (bug #35910).
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Fri, 19 Jul 2019 14:15:04 -0400 John W. Eaton style fixes: avoid breaking lines immediately after '('
Sun, 21 Jul 2019 10:16:11 -0400 John W. Eaton don't show display warning in display_info initialization (bug #56651)
Fri, 22 Mar 2019 15:42:44 -0400 Nicholas R. Jankowski Implement missing functions rotx, roty, and rotz (bug #50772, patch #9310)
Sun, 21 Jul 2019 15:46:19 +0200 Torsten Lilge add file browser context menu for removing dirs from path (bug #55623)
Sun, 21 Jul 2019 12:43:19 +0200 Markus Mützel Do not ignore user preferences for locale encoding on non-Windows platforms.
Sun, 21 Jul 2019 12:16:09 +0200 Markus Mützel Append name of actual encoding used if "SYSTEM" is selected.
Sat, 20 Jul 2019 17:57:23 +0200 Markus Mützel Restore mfile_encoding on startup from GUI settings.