Mercurial > hg > octave-nkf
graph
-
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
-
maint: regexp.cc style fixesSun, 25 Sep 2011 20:50:36 -0400, by John W. Eaton
-
eliminate DO_SIMPLE_FOR_LOOP_ONCE macro definition tooSun, 25 Sep 2011 20:15:26 -0400, by John W. Eaton
-
eliminate DO_SIMPLE_FOR_LOOP_ONCE macroSun, 25 Sep 2011 20:12:19 -0400, by John W. Eaton
-
Add support for additional argument "real" to schur() (Bug #34012). stableSun, 25 Sep 2011 16:58:02 -0700, by Rik
-
avoid output in testSun, 25 Sep 2011 19:41:15 -0400, by John W. Eaton
-
fix warnings for uninitialized variablesSun, 25 Sep 2011 19:44:04 -0400, by John W. Eaton
-
errorbar plots can now accept a legend key (Bug #33580). stableSun, 25 Sep 2011 16:24:07 -0700, by Rik
-
Avoid overflow in sprandsymSun, 25 Sep 2011 16:40:57 -0500, by Jordi Gutiérrez Hermoso
-
fix warnings for unused but set variables and shadowed variablesSun, 25 Sep 2011 16:52:23 -0400, by John W. Eaton
-
fix warnings for unused but set variablesSun, 25 Sep 2011 15:06:10 -0400, by John W. Eaton
-
fix warnings for unused but set variablesSun, 25 Sep 2011 14:25:23 -0400, by John W. Eaton
-
Improvements to plotyy.Sun, 25 Sep 2011 13:48:09 -0400, by Ben Abbott
-
Add tests for scripts/plotSun, 25 Sep 2011 19:11:02 +0200, by Kai Habel
-
Allow an nd-array of handles when calling isprop.m.Sun, 25 Sep 2011 11:55:39 -0400, by Ben Abbott
-
Fix offbyones and typos in sprandsym.mSun, 25 Sep 2011 02:35:55 -0500, by Jordi Gutiérrez Hermoso
-
Various minor stylistic improvements to sprandsym.mSun, 25 Sep 2011 01:42:37 -0500, by Jordi Gutiérrez Hermoso
-
src/graphics.cc: Consistent log-scale axis tick labels.Sat, 24 Sep 2011 17:31:19 -0400, by Ben Abbott
-
return get(h) as a struct array when h is a vector of handlesSat, 24 Sep 2011 17:27:53 -0400, by John W. Eaton
-
Use "-10^{%T}" format for negative values in log scale plots.Sat, 24 Sep 2011 15:39:19 -0400, by Ben Abbott
-
Simplify a computation in sprandsymSat, 24 Sep 2011 13:06:24 -0500, by Jordi Gutiérrez Hermoso
-
sqp: provide warnings for QP subproblem failuresSat, 24 Sep 2011 10:38:19 -0400, by John W. Eaton
-
Completely new implementation of sprandsymSat, 24 Sep 2011 03:46:36 -0500, by Jordi Gutiérrez Hermoso
-
Add tests for scripts/plotFri, 23 Sep 2011 22:18:05 +0200, by Kai Habel
-
voronoin: accept options as a cell array of character stringsFri, 23 Sep 2011 15:03:29 -0400, by John W. Eaton
-
Fix the copyright and docstring of __sprand_impl__Fri, 23 Sep 2011 13:11:36 -0500, by Jordi Gutiérrez Hermoso
-
Update tests for profile.mFri, 23 Sep 2011 12:24:14 -0500, by Jordi Gutiérrez Hermoso
-
Add missing path in sparse/module.mkFri, 23 Sep 2011 10:18:03 -0500, by Jordi Gutiérrez Hermoso
-
missing file for changeset 968e89b45bbfFri, 23 Sep 2011 09:51:20 -0400, by John W. Eaton
-
Update example in sparse.txi to use new calling form of randpermFri, 23 Sep 2011 02:41:54 -0500, by Jordi Gutiérrez Hermoso
-
Refactor sprandn/sprand code, move common code to common function (bug #34352)Fri, 23 Sep 2011 02:40:05 -0500, by Jordi Gutiérrez Hermoso
-
Simplify code in sprand and use two-arg form of randperm for precise densityWed, 21 Sep 2011 21:37:12 -0500, by Jordi Gutiérrez Hermoso
-
document profexplore and include it in the list of files to distributeThu, 22 Sep 2011 18:08:26 -0400, by John W. Eaton
-
allow sscanf to accept character arrays with more than one rowMon, 19 Sep 2011 16:45:31 -0400, by John W. Eaton
-
also look to parent classes for overloaded functions called through handlesThu, 22 Sep 2011 17:08:49 -0400, by John W. Eaton
-
move tests for classes into subdirectoriesThu, 22 Sep 2011 16:44:54 -0400, by John W. Eaton
-
Put @seealso in profiler functions' docstrings.Thu, 22 Sep 2011 16:01:28 -0500, by Jordi Gutiérrez Hermoso
-
Merge in Daniel's changesThu, 22 Sep 2011 15:37:29 -0500, by Jordi Gutiérrez Hermoso
-
New function 'profexplore' for interactive hierarchical profile exploration.Thu, 22 Sep 2011 21:52:40 +0200, by Daniel Kraft
-
Add field for total time to hierarchical profile.Thu, 22 Sep 2011 20:51:30 +0200, by Daniel Kraft
-
Omit $top_srcdir/test directory tree from Octave's path in run-octave scriptThu, 22 Sep 2011 15:38:25 -0400, by John W. Eaton
-
Implement second randperm argument for compatibility with MatlabWed, 21 Sep 2011 21:08:57 -0500, by Jordi Gutiérrez Hermoso
-
Add tolerances to binopdf and tpdf tests.Wed, 21 Sep 2011 20:23:59 -0400, by Ben Abbott
-
regexptranslate.m: Correctly escape *all* regular expression special characters.Tue, 20 Sep 2011 22:01:00 -0700, by Rik
-
optimset.m: When called with 1 output argument, return a struct with all possible options initialized to [].Tue, 20 Sep 2011 21:19:56 -0700, by Rik
-
onenormest.m: Initialize random number generator in tests to guarantee reliable passage.Tue, 20 Sep 2011 19:42:13 -0700, by Rik
-
tpdf.m: Add eps to assert tests for passage on Mac OSTue, 20 Sep 2011 17:18:18 -0700, by Rik
-
mat2str.m: Use more modern code syntax for functionTue, 20 Sep 2011 16:42:37 -0700, by Rik
-
blanks.m: Validate input is non-negative.Tue, 20 Sep 2011 16:18:14 -0700, by Rik
-
str2num.m: Use more modern code practicesTue, 20 Sep 2011 16:08:53 -0700, by Rik
-
findstr.m: Use more modern code practices in function.Tue, 20 Sep 2011 15:51:20 -0700, by Rik
-
maint: use specific endif, endfor tokens instead of simple endTue, 20 Sep 2011 15:41:35 -0400, by John W. Eaton
-
maint: periodic merge of stable to defaultTue, 20 Sep 2011 15:38:24 -0400, by John W. Eaton
-
maint: use specific endif, endfor tokens instead of simple end stableTue, 20 Sep 2011 15:33:10 -0400, by John W. Eaton
-
maint: periodic merge of stable to defaultTue, 20 Sep 2011 15:28:46 -0400, by John W. Eaton
-
Overhaul of statistical distribution functionsTue, 20 Sep 2011 12:13:13 -0700, by Rik
-
Fix incorrect newline in weekday.m (bug #34347) stableTue, 20 Sep 2011 14:02:59 -0500, by Jordi Gutiérrez Hermoso
-
bincoeff.m: 15% speed improvement and better input validationTue, 20 Sep 2011 11:41:59 -0700, by Rik
-
Allow cellstr inputs for dec2* conversion functions.Mon, 19 Sep 2011 18:03:43 -0700, by Rik
-
Update guidelines on how to write commit messages and changelogs stableMon, 19 Sep 2011 20:01:43 -0500, by Jordi Gutiérrez Hermoso
-
Allow cellstr inputs to *2dec conversion functions (Bug #34147).Mon, 19 Sep 2011 17:15:07 -0700, by Rik
-
python: new function to invoke python scripts from octave codeMon, 19 Sep 2011 22:52:47 +0100, by Carnë Draug
-
deblank.m: Modified to accept nested cellstr arrays (Bug #34123)Mon, 19 Sep 2011 09:37:52 -0700, by Rik
-
scripts/general/interpn.m: fix(m)==m is faster than round(m)==m stableMon, 19 Sep 2011 08:15:30 -0400, by Ben Abbott
-
Define missing real double -> float complex assignment operators stableMon, 19 Sep 2011 00:56:05 -0500, by Jordi Gutiérrez Hermoso
-
strtrim.m: Rename function inside .m file to match filename.Sun, 18 Sep 2011 21:08:46 -0700, by Rik
-
strtrim.m: Allow operation on nested cellstr arrays (Bug #34123).Sun, 18 Sep 2011 20:13:56 -0700, by Rik
-
__makeinfo__.m: Correct error string for third argument.Sun, 18 Sep 2011 17:09:39 -0700, by Rik
-
Fix bug #34282. Fill holes in contours with the background colour stableSun, 18 Sep 2011 15:55:54 -0400, by Ben Abbott
-
Fix bug #33204. Use latex markeup for log tick labels. stableSun, 18 Sep 2011 13:11:04 -0400, by Ben Abbott