src/ChangeLog
2009-07-03 fix missing unwind_protect::run in pt-eval.cc
2009-07-02 allow which look for files on path
2009-07-02 use proper empty value in Cell::index
2009-07-02 Fix 'format rat' for values like '1 - eps'
2009-07-02 fix kbhit(1) to not discard waiting keystrokes
2009-06-30 remove assertion in force_variable
2009-06-29 load-path.cc (Faddpath): preserve order of prepended elements
2009-06-25 Add tests for preservation of key order
2009-06-25 fix result class calculation in pt-mat.cc
2009-06-25 remove ans from the list of former built-in variables
2009-06-24 workaround sig_atomic_t != int in pt-eval.cc
2009-06-24 improve error handling
2009-06-24 oct-map.cc: fix thinko in previous change
2009-06-24 oct-map.cc: preserve key order
2009-06-22 fix slow cellstr -> char matrix conversions
2009-06-22 properly unshare variable in subsasgn
2009-06-18 mex.cc (mxArray_octave_value::get_data): avoid enumerating types that can be handled as foreign
2009-06-16 fix context restoration in error state
2009-06-16 fix include guards
2009-06-12 simplify octave_cell::sort
2009-06-11 tree_anon_fcn_handle::dup: don't convert to tree_constant
2009-06-11 don't look for object index after keyword
2009-06-11 avoid using readline at all when line editing suppressed or interpreter embedded
2009-06-11 don't garble readline settings when line editing is disabled
2009-06-09 fix log2 with 2 outargs, loosen tests to meet IEEE
2009-06-09 fix exist for function handles and inline functions
2009-06-09 properly clear global variables
2009-06-08 fix behavior of clear
2009-06-07 allow ranges and other matrices in set
2009-06-07 fix behavior of find
2009-06-06 Expand documentation for 'complex' function
2009-06-06 Update documentation for NA and isna functions
2009-06-06 Update documentation for load and save
2009-06-06 Update documentation for 'format'
2009-06-05 Update documentation for 'who' family of functions.
2009-06-03 Correct documentation for keyboard function
2009-06-05 version 3.2.0
2009-06-03 src/Makefile.in: Add CARBON_LIBS to OCTINTERP_LINK_DEPS.
2009-06-02 don't crash on assignments like a() = 1
2009-05-28 load_path::do_files: avoid shadow warning from GCC
2009-05-27 imwrite.m: convert indexed images to RGB before calling __magick_write__
2009-05-27 Fix RGB color construction in __magick_read__.cc
2009-05-26 omit file extensions from __list_functions__ output
2009-05-26 properly unmark forced variables
2009-05-25 don't allow quit() in embedded mode by default, make configurable
2009-05-25 don't print undefined symbols in who
2009-05-22 More export symbols to allow usage from an IDE.
2009-05-22 ChangeLog fixes
2009-05-21 clear -classes and support.
2009-05-22 fix another indexing bug in liboctinterp
2009-05-21 Use display information from the root object to compute bounding boxes
2009-05-21 Add missing xxx_API decoration and remove misplaced ones
2009-05-21 Add mkstemp implementation based on mktemp, for platforms missing it
2009-05-21 Avoid implicit Array<octave_idx_type> instantiation
2009-05-20 pt-assign.cc (maybe_warn_former_built_in_variable): set initialized to true on first call
2009-05-20 use Array<void *> in ov-typeinfo.h
2009-05-20 declare octave_exit using a typedef
2009-05-20 remove redundant include
2009-05-20 smarter handling of quit()
2009-05-19 call mlock in __fltk_init__