log libinterp/corefcn/data.cc @ 18823:dccbc8bff5cb stable

age author description
Sun, 01 Jun 2014 21:41:58 -0700 Rik Fix binmap for sparse-scalar or scalar-sparse operations (bug #40813). stable
Sun, 25 May 2014 10:29:05 -0700 Rik maint: Periodic merge gui-release -> default.
Sun, 25 May 2014 10:26:18 -0700 Rik maint: Periodic merge of stable -> gui-release. gui-release
Fri, 23 May 2014 11:48:23 -0700 Rik Fix segfault with sparse inputs to complex() (bug #42290). stable
Sun, 04 May 2014 16:23:47 -0700 Rik Rewrite docstring of sum() to match prod().
Sun, 04 May 2014 16:08:46 -0700 Rik Add "native" option to prod() (bug #40349).
Fri, 25 Apr 2014 15:49:03 -0700 Rik doc: Fix unbalanced parentheses in documentation.
Fri, 25 Apr 2014 13:25:25 -0700 Rik maint: Clean up extra spaces before/after parentheses.
Fri, 25 Apr 2014 10:02:10 -0700 Rik Clean up questionable code bits identified by clang sanitize.
Fri, 03 Jan 2014 17:33:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Sun, 29 Dec 2013 21:17:31 -0500 Mike Sander fix cumsum typo gui-release
Tue, 17 Dec 2013 09:00:34 -0800 Marco Caliari Return empty matrix rather than issuing error when requested diagonal is out of range.
Thu, 05 Dec 2013 16:11:14 -0800 Rik maint: Don't use space between 'args' and '(' when doing indexing.
Thu, 05 Dec 2013 10:50:17 -0800 Rik Follow coding convention of defining and initializing only 1 variable per line in liboctinterp.
Tue, 12 Nov 2013 22:37:50 -0800 Rik Issue an error if reshape called with just a single dimension.
Mon, 04 Nov 2013 01:19:05 -0500 John W. Eaton use gnulib frexp module
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 09 Oct 2013 22:38:43 -0400 John W. Eaton avoid memory leaks in base_64_encode and base_64_decode (bug #40228)
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Sat, 17 Aug 2013 11:45:20 -0700 Rik doc: Rename @xcode macro to @tcode (transpose code) for clarity.
Thu, 08 Aug 2013 12:31:12 -0700 Rik test: Correct typo '%assert' -> '%!assert' to have test blocks run.
Tue, 30 Jul 2013 21:29:57 -0400 Mike Miller norm: fix argument handling to match the docstring (bug #34778)
Wed, 03 Jul 2013 17:43:48 -0700 Rik maint: Collapse interpfcn and interpfcn-core directories into corefcn directory. base libinterp/interpfcn/data.cc@c89e9ded6757