log

age author description
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.