Mercurial > hg > octave-nkf
graph
-
Remove 3 unused warning idsTue, 08 Nov 2011 09:07:13 -0800, by Rik
-
provide parial implementation of the recycle functionMon, 07 Nov 2011 15:46:06 -0500, by John W. Eaton
-
load preferences before trying to query themMon, 07 Nov 2011 15:00:55 -0500, by John W. Eaton
-
make octave_allocator optional and disable by defaultMon, 07 Nov 2011 03:20:10 -0500, by John W. Eaton
-
don't define functions in test and demo blocksMon, 07 Nov 2011 02:56:06 -0500, by John W. Eaton
-
maint: periodic merge of stable to default.Sun, 06 Nov 2011 21:22:49 -0800, by Rik
-
display.m: Extend display to work on builtin classes (Bug #34637)Thu, 27 Oct 2011 09:59:26 -0700, by Rik
-
prefsfile.m: Use .octave_prefs for preferences filenameSun, 06 Nov 2011 15:13:37 -0800, by Rik
-
Format test suite output correctly on Win32.Sun, 06 Nov 2011 20:08:17 +0000, by Michael Goffioul
-
waitbar.m: Eliminate docstring reference to waitbar(frac,msg)Sat, 05 Nov 2011 13:46:15 -0700, by Rik
-
playaudio.m: Use modern coding standards. Add input validation tests.Sat, 05 Nov 2011 07:34:01 -0700, by Rik
-
avoid uninitialized variable warning from valgrindSat, 05 Nov 2011 03:06:01 -0400, by John W. Eaton
-
ensure that complex matrix multiplication results are fully initializedSat, 05 Nov 2011 02:02:54 -0400, by John W. Eaton
-
always initialize info and rcon in Matrix determinant methodsSat, 05 Nov 2011 01:59:40 -0400, by John W. Eaton
-
unimplemented.m: Remove functions which have been implemented.Fri, 04 Nov 2011 20:09:02 -0700, by Rik
-
Implement new usejava function for Matlab compatability.Fri, 04 Nov 2011 19:58:38 -0700, by Rik
-
license.m: Update to modern coding standards. Add functional and input validation tests.Fri, 04 Nov 2011 19:12:43 -0700, by Rik
-
Group the ols matrix operation in a smarter wayFri, 04 Nov 2011 19:15:27 -0400, by Jordi Gutiérrez Hermoso
-
Use a cheaper Cholesky decomposition than a rank() svd in ols.mFri, 04 Nov 2011 18:55:27 -0400, by Jordi Gutiérrez Hermoso
-
provide default message for waitbarFri, 04 Nov 2011 16:40:07 -0400, by John W. Eaton
-
waitbar: use previous bar if nargin == 1, not nargout == 1Fri, 04 Nov 2011 16:35:58 -0400, by John W. Eaton
-
mexext.m: Add functional test. Add seealso link to docstring.Fri, 04 Nov 2011 13:11:29 -0700, by Rik
-
delete.m: Update seealso link. Add input validation tests.Fri, 04 Nov 2011 13:07:39 -0700, by Rik
-
have some fun with waitbar demo #2Fri, 04 Nov 2011 14:33:44 -0400, by John W. Eaton
-
waitbar.m: More improvements.Fri, 04 Nov 2011 10:57:07 -0700, by Rik
-
new and improved non-integer figure handlesFri, 04 Nov 2011 06:25:13 -0400, by John W. Eaton
-
maint: __init_fltk__.cc style fixesFri, 04 Nov 2011 05:51:53 -0400, by John W. Eaton
-
new tests for class concatentationFri, 04 Nov 2011 05:10:46 -0400, by John W. Eaton
-
allow waitbar test to succeed even if figure 1 existsFri, 04 Nov 2011 05:01:00 -0400, by John W. Eaton
-
title: avoid spurious outputFri, 04 Nov 2011 04:55:40 -0400, by John W. Eaton
-
update tests for patchFri, 04 Nov 2011 04:47:24 -0400, by John W. Eaton
-
correct changeset 33f044561ebf; compatibility fix for patch facecolor propertyFri, 04 Nov 2011 04:39:49 -0400, by John W. Eaton
-
use compatible defaults for patch functionThu, 03 Nov 2011 16:16:31 -0400, by John W. Eaton
-
correctly handle RGB color spec for patch objectThu, 03 Nov 2011 16:14:28 -0400, by John W. Eaton
-
compatibiltiy fix for patch facecolor propertyThu, 03 Nov 2011 16:09:32 -0400, by John W. Eaton
-
more updates for waitbarThu, 03 Nov 2011 14:50:34 -0400, by John W. Eaton
-
waitbar.m: Update docstring. Only return output handle h if requested.Thu, 03 Nov 2011 09:54:57 -0700, by Rik
-
use correct method to get window position for fltkThu, 03 Nov 2011 11:35:47 -0400, by John W. Eaton
-
provide the waitbar functionThu, 03 Nov 2011 05:30:45 -0400, by John W. Eaton
-
allow axes handle to be passed to patch functionThu, 03 Nov 2011 05:07:51 -0400, by John W. Eaton
-
allow figure handles to be non-integersThu, 03 Nov 2011 05:01:52 -0400, by John W. Eaton
-
allow axes handle to be passed to title functionThu, 03 Nov 2011 04:41:40 -0400, by John W. Eaton
-
convert units for figure positionsThu, 03 Nov 2011 04:33:25 -0400, by John W. Eaton
-
allow initial position to be set for fltk windowsThu, 03 Nov 2011 01:30:54 -0400, by John W. Eaton
-
optimset.m: Document valid parameters for optimization functions. stableWed, 02 Nov 2011 20:50:20 -0700, by Carnë Draug
-
maint: fix function definition in testWed, 02 Nov 2011 23:28:22 -0400, by John W. Eaton
-
var.m: Fix bug in docstring referring to std (Bug #34729). stableWed, 02 Nov 2011 18:21:27 -0700, by Rik
-
improve argument parsing for subplot, handle 'position' argumentWed, 02 Nov 2011 15:28:30 -0400, by John W. Eaton
-
Add seealso links to docstrings for is_sq_string and is_dq_stringWed, 02 Nov 2011 11:17:01 -0700, by Rik
-
NEWS: Update file with more description of changes made to string functions in 3.6.0Wed, 02 Nov 2011 11:16:04 -0700, by Rik
-
find-defun-files.sh: allow sed command to work with OpenBSD sedWed, 02 Nov 2011 12:40:29 -0400, by John W. Eaton
-
strtok.m: Revamp code for performance. Add cellstr input functionality.Wed, 02 Nov 2011 09:24:48 -0700, by Rik
-
Fix typo in @var macro in cset 8bb7bdbe9c69.Wed, 02 Nov 2011 09:20:35 -0700, by Rik
-
Consistently allow creation of sparse vectors in accumarrayWed, 02 Nov 2011 00:26:27 -0400, by Jordi Gutiérrez Hermoso
-
Clarify max/min in accumarray and uniformise its behaviourWed, 02 Nov 2011 00:25:27 -0400, by Jordi Gutiérrez Hermoso
-
Clarify the third argument of max/min.Tue, 01 Nov 2011 23:18:08 -0400, by Jordi Gutiérrez Hermoso
-
allow nargin to work for functions that are not already loadedTue, 01 Nov 2011 20:48:22 -0400, by John W. Eaton
-
octave_class::size: return matrix with correct dimensionsTue, 01 Nov 2011 19:57:38 -0400, by John W. Eaton
-
Minor improvements to semilogx and semilogy demos.Tue, 01 Nov 2011 17:21:07 -0400, by Ben Abbott
-
2nd attempt to fix bugs introduced by changeset bda7b080f205.Tue, 01 Nov 2011 16:50:38 -0400, by Ben Abbott
-
correctly distribute parent classesTue, 01 Nov 2011 15:59:06 -0400, by John W. Eaton
-
Fix confusing interaction between @code macro and transpose operator (') in documentation (Bug #34661).Tue, 01 Nov 2011 11:08:18 -0700, by Rik
-
__patch__: fix thinko in previous change.Tue, 01 Nov 2011 13:30:23 -0400, by John W. Eaton
-
__patch__: correctly replace NaN values with last non-NaN value in columnTue, 01 Nov 2011 13:19:10 -0400, by John W. Eaton
-
unimplemented.m: Mention alternatives for importdata() function (Bug #34670).Tue, 01 Nov 2011 09:58:34 -0700, by Rik
-
strsplit.m: Use S instead of P to denote string argument (Bug #34709).Tue, 01 Nov 2011 09:33:00 -0700, by Rik
-
strsplit.m: Use S instead of P to denote string argument (Bug #"aTue, 01 Nov 2011 09:28:40 -0700, by Rik
-
mk_doc_cache.m: Miscellaneous code cleanup for better performance.Sun, 30 Oct 2011 16:59:03 -0700, by Rik
-
Fix block comment Texinfo not appearing in documentationSun, 30 Oct 2011 16:57:03 -0700, by Rik
-
lookfor.m: Make search case insensitive.Sun, 30 Oct 2011 09:14:07 -0700, by Rik
-
[Win32] Use Toolhelp32 APi to find octinterp module path.Fri, 28 Oct 2011 23:53:08 +0100, by Michael Goffioul
-
unmkpp.m: Add functional test. Improve input validation.Fri, 28 Oct 2011 09:27:00 -0700, by Rik
-
interpft.m: Miscellaneous code cleanup. Add more input validation tests.Thu, 27 Oct 2011 23:00:58 -0700, by Rik
-
fileread.m: Add functional test.Thu, 27 Oct 2011 22:17:03 -0700, by Rik
-
Add functional tests for csvwrite/csvread.Thu, 27 Oct 2011 20:53:50 -0700, by Rik
-
dlmwrite.m: Restore ability to use FID instead of filename.Thu, 27 Oct 2011 20:37:45 -0700, by Rik
-
wavwrite.m: Use temporary filename in %!tests rather than hardcoded one.Thu, 27 Oct 2011 20:16:35 -0700, by Rik
-
help.m: Add functional testsThu, 27 Oct 2011 15:57:23 -0700, by Rik
-
maint: Remove execute permission bit from non-executable files.Thu, 27 Oct 2011 15:43:34 -0700, by Rik
-
namelengthmax.m: Consolidate docstring by using @math macro. Add %!test.Thu, 27 Oct 2011 15:40:56 -0700, by Rik
-
doc: Don't use @code{} macro for transpose and ctranspose (Bug #34661)Thu, 27 Oct 2011 09:50:03 -0700, by Rik
-
Fix infinite loop with null patterns in regexp (Bug #34101, Bug #33258)Wed, 26 Oct 2011 21:23:32 -0700, by Rik
-
double the size of '.' markers produced by the OpenGL rendererWed, 26 Oct 2011 22:33:27 -0400, by John W. Eaton
-
default limits for logscale plotsWed, 26 Oct 2011 17:36:54 -0400, by John W. Eaton
-
allow negative data log plots with OpenGL+FLTK graphics (bug #34232)Wed, 26 Oct 2011 14:19:54 -0400, by John W. Eaton
-
Fix sloppy code and bugs introduced by changeset bda7b080f205.Wed, 26 Oct 2011 07:44:55 -0400, by Ben Abbott
-
don't crash when concatenating structs with no fieldsWed, 26 Oct 2011 00:50:39 -0400, by John W. Eaton
-
Change return value of mxGetString to match Matlab (Bug #34546)Tue, 25 Oct 2011 21:23:37 -0700, by Rik
-
Change f_cdf references to fcdf in statistics/test directory (Bug #34628)Tue, 25 Oct 2011 16:39:22 -0700, by Rik
-
Fix octinterp DLL searching on Win32.Tue, 25 Oct 2011 22:35:55 +0100, by Michael Goffioul
-
New nthargout functionTue, 25 Oct 2011 09:46:38 -0700, by Jordi Gutiérrez Hermoso
-
Allow more than two input arguments for the kron function, plus some cleanup.Mon, 24 Oct 2011 18:06:04 -0700, by Jordi Gutiérrez Hermoso
-
Restore random number state after %!demos or %!testsTue, 25 Oct 2011 10:56:02 -0700, by Rik
-
Revamp geometry functions dependent on Qhull (Bug #34604, Bug #33346)Tue, 25 Oct 2011 10:17:23 -0700, by Rik
-
maint: periodic merge of stable to defaultMon, 24 Oct 2011 16:16:50 -0400, by John W. Eaton
-
Added tag release-3-4-3 for changeset b0e70a71647b stableMon, 24 Oct 2011 16:12:58 -0400, by John W. Eaton
-
rand.cc: Don't bring the whole std namespace into scope, only unordered_mapThu, 20 Oct 2011 14:28:13 -0500, by Jordi Gutiérrez Hermoso
-
Periodic merge of stable to defaultThu, 20 Oct 2011 14:12:05 -0500, by Jordi Gutiérrez Hermoso
-
Use copysignf module from gnulib.Thu, 20 Oct 2011 15:35:44 +0100, by Michael Goffioul
-
Avoid some compilation warnings.Thu, 20 Oct 2011 15:19:38 +0100, by Michael Goffioul
-
Fix broken gcc compilation due to changeset d13b6086aea9.Thu, 20 Oct 2011 14:08:25 +0100, by Michael Goffioul
-
Rename signbit to __signbit, until the problem is fixed in gnulib.Thu, 20 Oct 2011 12:54:58 +0100, by Michael Goffioul
-
Add dummy template specializations with a return value.Thu, 20 Oct 2011 12:54:52 +0100, by Michael Goffioul
-
[MSVC] Explicit instantiation to avoid undefined references.Thu, 20 Oct 2011 12:54:46 +0100, by Michael Goffioul
-
Help dumb compilers to resolve template parameters.Thu, 20 Oct 2011 12:54:40 +0100, by Michael Goffioul
-
[MSVC] Prevent duplicate symbol.Thu, 20 Oct 2011 12:54:32 +0100, by Michael Goffioul
-
Make std::auto_ptr friend of idx_vector to allow access to private class idx_vector_rep.Thu, 20 Oct 2011 12:54:26 +0100, by Michael Goffioul
-
Allow to use MiKTeX ghostscript.Thu, 20 Oct 2011 12:54:10 +0100, by Michael Goffioul
-
Test unordered_map header location and namespace.Thu, 20 Oct 2011 12:51:31 +0100, by Michael Goffioul
-
Create uitoolbar only when necessary.Wed, 19 Oct 2011 17:15:42 +0100, by Michael Goffioul
-
Revert changeset c943be5f929d as it breaks Linux compilation.Wed, 19 Oct 2011 15:46:29 +0100, by Michael Goffioul
-
Make unused ARPACK code F77 compliant.Wed, 19 Oct 2011 12:34:01 +0100, by Michael Goffioul
-
Yet another required WIN32_LEAN_AND_MEAN.Wed, 19 Oct 2011 12:21:44 +0100, by Michael Goffioul
-
Provide dummy implementations of ctor and assign of base_graphics_object.Wed, 19 Oct 2011 12:16:04 +0100, by Michael Goffioul