log scripts/general/methods.m @ 23084:ef4d915df748

age author description
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Thu, 15 Sep 2016 10:24:45 -0700 Rik test: Check for JRE at runtime before executing BIST tests which use Java.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 22 Jul 2016 17:09:38 -0700 Mike Miller doc: Reword methods doc string for clarity
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.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Fri, 02 Oct 2015 17:44:53 +0200 Philip Nienhuis methods.m: try Java class names if getMethods fails on Java objects (bug #46010) stable
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.
Thu, 06 Jun 2013 10:06:12 +0800 Ben Abbott Substitute ostrsplit() for strsplit().
Sun, 31 Mar 2013 19:19:04 -0400 Ben Abbott Matlab compatibility for strsplit()
Tue, 18 Dec 2012 11:54:57 -0800 Rik Don't box return values from javaObject. Always return a Java object.
Mon, 17 Dec 2012 16:43:02 -0800 Rik doc: Change function type to "Function File".
Fri, 14 Dec 2012 09:51:37 -0800 Rik Deprecate java_invoke, replace with javaMethod.
Thu, 13 Dec 2012 22:41:48 -0800 Rik Add methods.m which extends methods() to work on Java objects.