log

age author description
Fri, 27 Sep 2019 16:06:25 -0400 John W. Eaton cast arguments in calls to atomic_fetch_add and atomic_fetch_sub
Fri, 27 Sep 2019 15:59:53 -0400 John W. Eaton fall back to system-dependent functions if compiling stdatomic.h fails
Wed, 25 Sep 2019 17:57:08 -0400 John W. Eaton use std::atomic to implement refcount class
Thu, 26 Sep 2019 11:32:52 -0400 John W. Eaton consistently use octave_idx_type for reference counts
Thu, 26 Sep 2019 10:34:59 -0400 John W. Eaton eliminate unused object_count variable in cdef_class_rep
Wed, 25 Sep 2019 13:49:37 -0400 John W. Eaton eliminate some calls to global __get_SUBSYSTEM__ functions
Wed, 25 Sep 2019 13:44:06 -0400 John W. Eaton store ref to interpreter in lexical_feedback and symbol_table_context classes
Wed, 25 Sep 2019 13:02:50 -0400 John W. Eaton group functions by category in interpreter_events and event_manager classes
Wed, 25 Sep 2019 10:27:33 -0400 John W. Eaton avoid shadowed variable warning introduced in previous change (bug #56948)
Tue, 24 Sep 2019 18:43:44 -0400 John W. Eaton * pt-eval.cc (debugger::repl): Use evmgr as event_manager variable name.
Mon, 23 Sep 2019 13:51:17 -0700 Rik Align negative numbers correctly with g format (bug #56940).
Mon, 23 Sep 2019 13:15:22 -0700 Rik doc: Improve documentation for get_help_text, get_help_text_from_file. stable
Mon, 23 Sep 2019 07:49:08 -0700 Rik Fix regression in test suite caused by fix for bug #56916.
Sun, 22 Sep 2019 18:02:02 -0700 Rik javachk.m: Add additional check for whether Octave was compiled with Java support (bug #55429).
Fri, 20 Sep 2019 09:03:14 -0700 Rik Produce symmetric sequences for linspace (bug #56659).
Sat, 21 Sep 2019 17:17:02 -0700 Rik Disallow exponential format in combination with fixed_point_format.
Fri, 20 Sep 2019 21:47:53 -0700 Rik Display "0" for true zeros rather than "0.0000" (bug #53083).
Fri, 20 Sep 2019 15:22:01 -0700 Rik Change default figure property "paperpositionmode" to "auto" (bug #56916).
Fri, 20 Sep 2019 11:45:27 +0100 Guillaume Flandin Map.m: Allow numeric keys of one type to be used with a Map of a differing numeric keytype (bug #56594).
Fri, 20 Sep 2019 13:19:11 -0700 Rik Correctly print "format g" when variable is of single type (bug #56926).
Fri, 20 Sep 2019 11:44:44 -0700 Rik Fix regression with display of "format g" (bug #55919).
Thu, 13 Jun 2019 08:00:41 -0600 Anthony Morast Increment command number even when command is interrupted. (bug #55819).
Tue, 17 Sep 2019 16:12:57 +0200 Carlo de Falco Use previously detected CPPFLAGS, LDFLAGS when testing SUNDIALS API (bug #56913).
Tue, 17 Sep 2019 21:40:17 -0700 Rik namedargs2cell.m: New function (bug #56903).
Tue, 17 Sep 2019 20:38:02 -0700 Rik Clean up implementation of CXXLD in build scripts (bug #56505).
Tue, 17 Sep 2019 17:51:43 -0700 Rik Fix error with %q format and textscan (bug #56917).
Tue, 17 Sep 2019 14:31:45 -0700 Rik maint: merge stable to default.
Tue, 17 Sep 2019 14:31:10 -0700 Mike Miller doc: Add documentation for GNUTERM variable used with gnuplot (bug #56906). stable
Tue, 17 Sep 2019 13:57:40 -0700 Rik maint: merge stable to default.
Wed, 31 Jul 2019 13:03:32 -0400 John Donoghue Cast winqueryreg REG_DWORD types to DWORD (Bug #56703) stable
Tue, 17 Sep 2019 13:20:08 -0700 Rik Rename meta.class property to "SuperclassList" for Matlab compatibility (bug #55476).
Tue, 17 Sep 2019 20:13:05 +0200 Markus Mützel * Object.cc (Object::do_connections): Remove duplicate connection (bug #56857).
Mon, 16 Sep 2019 23:35:19 -0400 John W. Eaton update some header file lists in libgui sources
Mon, 16 Sep 2019 13:29:02 -0700 Rik Resolve audiowrite FIXME about input validation for sample rate input FS.
Mon, 16 Sep 2019 10:34:16 -0700 Rik maint: merge stable to default.
Mon, 16 Sep 2019 10:24:13 -0700 Rik Fix numerous errors in audiowrite/audioread (bug #56889). stable
Sun, 15 Sep 2019 12:35:53 -0400 John W. Eaton use consistent naming pattern for include file guards in libgui sources
Sun, 15 Sep 2019 12:28:23 -0400 John W. Eaton try to use consitent ordering for include files in libgui sources
Fri, 07 Jun 2019 10:14:35 +0200 Michele Ginesi gammaincinv.m: Improve accuracy for gammaincinv (bug #56453).
Fri, 13 Sep 2019 14:50:39 -0700 Mike Miller build: handle repeated directory separators in install dirs (bug #56876)
Fri, 13 Sep 2019 16:40:08 -0400 John W. Eaton rename change_directory to directory_changed in event manager
Fri, 13 Sep 2019 16:22:34 -0400 John W. Eaton move change directory function to interpreter class
Thu, 12 Sep 2019 16:55:53 +0200 Carlo de Falco Take advantage of C++11 features to simplify constructor (bug #56752).
Fri, 13 Sep 2019 08:43:58 -0400 John W. Eaton * open.m: Perform tilde expansion on file name.
Fri, 13 Sep 2019 08:11:53 -0400 John W. Eaton avoid including builtin-defun-decls.h unless needed
Fri, 13 Sep 2019 08:02:45 -0400 John W. Eaton avoid possible threading issue when running file from GUI editor
Fri, 13 Sep 2019 07:38:36 -0400 John W. Eaton attempt to avoid threading issues when saving a file in the file editor tab
Fri, 13 Sep 2019 07:24:17 -0400 John W. Eaton also check debugger execution mode after command editor interrupt
Thu, 12 Sep 2019 17:13:28 -0400 John W. Eaton attempt to avoid threading issues when updating lexer in file editor tab
Thu, 12 Sep 2019 17:01:34 -0400 John W. Eaton connect signals when creating file_editor_tab in file editor
Thu, 12 Sep 2019 13:30:05 -0400 John W. Eaton mark another location in GUI that should be checked for thread safety
Thu, 12 Sep 2019 13:28:12 -0400 John W. Eaton attempt to fix threading issues when setting conditional breakpoints in GUI
Thu, 12 Sep 2019 11:13:46 -0400 John W. Eaton use signal/slot connection in file-editor-tab for thread safety
Wed, 11 Sep 2019 18:01:40 -0400 John W. Eaton move qt_interpreter_events::file_in_path to load_path::contains_file_in_dir
Wed, 11 Sep 2019 18:31:33 -0400 John W. Eaton move octave_change_to_directory to octave namespace and make extern
Wed, 11 Sep 2019 18:23:46 -0400 John W. Eaton store reference to interpreter in load_path object
Wed, 11 Sep 2019 16:46:54 -0400 John W. Eaton mark all interpreter_event lambda functions with special comment
Wed, 11 Sep 2019 16:40:19 -0400 John W. Eaton clean up use of interpreter in qt_interpreter_events::enter_debugger_event
Wed, 11 Sep 2019 13:38:40 -0400 John W. Eaton use interpreter_event signals in set_path_dialog object
Thu, 12 Sep 2019 09:57:34 -0700 Rik doc: Use common verbiage to describe input FUN in optimization functions.