log

age author description
Fri, 24 Aug 2012 15:50:14 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Fri, 24 Aug 2012 14:46:55 -0400 John W. Eaton also return help text as a string when nargin = 0 (bug #37183)
Fri, 24 Aug 2012 11:45:50 -0400 John W. Eaton fix compilation problem if wait macros are undefined
Thu, 23 Aug 2012 19:07:34 -0400 John W. Eaton correctly handle multiple --path command line arguments
Thu, 23 Aug 2012 17:53:42 -0400 John W. Eaton perform fewer actions before starting GUI
Thu, 23 Aug 2012 15:08:19 -0400 John W. Eaton include --force-gui and --no-gui options in --help output
Thu, 23 Aug 2012 10:52:52 -0700 Rik polyeig.m: Use @code, not @var, macro to silence warnings from texinfo.
Thu, 23 Aug 2012 12:18:08 -0400 John W. Eaton avoid C-style cast warnings from GCC for wait-related macros
Thu, 23 Aug 2012 12:13:59 -0400 John W. Eaton use std::numeric_limits<T>::epsilon in C++ code
Thu, 23 Aug 2012 10:09:41 -0500 Melvin Robinson Correct small typo in jit-typeinfo.cc
Thu, 23 Aug 2012 08:01:46 -0400 Ben Abbott Modified interp1.m file to check whether X has distinct values or not.
Wed, 22 Aug 2012 19:50:20 -0400 John W. Eaton avoid C-style cast warning
Wed, 22 Aug 2012 18:19:27 -0400 John W. Eaton avoid GCC warning by declaring Array destructor virtual
Wed, 22 Aug 2012 17:36:54 -0400 John W. Eaton use std::numeric_limits for integer max and min values
Wed, 22 Aug 2012 13:46:29 -0700 Rik print.m: Correct typo preventing fontsize to be set (bug #37163)
Wed, 22 Aug 2012 16:30:55 -0400 John W. Eaton use numeric_limits functions instead of DBL_MIN, DBL_MAX, etc.
Wed, 22 Aug 2012 16:16:31 -0400 John W. Eaton reduce code duplication in too_large_for_float array functions
Tue, 21 Aug 2012 17:48:19 -0400 John W. Eaton fix installation of default-qt-settings file (bug #37161)
Tue, 21 Aug 2012 14:03:27 -0400 John W. Eaton link liboctgui with liboctinterp.la
Mon, 20 Aug 2012 17:24:46 -0400 John W. Eaton set initial keyboard focus in command window (bug #36955)
Mon, 20 Aug 2012 15:37:54 -0400 John W. Eaton link gui in way that is more consistent with the rest of Octave
Mon, 20 Aug 2012 14:14:52 -0400 John W. Eaton fix name of ignored dldfcn/module.mk file
Mon, 20 Aug 2012 14:09:47 -0400 John W. Eaton * libgui/Makefile.am, libgui/src/Makefile.am: Style fixes.
Mon, 20 Aug 2012 14:04:45 -0400 John W. Eaton remove obsolete qmake configuration files
Mon, 20 Aug 2012 14:02:08 -0400 John W. Eaton update copyright notices in libgui directory
Sun, 19 Aug 2012 15:16:42 -0400 John W. Eaton override automake .yy.cc rule (bug #36407)
Sun, 19 Aug 2012 10:50:40 -0400 John W. Eaton fix missing semicolons in various .m files
Sat, 18 Aug 2012 22:03:11 -0400 John W. Eaton * __pie__.m: Avoid syntax errors in matrix lists.
Sat, 18 Aug 2012 21:56:37 -0400 John W. Eaton fix .m file missing from dist
Sat, 18 Aug 2012 20:38:52 -0400 John W. Eaton fix gui sources missing from dist