log

age author description
Thu, 28 Apr 2016 16:44:38 -0400 John W. Eaton simplify rules for building DOCSTRING files (bug #47745)
Thu, 28 Apr 2016 12:12:21 -0700 Rik legend.m: Check handle is valid before delete (partial fix bug #47699).
Tue, 12 Apr 2016 21:29:01 +1000 Lachlan Andrew dbstop: Fix confusion when breakpoints are changed by the GUI (bug #47675)
Thu, 14 Apr 2016 15:27:45 +1000 Lachlan Andrew Remove duplicate menu actions after replacing <unnamed> edit tab (bug #47692).
Wed, 27 Apr 2016 17:17:00 -0400 John W. Eaton * ops.h, op-int.h: Style fixes.
Wed, 27 Apr 2016 17:02:06 -0400 John W. Eaton * ops.h (CATOP_NONCONFORMANT): Delete unused macro.
Wed, 27 Apr 2016 16:13:40 -0400 John W. Eaton eliminate some macros for operator definitions
Wed, 27 Apr 2016 09:31:39 -0400 John W. Eaton split doc/module.mk into separate files for subdirectories
Tue, 26 Apr 2016 11:16:04 -0700 Rik Fix dbstop BIST tests on Windows platforms.
Mon, 25 Apr 2016 08:07:36 -0700 Rik maint: Periodic merge of stable to default.
Mon, 25 Apr 2016 08:04:18 -0700 Pantxo Diribarne Fix autoscale affecting legend axes objects (bug #47765). stable
Sun, 24 Apr 2016 23:15:57 +1000 Lachlan Andrew Replace deprecated call to length () of a string_vector (bug #47773).
Thu, 21 Apr 2016 20:19:47 -0700 Rik Restore rotate capability for FLTK toolkit (bug #47698).
Thu, 21 Apr 2016 16:35:54 -0400 John W. Eaton maint: merge stable to default.
Wed, 20 Apr 2016 15:00:56 -0400 John W. Eaton Added tag release-4-0-2 for changeset acaf1e137c5e stable
Wed, 20 Apr 2016 15:00:37 -0400 John W. Eaton Version 4.0.2 released. stable release-4-0-2
Wed, 20 Apr 2016 15:54:37 -0700 Rik More cleanup associated with removing Java dialog boxes (cset b5d9b95d1e1a).
Wed, 20 Apr 2016 15:29:35 -0700 Mike Miller * parser.tst: Add BIST tests for 64-bit integer literal support (bug #47690)
Wed, 20 Apr 2016 10:58:29 +0200 mmuetzel Handle large hex and binary integer input (bug #47690)
Wed, 20 Apr 2016 11:06:03 -0700 Mike Miller Backed out changeset dcf8922b724b
Wed, 20 Apr 2016 17:53:10 +0200 Kai T. Ohlhus Deprecate printf, puts, and scanf. Make fputs a M-file.
Wed, 20 Apr 2016 09:19:06 +0200 Kai T. Ohlhus octave.texi: clean up unnecessary comments.
Tue, 19 Apr 2016 14:17:31 -0700 Mike Miller build: generate HG-ID even if hg is not installed
Tue, 19 Apr 2016 15:27:19 +0200 Kai T. Ohlhus Removing Java dialog boxes.
Tue, 19 Apr 2016 12:30:18 +0200 Kai T. Ohlhus scripts/plot/draw/hist.m: suppress output from test.
Sun, 10 Apr 2016 10:22:18 +1000 Lachlan Andrew Allow dbstop @class/method with forward slash on Windows (bug #47575).
Sat, 16 Apr 2016 19:15:37 +0100 Carnë Draug hist: reduce memory usage by avoiding conversion to double (bug #47707)
Thu, 14 Apr 2016 12:51:43 -0700 Rik copyobj.m: Allow input vectors for horig or hparent (bug #47694).
Tue, 12 Apr 2016 21:05:50 +1000 Rik Clean up BIST tests for textscan.
Sun, 10 Apr 2016 23:00:07 +0100 Carnë Draug pkg: remove support for autoload (automatically loading package at start).