log

age author description
Fri, 27 Jan 2017 12:27:11 -0500 John W. Eaton eliminate declaration of nonexistent global variable
Fri, 27 Jan 2017 11:13:47 -0500 John W. Eaton refactor interpreter::execute
Fri, 27 Jan 2017 11:04:10 -0500 John W. Eaton generate signal name from number when needed in signal handler functions
Fri, 27 Jan 2017 09:17:57 -0500 John W. Eaton eliminate global variable reading_startup_message_printed
Fri, 27 Jan 2017 16:39:15 +0100 Kai T. Ohlhus __ilu__ and __ichol__: use liboctave functions instead of feval (bug #50105)
Thu, 26 Jan 2017 23:46:47 -0500 John W. Eaton style fixes
Thu, 26 Jan 2017 23:19:45 -0500 John W. Eaton style fixes
Thu, 26 Jan 2017 17:14:58 -0500 John W. Eaton defer SIGHUP and SIGTERM actions until octave_quit is called
Thu, 26 Jan 2017 17:06:39 -0500 John W. Eaton call octave_quit after return from "foreign" code
Thu, 26 Jan 2017 13:09:13 -0500 John W. Eaton fix typos in failing new test added in previous change
Thu, 26 Jan 2017 12:19:15 -0500 John W. Eaton fix prototype of octave_base_int<T>::write (bug #50157)
Thu, 26 Jan 2017 08:26:46 -0500 John W. Eaton additional restructuring of startup and shutdown
Wed, 25 Jan 2017 16:11:51 -0800 Rik maint: Merge stable to default.
Wed, 25 Jan 2017 16:08:52 -0800 Rik doc: Fix '##' in middle of docstring/comment lines (bug #50145).50145).50145).50145).50145). stable
Wed, 25 Jan 2017 16:04:38 -0800 Rik doc: Reword documentation about subplots in 15.2.4 (bug #50148). stable
Tue, 24 Jan 2017 18:35:08 -0500 John W. Eaton fix caching error with Qt tool configuration (bug #50129)
Tue, 24 Jan 2017 18:00:05 -0500 John W. Eaton rework clean_up_and_exit (bug #50068)
Mon, 23 Jan 2017 14:30:35 -0500 John W. Eaton maint: strip extra trailing newlines from files.
Mon, 23 Jan 2017 14:29:35 -0500 John W. Eaton maint: strip trailing whitespace from source files.
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Fri, 20 Jan 2017 12:12:11 -0500 John W. Eaton maint: strip trailing whitespace from source files. stable
Sun, 22 Jan 2017 08:31:08 -0800 Rik expint.m: Add missing semicolon to line to suppress output.
Tue, 10 Jan 2017 19:35:10 +0100 Michele Ginesi expint.m: new strategies to compute the exponential integral (bug #47738).
Sat, 21 Jan 2017 16:19:38 -0800 Rik Ignore ODE event function at t==0 for Matlab compatibility (bug #49919).
Sat, 21 Jan 2017 16:02:38 -0800 Rik maint: merge stable to default.
Sat, 21 Jan 2017 16:02:10 -0800 Rik doc: Update unimplemented list of functions and where to find them (bug #50098). stable
Fri, 20 Jan 2017 00:37:03 -0500 John W. Eaton eliminate lo-macros.h
Thu, 19 Jan 2017 23:41:54 -0500 John W. Eaton move parse tree classes inside octave namespace
Thu, 19 Jan 2017 14:47:19 -0500 John W. Eaton * pt-bp.h (pt_bp_empty_string): Delete static varible.
Thu, 19 Jan 2017 14:13:13 -0500 John W. Eaton * pt.h (meets_condition): Delete extraneous function declaration.
Thu, 19 Jan 2017 14:01:44 -0500 John W. Eaton delete duplicate function declarations
Wed, 18 Jan 2017 21:18:12 -0500 John W. Eaton warn about shadowed functions when reporting index errors (bug #48652)
Wed, 18 Jan 2017 17:36:36 -0800 Rik maint: Use space after function name/before parenthesis in libgui.
Wed, 18 Jan 2017 17:48:32 -0500 John W. Eaton maint: Merge stable to default.
Wed, 11 Jan 2017 19:21:09 +0100 Markus Mützel axis.m: Do not set plotboxaspectratio to 0 (bug #49755). stable
Fri, 13 Jan 2017 16:59:01 +0100 Markus Mützel Change some axes properties to row_vector_property (bug #50048).
Mon, 07 Nov 2016 22:36:24 -0800 Abhinav Tripathi Allow changing comment character when using Ctrl+R... (bug #49182)
Tue, 17 Jan 2017 17:42:27 -0800 Rik Replace out-of-date __keywords__ with alias to iskeyword.
Tue, 17 Jan 2017 16:50:39 -0800 Rik maint: Merge stable to default.
Tue, 17 Jan 2017 16:50:02 -0800 Rik help.m: Return valid list of keywords for '--list'. stable
Tue, 17 Jan 2017 17:28:43 -0500 John W. Eaton fix editing error in previous change to oct-fftw.cc (bug #50070)
Tue, 17 Jan 2017 14:40:40 -0500 John W. Eaton move input reader classes into octave namespace
Tue, 17 Jan 2017 14:25:51 -0500 John W. Eaton move pager and diary classes into octave namespace
Tue, 17 Jan 2017 13:56:16 -0500 John W. Eaton move some octave stream classes into octave namespace
Tue, 17 Jan 2017 11:42:25 -0500 John W. Eaton move fftw classes inside octave namespace
Tue, 17 Jan 2017 11:19:44 -0500 John W. Eaton move mutex classes inside octave namespace
Tue, 17 Jan 2017 10:33:03 -0500 John W. Eaton * defun-int.h (auto_shlib): Move inside octave namespace and rename from octave_auto_shlib.
Tue, 17 Jan 2017 10:32:10 -0500 John W. Eaton * Doxyfile.in: Set LOOKUP_CACHE_SIZE to 2.
Sat, 14 Jan 2017 10:33:28 -0500 John W. Eaton avoid invalid nested function and subfunctions definitions (bug #50014)
Mon, 16 Jan 2017 16:00:18 -0500 John W. Eaton maint: Merge stable to default.
Mon, 16 Jan 2017 15:44:21 -0500 John W. Eaton move octave_call_stack inside octave namespace
Mon, 16 Jan 2017 15:59:31 -0500 John W. Eaton don't rethrow exception in destructor (bug #49304) stable
Mon, 16 Jan 2017 15:18:46 -0500 John W. Eaton maint: Merge stable to default.
Mon, 16 Jan 2017 15:15:21 -0500 Olaf Till rethrow octave::exit_exception (bug #49304) stable
Mon, 16 Jan 2017 09:55:43 -0500 John W. Eaton fix make dist target (bug #50057)
Sun, 15 Jan 2017 08:07:31 -0800 Rik doc: Don't use @code in @deftypefn because it expands badly in plain text format. stable
Sun, 15 Jan 2017 07:49:46 -0800 Rik which.m: change output to distinguish between files and directories.
Fri, 13 Jan 2017 13:00:28 -0800 Colin Macdonald doc: Add "help slash" documentation (bug #49526).
Sat, 14 Jan 2017 18:24:34 -0800 Rik Avoid spurious output for help on './' and '.\' operators (bug #50034).