log

age author description
Wed, 14 Sep 2016 18:54:04 +0100 Carnë Draug maint: merge away accidental head.
Wed, 14 Sep 2016 10:53:45 -0700 Rik external.txi: Fix typo 'useless' -> 'unless'.
Wed, 14 Sep 2016 18:52:26 +0100 Carnë Draug mkoctfile: alias --dry-run option to --just-print because it's very common.
Wed, 14 Sep 2016 10:40:17 -0700 Rik Change mxGetScalar to return the first non-zero element of sparse array.
Tue, 13 Sep 2016 19:45:44 +0200 José Luis García Pallero es_ES.ts: Small change in Spanish translation (capital letter).
Tue, 13 Sep 2016 01:59:42 -0500 Daniel J Sebald Rid dashed termoption warning for tikz terminal of gnuplot_toolkit (bug #49003).
Sun, 28 Aug 2016 22:58:42 +0200 Julien Bect Remove unnecessary initializations in float_value and double_value methods
Wed, 14 Sep 2016 14:49:31 +0200 Markus Mützel Fix typos in NEWS.
Tue, 13 Sep 2016 08:35:47 -0700 Rik doc: Remove Emacs chapter from manual.
Mon, 11 Jul 2016 12:41:09 +1000 Marco Caliari Fix early exit from quadgk for infinite intervals (bug #37613).
Mon, 12 Sep 2016 16:18:28 -0700 Rik NEWS: Review and update for 4.2 release.
Mon, 12 Sep 2016 16:05:04 -0700 Rik Add -n option to print, not execute, mkoctfile commands.
Mon, 12 Sep 2016 13:39:32 -0700 Rik Clean up MEX API prototypes to match Matlab.
Sun, 11 Sep 2016 21:08:56 -0700 Mike Miller maint: tag xtests and tests that fail on some systems with bug numbers
Sun, 11 Sep 2016 16:41:35 -0700 Rik bootstrap.conf: Don't include stdbool.h for C language environments.
Fri, 09 Sep 2016 15:19:28 -0700 Mike Miller build: ensure GNU sed is used in mk-octave-config-h.sh
Sun, 11 Sep 2016 13:24:08 -0700 Mike Miller Add missing newline in output of 'make check' (bug #49052)
Sun, 11 Sep 2016 08:59:09 -0700 Mike Miller Added tag rc-4-2-0-1 for changeset b8eeca55fa81
Sun, 11 Sep 2016 08:20:53 -0700 Rik Change all mxIs* functions in MEX API to return bool rather than int.
Sun, 11 Sep 2016 07:58:42 -0700 Rik Add new MEX fcns mxCreateUninitNumericArray, mxCreateUninitNumericMatrix.
Sat, 10 Sep 2016 07:51:22 -0700 Rik mkoctfile.m: Suppress Octave side of backtrace if external compilation failed.
Sat, 10 Sep 2016 07:40:52 -0700 Rik Add new mxIsScalar function for MEX API.
Sat, 10 Sep 2016 06:20:03 -0700 Rik Accept, but ignore, mex argument -largeArrayDims, -compatibleArrayDims (bug #39984).
Fri, 09 Sep 2016 20:00:17 -0700 Rik NEWS: Document mxAssert and mxAssertS additions.
Fri, 09 Sep 2016 19:40:22 -0700 Rik Implement Matlab-compatible MEX functions mxAssert and mxAssertS.
Fri, 09 Sep 2016 16:04:01 -0700 Mike Miller build: fix detection of PortAudio to differentiate usable versions (bug #49039)
Fri, 09 Sep 2016 15:39:58 -0400 John W. Eaton maint: Merge away extra head on default branch.
Fri, 09 Sep 2016 12:17:23 -0400 John W. Eaton fix test for qscintilla (bug #49018)
Wed, 07 Sep 2016 20:46:38 -0400 John W. Eaton maint: Bump version number for 4.2.0-rc1. rc-4-2-0-1
Thu, 08 Sep 2016 18:50:43 -0700 Rik Add function mexEvalStringWithTrap to MEX API.