Mercurial > hg > octave-nkf
graph
-
hidden.m: Overhaul function and documentation.Tue, 16 Jul 2013 18:13:52 -0700, by Rik
-
__magick_write__: confirm file exists before reading to append.Tue, 16 Jul 2013 19:39:22 +0100, by Carnë Draug
-
imwrite: implement WriteMode option.Tue, 16 Jul 2013 17:29:45 +0100, by Carnë Draug
-
Allow exit/quit to properly pass all possible exit status valuesTue, 16 Jul 2013 00:17:46 -0400, by Mike Miller
-
surface.m: Validate inputs are not complex.Sun, 14 Jul 2013 16:00:26 -0700, by Rik
-
Validate inputs are real for mesh, meshc, meshz functions.Sun, 14 Jul 2013 14:12:33 -0700, by Rik
-
imread: implement options Index, Frames, and Info.Sat, 13 Jul 2013 12:41:59 +0100, by Carnë Draug
-
Make use of gripe_disabled_feature() for image IO functions.Sat, 13 Jul 2013 01:33:17 +0100, by Carnë Draug
-
doc: Document 'uniformdata', 'normaldata', 'integerdata' matrices in gallery.m.Sun, 14 Jul 2013 08:12:53 -0700, by Rik
-
make ctrl-w available for readline in the gui terminalSun, 14 Jul 2013 11:55:58 +0200, by Torsten
-
gallery.m: Add 'integerdata' matrix to function.Sat, 13 Jul 2013 22:25:59 -0700, by Rik
-
gallery.m: Add 'normaldata' matrix to function.Sat, 13 Jul 2013 19:43:36 -0700, by Rik
-
gallery.m: Add 'uniformdata' matrix to function.Sat, 13 Jul 2013 19:28:24 -0700, by Rik
-
test.m: Fix randomly failing %!warning test blocks (bug #35850, bug #38679).Sat, 13 Jul 2013 16:27:49 -0700, by Rik
-
test.m: Use the syntax "BLOCK_NAME failed" for error/warnings blocks.Sat, 13 Jul 2013 14:45:17 -0700, by Rik
-
Add demo to subplot.Sat, 13 Jul 2013 17:04:41 -0400, by Ben Abbott
-
Unlink tmp files in %!tests before doing asserts so that file is always removed.Sat, 13 Jul 2013 10:46:43 -0700, by Rik
-
legend.m: Move %!test block below %!demo blocks per standard usage.Sat, 13 Jul 2013 10:44:40 -0700, by Rik
-
NEWS: Add note about deprecation of class Octave_map.Sat, 13 Jul 2013 10:10:54 -0700, by Rik
-
Use xfinite to replace some (isinf || isnan) instances in C++ code.Sat, 13 Jul 2013 08:08:15 -0700, by Rik
-
enable readline key bindings in terminal widget of gui (bug #36986)Sat, 13 Jul 2013 10:28:57 +0200, by Torsten
-
Use isfinite() to replace isinf() | isnan() combination for 30% speed-up.Fri, 12 Jul 2013 20:31:08 -0700, by Rik
-
pol2cart.m: Correct typo in error() message.Fri, 12 Jul 2013 20:18:03 -0700, by Rik
-
imread: make sure test file is removed if imread() errors.Fri, 12 Jul 2013 18:06:20 +0100, by Carnë Draug
-
imfinfo: pass comma separated list to imageIO() instead of cell array.Fri, 12 Jul 2013 16:51:55 +0100, by Carnë Draug
-
imwrite: fix bug from wrong indexing of varargin.Fri, 12 Jul 2013 16:39:10 +0100, by Carnë Draug
-
imwrite: fix bug due to uninitialized variable with no options (bug #39472)Fri, 12 Jul 2013 14:59:08 +0100, by Carnë Draug
-
Add private files for image I/O to list of installed filesFri, 12 Jul 2013 02:05:17 -0500, by Daniel J Sebald
-
doc: document index argument for reading multipage images.Fri, 12 Jul 2013 02:53:51 +0100, by Carnë Draug
-
configure.ac: fix building Java support for MinGWThu, 11 Jul 2013 22:47:02 +0200, by Philip Nienhuis
-
trace.m: Use @deftypefn instead of @deftypefnx in docstring.Thu, 11 Jul 2013 13:08:43 -0700, by Rik
-
Correction to allow multi-line plots to have multiple colors (bug #16955).Thu, 11 Jul 2013 13:55:10 -0400, by Carl Osterwisch
-
trace.m: Remove accidental documentation test code from 9c971fa62a77Thu, 11 Jul 2013 13:04:21 -0700, by Rik
-
cond.m: Update documentation and coding style.Thu, 11 Jul 2013 13:01:54 -0700, by Rik
-
make ctrl-c abort the actual octave command in linux (bug #37672)Thu, 11 Jul 2013 21:13:12 +0200, by Torsten
-
trace.m: Update docstring. Use isvector() in checking inputs.Thu, 11 Jul 2013 11:16:57 -0700, by Rik
-
fr_FR.ts : reread of the french translation.Tue, 09 Jul 2013 21:43:39 +0200, by Pantxo Diribarne
-
gui: Reduce size of the dock/undock and close buttons of the octave-dock-widgetThu, 11 Jul 2013 10:57:18 +0200, by Catalin Codreanu
-
doc: Add example to rank docstring.Thu, 11 Jul 2013 10:31:32 -0700, by Rik
-
fplot.m: Fix bad texinfo in docstring for changeset b34202b24212.Thu, 11 Jul 2013 09:30:32 -0700, by Rik
-
fplot.m: Overhaul function for Matlab compatibility and performance (bug #38961).Thu, 11 Jul 2013 09:25:54 -0700, by Rik
-
imformats.m: add tests and fix bug when adding new formats.Thu, 11 Jul 2013 13:11:55 +0100, by Carnë Draug
-
imwrite: clean up finding of filename and its connection to imformats.Thu, 11 Jul 2013 02:07:10 +0100, by Carnë Draug
-
Document command form of colormap().Wed, 10 Jul 2013 22:31:46 +0100, by Carnë Draug
-
colormap.m: Add demos, tests, and warning when using deprecated syntax.Wed, 10 Jul 2013 12:43:29 -0700, by Rik
-
core_imfinfo.m: Add missing required endif from changeset 1b3b3ee88284Wed, 10 Jul 2013 12:41:27 -0700, by Rik
-
Add optional extension argument to image IO functions.Wed, 10 Jul 2013 18:18:21 +0100, by Carnë Draug
-
Implement line color and style rotation across multiple axes (bug #39344).Tue, 09 Jul 2013 18:53:06 -0700, by Carl Osterwisch
-
Implemented line color and style rotation across multiple axes (bug #39344).Tue, 25 Jun 2013 14:48:33 -0400, by costerwisch
-
Add new function jit_startcnt to control JIT acceleration.Tue, 09 Jul 2013 17:37:26 -0700, by Rik
-
maint: Rename regexp.h to lo-regexp.h, regexp.cc to lo-regexp.cc in liboctave.Tue, 09 Jul 2013 16:47:57 -0700, by Rik
-
Add flintmax() as an alias for function bitmax().Tue, 09 Jul 2013 16:08:16 -0700, by Rik
-
Add new function atan2d to Octave.Tue, 09 Jul 2013 15:29:48 -0700, by Rik
-
maint: Remove old filename comments from tests consolidated into test/*.tst files.Tue, 09 Jul 2013 15:06:26 -0700, by Rik
-
NEWS: Announce deprecation of isequalwithequalnans.Tue, 09 Jul 2013 14:54:24 -0700, by Rik
-
binocdf.m: Reverse calling convention to betaincinv to preserve accuracy when p =~ 1.Tue, 09 Jul 2013 14:39:39 -0700, by Rik
-
doc: Use parentheses around if, switch conditions in documentation.Tue, 09 Jul 2013 14:16:35 -0700, by Rik
-
maint: Use parentheses around condition for switch(),while(),if() statements.Tue, 09 Jul 2013 14:04:05 -0700, by Rik
-
doc: Fix missing @deftypefnx entry in delaunay.m.Tue, 09 Jul 2013 12:22:33 -0700, by Rik
-
jit.tst: Add missing file from previous check-in (c2a57f9c6a2e).Tue, 09 Jul 2013 12:20:58 -0700, by Rik