log scripts/general/fieldnames.m @ 20595:c1a6c31ac29a

age author description
Sun, 03 May 2015 09:36:20 -0700 Rik doc: Update docstrings to have one sentence summary as first line. stable
Mon, 06 Apr 2015 20:48:23 +0100 Carnë Draug fieldnames.m: back out cset 68aec55f5eb6, bug is still present (bug #42710)
Mon, 06 Apr 2015 15:37:58 +0100 Carnë Draug fieldnames.m: remove FIXME comment since it has already been fixed (bug #42710)
Sat, 28 Feb 2015 07:42:26 -0800 Rik fieldnames.m: Change BIST test to pass with Java 1.8 (bug #44382).
Sun, 22 Feb 2015 19:21:18 +0000 Carnë Draug fieldnames: fix for java objects from dynamic classpath (bug #42710)
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Tue, 08 Jul 2014 19:55:03 +0100 Carnë Draug fieldnames: return only field names of java objects instead of description.
Sun, 02 Mar 2014 12:56:11 -0800 Rik Deprecate nfields and replace with numfields.
Sat, 01 Mar 2014 21:50:13 -0800 Rik doc: Update documentation for functions in octave-value dir. stable
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Fri, 06 Sep 2013 08:35:59 -0700 Rik doc: Fix typo in fieldnames docstring.
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.
Fri, 14 Dec 2012 09:51:37 -0800 Rik Deprecate java_invoke, replace with javaMethod.
Thu, 13 Dec 2012 10:57:04 -0800 Rik Add fieldnames.m which extensds fieldnames() to work on Java objects.