log liboctave/ChangeLog @ 10143:f3c34b518422

age author description
Wed, 20 Jan 2010 10:58:55 +0100 Jaroslav Hajek simplify pairwise min/max implementations
Wed, 20 Jan 2010 10:38:00 +0100 Jaroslav Hajek make OCTAVE_QUIT a function
Wed, 20 Jan 2010 08:56:12 +0100 Jaroslav Hajek fix reversed min/max in bsxfun
Wed, 20 Jan 2010 02:01:26 -0500 John W. Eaton glob-match.h: update copyright
Wed, 20 Jan 2010 01:57:41 -0500 John W. Eaton avoid conflict between glob.h definition of glob and glob_match::glob function
Sun, 17 Jan 2010 15:13:53 +0100 Jaroslav Hajek use octave_idx_type where needed
Sun, 17 Jan 2010 20:32:38 +0000 Michael Goffioul Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Fri, 15 Jan 2010 10:34:54 +0100 Jaroslav Hajek simplify Array::insert methods
Fri, 15 Jan 2010 08:57:07 +0100 Jaroslav Hajek optimize sorting of bools
Thu, 14 Jan 2010 22:39:17 +0100 Jaroslav Hajek fix concatenation bug
Thu, 14 Jan 2010 13:16:09 +0100 Jaroslav Hajek optimize bsxfun for chars
Thu, 14 Jan 2010 03:10:46 -0500 John W. Eaton fix prototypes for zherk and cherk
Thu, 14 Jan 2010 01:11:27 -0500 John W. Eaton oct-rl-edit.c (octave_rl_set_terminal_name): save term string before setting rl_terminal_name
Wed, 13 Jan 2010 22:31:48 -0500 John W. Eaton cleanups to avoid valgrind warnings
Wed, 13 Jan 2010 22:06:58 +0100 Jaroslav Hajek allow the general case in Array<T>::compute_index
Wed, 13 Jan 2010 18:19:37 +0100 Jaroslav Hajek always chop dimension vector when constructing Arrays
Mon, 11 Jan 2010 22:38:08 -0800 Rik Remove unnecessary uses of simple_move_if_change_rule
Fri, 08 Jan 2010 11:25:08 +0100 Jaroslav Hajek return class types by reference in const Array element access functions
Thu, 07 Jan 2010 16:43:48 -0500 John W. Eaton use gettimeofday module from gnulib
Thu, 07 Jan 2010 07:58:23 +0100 Jaroslav Hajek handle interrupts octave_fgets
Tue, 05 Jan 2010 02:02:28 -0500 John W. Eaton include -I../libgnu in AM_CPPFLAGS
Wed, 30 Dec 2009 05:30:54 +0100 Jaroslav Hajek implement index reduction rule for multiple constant ranges
Mon, 28 Dec 2009 10:42:05 -0500 John W. Eaton file-ops.cc: avoid problems if sys/stat.h #defines mkdir or mkfifo
Sat, 26 Dec 2009 00:07:01 -0500 John W. Eaton use gnulib modules for fstat, lstat, and stat
Sat, 26 Dec 2009 00:20:12 -0500 John W. Eaton use mkdir module from gnulib
Fri, 25 Dec 2009 21:38:20 -0500 John W. Eaton use gnuplib crypto/md5 module
Sat, 19 Dec 2009 22:58:54 -0800 Rik Eliminate TOPDIR variable in favor of built-in automake variables
Thu, 17 Dec 2009 02:38:33 -0500 John W. Eaton avoid conflict with gnulib defining glob to be rpl_glob
Tue, 15 Dec 2009 10:05:38 +0100 Jaroslav Hajek fix subscripting of vectors by N-d arrays
Tue, 15 Dec 2009 10:04:34 +0100 Jaroslav Hajek optimize indexing of ranges by single subscripts
Tue, 15 Dec 2009 10:01:35 +0100 Jaroslav Hajek fix idx_vector::loop for masks
Sun, 13 Dec 2009 20:01:16 -0800 Rik Clean liboctave/Makefile.am to use more standard automake syntax
Sat, 12 Dec 2009 06:18:31 +0100 Jaroslav Hajek remove stray decls from oct-shlib.h
Fri, 11 Dec 2009 20:59:27 -0500 John W. Eaton oct-shlib.cc (octave_dlopen_shlib): reverse sense of test and improve error message
Fri, 11 Dec 2009 13:46:24 -0500 John W. Eaton ChangeLog fixes
Thu, 10 Dec 2009 09:14:47 +0100 Jaroslav Hajek improve octave_shlib for safer shared libs treatment
Wed, 09 Dec 2009 02:20:30 -0500 John W. Eaton call nstrftime, not my_strftime
Wed, 09 Dec 2009 01:36:50 -0500 John W. Eaton start using gnulib
Tue, 08 Dec 2009 12:45:58 +0100 Jaroslav Hajek several fixes by M. Goffioul
Sat, 05 Dec 2009 21:30:47 +0100 Jaroslav Hajek optimize issorted for doubles & floats
Sat, 05 Dec 2009 06:10:41 +0100 Jaroslav Hajek fix & improve lookup API
Fri, 04 Dec 2009 14:02:15 +0100 Jaroslav Hajek fix issorted with NaNs in middle
Thu, 03 Dec 2009 15:39:20 -0500 John W. Eaton more automake fixes
Tue, 01 Dec 2009 10:41:52 +0100 Jaroslav Hajek improve idx_vector->octave_value conversion
Sun, 29 Nov 2009 07:51:15 +0100 Jaroslav Hajek fix & extend special-case optimizations for indexed assignment
Fri, 27 Nov 2009 14:42:07 +0100 Jaroslav Hajek smarter treatment of mask indexing
Fri, 27 Nov 2009 09:10:21 +0100 Jaroslav Hajek implement Array<T>::nnz
Wed, 25 Nov 2009 07:31:59 +0100 Jaroslav Hajek improve chol Matlab compatibility
Tue, 24 Nov 2009 12:30:26 +0100 Jaroslav Hajek move idx_add methods to MArrayN
Thu, 19 Nov 2009 15:48:33 +0100 Jaroslav Hajek improve safe numel() calculation for arrays
Thu, 19 Nov 2009 14:40:17 +0100 Jaroslav Hajek use Array::get_size in Array::clear
Thu, 19 Nov 2009 10:30:57 +0100 Jaroslav Hajek implement built-in erfinv
Wed, 18 Nov 2009 15:50:54 +0100 David Grundberg list_in_columns: Don't SIGFPE when given empty first argument
Wed, 18 Nov 2009 13:34:58 +0100 Jaroslav Hajek fix loading sparse matrices
Wed, 18 Nov 2009 12:03:07 +0100 Jaroslav Hajek optimize bsxfun (@power, ...)
Fri, 13 Nov 2009 12:34:46 +0100 Jaroslav Hajek narrow complex values with negative zero imaginary parts
Tue, 17 Nov 2009 04:08:23 +0100 Jaroslav Hajek fix bug in balance
Fri, 13 Nov 2009 22:43:41 -0500 John W. Eaton add -DX_DLL_DEFS to CPPFLAGS
Fri, 13 Nov 2009 12:00:53 +0100 Jaroslav Hajek add a couple of useful loops
Thu, 12 Nov 2009 15:47:58 +0100 Jaroslav Hajek improve unary mapper system