Mercurial > hg > octave-nkf
graph
-
* ov-oncleanup.h: Don't include config.h.Mon, 15 Jun 2015 17:52:27 -0400, by John W. Eaton
-
don't include hdf5.h or use HDF5 typedefs in public header files (bug #43180)Mon, 15 Jun 2015 17:42:44 -0400, by John W. Eaton
-
qp.m: Overhaul function (fixes bug #45324).Mon, 15 Jun 2015 21:56:34 +0200, by Rik
-
Change mxCreateNumericArray to be Matlab compatible for ndims < 2 (bug #45319). stableMon, 15 Jun 2015 09:07:17 -0700, by Rik
-
Fix conversion from string cell array into java's String[] (bug #45290) stableMon, 15 Jun 2015 02:08:41 +0100, by Carnë Draug
-
Don't run wizard in --no-gui mode (see http://octave.1599824.n4.nabble.com/Octave-wants-to-run-startup-configuration-wizard-in-no-gui-mode-tp4670884.html) stableSat, 13 Jun 2015 14:07:28 +0200, by Pantxo Diribarne
-
Update root, figure, and axes graphics object properties.Wed, 10 Jun 2015 15:21:24 -0700, by Rik
-
Fix load/save of integers with -hdf5 (bug #45225) stableWed, 10 Jun 2015 09:26:14 -0400, by Mike Miller
-
io.tst: Add tests for printf hex or octal conversion on string inputs stableWed, 10 Jun 2015 08:42:11 -0400, by Mike Miller
-
ellipke.m: Modify to accept row vectors (bug #45283). stableTue, 09 Jun 2015 21:42:10 -0700, by Michele Zaffalon
-
Put most used conversions first in Java box/unbox routines.Tue, 09 Jun 2015 21:38:46 -0700, by Rik
-
maint: Periodic merge of stable to default.Tue, 09 Jun 2015 16:37:53 -0700, by Rik
-
Return correct hex value for printf when used with string inputs (bug #45263). stableTue, 09 Jun 2015 16:25:45 -0700, by John W. Eaton
-
run.m: Return to original directory on Windows (bug #45231). stableTue, 09 Jun 2015 16:16:44 -0700, by Rik
-
Convert double Octave vectors to double Java vectors (bug #45264). stableTue, 09 Jun 2015 16:10:59 -0700, by Rik
-
ginput.m: Stop feval error when ginput called multiple times (bug #45261).Sat, 06 Jun 2015 08:26:21 -0700, by Rik
-
improve compatibility of indexed assignment (bug #43813)Fri, 05 Jun 2015 15:51:04 -0400, by John W. Eaton
-
configure.ac: Let autoconf Fortran macro choose FFLAGS.Wed, 03 Jun 2015 14:16:43 -0700, by Rik
-
Also load settings and translations in --no-gui mode (bugs #44222 and #45199) stableTue, 02 Jun 2015 00:12:30 +0200, by Pantxo Diribarne
-
Avoid crash when trying to annotate an empty figure (bug #45241) stableTue, 02 Jun 2015 19:42:07 +0200, by Pantxo Diribarne
-
Allow interactive annotations in other figures than the currentfigure. stableTue, 02 Jun 2015 19:24:44 +0200, by Pantxo Diribarne
-
Allow copying a figure to clipboard even in --no-gui mode (bug #44886) stableTue, 02 Jun 2015 00:03:45 +0200, by Pantxo Diribarne
-
Allow saving/copying other figures than the currentfigure (bug #45226) stableMon, 01 Jun 2015 22:04:52 +0200, by Pantxo Diribarne
-
fullfile.m: allow UNC (\srv\share) paths on Windows systems (bug #44682).Mon, 25 May 2015 20:04:45 +0200, by Philip Nienhuis
-
Doxyfile.in: set INCLUDE_PATH required for doxygen macro expansion (bug #45152)Sun, 31 May 2015 13:45:16 +0100, by Carnë Draug
-
test: Add tests for 'echo' and 'completion_matches' builtinsSat, 30 May 2015 20:06:27 -0400, by Mike Miller
-
linsolve.m: Fix regression when calling linsolve with 2 arguments (bug #45212) stableSat, 30 May 2015 15:46:04 -0400, by Mike Miller
-
fftshift.m, ifftshift.m: Restore support for N-dimensional arrays (bug #45207) stableThu, 28 May 2015 22:16:24 -0400, by Mike Miller
-
doc: doxygen documentation for dim_vector header.Sat, 30 May 2015 13:50:14 +0100, by Carnë Draug
-
maint: Periodic merge of stable to default.Sat, 30 May 2015 05:39:47 -0400, by John W. Eaton
-
Added tag release-4-0-0 for changeset 3ccc2d02e64bWed, 27 May 2015 16:12:18 -0400, by John W. Eaton
-
Deprecate Array::length() and Sparse::length() in favour of ::numel().Sat, 30 May 2015 03:14:07 +0100, by Carnë Draug
-
Use in-place operators in m-files where possible.Tue, 26 May 2015 21:07:42 -0700, by Rik
-
Use in-place operators in C++ code where possible.Mon, 25 May 2015 22:02:15 -0700, by Rik
-
Deprecate Array::capacity() and Sparse::capacity() for numel() and nzmax().Sun, 24 May 2015 04:47:20 +0100, by Carnë Draug
-
Deprecate Array::nelem() and Range::nelem() in favour of ::numel().Sun, 24 May 2015 02:41:37 +0100, by Carnë Draug
-
surfnorm.m: Return unnormalized vectors for Matlab compatibility.Mon, 25 May 2015 16:48:47 -0700, by Rik
-
Remove CXX_VERSION from octave_config_info that was deprecated in 3.8.Sun, 24 May 2015 21:09:12 -0700, by Rik
-
maint: Remove interp1q deprecated in 3.8.Sun, 24 May 2015 21:07:42 -0700, by Rik
-
maint: Remove functions deprecated in 3.8.Sun, 24 May 2015 20:35:13 -0700, by Rik
-
configure.ac: Bump development branch to version 4.1.0+.Sun, 24 May 2015 20:05:25 -0700, by Rik
-
textread.m: fix texinfo header syntax after commit 481fa65e5cab stableSun, 24 May 2015 23:23:29 +0200, by Philip Nienhuis
-
textscan.m: adapt format repeat counter when reading from file before invoking strread.m (bug #45047) stableSun, 24 May 2015 23:06:31 +0200, by Philip Nienhuis
-
textread.m, textscan.m: Fix handling of format repeat count (bug #45047) stableSun, 24 May 2015 22:47:55 +0200, by Philip Nienhuis
-
Don't print unecessary backtrace for GraphicsMagick warning about pixel depth.Sat, 23 May 2015 22:11:25 -0700, by Rik
-
maint: Use cuddled parentheses when indexing dimension_vectors.Sat, 23 May 2015 21:46:44 -0700, by Rik
-
maint: Periodic merge of stable to default.Sat, 23 May 2015 10:19:50 -0400, by John W. Eaton
-
Let grid and autoscale buttons work when the axes is invisible (bug #44436) stableSat, 23 May 2015 10:47:03 +0200, by Pantxo Diribarne
-
doc: Fix griddata example to new calling conventionFri, 22 May 2015 19:12:57 -0400, by Mike Miller
-
griddata.m: Return values instead of plotting for Matlab compatibility (bug #45125)Thu, 21 May 2015 22:35:51 -0400, by Mike Miller
-
Return an empty matrix, not error, from dlmread when file is empty (bug #45156). stableThu, 21 May 2015 15:57:57 -0700, by Rik
-
doxygen: document Array::length() and similar methods (bug #45138) stableWed, 20 May 2015 10:15:20 -0600, by Piotr Held
-
Add special hex/octal escape sequence processing for regexp.Thu, 21 May 2015 10:22:27 -0700, by Rik
-
Add support for octal and hex escape sequences in single-quoted *printf arguments (bug #39774).Wed, 20 May 2015 17:18:41 -0700, by Rik
-
strread.m: properly process format repeat counter, add tests stableWed, 20 May 2015 22:40:11 +0200, by Philip Nienhuis
-
doxygen: improve dim_vector constructor documentation (bug #45105) stableTue, 19 May 2015 13:32:47 -0600, by Piotr Held
-
Expand type() to work on command-line entered functions (bug #40462).Wed, 20 May 2015 08:01:10 -0700, by John W. Eaton
-
Validate second option to exist () (bug #42618).Tue, 19 May 2015 13:49:21 -0700, by Rik