log src/DLD-FUNCTIONS/cellfun.cc @ 12952:5a5cb2a4b71d

age author description
Thu, 11 Aug 2011 17:17:25 -0500 Jordi Gutiérrez Hermoso cellfun: Fix a regression for function handles to overloaded functions
Thu, 11 Aug 2011 02:41:36 -0500 Jordi Gutiérrez Hermoso cellfun.cc (cellfun): Small optimisation for function handles to built-ins
Thu, 11 Aug 2011 02:39:31 -0500 Jordi Gutiérrez Hermoso Backed out changeset 982d59e27565
Thu, 11 Aug 2011 02:34:42 -0500 Jordi Gutiérrez Hermoso cellfun.cc (cellfun): Small optimisation for function handles to built-ins
Sat, 06 Aug 2011 18:31:28 -0700 Rik doc: Document numel option to cellfun. Use fewer function handles in examples.
Sun, 01 May 2011 11:39:50 -0700 Rik doc: Periodic grammarcheck and spellcheck of documentation. stable
Sat, 26 Feb 2011 17:28:11 -0800 Rik Rewrite error strings in src/ to use variables named in documentation.
Tue, 09 Sep 2008 12:41:32 -0400 John W. Eaton doc fix release-3-0-x
Tue, 09 Sep 2008 12:38:18 -0400 Thomas Weber Typo in num2cell's description release-3-0-x
Thu, 20 Jan 2011 18:43:39 -0500 John W. Eaton style fixes for warning and error messages in source files
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Wed, 19 Jan 2011 17:55:56 -0500 John W. Eaton attempt better backward compatibility for Array constructors
Sun, 16 Jan 2011 22:13:23 -0800 Rik Improve docstrings for functions in DLD-FUNCTIONS directory.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Fri, 07 Jan 2011 13:36:58 -0500 John W. Eaton cellfun compatibility fix
Wed, 29 Sep 2010 03:50:36 -0400 John W. Eaton amd.cc, cellfun.cc: use octave_scalar_map instead of Octave_map
Mon, 13 Sep 2010 08:25:21 +0200 Jaroslav Hajek remove subsref optimization in cellfun (better handled by cellindexmat)
Mon, 13 Sep 2010 08:23:32 +0200 Jaroslav Hajek implement cellindexmat function
Sun, 01 Aug 2010 20:22:17 -0700 Rik Grammarcheck more of the documentation.
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Sat, 17 Jul 2010 19:53:01 -0700 Rik Add spellchecker scripts for Octave and run spellcheck of documentation
Tue, 13 Jul 2010 13:40:51 +0200 Jaroslav Hajek some optimizations for mat2cell
Fri, 25 Jun 2010 12:48:54 +0200 Jaroslav Hajek optimize num2cell on structs
Wed, 16 Jun 2010 20:36:55 -0700 Rik Periodic grammar check of documentation files to ensure common format.
Tue, 08 Jun 2010 20:22:38 -0700 Rik Improve documentation strings.
Fri, 28 May 2010 12:28:06 +0200 Jaroslav Hajek make cellfun's fast scalar collection mechanism public
Wed, 14 Apr 2010 12:23:13 +0200 Jaroslav Hajek add some missing copyright stmts
Sun, 21 Mar 2010 15:35:50 +0100 Jaroslav Hajek fix parsing of function names in cellfun
Sat, 23 Jan 2010 21:41:03 +0100 Jaroslav Hajek merge MArray classes & improve Array interface
Wed, 10 Feb 2010 07:29:53 +0100 Jaroslav Hajek make isreal matlab compatible
Thu, 21 Jan 2010 14:22:20 +0100 Jaroslav Hajek improve cellfun & avoid undefined values from builtins
Wed, 20 Jan 2010 17:40:53 -0500 John W. Eaton DLD-FUNCTIONS/*.cc: delete Emacs local-variables settings
Wed, 20 Jan 2010 17:33:41 -0500 John W. Eaton DLD-FUNCTIONS/*.cc: untabify
Sun, 17 Jan 2010 22:09:05 +0100 Jaroslav Hajek improve cellslices
Sun, 17 Jan 2010 13:31:42 +0100 Thorsten Meyer Update docs and add tests for container functions
Fri, 08 Jan 2010 11:25:08 +0100 Jaroslav Hajek return class types by reference in const Array element access functions
Wed, 06 Jan 2010 13:18:41 +0100 Jaroslav Hajek make unwind_protect frames local
Thu, 31 Dec 2009 07:05:26 +0100 Jaroslav Hajek rewrite uniformoutput optimization in cellfun
Wed, 30 Dec 2009 06:01:51 +0100 Jaroslav Hajek fix common_size optimization
Sun, 27 Dec 2009 21:56:53 +0100 Jaroslav Hajek optimize cellfun (@subsref, args, {subs}, uniformoutput, true) case
Tue, 15 Dec 2009 13:07:05 +0100 Jaroslav Hajek allow functions returning no value in cellfun
Mon, 19 Oct 2009 12:12:58 +0200 Jaroslav Hajek fix cellslices to handle empty ranges with non-positive bounds
Fri, 16 Oct 2009 10:28:26 +0200 Jaroslav Hajek extend Array<T>
Thu, 15 Oct 2009 13:07:44 +0200 Jaroslav Hajek again allow the obsolete syntax for cellfun
Thu, 01 Oct 2009 21:59:27 +0200 Jaroslav Hajek omission from last patch
Thu, 01 Oct 2009 21:58:01 +0200 Jaroslav Hajek fix crash in cellfun
Thu, 01 Oct 2009 14:07:06 +0200 Jaroslav Hajek rewrite num2cell for speed-up + a few associated fixes
Sun, 06 Sep 2009 08:06:54 +0200 Jaroslav Hajek fix broken tests
Tue, 28 Jul 2009 13:46:23 +0200 Jaroslav Hajek auto-expanding scalar cells in cellfun
Fri, 24 Jul 2009 11:41:41 +0200 Jaroslav Hajek avoid double error messages in cellfun
Thu, 23 Jul 2009 14:44:30 +0200 Jaroslav Hajek implement overloaded function handles
Tue, 23 Jun 2009 08:22:13 +0200 Jaroslav Hajek update unwind_protect usage everywhere
Sat, 06 Jun 2009 18:30:52 -0700 Rik Various documentation improvements
Sun, 17 May 2009 12:18:06 -0700 Rik Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction.
Sat, 28 Mar 2009 13:57:22 -0700 Rik Check grammar on all .cc files
Sun, 29 Mar 2009 09:05:44 +0200 Jaroslav Hajek have cellslices index the last dim of n-d arrays
Wed, 25 Mar 2009 18:13:08 -0700 Rik Merge documentation cleanup changes to main branch.
Sat, 21 Mar 2009 15:52:41 -0700 Rik Cleanup of data types related documentation
Wed, 18 Mar 2009 12:06:46 +0100 Jaroslav Hajek cellfun optimizations
Sun, 15 Mar 2009 10:09:44 +0100 Jaroslav Hajek add cellslices function