log

age author description
Tue, 13 Mar 2018 14:42:29 +0100 Carnë Draug mean.m: add out_type option to control data type of return value
Tue, 13 Mar 2018 07:18:11 -0400 John W. Eaton Version 4.2.2 released. stable release-4-2-2
Tue, 13 Mar 2018 12:12:22 +0100 Kai T. Ohlhus More updates for 4.2.2 release. stable
Tue, 13 Mar 2018 06:51:17 -0400 John W. Eaton * NEWS: Update for 4.2.2 release. stable
Mon, 12 Mar 2018 21:06:13 -0400 John W. Eaton use C++11 features to eliminate some macros in oct-rand.cc
Sat, 10 Mar 2018 14:41:34 -0600 Daniel J Sebald Add a QFrame to the variable editor panels and adjust tooltips (bug #53275)
Sat, 10 Mar 2018 17:10:42 -0800 Mike Miller maint: mention the tfqmr function in NEWS for 4.4
Sat, 10 Mar 2018 16:09:57 -0800 Mike Miller test: make bicg and pcg tests conditional on CHOLMOD and UMFPACK
Sat, 10 Mar 2018 15:13:15 -0800 Mike Miller maint: use automake %canon_reldir% for all scripts directories
Sat, 10 Mar 2018 15:07:49 -0800 Mike Miller maint: sort lists of function files in build system
Sun, 11 Mar 2018 07:29:04 +0900 Cristiano Dorigo Merge code from SoCiS 2016 "Improve iterative methods" project (http://socis16octave-improveiterativemethods.blogspot.com)
Fri, 09 Mar 2018 13:44:08 +0200 maorshutman Add nnz implementation for Range type (bug #53185).
Mon, 05 Mar 2018 22:11:33 -0600 Daniel J Sebald Improve fullscreen action for variable editor panes (bug #53275)
Fri, 09 Mar 2018 17:19:15 -0800 Rik randmtzig.cc: Use std::generate_n to simplify code.
Fri, 09 Mar 2018 16:40:12 -0800 Rik Use a uint32 state vector for random number generators (bug #50256).
Fri, 09 Mar 2018 17:14:52 -0500 John W. Eaton prevent stack overflow crash on deeply nested function calls (bug #47620)
Fri, 09 Mar 2018 11:42:57 -0500 John W. Eaton use INTEGER*4 in ranlib functions (bug #51961)
Fri, 09 Mar 2018 09:22:18 -0500 John W. Eaton avoid AWT test on OS X (bug #53305)
Thu, 08 Mar 2018 16:09:10 -0800 Rik Correctly set rand state at startup (bug #53300).
Thu, 08 Mar 2018 17:36:47 -0500 John W. Eaton maint: merge stable to default
Thu, 08 Mar 2018 17:35:39 -0500 John W. Eaton make leftdiv work for scalar \ int-matrix (bug #51682) stable
Wed, 07 Mar 2018 22:24:23 -0800 Rik pcg.m: Overhaul function and BIST tests (bug #53258).
Wed, 07 Mar 2018 17:34:52 -0500 John W. Eaton use m_ prefix for member variables in unary op parser classes
Wed, 07 Mar 2018 16:42:08 -0500 John W. Eaton use m_ prefix consistently in jit compiler classes in the parser
Wed, 07 Mar 2018 14:56:03 -0500 John W. Eaton use m_ prefix for member variables in parse tree classes
Tue, 06 Mar 2018 13:28:41 -0500 John W. Eaton * etc/gdbinit: Fix syntax. (bug #53241)
Tue, 06 Mar 2018 13:01:12 -0500 John W. Eaton only skip .gdbinit install if files differ (bug #53241)
Sun, 04 Mar 2018 03:52:58 -0600 Daniel J Sebald Use OS GUI highlight backgroud color for variable editor name label (bug #53274)
Tue, 06 Mar 2018 18:48:09 +0100 Torsten always select suitable icon color for sock widgets depending on title bar color
Tue, 06 Mar 2018 12:21:00 -0500 John W. Eaton use function call syntax in test conditions that check have_window_system