Mercurial > hg > octave-nkf
graph
-
wblpdf.m: Bug fix to include x=0 in calculated distribution. stableWed, 01 Jun 2011 08:53:08 -0700, by Rik
-
wblinv.m: Bug fix to return 0 for input 0 and not -Inf. stableTue, 31 May 2011 22:52:18 -0700, by Rik
-
unifpdf.m: Bug fix to include limits of range [A,B] in distribution. stableTue, 31 May 2011 11:50:38 -0700, by Rik
-
geornd.m: Fix typo in 2-input calling form preventing execution. stableThu, 26 May 2011 12:40:13 -0700, by Rik
-
maint: Periodic merge of stable to default.Wed, 25 May 2011 15:52:00 -0700, by Rik
-
test: Comment out failing parser tests ahead of 3.4.1 release stableWed, 25 May 2011 15:46:01 -0700, by Rik
-
Deprecate error_text(), __error_text__()Wed, 25 May 2011 14:09:00 -0700, by Rik
-
ls_command.m: Add additional calling forms to DOCSTRING. stableWed, 25 May 2011 10:11:48 -0700, by Rik
-
Restructure subplot positioning and avoid labels overlap (bug #31610)Fri, 20 May 2011 15:19:18 +0200, by Konstantinos Poulios
-
Disable mirrored axes ticks for plottyy in ftlkFri, 20 May 2011 11:39:06 +0200, by Konstantinos Poulios
-
doc: Correctly refer to toupper() as a Mapping Function. stableTue, 17 May 2011 22:31:05 -0700, by Rik
-
frnd.m: Fix typo in 2-input calling form preventing execution. stableTue, 17 May 2011 09:41:19 -0700, by Rik
-
doc: Document that block comment markers must appear alone on a line (bug #33297) stableMon, 16 May 2011 12:39:08 -0700, by Rik
-
Fix textscan/textread headerlines arg always skipping 2 lines (bug #33028) stableSun, 15 May 2011 19:15:50 -0700, by Philip Nienhuis
-
Stop obscure warnings when get() called with null matrix input (bug #32642)Sun, 15 May 2011 17:35:57 -0700, by Rik
-
Fix integer overflow when using text() with large x,y values (bug #33059) stableSun, 15 May 2011 15:27:22 -0700, by David Finkel david finkel
-
Use common code idiom for creating cell array for indexing ND-arraysSun, 15 May 2011 10:50:30 -0700, by Rik
-
trapz.m, cumtrapz.m: Quote ':' in initialization statement to prevent it being stableSun, 15 May 2011 09:40:26 -0700, by Rik
-
Use common idiom in m-files for finding first non-singleton dimension.Sun, 15 May 2011 08:58:49 -0700, by Rik
-
runtests.m, rundemos.m: Remove final filesep() character from directory nameSun, 15 May 2011 07:39:01 -0700, by Rik
-
maint: Periodic merge of stable to default.Sun, 15 May 2011 07:26:20 -0700, by Rik
-
nonzeros.m: Ignore unused return arguments from find().Sun, 15 May 2011 07:24:14 -0700, by Rik
-
caseless-str.h: Fix implementation of op< stableSat, 14 May 2011 23:48:09 -0500, by Jordi Gutiérrez Hermoso
-
doc: Improve a few docstrings related to test functions and directories. stableSat, 14 May 2011 21:17:20 -0700, by Rik
-
Accept input x vector with y matrix for trapz,cumtrapz (bug #33292). stableSat, 14 May 2011 09:57:50 -0700, by Rik
-
Fix case insenstive use of radio values in graphics objects (bug #33068) stableWed, 11 May 2011 22:02:32 +0200, by David Bateman
-
exppdf.m: Bug fix to extend function range to include x==0. stableWed, 11 May 2011 10:48:04 -0700, by Rik
-
Periodic merge of stable to default.Tue, 10 May 2011 22:31:24 -0700, by Rik
-
unimplemented.m: Remove 'reset' and 'rsf2csf' from list.Tue, 10 May 2011 22:28:28 -0700, by Rik
-
Fix passing compiler options to mkoctfile stableWed, 11 May 2011 00:23:46 -0500, by Jordi Gutiérrez Hermoso
-
load-save.cc: Document -append option stableTue, 10 May 2011 23:40:23 -0500, by Jordi Gutiérrez Hermoso
-
betaln.m: Improve documentation string, particularly for Tex format. stableTue, 10 May 2011 14:14:12 -0700, by Rik
-
betainc.cc: Correctly refer to function as regularized incomplete Beta function. stableTue, 10 May 2011 12:46:11 -0700, by Rik
-
gampdf.m: Bug fix to extend function range to include x==0. stableMon, 09 May 2011 17:59:44 -0700, by Rik
-
Overhaul functions in statistics/base directory.Sat, 07 May 2011 14:52:08 -0700, by Rik
-
maint: Remove linear-algebra/gmres.m which was moved to sparse/ directory.Sat, 07 May 2011 14:30:20 -0700, by Rik
-
doc: Correct spacing in erf and gamma documentation in INFO mode. stableFri, 06 May 2011 16:38:15 -0700, by Rik
-
merge stable to defaultFri, 06 May 2011 18:45:05 -0400, by John W. Eaton
-
interpreter: Add new attribute 'complex' in whos (bug #32053)Fri, 06 May 2011 18:38:30 -0400, by Daniel Kraft
-
maint: Move gmres.m to sparse directory rather than linear-algebra directory.Fri, 06 May 2011 09:39:08 -0700, by Rik
-
Improve performance (2X) of svds by avoiding issymmetric calculation (bug #33073)Thu, 05 May 2011 16:58:43 -0700, by Rik
-
Fix unfilled contourf when lvl = [0,0] (bug #33177). stableWed, 04 May 2011 20:34:10 -0700, by Marco Caliari marco caliari
-
Allow sortrows to work on arrays with one row (bug #33197) stableWed, 04 May 2011 22:10:24 -0400, by John W. Eaton
-
Allow transpose to work for scalar structs (bug #33218) stableWed, 04 May 2011 21:44:05 -0400, by John W. Eaton
-
Allow scalar integer to logical conversion (bug #33219) stableWed, 04 May 2011 13:59:34 -0400, by John W. Eaton
-
Deprecate sylvester_matrix.m functionMon, 02 May 2011 11:45:56 -0700, by Rik
-
Properly warn when demo or example called on a function without demosMon, 02 May 2011 11:26:27 -0700, by Rik
-
doc: Periodic grammarcheck and spellcheck of documentation. stableSun, 01 May 2011 11:39:50 -0700, by Rik
-
maint: remove deprecated studentize.m reappearing after merge with stableSun, 01 May 2011 09:05:17 -0700, by Rik
-
maint: Periodic merge of stable branch to default branchSun, 01 May 2011 08:57:37 -0700, by Rik
-
doc: Review and update documentation for "Matrix Manipulation" chapter. stableSun, 01 May 2011 08:55:15 -0700, by Rik
-
oct-parse.yy (skip_white_space): Fix column number calculation.Tue, 05 Apr 2011 11:15:50 +0200, by Daniel Kraft