log

age author description
Fri, 25 Apr 2008 12:16:42 -0400 John W. Eaton eliminate tree_statement_stack; handle current statement info in octave_call_stack
Thu, 24 Apr 2008 16:18:44 -0400 John W. Eaton octave_call_stack::unwind_pop_script: delete unused function
Thu, 24 Apr 2008 15:42:57 -0400 Michael Goffioul lo-sysdep.cc (octave_popen2): don't set PIPE_NOWAIT for parentWrite
Thu, 24 Apr 2008 03:21:57 -0400 Jaroslav Hajek fix max_recursion_limit exceeded at startup with Intel C++
Thu, 24 Apr 2008 02:51:49 -0400 John W. Eaton file-io.cc (do_stream_open): return -1 for directories
Wed, 23 Apr 2008 16:39:40 -0400 John W. Eaton __qp__.cc: avoid bounds error when removing constraint from active set
Wed, 23 Apr 2008 16:03:34 -0400 John W. Eaton more consistent handling of CR/CRLF/LF line endings in lexer and parser
Mon, 21 Apr 2008 11:51:34 -0400 John W. Eaton idx-vector.cc: fix for-loop condition
Mon, 21 Apr 2008 11:03:39 -0400 David Bateman Try to get the colorbar position right for manual aspect ratios as well
Sun, 20 Apr 2008 09:50:22 -0400 Jaroslav Hajek cosmetic fixes in QR & Cholesky updating codes
Sun, 20 Apr 2008 09:04:47 -0400 John W. Eaton octave_stream::read: allow single data type specification but return double
Sat, 19 Apr 2008 01:59:31 -0400 John W. Eaton first pass at handling block comments
Fri, 18 Apr 2008 13:29:50 -0400 John W. Eaton lex.l: allow tokens to be displayed when parsed
Fri, 18 Apr 2008 11:57:32 -0400 John W. Eaton disp: produce sq-string unless arg is a dq-string
Thu, 17 Apr 2008 16:44:49 -0400 John W. Eaton unify comment and help text processing in lex.l and parse.y
Wed, 16 Apr 2008 22:08:15 -0400 John W. Eaton octave_user_code: new base class for octave_user_script and octave_user_function
Wed, 16 Apr 2008 21:50:59 -0400 John W. Eaton save: fix continuation character in doc string
Wed, 16 Apr 2008 23:33:36 +0200 David Bateman Delete idx in Sparse<T> and Array<T> operator =
Wed, 16 Apr 2008 15:15:26 -0400 John W. Eaton __gnuplot_version__: use newline at end of message
Wed, 16 Apr 2008 15:09:56 -0400 John W. Eaton parse scripts completely before executing
Wed, 16 Apr 2008 14:19:59 -0400 sh Display a (hopefully) informative error message if gnuplot isn't found
Tue, 15 Apr 2008 16:31:28 -0400 John W. Eaton ChangeLog fix
Tue, 15 Apr 2008 16:30:09 -0400 John W. Eaton view: get values from current axes if nargin == 0
Tue, 15 Apr 2008 02:29:08 -0400 David Bateman Minor fix for multiple patches with NaN values
Mon, 14 Apr 2008 13:30:40 -0400 David Bateman Minor texinfo errors
Mon, 14 Apr 2008 13:27:21 -0400 Jaroslav Hajek octave_scan_1: fix reading of hex numbers
Mon, 14 Apr 2008 13:13:25 -0400 John W. Eaton fread, fwrite: allow SKIP arg to be omitted
Wed, 09 Apr 2008 13:31:12 -0400 John W. Eaton changeset: 7800:9828eda04f24
Wed, 09 Apr 2008 13:24:07 -0400 Michael Goffioul Fix various tests under Win32.
Wed, 09 Apr 2008 13:12:27 -0400 Michael Goffioul Fix stat'ing root pathnames ('\' or '/') under Win32.