log scripts/general/inputParser.m @ 21634:96518f623c91

age author description
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.
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
Fri, 01 Apr 2016 14:55:13 -0700 Rik maint: Use "FIXME:" for all code blocks needing further attention.
Wed, 30 Mar 2016 22:09:26 -0700 Rik maint: Eliminate bad spacing around '='.
Sun, 27 Mar 2016 15:50:01 -0700 Rik doc: Wrap m-file docstrings to 79 characters + newline (80 total).
Sat, 19 Mar 2016 19:43:55 +0000 Carnë Draug inputParser.m: add failing test due to bug in the parser (bug #44779)
Sat, 19 Mar 2016 18:05:44 +0000 Carnë Draug inputParser.m: uncomment failing test and use %!xtest instead.
Sun, 21 Feb 2016 07:43:16 -0800 Rik doc: Periodic grammarcheck of documentation.
Fri, 18 Dec 2015 15:55:36 -0500 John W. Eaton use numfields (x) instead of numel (fieldnames (x))
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Sun, 22 Nov 2015 20:25:17 -0800 Rik Replace ++,-- with in-place operators for performance.
Thu, 19 Nov 2015 14:17:45 -0800 Rik Preface error() messages with name of function when possible.
Thu, 08 Oct 2015 20:15:19 +0100 Carnë Draug inputParser: do not perform validation of default values (bug #45837)
Mon, 31 Aug 2015 12:59:36 +0200 Andreas Weber inputParser.m: Fix typo
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Thu, 21 Aug 2014 18:49:47 +0100 Carnë Draug dox: fix inputParser help text for newer Texinfo versions.
Thu, 21 Aug 2014 09:46:25 -0700 Rik inputParser.m: Format docstring to Octave guidelines.
Wed, 20 Aug 2014 00:24:03 +0100 Carnë Draug inputParser: classdef port of @inputParser from Octave Forge general pkg.