Mercurial > hg > octave-nkf
graph
-
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
-
Prevent auto-inclusion of winsock.h in WIN32.Wed, 19 Oct 2011 12:11:40 +0100, by Michael Goffioul
-
Remove useless OCTAVE_API decorators.Wed, 19 Oct 2011 12:04:40 +0100, by Michael Goffioul
-
Export missing symbols.Wed, 19 Oct 2011 12:00:31 +0100, by Michael Goffioul
-
Do not define __STDC__ under MSVC.Wed, 19 Oct 2011 20:30:22 +0100, by Michael Goffioul
-
Fix segfault in do_minmax_bin_op (bug #34589) stableTue, 18 Oct 2011 21:18:41 -0500, by Jordi Gutiérrez Hermoso
-
imshow: check correctly for complex images (bug #34549) stableTue, 18 Oct 2011 10:17:09 -0500, by Jordi Gutiérrez Hermoso
-
When single-quoted, the strread() "delimiter", "endofline", and "whitespace"Mon, 17 Oct 2011 23:41:49 -0400, by Ben Abbott
-
Make uicontextmenu::visible property off by default.Mon, 17 Oct 2011 21:46:08 +0100, by Michael Goffioul
-
Add outerposition property to figure objects.Mon, 17 Oct 2011 21:46:02 +0100, by Michael Goffioul
-
new functions is_sq_string and is_dq_stringMon, 17 Oct 2011 13:39:51 -0400, by John W. Eaton
-
don't forget to pass parent class names to objects created by indexingMon, 17 Oct 2011 12:23:06 -0400, by John W. Eaton
-
Use axes linewidth property for gnuplot axes with location "zero".Sun, 16 Oct 2011 22:29:28 -0400, by Ben Abbott
-
error.cc: Don't complain if error struct input is empty (Matlab compatability)Sun, 16 Oct 2011 13:25:32 -0700, by Rik
-
doc: Use @{ macro for curly brace in validatestring Texinfo docstringSun, 16 Oct 2011 13:18:41 -0700, by Rik
-
validatestring.m: Overhaul code for Matlab compatability and performance.Sat, 15 Oct 2011 19:05:00 -0700, by Rik
-
allow assignment of class objects to indexed structure arraysFri, 14 Oct 2011 19:42:33 -0400, by John W. Eaton
-
Undo accidental change in 13704:6f779cc391fbFri, 14 Oct 2011 17:33:20 -0500, by Jordi Gutiérrez Hermoso
-
More 64bit integer type fixes for bsxfun-defs.ccFri, 14 Oct 2011 17:30:13 -0500, by Jordi Gutiérrez Hermoso
-
Add missing UI objects: uicontextmenu, uitoolbar, uipushtool and uitoggletool.Fri, 14 Oct 2011 23:19:06 +0100, by Michael Goffioul
-
class: correctly handle parents when structure array has more than one elementFri, 14 Oct 2011 17:06:49 -0400, by John W. Eaton
-
strsplit.m: Expand to accept 2-D character arrays. Improve input validation.Fri, 14 Oct 2011 10:15:01 -0700, by Rik
-
Pass correct integer type to std::max in bsxfun-defs.ccThu, 13 Oct 2011 22:05:57 -0500, by Jordi Gutiérrez Hermoso
-
Implement guidata/guihandles.Thu, 13 Oct 2011 23:01:44 +0100, by Michael Goffioul
-
patch: ensure facevertexcdata has correct shapeThu, 13 Oct 2011 13:38:19 -0400, by John W. Eaton
-
Allow a toolkit to provide its own version of UI dialogs.Thu, 13 Oct 2011 16:46:28 +0100, by Michael Goffioul
-
fix indexing bug for matrices inside anonymous functionsThu, 13 Oct 2011 11:05:30 -0400, by John W. Eaton
-
correctly handle multidimensional objects in num2cellWed, 12 Oct 2011 22:25:01 -0400, by John W. Eaton
-
char: when converting cell elements containing class objects, call overloaded char function if one existsWed, 12 Oct 2011 21:28:30 -0400, by John W. Eaton
-
Merge in Fotios' changeWed, 12 Oct 2011 20:36:19 -0500, by Jordi Gutiérrez Hermoso
-
add only color change possibility in spy.mThu, 13 Oct 2011 00:47:43 +0300, by Fotios Kasolis
-
Force gnuplot axes to use a solid line.Wed, 12 Oct 2011 20:06:12 -0400, by Ben Abbott