log scripts/help/which.m @ 21633:dcf8922b724b

age author description
Wed, 20 Apr 2016 17:53:10 +0200 Kai T. Ohlhus Deprecate printf, puts, and scanf. Make fputs a M-file.
Wed, 16 Dec 2015 16:47:18 -0800 Rik Eliminate duplicate input arg checking in which.m and __which__.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
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.
Sat, 08 Feb 2014 14:39:33 -0500 Mike Miller which: Properly identify workspace variables (bug #37320)
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
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
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts 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 15:09:34 -0700 Rik codesprint: Tests for which.m
Sat, 15 Jan 2011 10:04:30 -0800 Rik Eliminate @deffn macros.
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
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Mon, 16 Feb 2009 15:12:00 +0100 Jaroslav Hajek fix which message for built-in functions
Sun, 15 Feb 2009 23:49:15 -0500 John W. Eaton handle commands in the lexer
Wed, 04 Feb 2009 17:06:32 -0500 John W. Eaton allow help to work with files containing only comments
Thu, 22 Jan 2009 18:22:52 -0500 Soren Hauberg m-file implementation of help system