Mercurial > hg > octave-lyh
graph
-
rot90.m: Simplify function by using mod() rather than rem()Fri, 07 Oct 2011 08:39:00 -0700, by Rik
-
Use common code idiom x == fix (x) to detect integersFri, 07 Oct 2011 08:28:00 -0700, by Rik
-
Create scripts/prefs/ directory if it does not exist.Thu, 06 Oct 2011 23:39:14 +0100, by Michael Goffioul
-
Add uicontrol and uipanel m-scripts.Thu, 06 Oct 2011 23:39:05 +0100, by Michael Goffioul
-
speed.m: Overhaul code to fix broken demos and tests (Bug #34234, Bug #31815)Thu, 06 Oct 2011 14:57:15 -0700, by Rik
-
Fix test for tilde_expand() on MinGW (Bug #33862)Thu, 06 Oct 2011 14:24:38 -0700, by Rik
-
Add support for full asynchronous graphics toolkit running in a separateThu, 06 Oct 2011 16:44:18 +0100, by Michael Goffioul
-
doc: Use @key{} macro in ginput() documentationWed, 05 Oct 2011 16:46:16 -0700, by Rik
-
Use common code idiom for checking whether a double value is an integer.Wed, 05 Oct 2011 13:10:10 -0700, by Rik
-
shift.m: Clean up code and add more testsWed, 05 Oct 2011 12:00:31 -0700, by Rik
-
circshift.m: Recode to do away with some for loops.Wed, 05 Oct 2011 11:43:05 -0700, by Rik
-
speed.m: Further fixes for 2 speed tests (Bug #34234)Wed, 05 Oct 2011 08:52:35 -0700, by Rik
-
pkg.m: Display verbose output immediately rather than buffering it.Tue, 04 Oct 2011 22:06:09 -0700, by Rik
-
speed.m: Fix 2 intermittently failing tests (Bug #34234)Tue, 04 Oct 2011 21:49:53 -0700, by Rik
-
fix declaration of do_load in load-save.hTue, 04 Oct 2011 20:29:48 -0400, by John W. Eaton
-
use correct macro to indentify MinGWTue, 04 Oct 2011 13:17:25 -0400, by John W. Eaton
-
return stream error message in scanf functions and document behaviorTue, 04 Oct 2011 10:20:24 -0400, by John W. Eaton
-
use correct macros to identify Cygwin and MinGWTue, 04 Oct 2011 09:57:29 -0400, by John W. Eaton
-
avoid apparent compiler optimization problem on Cygwin and MinGW systems (bug #34210)Mon, 03 Oct 2011 15:05:00 -0400, by John W. Eaton
-
maint: periodic merge of stable to default.Mon, 03 Oct 2011 11:01:10 -0700, by Rik
-
fix typo in changeset edc5ec6e949bMon, 03 Oct 2011 12:48:15 -0400, by John W. Eaton
-
improve memory use for the pager and diary streams (bug #34431)Mon, 03 Oct 2011 11:03:40 -0400, by John W. Eaton
-
Use more templates in MSparse operators. Death to macros! ☠Mon, 03 Oct 2011 03:11:58 -0500, by Jordi Gutiérrez Hermoso
-
Eliminate duplicate code for op+= and op-= for MSparseMon, 03 Oct 2011 00:15:00 -0500, by Jordi Gutiérrez Hermoso
-
Add tests for meshgrid and ndgrid.Sun, 02 Oct 2011 20:13:33 +0200, by Kai Habel
-
update NEWSFri, 30 Sep 2011 22:21:26 -0400, by John W. Eaton
-
new functions for Matlab compatibilityFri, 30 Sep 2011 22:15:47 -0400, by John W. Eaton
-
fix bug with parsing cell array listsFri, 30 Sep 2011 14:40:33 -0400, by John W. Eaton
-
Allow gtext() to have multi-line text strings (Bug #33232)Fri, 30 Sep 2011 09:57:10 -0700, by Rik
-
Correct typo in input validation of polynomial functions (Bug #33252)Fri, 30 Sep 2011 09:20:08 -0700, by Rik
-
update bootstrap to latest gnulib versionFri, 30 Sep 2011 11:35:20 -0400, by John W. Eaton
-
Properly process 'cdata' property for patches (Bug #34417).Wed, 28 Sep 2011 09:14:45 -0700, by Rik
-
Use a hash map to store permutations in randperm's truncated Knuth shuffleThu, 29 Sep 2011 17:44:32 -0500, by Jordi Gutiérrez Hermoso
-
Revert unintended part of changeset e0ef7a3f35d9.Thu, 29 Sep 2011 17:29:30 -0400, by Ben Abbott
-
Fix bug introduced by 105c72254967.Thu, 29 Sep 2011 17:04:00 -0400, by Ben Abbott
-
use opt_sep instead of literal '\n' in parser rules for classdefThu, 29 Sep 2011 14:16:58 -0400, by John W. Eaton
-
accept enumeration keywordThu, 29 Sep 2011 14:11:39 -0400, by John W. Eaton
-
Validate inputs to line() to prevent corrupting graphic toolkit (Bug #32345) stableThu, 29 Sep 2011 10:06:02 -0700, by Rik
-
Set clim correctly for patch objects:Thu, 29 Sep 2011 12:31:39 +0200, by Kai Habel
-
additional parfor changesThu, 29 Sep 2011 03:35:58 -0400, by John W. Eaton
-
parfor keyword and infrastructure, but handle parfor as normal for loop for nowThu, 29 Sep 2011 02:50:53 -0400, by John W. Eaton
-
Explain a bit more the src/ directory in HACKING file stableWed, 28 Sep 2011 23:24:12 -0500, by Jordi Gutiérrez Hermoso
-
getappdata: return empty matrix for nonexistent property namesWed, 28 Sep 2011 21:46:39 -0400, by John W. Eaton
-
avoid gnuplot error when figure name includes " charactersWed, 28 Sep 2011 17:01:04 -0400, by John W. Eaton
-
improve default indexing for objectsWed, 28 Sep 2011 16:45:21 -0400, by John W. Eaton
-
Use correct function name in error message in sprandsymWed, 28 Sep 2011 10:57:18 -0500, by Jordi Gutiérrez Hermoso
-
Initialise history before executing startup files (bug #32900)Wed, 28 Sep 2011 09:47:33 -0500, by Jordi Gutiérrez Hermoso
-
fix thinko in previous change to __line__.mTue, 27 Sep 2011 12:49:20 -0400, by John W. Eaton
-
fix parsing of anonymous functions inside cell array lists.Tue, 27 Sep 2011 03:22:48 -0400, by John W. Eaton
-
allow radio values for graphics properaties to be abbreviatedTue, 27 Sep 2011 02:06:41 -0400, by John W. Eaton
-
allow line function to accept matrix argumentsTue, 27 Sep 2011 02:06:25 -0400, by John W. Eaton
-
improve compatibility of arrayfun for nargout = 0 caseMon, 26 Sep 2011 15:25:17 -0400, by John W. Eaton
-
fftshift.m: Better explain operation in docstring (Bug #33581). stableMon, 26 Sep 2011 11:43:20 -0700, by Rik
-
__getlegenddata__.m: Fix bad subscript index error (Bug #33774). stableMon, 26 Sep 2011 11:19:41 -0700, by Rik
-
maint: style fixes for cellfunMon, 26 Sep 2011 13:09:02 -0400, by John W. Eaton
-
fix nargout handling for functions called by cellfunMon, 26 Sep 2011 13:08:42 -0400, by John W. Eaton
-
maint: improve readability of cellfunSun, 25 Sep 2011 22:33:47 -0400, by John W. Eaton
-
Allow logical inputs to ismember() (Bug #33531).Sun, 25 Sep 2011 22:03:45 -0700, by Rik