| 7 days | John W. Eaton | load-path.cc (Faddpath): preserve order of prepended elements |
| 7 days | Jaroslav Hajek | a slight speed-up in oct-sort.cc |
| 8 days | Jaroslav Hajek | fix bug in recursive lookup |
| 8 days | Ben Abbott | Add feature 'wxt_has_size' to __gnuplot_has_feature__.m & apply in gnuplot_drawnow.m. |
| 8 days | John W. Eaton | graphics.h.in (gh_manager::restore_gcbo): fix decl for unwind-protect |
| 8 days | Jaroslav Hajek | yet more unwind_protect improvements |
| 8 days | Jaroslav Hajek | avoid passing local variable pointers to unwind_protect |
| 8 days | Jaroslav Hajek | further improve unwind_protect |
| 9 days | Ben Abbott | print.m: reimplement options -landscape and -portrait. |
| 9 days | Thorsten Meyer | Add tests for preservation of key order |
| 9 days | Alexander Barth | eigs-base.cc: use octave_idx_type for Fortran LOGICAL values |
| 9 days | Rafael Laboissiere | Drop conf.texi as prerequisite of dist target |
| 9 days | Jaroslav Hajek | fix result class calculation in pt-mat.cc |
| 9 days | Marco Caliari | repmat.m: call cron, not spkron |
| 9 days | John W. Eaton | remove ans from the list of former built-in variables |
| 9 days | John W. Eaton | add Alexander Mamonov to contributors list |
| 9 days | Alexander Mamonov | plot3.m: correctly compute offsets for property/value pairs |
| 9 days | Jaroslav Hajek | hide copy constructors in unwind-prot.h |
| 10 days | Jaroslav Hajek | improve error handling |
| 10 days | Alexander Mamonov | image/imread.m Test added. |
| 10 days | Robert T. Short | * run-octave.in: Exclude @-files from path. Remove CVS exclusions. |
| 10 days | John W. Eaton | oct-map.cc: fix thinko in previous change |
| 10 days | John W. Eaton | oct-map.cc: preserve key order |
| 10 days | Jaroslav Hajek | simplify tree_evaluator::visit_try_catch_command |
| 10 days | Jaroslav Hajek | update unwind_protect usage everywhere |
| 10 days | Jaroslav Hajek | refactor unwind_protect |
| 11 days | John W. Eaton | libcruft/Makefile.in (MISC_OBJ): remove misc/machar.o and misc/smachar.o from the list: |
| 11 days | Ben Abbott | grid.m: Add missing semi-colon. Fix grid toggle. Allow minor grid when no minor tick. |
| 11 days | John W. Eaton | var.m: fix typos (thinkos?) in previous change |
| 11 days | John W. Eaton | implement d1mach, i1mach, and r1mach using slamch and dlamch from lapack |
| 11 days | John W. Eaton | fix var for scalar and empty arguments |
| 11 days | Jaroslav Hajek | fix slow cellstr -> char matrix conversions |
| 12 days | Jaroslav Hajek | fix null assign test |
| 13 days | Jaroslav Hajek | properly unshare variable in subsasgn |
| 2 weeks | Jaroslav Hajek | update docs |
| 2 weeks | Jaroslav Hajek | improve lookup's inline docs |
| 2 weeks | Jaroslav Hajek | NEWS update |
| 2 weeks | Jaroslav Hajek | improve & fix ismember |
| 2 weeks | Jaroslav Hajek | fix small defect in oct_sort::lookup |
| 2 weeks | Jaroslav Hajek | use a smarter algorithm for default lookup |
| 2 weeks | Ben Abbott | __go_draw_axes__.m: Change the default x11 fontspec from '*,%d' to ',%d'. |
| 2 weeks | Ben Abbott | mpoles.m: Fix infinite loop for a multiplicity of poles at zero. Test added. |
| 2 weeks | Jaroslav Hajek | avoid useless zero initialization when doing matrix multiply |
| 2 weeks | John W. Eaton | mex.cc (mxArray_octave_value::get_data): avoid enumerating types that can be handled as foreign |
| 2 weeks | Ben Abbott | axis.m: Fix bug for 'axis tight' with multiple surface plots, add demo. |
| 2 weeks | Jaroslav Hajek | update coding tips |
| 2 weeks | Jaroslav Hajek | fix context restoration in error state |
| 2 weeks | Ben Abbott | quiver.m: Add 'clf' to demos. |
| 2 weeks | Ben Abbott | plotyy.m: Consider dataaspectratiomode before changing dataaspectratio. |
| 2 weeks | Jaroslav Hajek | NEWS update |
| 2 weeks | Jaroslav Hajek | autocache indices returned from find et al. |
| 2 weeks | Jaroslav Hajek | cache idx_vector result in matrices once used for indexing |
| 2 weeks | Ben Abbott | plotyy.m: Fix compatibility with subplot. |
| 2 weeks | Michael Goffioul | Move changelog entry to the correct position. |
| 2 weeks | Michael Goffioul | imported patch ticklabel |
| 2 weeks | Ben Abbott | plotyy.m: Correct behavior when there is no currentfigure. |
| 2 weeks | Jaroslav Hajek | optimize ismember |
| 2 weeks | Jaroslav Hajek | support char arrays in lookup |
| 3 weeks | John W. Eaton | fix typos in previous change |
| 3 weeks | John W. Eaton | allow function handles to be created from operators that correspond to named functions |