Mercurial > hg > octave-nkf
graph
-
use indentation width for the editor from the settings (bug #43592) gui-releaseThu, 13 Nov 2014 07:02:33 +0100, by Torsten
-
spparms.cc: deprecate option "defaults" in favour of "default" (bug #43602)Tue, 18 Nov 2014 12:13:06 +0000, by Carnë Draug
-
spparms.cc: accept "default" as argument instead of "defaults" (bug #43602)Thu, 13 Nov 2014 22:10:20 +0100, by Marco Vitetta
-
Remove deprecated methods in liboctave.Tue, 11 Nov 2014 12:31:36 +0100, by Kai T. Ohlhus
-
maint: Periodic merge of gui-release to default.Wed, 12 Nov 2014 20:04:52 -0800, by Rik
-
Reduce profiling overhead using inlining and templates. gui-releaseMon, 23 Jun 2014 18:46:32 +0200, by Julien Bect
-
Remove liboctave methods and classes deprecated for longer than 3 years.Mon, 10 Nov 2014 12:37:04 +0000, by Carnë Draug
-
button order in dialog for creating a non-existing file (bug #43537) gui-releaseSat, 08 Nov 2014 16:45:13 +0100, by Torsten
-
provide option for using tabs for indentations in the editor gui-releaseThu, 06 Nov 2014 18:50:25 +0100, by Torsten
-
Adapt genpropdoc.m to changes in cset 68db8396c378 (bug #43502)Tue, 11 Nov 2014 21:35:12 +0100, by Pantxo Diribarne
-
Make "image ()" use the default image cdataFri, 31 Oct 2014 20:44:21 +0100, by Pantxo Diribarne
-
Make dellistener work again with 3 arguments (bug #43580)Tue, 11 Nov 2014 20:42:34 +0100, by Pantxo Diribarne
-
liboctave: confirm that matrices constructors are limited to 2 dimensions.Mon, 10 Nov 2014 23:11:20 +0000, by Carnë Draug
-
Replace some duplicated code and count on methods implemented on base classes.Fri, 07 Nov 2014 10:41:18 +0000, by Carnë Draug
-
Change inheritance tree so that <T>Matrix inherit from <T>NDArray.Fri, 07 Nov 2014 08:15:55 +0000, by Carnë Draug
-
Remove redundant methods now that Matrices inherit from NDArrays.Mon, 03 Nov 2014 22:18:29 +0000, by Carnë Draug
-
Change charMatrix to subclass charNDArray rather than be another Array<char>.Fri, 24 Oct 2014 01:31:53 +0100, by Carnë Draug
-
Change boolMatrix to subclass boolNDArray rather than be another Array<bool>.Mon, 20 Oct 2014 01:34:52 +0100, by Carnë Draug
-
Faddeeva.cc: Fix compilation warnings.Mon, 10 Nov 2014 16:43:39 +0100, by Kai T. Ohlhus
-
__ichol__.cc: Removed unused variables causing compilation warnings.Mon, 10 Nov 2014 17:03:54 +0100, by Kai T. Ohlhus
-
New functions im2frame and frame2im.Thu, 06 Nov 2014 21:10:04 +0000, by Carnë Draug
-
maint: Periodic merge of gui-release to default.Wed, 05 Nov 2014 12:45:44 -0500, by John W. Eaton
-
* zoom.m: Improve documentation. New demo.Thu, 30 Oct 2014 15:20:42 -0400, by John W. Eaton
-
command_editor: provide access to rl_set_screen_size gui-releaseWed, 17 Sep 2014 16:28:41 -0400, by John W. Eaton
-
doc: Add Mike Sander to contributors list.Wed, 05 Nov 2014 08:05:31 -0800, by Rik
-
Remove interactive ftp functions from list of functions missing BIST tests.Tue, 04 Feb 2014 21:49:45 -0500, by Mike Sander
-
Add BIST tests for subspace, t_test, z_test.Fri, 14 Mar 2014 02:04:09 -0400, by Pooja Rao
-
doc.m: Add support for info files in bzip format (bug #43526).Tue, 04 Nov 2014 20:18:15 -0800, by Rik
-
command_editor: provide access to rl_prefer_env_winsize gui-releaseWed, 17 Sep 2014 16:36:41 -0400, by John W. Eaton
-
horizontal scrollbar for GUI terminal on Windows systems gui-releaseThu, 30 Oct 2014 13:38:02 -0400, by John W. Eaton
-
preserve text on Windows terminal resize (bug #41893; patch #8532) gui-releaseThu, 09 Oct 2014 19:20:56 -0400, by John W. Eaton
-
maint: Periodic merge of gui-release to default.Mon, 03 Nov 2014 22:40:45 -0800, by Rik
-
build: Update m4 macros to their latest versions (bug #43517). gui-releaseMon, 03 Nov 2014 22:39:49 -0800, by Rik
-
doc: Add note about compiling arpack with 64-bit integers when using --enable-64 (bug #43031). stableMon, 03 Nov 2014 22:07:27 -0800, by Rik
-
doc: Add new spelling exceptions to Octave's private dictionary.Sun, 02 Nov 2014 22:07:11 -0800, by Rik
-
__init_fltk__.cc: Allow selection of axes from whole plot areaSun, 02 Nov 2014 19:06:40 +0100, by Andreas Weber
-
doc: Update documentation for ilu, ichol.Sat, 01 Nov 2014 17:24:23 -0700, by Nir Krakauer
-
interp1.m: Add new methods "previous" and "next" (bug #43377).Thu, 30 Oct 2014 17:49:58 -0700, by Nir Krakauer
-
importdata.m: better regexp pattern to assess delimiter (bug #43393) stableSat, 11 Oct 2014 16:01:28 +0200, by Philip Nienhuis
-
nthroot.m: Fix division by zero warning when input x is 0 (bug #43492).Wed, 29 Oct 2014 08:21:24 -0700, by Rik
-
test.m: Eliminate needless use of feof().Tue, 28 Oct 2014 13:45:32 -0700, by Rik
-
maint: Periodic merge of gui-release to default.Tue, 28 Oct 2014 13:15:49 -0700, by Rik
-
Change a bitwise OR to a logical OR in Range.h. stableTue, 30 Sep 2014 00:26:10 -0500, by Daniel J Sebald
-
maint: Periodic merge of gui-release to default.Tue, 28 Oct 2014 13:58:01 -0400, by John W. Eaton
-
maint: Periodic merge of stable to gui-release. gui-releaseTue, 28 Oct 2014 13:57:26 -0400, by John W. Eaton
-
fix error with command parsing (bug #43470) gui-releaseTue, 28 Oct 2014 13:36:01 -0400, by John W. Eaton
-
Allow setting horizontal vector of "ydata" in bar plots (bug #43468). stableMon, 27 Oct 2014 09:30:46 -0700, by Rik
-
rat.m: Remove unnecessary blank line at start of output (bug #43374).Tue, 07 Oct 2014 21:11:17 +0200, by Markus Bergholz
-
run.m: Return to the intial directory, unless the pwd is changed (Bug #43426).Sat, 18 Oct 2014 13:52:31 -0400, by Andy Weber
-
limit specific CPPFLAGS variables to specific convenience libs (bug #38928)Thu, 23 Oct 2014 17:12:58 -0400, by John W. Eaton
-
Use cd rather than chdir in core Octave code.Wed, 22 Oct 2014 11:37:00 -0700, by Rik
-
Two more tmpnam -> tempname changes in core Octave.Wed, 22 Oct 2014 11:05:26 -0700, by Rik
-
Use tempname() rather than tmpnam() in core Octave.Wed, 22 Oct 2014 10:41:15 -0700, by Rik
-
make --with-PKG-includedir and --with-PKG-libdir configure options work againTue, 21 Oct 2014 14:37:44 -0400, by John W. Eaton
-
Overhaul getfield, setfield, orderfields m-files.Tue, 21 Oct 2014 09:57:02 -0700, by Rik
-
Use gammaln in preference to lgamma in core Octave code.Tue, 21 Oct 2014 09:39:03 -0700, by Rik
-
doc: Remove deprecated dump_prefs function from the manual.Tue, 21 Oct 2014 08:57:47 -0700, by Rik
-
doc: Add documentation about finish.m and shutdown procedure to manual.Tue, 21 Oct 2014 08:41:09 -0700, by Rik