Mercurial > hg > octave-nkf
graph
-
imread: ping image correctly when "Index" or "Frames" option is "all".Wed, 13 Nov 2013 00:12:20 +0000, by Carnë Draug
-
system.tst: Don't test umask on Windows systems.Tue, 12 Nov 2013 17:33:30 -0800, by Rik
-
moment.m: Add @nospell macro around "ar" so spellcheck passes.Tue, 12 Nov 2013 16:46:22 -0800, by Rik
-
doc: Add note about wildcard expansion in ls and dir functions (bug #40544).Tue, 12 Nov 2013 16:43:42 -0800, by Rik
-
assert.m: Modify 4 failing %!error tests to accept 3 digit exponents for MinGW.Tue, 12 Nov 2013 15:11:17 -0800, by Rik
-
doc: Add new contributors to list in manual.Tue, 12 Nov 2013 12:22:16 -0800, by Rik
-
octave.texi: Update copyright on manual to include 2013.Tue, 12 Nov 2013 10:22:59 -0800, by Rik
-
speed.m: Change %!test blocks to %!xtest blocks.Tue, 12 Nov 2013 08:43:05 -0800, by Rik
-
check for custom editor when opening a new file from the gui (bug #40496)Tue, 12 Nov 2013 08:17:51 +0100, by Torsten
-
ndgrid.m: Don't call reshape with a single dimension input.Mon, 11 Nov 2013 17:47:00 -0800, by Rik
-
use edit.m for creating a new function with the gui (bug #40502)Mon, 11 Nov 2013 22:01:27 +0100, by Torsten
-
* __init_fltk__.cc: Fix typo in previous change.Mon, 11 Nov 2013 09:54:07 -0500, by John W. Eaton
-
Restore geometry of floating widgets after restart in windows (bug #40485)Mon, 11 Nov 2013 07:32:19 +0100, by Torsten
-
maint: Avoid using NULL in C++ code.Mon, 11 Nov 2013 01:49:57 -0500, by John W. Eaton
-
qp.m: Fix test on GLPK's return status (bug #40536)Sun, 10 Nov 2013 21:10:41 +0100, by Julien Bect
-
Fix null pointer access in octave_fcn_binder::maybe_binderSun, 10 Nov 2013 12:26:14 +0530, by PrasannaKumar Muralidharan
-
moment.m: Add eps tolerance to %!tests.Sun, 10 Nov 2013 14:56:18 -0800, by Rik
-
__add_default_menu__.m: Change GUI mode entry to "None+Zoom" to reflect reality.Sat, 09 Nov 2013 21:20:09 -0800, by Rik
-
* cellfun.cc (Fcellfun): Remove obsolete character string remark from docstring (bug #40467)Sat, 09 Nov 2013 21:55:48 -0500, by Jordi Gutiérrez Hermoso
-
Make cellfun obey "UniformOutput" for optimised internal functions (bug #40467)Sat, 09 Nov 2013 21:47:12 -0500, by Jordi Gutiérrez Hermoso
-
Fix legend markerstyle for errorbar (bug #36480)Wed, 06 Nov 2013 22:23:21 +0100, by Stefan Mahr
-
Set initial size of GUI Release Notes window to something reasonable.Sat, 09 Nov 2013 07:47:17 -0800, by Rik
-
Fix xticklabel with gnuplot toolkit (bug #40256)Fri, 08 Nov 2013 23:19:43 +0100, by Stefan Mahr
-
fix m4 quoting in test and improve warning messages for stl_algo.h problemFri, 08 Nov 2013 12:28:46 -0500, by John W. Eaton
-
sparseimages.m: Fix incorrect view() command for printed image.Fri, 08 Nov 2013 08:47:09 -0800, by Rik
-
use stl_algo.h-fixed for GCC 4.8.0 and 4.8.1 if nth_element bug is detectedFri, 08 Nov 2013 11:42:44 -0500, by John W. Eaton
-
legend.m: Don't add listener for 'fontsize' if using gnuplot.Fri, 08 Nov 2013 08:31:09 -0800, by Rik
-
Prompt for non-existent new file when using edit.m from GUI (bug #40450)Fri, 08 Nov 2013 07:40:36 -0800, by Torsten
-
GUI: allow only one release notes windows to be openThu, 07 Nov 2013 10:39:30 -0500, by John Donoghue
-
only allow [%#]{ as block comment start (bug #40513)Thu, 07 Nov 2013 15:25:34 -0500, by John W. Eaton
-
Display warning and don't init FLTK toolkit if no DISPLAY available (bug #40423).Thu, 07 Nov 2013 12:08:51 -0800, by Rik
-
try to ensure that stray bits/stl_algo.h file is not in build treeThu, 07 Nov 2013 14:40:25 -0500, by John W. Eaton
-
refuse to attempt to fix stl_algo.h except for g++ 4.8.2Thu, 07 Nov 2013 14:35:05 -0500, by John W. Eaton
-
work around GCC bug in stl_algo.h (nth_element and sort; bug #40436)Thu, 07 Nov 2013 14:03:58 -0500, by John W. Eaton
-
* configure.ac: Also check for g++ version.Thu, 07 Nov 2013 12:37:13 -0500, by John W. Eaton
-
Fix display of char arrays in GUI Variable window.Thu, 07 Nov 2013 10:21:45 -0800, by Rik
-
Display '...' for ND-arrays in GUI Variable window.Thu, 07 Nov 2013 10:06:06 -0800, by Rik
-
Fix display of '{}' for empty cells in GUI Variable window.Thu, 07 Nov 2013 09:54:38 -0800, by Rik
-
moment.m: Compute central, rather than raw, moment for ML compatibility (bug #36718).Thu, 07 Nov 2013 09:39:49 -0800, by Rik
-
backout changeset 4de2eeb7d790Thu, 07 Nov 2013 02:46:30 -0500, by John W. Eaton
-
fix printing of matrix values (bug #40470)Thu, 07 Nov 2013 01:42:26 -0500, by John W. Eaton
-
rework short_disp methodsThu, 07 Nov 2013 00:52:48 -0500, by John W. Eaton
-
contributors.in: added GUI translatorsSun, 27 Oct 2013 13:03:33 +0100, by Philip Nienhuis
-
Remove Help menu from FLTK menubar.Wed, 06 Nov 2013 19:44:46 -0800, by Rik
-
avoid initial spaces for scalars in GUI workspace viewer (bug #40500)Wed, 06 Nov 2013 19:22:02 -0500, by John W. Eaton
-
display matrix values in GUI workspace viewer (bug #40499)Wed, 06 Nov 2013 19:17:59 -0500, by John W. Eaton
-
improve signal handling in driver programWed, 06 Nov 2013 18:00:48 -0500, by John W. Eaton
-
edit.m: Use more meaningful variable names in default function body.Wed, 06 Nov 2013 15:56:12 -0800, by Rik
-
edit.m: Change default GPL license to refer to "this program" rather than "Octave".Wed, 06 Nov 2013 15:21:49 -0800, by Rik
-
NEWS: Add sentence about octave_core_file_name function.Wed, 06 Nov 2013 12:02:21 -0800, by Rik
-
maint: Use phrase "FIXME:" for problem areas in code.Wed, 06 Nov 2013 11:42:35 -0800, by Rik
-
subplot.m: Matlab compatibility when "position" given (bug #40480).Wed, 06 Nov 2013 11:14:40 -0800, by Rik
-
strcat.m: Fix bad example in docstring (bug #40486).Tue, 05 Nov 2013 16:13:35 -0800, by Rik
-
build: Add HDF5_CPPFLAGS to octave-value, corefcn sublibraries (bug #38928)Tue, 05 Nov 2013 16:06:38 -0800, by Rik
-
avoid partial lines at top of command windowTue, 05 Nov 2013 12:48:32 -0500, by John W. Eaton
-
maint: periodic merge of default to classdef classdefTue, 05 Nov 2013 12:27:42 -0500, by John W. Eaton
-
imwrite: implement DisposalMethod option.Tue, 05 Nov 2013 07:05:30 +0000, by Carnë Draug
-
imwrite: implement DelayTime option.Tue, 05 Nov 2013 05:48:56 +0000, by Carnë Draug
-
imwrite: implement LoopCount option.Tue, 05 Nov 2013 05:05:11 +0000, by Carnë Draug
-
Align terminal window contents with bottom of viewMon, 24 Jun 2013 16:02:54 -0500, by Daniel J Sebald