log

age author description
Wed, 10 Feb 2010 12:55:12 -0500 John W. Eaton graphics.cc (base_properties::set_children): ensure new children are column vector
Wed, 10 Feb 2010 12:48:48 -0500 John W. Eaton use DEFUNX instead of DEFUN for all functions in syscalls.cc
Wed, 10 Feb 2010 12:38:16 -0500 John W. Eaton __magick_read__.cc: style fixes
Wed, 10 Feb 2010 16:15:30 +0100 Jaroslav Hajek improve docs of fzero/fminbnd
Wed, 10 Feb 2010 13:33:54 +0100 Jaroslav Hajek implement fminbnd
Wed, 10 Feb 2010 08:41:49 +0100 David Grundberg imread: Make reading non-indexed images faster
Wed, 10 Feb 2010 07:58:13 +0100 Jaroslav Hajek remove redundant test in bsxfun
Wed, 10 Feb 2010 07:57:43 +0100 Jaroslav Hajek remove islist
Wed, 10 Feb 2010 07:33:20 +0100 Jaroslav Hajek update NEWS
Wed, 10 Feb 2010 07:29:53 +0100 Jaroslav Hajek make isreal matlab compatible
Wed, 10 Feb 2010 07:07:00 +0100 Jaroslav Hajek clarify isnumeric and ismatrix
Tue, 09 Feb 2010 20:58:55 -0500 John W. Eaton base_properties::set_children: account for hidden children
Tue, 09 Feb 2010 20:10:35 -0500 John W. Eaton avoid some possible gnulib #defines
Tue, 09 Feb 2010 17:44:22 -0500 John W. Eaton fix reload warning for dynamically linked functions
Tue, 09 Feb 2010 17:12:17 -0500 John W. Eaton imshow for logical matrices
Tue, 09 Feb 2010 12:56:47 +0100 Jaroslav Hajek optimize return values of find and sort
Tue, 09 Feb 2010 11:43:03 +0100 Jaroslav Hajek more coding tips
Tue, 09 Feb 2010 10:48:31 +0100 Jaroslav Hajek more small improvements in accumarray
Tue, 09 Feb 2010 09:44:19 +0100 Jaroslav Hajek fix invalid checks in amd functions
Tue, 09 Feb 2010 07:41:22 +0100 Jaroslav Hajek replace eval by sscanf in menu.m
Tue, 09 Feb 2010 07:36:01 +0100 Jaroslav Hajek vectorize substruct
Mon, 08 Feb 2010 17:35:04 -0500 John W. Eaton fix gnulib includes
Mon, 08 Feb 2010 17:30:23 -0500 John W. Eaton use gnulib progname module
Mon, 08 Feb 2010 15:24:42 +0100 Jaroslav Hajek update some copyright notices
Mon, 08 Feb 2010 13:39:12 +0100 Jaroslav Hajek update NEWS
Mon, 08 Feb 2010 13:22:09 +0100 Jaroslav Hajek document accumarray complexity
Mon, 08 Feb 2010 11:32:07 +0100 Jaroslav Hajek take advantage of new sort optimization in accumarray
Mon, 08 Feb 2010 11:16:52 +0100 Jaroslav Hajek implement special-case optimization for sort of index vectors
Mon, 08 Feb 2010 01:36:18 -0500 John W. Eaton Fclass: improve argument decoding
Mon, 08 Feb 2010 07:20:27 +0100 Jaroslav Hajek 1 more small fix in accumarray