log

age author description
Fri, 11 Jul 2008 17:59:28 -0400 John W. Eaton miscellaneous cleanup
Fri, 11 Jul 2008 15:43:10 -0400 John W. Eaton eliminate octave_call_stack member functions caller_user_script and caller_user_function, and unused difference_type args
Fri, 11 Jul 2008 14:56:30 -0400 John W. Eaton error for NaN values in & and | expressions
Thu, 10 Jul 2008 17:36:20 -0400 John W. Eaton configure.in: use #endif, not #fi in test
Wed, 25 Jun 2008 22:11:07 +0200 Jaroslav Hajek improve set functions for Matlab compatibility
Mon, 30 Jun 2008 15:51:31 +0200 David Bateman new NDArray constructor for ArrayN<octave_idx_type>
Wed, 09 Jul 2008 22:35:06 +0200 David Bateman Add matlab V4 sparse matrixload/save
Thu, 10 Jul 2008 10:57:55 -0400 John W. Eaton octMakefile.in (DIRS_TO_MAKE): finish previous change
Thu, 10 Jul 2008 10:54:19 -0400 John W. Eaton octMakefile.in (DIRS_TO_MAKE): update list
Thu, 10 Jul 2008 10:01:18 -0400 John W. Eaton configure.in: check for ftgl.h instead of FTGL.h
Thu, 10 Jul 2008 08:59:18 -0400 John W. Eaton Various compilation fixes for MSVC.
Wed, 09 Jul 2008 18:03:10 -0400 John W. Eaton toplev.cc (main_loop): undo previous change; input.cc (get_debug_input): don't delete global_command here
Wed, 09 Jul 2008 16:16:19 -0400 John W. Eaton toplev.h (octave_call_stack::instance_ok): push top scope when creating instance
Wed, 09 Jul 2008 12:28:26 -0400 John W. Eaton DLD-FUNCTIONS/inv.cc (Finv): Avoid GCC warning
Wed, 09 Jul 2008 12:26:37 -0400 John W. Eaton DLD-FUNCTIONS/expm.cc (expm): Avoid GCC warning
Wed, 09 Jul 2008 18:09:51 +0200 David Bateman Fix seg-fault for dbstep at end of function
Wed, 09 Jul 2008 12:07:17 -0400 John W. Eaton ov-fcn-inline.cc (octave_fcn_inline::load_ascii): Avoid GCC warning
Wed, 09 Jul 2008 11:01:37 -0400 John W. Eaton Implement basic line antialiasing
Wed, 09 Jul 2008 11:00:45 -0400 John W. Eaton Draw markers above lines
Wed, 09 Jul 2008 11:00:21 -0400 John W. Eaton Allow octave compilation without FLTK/OpenGL
Wed, 09 Jul 2008 10:59:29 -0400 John W. Eaton Fix nil_rep reference counting in gl-render.cc::vertex_data internal class
Wed, 09 Jul 2008 10:58:12 -0400 John W. Eaton save and restore global_command as needed
Tue, 08 Jul 2008 14:22:08 -0400 John W. Eaton graphics.h.in (axes::properties::keypos): Declare as any_property instead of double_property
Tue, 08 Jul 2008 12:00:32 -0400 John W. Eaton call stack changes
Sat, 28 Jun 2008 05:15:02 -0400 John W. Eaton ChangeLog additions
Thu, 26 Jun 2008 16:06:14 -0400 John W. Eaton token.h: Omit "class symbol_table::symbol_record" decl
Thu, 26 Jun 2008 15:59:51 -0400 John W. Eaton lex.l (grab_block_comment): Use parens around || expression within && expression
Wed, 25 Jun 2008 08:05:33 -0400 John W. Eaton avoid shadow warning
Wed, 25 Jun 2008 12:46:32 +0200 David Bateman Frats fix for nargin==0
Fri, 20 Jun 2008 23:38:44 +0200 Jaroslav Hajek avoid using gensub in genprops.awk