log

age author description
Tue, 31 Jan 2017 06:22:13 -0500 John W. Eaton use $KLU_LIBS in configure check for Sundials IDA library (bug #50167)
Mon, 30 Jan 2017 21:51:36 -0500 John W. Eaton maint: Merge stable to default.
Mon, 30 Jan 2017 17:38:12 -0500 John W. Eaton refactor and simplify interpreter startup in GUI
Mon, 30 Jan 2017 21:42:38 +0100 Avinoam Kalma Workaround segfault when an error occurs while printing (bug #49779) stable
Mon, 30 Jan 2017 15:13:29 -0500 John W. Eaton separate final interpreter initialization from execution
Tue, 15 Nov 2016 23:10:15 +0100 Markus Mützel Improve support of "(xy)axislocation" "origin" (bug #48562).
Sun, 29 Jan 2017 16:51:30 +0100 Markus Mützel fminsearch.m: Remove double word in docstring (bug #44220).
Sun, 29 Jan 2017 16:24:33 +0100 Philip Nienhuis fminsearch.m: fix texinfo header (bug #50178)
Mon, 11 Jul 2016 18:52:42 +0200 Markus Muetzel Additional output arguments for fminsearch (bug #44220).
Sat, 28 Jan 2017 18:31:43 -0800 Markus Mützel Make property in set() with two arguments case-insensitive (bug #50163).
Sat, 28 Jan 2017 15:19:42 -0500 John W. Eaton more refactoring of interpreter and application classes
Fri, 27 Jan 2017 18:15:48 -0500 John W. Eaton move recover_from_exception and atexit functions inside octave namespace
Fri, 27 Jan 2017 17:54:12 -0500 John W. Eaton * interpreter.cc (octave_exit): Delete unused global variable.
Fri, 27 Jan 2017 17:52:10 -0500 John W. Eaton don't add __shutdown_qt__ to list of atexit functions inside __shutdown_qt__
Fri, 27 Jan 2017 17:47:44 -0500 John W. Eaton * examples/code/embedded.cc: Update.
Fri, 27 Jan 2017 17:44:07 -0500 John W. Eaton move OCTAVE_SAFE_CALL macro out of header file
Fri, 27 Jan 2017 16:23:01 -0500 John W. Eaton delay cleanup for embedded interpreter until destructor is called
Fri, 27 Jan 2017 12:56:33 -0500 John W. Eaton fix thinko in previous change
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