| 65 minutes | John W. Eaton | base_properties::set_children: account for hidden children |
| 113 minutes | John W. Eaton | avoid some possible gnulib #defines |
| 4 hours | John W. Eaton | fix reload warning for dynamically linked functions |
| 4 hours | John W. Eaton | imshow for logical matrices |
| 15 hours | Jaroslav Hajek | optimize return values of find and sort |
| 16 hours | Jaroslav Hajek | more coding tips |
| 17 hours | Jaroslav Hajek | more small improvements in accumarray |
| 18 hours | Jaroslav Hajek | fix invalid checks in amd functions |
| 20 hours | Jaroslav Hajek | replace eval by sscanf in menu.m |
| 20 hours | Jaroslav Hajek | vectorize substruct |
| 28 hours | John W. Eaton | fix gnulib includes |
| 28 hours | John W. Eaton | use gnulib progname module |
| 36 hours | Jaroslav Hajek | update some copyright notices |
| 38 hours | Jaroslav Hajek | update NEWS |
| 38 hours | Jaroslav Hajek | document accumarray complexity |
| 40 hours | Jaroslav Hajek | take advantage of new sort optimization in accumarray |
| 40 hours | Jaroslav Hajek | implement special-case optimization for sort of index vectors |
| 44 hours | John W. Eaton | Fclass: improve argument decoding |
| 44 hours | Jaroslav Hajek | 1 more small fix in accumarray |
| 44 hours | Jaroslav Hajek | fix ipermute |
| 3 days | Jaroslav Hajek | small fixes to accumarray |
| 4 days | Jaroslav Hajek | new optimizations for accumarray |
| 5 days | Jaroslav Hajek | don't instantiate MArray<char> |
| 5 days | John W. Eaton | use gnulib gethostname module |
| 5 days | John W. Eaton | validate text object children of axes objects |
| 5 days | John W. Eaton | src/Makefile.am (OCTAVE_LIBS): include all liboctave library dependencies here |
| 5 days | Jaroslav Hajek | add omitted file from 10260:14d5fee02b3b |
| 5 days | Jaroslav Hajek | fix off-by-one month error in dir |
| 6 days | Jaroslav Hajek | make printing of handles more Matlab-compatible |
| 6 days | Jaroslav Hajek | basic support for comparing function handles |
| 6 days | John W. Eaton | use gnulib fcntl module |
| 6 days | John W. Eaton | 64-bit fixes |
| 6 days | John W. Eaton | assume vsnprintf from gnulib; use sstream instead of snprintf |
| 6 days | John W. Eaton | configure.ac: don't check for strerror |
| 6 days | John W. Eaton | configure.ac: don't check for raise or strdup |
| 6 days | John W. Eaton | configure.ac: don't check for poll |
| 6 days | John W. Eaton | liboctave/cutils.c (octave_usleep): implement with nanosleep |
| 6 days | John W. Eaton | liboctave/file-ops.h: avoid gnulib #define for canonicalize_file_name |
| 6 days | John W. Eaton | configure.ac: delete checks for signal functions |
| 6 days | John W. Eaton | use gnulib getcwd module |
| 7 days | John W. Eaton | use DEFUNX instead of DEFUN for canonicalize_file_name |
| 7 days | John W. Eaton | assume signal.h provides sigset_t and sig_atomic_t |
| 7 days | Thomas Weber | Add test case for empty argument in filter() |
| 7 days | John W. Eaton | use gnulib signal modules |
| 7 days | John W. Eaton | use gnulib stdint module |
| 7 days | John W. Eaton | assume atexit exists |
| 7 days | John W. Eaton | configure.ac: remove obsolete function checks |
| 8 days | Jaroslav Hajek | warn when core functions are shadowed |
| 7 days | John W. Eaton | filter.cc: return early if X is empty |
| 7 days | John W. Eaton | use gnulib time, sys_time, and sys_times modules |
| 7 days | John W. Eaton | addtional fixes for using strptime module |
| 8 days | David Bateman | Really remove get_old_gnuplot_color |
| 8 days | David Bateman | Remove sub function get_old_gnuplot_color |
| 8 days | David Bateman | Accelerate colormap colored scatter plots |
| 8 days | John W. Eaton | configure.ac: let automake handle makeinfo via missing script |
| 8 days | Jaroslav Hajek | fix typo in strncmpi docstring |
| 9 days | Jaroslav Hajek | update NEWS |
| 10 days | Jaroslav Hajek | remove deprecated list datatype |
| 10 days | Thorsten Meyer | Replace removed functions in tests |
| 10 days | Jaroslav Hajek | disallow computed multiple assignment |