log liboctave/ChangeLog @ 8710:739141cde75a ss-3-1-52

age author description
Mon, 09 Feb 2009 13:05:35 +0100 Jaroslav Hajek sorting optimizations
Thu, 05 Feb 2009 19:39:38 -0500 John W. Eaton file-stat.cc: use EXISTS instead of OK in previuos change
Thu, 05 Feb 2009 17:38:24 -0500 John W. Eaton base_file_stat::is_XXX: return false if object is not initialized
Thu, 05 Feb 2009 15:11:24 +0100 Jaroslav Hajek ChangeLog fix for last two patches
Wed, 04 Feb 2009 16:05:01 +0100 Jaroslav Hajek redo changeset 4238f2600a17 with fixes to sorting
Thu, 05 Feb 2009 02:42:58 -0500 John W. Eaton eliminte some compiler warnings
Wed, 04 Feb 2009 15:53:24 -0500 John W. Eaton undo changeset 4238f2600a17
Wed, 04 Feb 2009 16:05:01 +0100 Jaroslav Hajek fix string_vector::sort
Wed, 04 Feb 2009 10:18:22 +0100 Jaroslav Hajek chunked buffer allocation for pointers
Tue, 03 Feb 2009 09:11:48 +0100 Benjamin Lindner Add missing libqrupdate to liboctave link dependencies
Tue, 03 Feb 2009 08:16:39 +0100 Jaroslav Hajek reduce memory usage in sorting
Mon, 02 Feb 2009 15:35:32 +0100 Jaroslav Hajek abs,real,imag,conj: use code from mx-inlines rather than the generic map
Thu, 29 Jan 2009 12:57:59 -0500 John W. Eaton ChangeLog fixes
Thu, 29 Jan 2009 12:50:25 -0500 John W. Eaton don't convert NaN to logical in bool expressions
Wed, 28 Jan 2009 17:42:18 -0500 John W. Eaton use separate prefix for shllib and shlbin files
Wed, 28 Jan 2009 09:33:27 +0100 Jaroslav Hajek use shallow copying in Matrix/RowVector/ColumnVector conversions
Tue, 27 Jan 2009 22:44:38 -0500 Benjamin Lindner add -lregex to REGEX_LIBS at configure stage, add ARPACK_LIBS, REGEX_LIBS to liboctave's link deps
Tue, 27 Jan 2009 12:40:06 +0100 Jaroslav Hajek improve & fix QR classes
Fri, 23 Jan 2009 13:13:39 +0100 Jaroslav Hajek further indexing optimization touches
Fri, 23 Jan 2009 09:57:19 +0100 Jaroslav Hajek implement octave_value_list using Array
Thu, 22 Jan 2009 13:50:08 +0100 Jaroslav Hajek fix sorting of ranges
Thu, 22 Jan 2009 13:26:04 +0100 Jaroslav Hajek optimize resizable indexing with scalars
Thu, 22 Jan 2009 11:10:47 +0100 Jaroslav Hajek use replacement methods if qrupdate is not available
Wed, 21 Jan 2009 15:50:34 +0100 Jaroslav Hajek optimize range-scalar ops
Tue, 20 Jan 2009 20:02:43 -0500 file-io.cc (Ffstat): new function [mq]: fstat
Tue, 20 Jan 2009 21:16:42 +0100 Jaroslav Hajek imported patch qrupdate.diff
Sat, 17 Jan 2009 16:33:30 +0100 Jaroslav Hajek add some explaining comments
Thu, 15 Jan 2009 14:58:49 -0500 John W. Eaton reshape: improve error message
Thu, 15 Jan 2009 07:22:24 +0100 Jaroslav Hajek clean up Array and DiagArray2
Thu, 15 Jan 2009 07:22:24 +0100 Jaroslav Hajek implement non-copying contiguous range indexing