log scripts/general/methods.m @ 20601:5d31cd795c21 stable

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