log

age author description
Tue, 20 Dec 2016 03:25:17 +0000 Andrew Thornton Implement uitable (patch #9084)
Sun, 18 Nov 2018 15:50:01 +0100 Markus Mützel Move rational_approx to liboctave (patch #9084).
Sun, 18 Nov 2018 15:44:36 +0100 Markus Mützel Move octave_str2double to liboctave (patch #9084).
Wed, 21 Nov 2018 10:35:43 -0800 Rik maint: merge stable to default.
Wed, 21 Nov 2018 10:35:19 -0800 Rik Place down-arrow icon on most-recently-used popdown menu in editor (bug #55032). stable
Wed, 21 Nov 2018 10:16:04 -0800 Rik Supply missing arguments to variable length *printf functions (bug #55046).
Wed, 21 Nov 2018 19:04:06 +0100 Markus Mützel datestr.m: Clarify behavior if input date is a string.
Wed, 21 Nov 2018 09:46:12 -0800 Rik Stop segfault when load-path directory does not exist (bug #55046).
Tue, 20 Nov 2018 16:05:42 -0800 Rik Don't issue a warning when -noui option used with print.
Tue, 20 Nov 2018 14:39:17 -0800 Jun Wang Add -fillpage and -bestfit print options (bug #52838).
Tue, 20 Nov 2018 14:06:40 -0800 Rik print.m: Rewrite complex docstring in an attempt to be clearer.
Mon, 19 Nov 2018 11:42:15 -0800 Mike Miller include a DOAP descriptor (bug #53619)
Sun, 18 Nov 2018 21:12:41 -0800 Rik pkg.m: Don't create 'prefix' directory until needed (bug #53577).
Sat, 17 Nov 2018 02:23:38 -0500 Daniel J Sebald Remove residual ticks for gnuplot graphics toolkit (bug #50509, #55038).
Sun, 18 Nov 2018 17:12:13 -0800 Rik convhull.m: Overhaul function to allow 1 and 3 input calling formis (bug #53979).
Sat, 17 Nov 2018 20:19:30 +0100 Markus Mützel Only test savefig with "compact" option if HAVE_ZLIB is defined.
Sat, 17 Nov 2018 10:41:07 +0100 Kai T. Ohlhus Make use of native file dialogs configurable (bug #54607).
Fri, 16 Nov 2018 19:52:35 +0100 Markus Mützel Update normals when updating data in patches (bug #55014).
Fri, 16 Nov 2018 11:31:22 -0500 John W. Eaton eliminate duplicate final_index_error function
Fri, 16 Nov 2018 02:42:26 -0500 John W. Eaton use symbol_info_list to gather data for saving workspace on crash
Fri, 16 Nov 2018 00:18:57 -0500 John W. Eaton use symbol_info_list to gather data for save function
Fri, 16 Nov 2018 00:16:44 -0500 John W. Eaton * syminfo.h: Derive symbol_info_list from base_list<symbol_info>.
Fri, 16 Nov 2018 00:12:17 -0500 John W. Eaton make base_list data member protected instead of private
Thu, 15 Nov 2018 22:51:11 -0500 John W. Eaton move Fwho, Fwhos, and supporting functions to call-stack.cc
Thu, 15 Nov 2018 22:45:04 -0500 John W. Eaton move symbol_info and symbol_info_list classes to separate file
Thu, 15 Nov 2018 15:05:36 -0500 John W. Eaton move whos_line_format to evaluator
Thu, 15 Nov 2018 21:57:03 -0800 Rik axes.m: Allow a parent handle as first argument (bug #53955).
Thu, 15 Nov 2018 16:44:01 -0800 Rik maint: merge stable to default.
Thu, 15 Nov 2018 16:42:22 -0800 Rik Don't segfault for unmatched brace in PATH (bug #55013). stable
Thu, 15 Nov 2018 18:34:07 -0500 John W. Eaton refactor do_who function