| 6 hours | David Bateman | Add a search for Contents.m files to the help function |
| 7 hours | John W. Eaton | ChangeLog fixes |
| 7 hours | David Bateman | Add additional integer math and conversion warnings, set their default state to be off and add the intwarning function |
| 8 hours | John W. Eaton | fix typo in last commit |
| 8 hours | Jaroslav Hajek | check for obsolete built-in variable assignment at first execution rather than parse time |
| 8 hours | Jaroslav Hajek | fix invalid memory read in glpk |
| 8 hours | David Bateman | Doc fix for ranks |
| 8 hours | Jaroslav Hajek | fix default_save_options parsing and allow mixing options with other arguments. |
| 8 hours | John W. Eaton | parse.y (Feval): Return value produced by evaluating CATCH string |
| 7 days | John W. Eaton | stash parent function scope for inline functions and anonymous function handles. |
| 7 days | John W. Eaton | octave_struct::subsref: don't resize for simple x(idx) case |
| 7 days | John W. Eaton | [mq]: blas |
| 7 days | Jaroslav Hajek | initialization check for correct NaN sign |
| 10 days | Jaroslav Hajek | avoid null pointer call in Array<T>::hermitian |
| 8 days | Jaroslav Hajek | update macros from cryp.to auoconf archive |
| 11 days | John W. Eaton | scripts/general/Makefile.in (SOURCES): add cellidx.m to the list |
| 12 days | John W. Eaton | zfstream.cc: include <config.h> |
| 12 days | John W. Eaton | ov.cc (octave_value::idx_type_value): don't include default argument value in definition |
| 12 days | John W. Eaton | graphics.h.in: replace NPOS with std::string::npos |
| 12 days | John W. Eaton | don't include config.h in other header files |
| 12 days | John W. Eaton | fix typo in NPOS change |
| 12 days | John W. Eaton | oct-errno.h: include <cerrno> |
| 12 days | John W. Eaton | replace NPOS with std::string::npos |
| 12 days | John W. Eaton | fCmplxLU.h, CmplxLU.h: fix typo in definition of multiple-inclusion guard macro |
| 12 days | John W. Eaton | octave_value::idx_type_value: move definition to ov.cc from ov.h |
| 12 days | John W. Eaton | fsolve.cc: make override_options work |
| 13 days | sh | Update the manual to reflect the changes in error output |
| 13 days | John W. Eaton | improve fsolve compatibility |
| 13 days | John W. Eaton | call backtrace_error_message in eval functions, not when popping stack |
| 13 days | John W. Eaton | fix extern decls in .cc files |
| 13 days | John W. Eaton | improve backtrace error messages |
| 2 weeks | John W. Eaton | style fixes |
| 2 weeks | John W. Eaton | file_ops: use singleton class for static data members |
| 2 weeks | John W. Eaton | dir_path: use singleton class for static data members |
| 2 weeks | John W. Eaton | make file_ops a proper singleton class |
| 2 weeks | John W. Eaton | oct-env.cc (octave_env::instance_ok): fix type in error message |
| 2 weeks | John W. Eaton | run-octave.in: use sed to append : to path elements |
| 2 weeks | John W. Eaton | aclocal.m4 (OCTAVE_PROG_SED): fail if no usable sed is found |
| 2 weeks | John W. Eaton | Makefile.in (header-msg): Mention GNU Make; update GCC version info |
| 2 weeks | John W. Eaton | strtok.m: include TAB, LF, VT, FF, and CR in default set of delim characters |
| 2 weeks | John W. Eaton | improve handling of command-style names in matrix_or_assign_lhs context |
| 2 weeks | John W. Eaton | octMakefile.in (DISTFILES): add "missing" to the list |
| 2 weeks | John W. Eaton | style fixes |
| 2 weeks | John W. Eaton | gripe_truncated_conversion: change warning id for potential compatibility |
| 2 weeks | Jaroslav Hajek | implement checked conversions between integers |
| 2 weeks | John W. Eaton | configure.in: eliminate CXX_ABI and OCTAVE_CXX_PREPEND_UNDERSCORE |
| 2 weeks | John W. Eaton | fread: translate NA values |
| 3 weeks | John W. Eaton | plot/axis.m (__get_tight_lims__): don't fail if data is not a vector |
| 3 weeks | Tatsuro | aclocal.m4 (OCTAVE_OPENGL): Handle MinGW the same as MSVC |
| 3 weeks | David Bateman | Trivial doc fix |
| 2 months | David Bateman | Change NA value to support single to double precision conversion |
| 3 weeks | David Bateman | Initial update of NEWS for 3.2 release |
| 3 weeks | David Bateman | Various doc fixes. Readd cellidx |
| 3 weeks | David Bateman | Remove the control, finance and quaternion toolboxes |
| 3 weeks | John W. Eaton | add imwrite.m |
| 3 weeks | Ben Abbott | Fix help string. |
| 7 weeks | Ben Abbott | hold.m: Trival mod to help text. |
| 3 weeks | David Bateman | Some documentation updates |
| 3 weeks | David Bateman | Document regexptranslate |
| 3 weeks | David Bateman | Allow X/Y to be unequal vectors in contourf |