log

age author description
Wed, 25 Feb 2009 06:47:16 +0100 Jaroslav Hajek simplify integer power
Wed, 25 Feb 2009 00:41:40 -0500 Jason Riedy pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Wed, 25 Feb 2009 00:39:09 -0500 John W. Eaton input.cc (get_debug_input): don't pass arbitrary input to message as a format string
Tue, 24 Feb 2009 15:08:39 -0500 John W. Eaton doc and lookfor fixes
Tue, 24 Feb 2009 14:13:32 -0500 Jason Riedy gen_doc_cache.m: call __makeinfo__, not makeinfo
Tue, 24 Feb 2009 19:25:25 +0100 Jaroslav Hajek remove url hrefs from diagperm.txi
Tue, 24 Feb 2009 13:09:08 -0500 John W. Eaton fix typo in NEWS file
Tue, 24 Feb 2009 13:53:14 +0100 Jaroslav Hajek fix fsolve bug
Tue, 24 Feb 2009 11:15:05 +0100 Jaroslav Hajek workaround gcc 4.3 explicit instantiation bug in octave_int_cmp_op
Tue, 24 Feb 2009 11:12:38 +0100 Jaroslav Hajek remove duplicate conversions in OPERATORS
Tue, 24 Feb 2009 11:11:40 +0100 Jaroslav Hajek add missing scalar->int scalar conversions
Tue, 24 Feb 2009 04:34:24 -0500 John W. Eaton add op-float-conv.cc for previous change
Tue, 24 Feb 2009 04:29:55 -0500 John W. Eaton single conversions
Tue, 24 Feb 2009 09:21:28 +0100 Jaroslav Hajek improve the diag & perm matrices text
Tue, 24 Feb 2009 01:46:37 -0500 Thorsten Meyer Add make target "configfiles" to automatically regenerate configuration files
Tue, 24 Feb 2009 00:57:01 -0500 Thorsten Meyer Do not autogenerate Makefile from Makefile.in.
Mon, 23 Feb 2009 22:40:11 -0500 John W. Eaton ov-base-sparse.cc (octave_base_sparse<T>::print_raw): remove extra ")\n" from output
Mon, 23 Feb 2009 16:44:42 -0500 John W. Eaton fplot.m: fix nargin check
Mon, 23 Feb 2009 16:37:40 -0500 John W. Eaton Fix small error in previous commit, which was two changes that should not have been combined; the first change was to improve breakpoints in debugging and was not mentioned in the commit message. Ugh.
Mon, 23 Feb 2009 16:29:20 -0500 John W. Eaton eigs.cc (Feigs): fix handling of sigma arg
Mon, 23 Feb 2009 12:55:32 -0500 John W. Eaton better handling of end of script/function no-op command
Mon, 23 Feb 2009 12:44:57 -0500 John W. Eaton don't store breakpoint info in tree_statement object
Mon, 23 Feb 2009 12:29:10 -0500 John W. Eaton line/column info for switch and if statements
Mon, 23 Feb 2009 12:25:45 -0500 John W. Eaton auto repeat for debugging commands
Mon, 23 Feb 2009 14:54:56 +0100 Jaroslav Hajek support diagonal matrices in pinv
Mon, 23 Feb 2009 13:55:44 +0100 Jaroslav Hajek add chapter about diagonal and permutation matrices to manual
Mon, 23 Feb 2009 12:47:30 +0100 Jaroslav Hajek omission from last patch
Mon, 23 Feb 2009 08:46:19 +0100 Jaroslav Hajek add missing volatile declaration in quit.h
Sun, 22 Feb 2009 13:31:04 -0500 John W. Eaton fix sparse diag divide by zero test
Sat, 21 Feb 2009 01:27:23 +0100 David Bateman Don't perform narrowing to full matrices in mixed spare scalar operators