log src/ChangeLog @ 9532:c4179ff88cf3

age author description
Mon, 17 Aug 2009 12:25:34 -0400 John W. Eaton list LIBS last in OCTINTERP_LINK_DEPS
Mon, 17 Aug 2009 12:19:33 -0400 Michael Goffioul configure and Makefile fixes for Windows
Mon, 17 Aug 2009 13:09:12 +0200 Jaroslav Hajek partially revert e79470be3ecb
Thu, 13 Aug 2009 18:20:31 -0400 John W. Eaton more configure changes for libraries
Thu, 13 Aug 2009 15:51:57 +0200 Jaroslav Hajek implement subsasgn this-arg optimization
Thu, 13 Aug 2009 11:52:07 +0200 Jaroslav Hajek simplify cloning
Thu, 13 Aug 2009 00:41:07 -0400 John W. Eaton improve configure checks for qhull and curl libs
Wed, 12 Aug 2009 15:26:07 +0200 Jaroslav Hajek include LDFLAGS for shared liboctave and liboctinterp
Wed, 12 Aug 2009 07:20:47 +0200 Jaroslav Hajek fix some functions help markup
Tue, 11 Aug 2009 23:52:20 -0400 John W. Eaton convert fftw planner classes to singleton objects
Tue, 11 Aug 2009 19:30:37 -0400 John W. Eaton more configure tweaks
Tue, 11 Aug 2009 16:06:01 -0400 John W. Eaton configure tweaks
Tue, 11 Aug 2009 09:08:12 +0200 Jaroslav Hajek implement built-in diff
Mon, 10 Aug 2009 15:18:41 -0400 John W. Eaton dlmread: perform tilde expansion to filename argument
Mon, 10 Aug 2009 10:08:10 +0200 Jaroslav Hajek fix handles to private functions, simplify out-of-date checks in symtab
Sun, 09 Aug 2009 06:39:19 -0400 John W. Eaton parse.y (Fevalin): also return output from CATCH expression
Sat, 08 Aug 2009 08:41:18 +0200 Jaroslav Hajek make ifelse an alias or merge
Thu, 06 Aug 2009 21:22:48 +0200 Jaroslav Hajek complete change d5570d4b1116
Thu, 06 Aug 2009 14:41:24 -0400 John W. Eaton ChangeLog and style fixes
Thu, 06 Aug 2009 13:42:17 -0400 John W. Eaton handle null matrix assignment for diagonal and permutation matrices
Wed, 05 Aug 2009 22:11:05 -0400 John W. Eaton use key list order for iterating through map with for loop
Wed, 05 Aug 2009 20:16:24 -0400 John W. Eaton include RLD_FLAG in OCT_LINK_DEPS
Wed, 05 Aug 2009 16:11:06 -0400 John W. Eaton clean up linker options
Wed, 05 Aug 2009 09:56:44 +0200 Jaroslav Hajek implement isindex function
Tue, 04 Aug 2009 16:31:15 -0400 John W. Eaton selectively complete filenames in some cases
Tue, 04 Aug 2009 15:32:14 -0400 John W. Eaton make dbwhere work when called at keyboard prompt
Tue, 04 Aug 2009 12:59:16 -0400 John W. Eaton correctly skip frame assigned to keyboard function
Tue, 04 Aug 2009 11:54:15 +0200 Jaroslav Hajek fix stack manip in keyboard
Mon, 03 Aug 2009 15:52:40 +0200 Jaroslav Hajek supply optimized compiled sub2ind & ind2sub
Thu, 30 Jul 2009 16:26:39 -0400 Ryan Rusaw handle classdef syntax in lexer and parser
Thu, 30 Jul 2009 21:14:04 +0200 Jaroslav Hajek rename merge -> ifelse
Thu, 30 Jul 2009 11:52:58 -0400 David Grundberg Parse nested functions more accurately.
Thu, 30 Jul 2009 13:23:21 +0200 Jaroslav Hajek implement merge function
Wed, 29 Jul 2009 18:39:25 -0400 John W. Eaton correctly parse things like '@(){1 2}'
Wed, 29 Jul 2009 13:40:42 -0400 John W. Eaton use complex function for acos mapper if arg is out of range [-1, 1]
Wed, 29 Jul 2009 12:15:27 -0400 John W. Eaton sanity checks for loading sparse matrices
Wed, 29 Jul 2009 09:09:48 +0200 Jaroslav Hajek also cache class dispatch lookups in function handles
Tue, 28 Jul 2009 13:46:23 +0200 Jaroslav Hajek auto-expanding scalar cells in cellfun
Mon, 27 Jul 2009 10:39:09 +0200 Jaroslav Hajek support non-local function lookups in str2func
Fri, 24 Jul 2009 07:43:52 -0400 John W. Eaton avoid complex -> real conversion when constructing arrays with []
Fri, 24 Jul 2009 11:41:41 +0200 Jaroslav Hajek avoid double error messages in cellfun
Fri, 24 Jul 2009 08:13:20 +0200 Jaroslav Hajek allow taking handles of methods with no base overload
Thu, 23 Jul 2009 15:46:42 -0400 shaia imported patch fltk_zoom
Thu, 23 Jul 2009 14:57:53 -0400 John W. Eaton variables.cc (symbol_exist): ignore errors when parsing functions
Thu, 23 Jul 2009 20:37:56 +0200 Jaroslav Hajek fix Cholesky updating with scalars
Thu, 23 Jul 2009 14:24:45 -0400 John W. Eaton toplev.cc: handle exceptions while preparing to exit
Thu, 23 Jul 2009 14:44:30 +0200 Jaroslav Hajek implement overloaded function handles
Wed, 22 Jul 2009 11:41:41 +0200 Jaroslav Hajek simplify symbol_table::find and associated functions
Tue, 21 Jul 2009 12:43:33 -0400 John W. Eaton improve behavior of builtin
Tue, 21 Jul 2009 12:49:17 -0400 John W. Eaton undo previous commit
Tue, 21 Jul 2009 12:43:33 -0400 John W. Eaton improve behavior of builtin
Mon, 20 Jul 2009 15:55:33 -0400 Aleksej Saushev initialize floating point values properly for NetBSD systems
Mon, 20 Jul 2009 11:51:10 +0200 Jaroslav Hajek fix signed integer shift
Fri, 17 Jul 2009 15:50:50 -0400 Benjamin Lindner determine correct image bitwidth in __magick_read__.cc
Thu, 16 Jul 2009 11:56:44 -0400 John W. Eaton graphics.cc (get_array_limits): require min_pos value to be greater than zero
Wed, 15 Jul 2009 13:51:20 -0400 Robert T. Short src/DLD-FUNCTIONS/filter.cc: new tests
Thu, 09 Jul 2009 15:41:27 -0400 John W. Eaton data.cc (Fones, Fzeros, Ftrue, Ffalse): update docstring
Wed, 08 Jul 2009 18:31:29 -0400 John W. Eaton graphics.cc (convert_cdata): return NaN for NaN values in cdata
Wed, 08 Jul 2009 17:55:54 -0400 John W. Eaton graphics.cc (convert_cdata): handle NaN values in cdata
Wed, 08 Jul 2009 14:06:53 -0400 John W. Eaton pt-assign.cc (maybe_warn_former_built_in_variable): improve message