log scripts/help/type.m @ 20242:abf85f8cbd6c

age author description
Wed, 20 May 2015 08:01:10 -0700 John W. Eaton Expand type() to work on command-line entered functions (bug #40462).
Sun, 03 May 2015 09:36:20 -0700 Rik doc: Update docstrings to have one sentence summary as first line. stable
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sat, 28 Sep 2013 16:54:34 -0700 Rik doc: grammarcheck of documentation before 3.8 release.
Mon, 09 Sep 2013 20:20:14 -0700 Rik type.m: Fix function for filenames without extension (bug #39922).
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Wed, 14 Aug 2013 00:13:40 -0400 Mike Miller maint: Update source file encodings to UTF-8 and fix character errors
Mon, 01 Oct 2012 18:30:44 -0400 John W. Eaton maint: periodic merge of stable to default
Mon, 01 Oct 2012 17:18:49 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments stable
Fri, 27 Jul 2012 15:35:00 -0700 Rik maint: Move non-dynamically linked functions from DLD-FUNCTIONS/ to corefcn/ directory
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sat, 16 Jul 2011 14:56:40 -0700 Rik codesprint: Add tests for type()
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sun, 17 Oct 2010 23:43:42 -0400 John W. Eaton fix copyright notices
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Thu, 22 Oct 2009 20:25:08 -0700 Rik Period spellcheck of Octave documentation to check and fix newly added DOCSTRINGS
Tue, 13 Oct 2009 21:10:37 -0700 Rik Fix various incorrect usages of TeXinfo deffn and deftypefn macros
Sun, 22 Mar 2009 08:41:49 -0700 Rik Documentation cleanup of var.texi, expr.texi, eval.texi
Sun, 15 Feb 2009 23:49:15 -0500 John W. Eaton handle commands in the lexer
Fri, 23 Jan 2009 15:03:16 -0500 sh Make 'type X' work when X is a variable
Thu, 22 Jan 2009 18:22:52 -0500 Soren Hauberg m-file implementation of help system