Mercurial > hg > octave-lyh
graph
-
text.m: Improve logic and error checking. Modify demo.Mon, 15 Aug 2011 19:43:57 -0400, by Ben Abbott
-
Update sources for gl2ps.Mon, 15 Aug 2011 18:48:16 -0400, by Ben Abbott
-
Native multi-line text alignment.Mon, 15 Aug 2011 17:35:30 -0400, by Vanya Sergeev
-
Apply bug fix for figure name from V. Sergeev (bug #34001)Mon, 15 Aug 2011 20:55:58 +0200, by Kai Habel
-
maint: periodic merge of stable to defaultMon, 15 Aug 2011 11:32:21 -0400, by John W. Eaton
-
undo previous unintended change to oct-stream.cc stableMon, 15 Aug 2011 11:30:23 -0400, by John W. Eaton
-
allow multi-line string property for text objects using cell arrays or char matricesMon, 15 Aug 2011 10:24:09 -0400, by Ben Abbott
-
new string_vector::join methodMon, 15 Aug 2011 10:05:28 -0400, by John W. Eaton
-
Return better error codes from curl, even if connection is successfulSun, 14 Aug 2011 21:17:12 -0500, by Jordi Gutiérrez Hermoso
-
Merge in Daniel's changesSun, 14 Aug 2011 12:41:20 -0500, by Jordi Gutiérrez Hermoso
-
Make hierarchical profile available via profile('info').Fri, 12 Aug 2011 12:27:56 +0200, by Daniel Kraft
-
Use macro to start profiler blocks.Fri, 12 Aug 2011 12:21:48 +0200, by Daniel Kraft
-
new text_label_property graphics property typeSun, 14 Aug 2011 12:31:14 -0400, by John W. Eaton
-
maint: periodic merge of stable to defaultFri, 12 Aug 2011 14:16:34 -0400, by John W. Eaton
-
maint: fix missing line continuation in src/Makefile.am stableFri, 12 Aug 2011 14:05:48 -0400, by John W. Eaton
-
Merge in Daniel's changesThu, 11 Aug 2011 21:12:56 -0500, by Jordi Gutiérrez Hermoso
-
Style fixes on profiler internal functionsThu, 11 Aug 2011 21:12:15 -0500, by Jordi Gutiérrez Hermoso
-
Collect hierarchical data profile.Thu, 11 Aug 2011 17:55:23 +0200, by Daniel Kraft
-
__xzip__: Fix regression about moving compressed files (bug #33993) stableThu, 11 Aug 2011 19:50:57 -0500, by Orion Poplawski
-
cellfun: Fix a regression for function handles to overloaded functionsThu, 11 Aug 2011 17:17:25 -0500, by Jordi Gutiérrez Hermoso
-
oop.txi: Fix incorrect names for power and mpower operators stableThu, 11 Aug 2011 14:05:46 -0500, by Jordi Gutiérrez Hermoso
-
tar.m: Fix validation of inputs (bug #33988) stableThu, 11 Aug 2011 12:49:11 -0500, by Jordi Gutiérrez Hermoso
-
cellfun.cc (cellfun): Small optimisation for function handles to built-insThu, 11 Aug 2011 02:41:36 -0500, by Jordi Gutiérrez Hermoso
-
Backed out changeset 982d59e27565Thu, 11 Aug 2011 02:39:31 -0500, by Jordi Gutiérrez Hermoso
-
cellfun.cc (cellfun): Small optimisation for function handles to built-insThu, 11 Aug 2011 02:34:42 -0500, by Jordi Gutiérrez Hermoso
-
octave-parse.yy (feval): Update docstring to refer to function handles. stableThu, 11 Aug 2011 01:46:06 -0500, by Jordi Gutiérrez Hermoso
-
str2num.m: Add second output indicating state of the conversion. stableWed, 10 Aug 2011 19:11:02 -0400, by Ben Abbott
-
Fix incorrect documentation for cs-lists from cell arrays.Wed, 10 Aug 2011 19:03:26 -0400, by Ben Abbott
-
improve logic of octave_stream::seek funtionWed, 10 Aug 2011 10:52:41 -0400, by John W. Eaton
-
maint: periodic merge of stable to defaultTue, 09 Aug 2011 23:23:59 -0400, by John W. Eaton
-
strread.m: %Ns conversion format now honors user specified width (Bug #33950).Tue, 09 Aug 2011 07:42:10 -0700, by Philip Nienhuis
-
maint: Periodic merge of stable to default.Mon, 08 Aug 2011 21:31:55 -0700, by Rik
-
svds.m: Revert cset 12934:5d79384e3a1d. Use 42 for random number initialization. stableMon, 08 Aug 2011 21:30:36 -0700, by Rik
-
strmatch.m: Trim search pattern of spaces and nulls.Mon, 08 Aug 2011 11:19:09 -0700, by Rik
-
accept but discard sign when reading NA and NaN valuesMon, 08 Aug 2011 12:14:41 -0400, by John W. Eaton
-
maint: periodic merge of stable to defaultSun, 07 Aug 2011 09:59:39 -0700, by Rik
-
svds.m: Use initialization seed of 43 to have working tests on Cygwin platform. stableSun, 07 Aug 2011 09:58:14 -0700, by Rik
-
strmatch.m: Revamp function for better speed and Matlab compatibility.Sun, 07 Aug 2011 09:55:19 -0700, by Rik
-
doc: Document numel option to cellfun. Use fewer function handles in examples.Sat, 06 Aug 2011 18:31:28 -0700, by Rik
-
Replace function handles with function names in cellfun calls for 15% speedup.Sat, 06 Aug 2011 18:03:18 -0700, by Rik
-
mode.m: Eliminate cellfun usage in assert testsFri, 05 Aug 2011 20:36:10 -0700, by Rik
-
untabify.m: Place input validation first. Simplify assert tests.Fri, 05 Aug 2011 20:22:40 -0700, by Rik
-
maint: periodic merge of stable to defaultFri, 05 Aug 2011 18:52:40 -0400, by John W. Eaton
-
maint: undo part of previous gnulib changes stableFri, 05 Aug 2011 18:50:43 -0400, by John W. Eaton
-
Fix brain-o in sqrtm testFri, 05 Aug 2011 12:35:29 -0500, by Jordi Gutiérrez Hermoso
-
deblank.m: Speed up 15x on cellstr inputs. Restrict input to strings or cellstrings.Fri, 05 Aug 2011 10:01:18 -0700, by Rik
-
Clarify what indices can be for numel stableFri, 05 Aug 2011 10:58:43 -0500, by Jordi Gutiérrez Hermoso
-
Fix incorrect example output for concatenating cs-lists from cells stableFri, 05 Aug 2011 10:58:14 -0500, by Jordi Gutiérrez Hermoso
-
Merge in Daniel's changesThu, 04 Aug 2011 23:35:13 -0500, by Jordi Gutiérrez Hermoso
-
Style fixes on comments about profiling operatorsThu, 04 Aug 2011 23:08:20 -0500, by Jordi Gutiérrez Hermoso
-
Extend profiling support to operators.Fri, 29 Jul 2011 17:51:39 +0200, by Daniel Kraft
-
periodic merge of stable to defaultThu, 04 Aug 2011 10:56:31 -0400, by John W. Eaton
-
use gnulib:: qualifiers for more stdio functions stableThu, 04 Aug 2011 10:39:37 -0400, by John W. Eaton
-
Change test on sqrtm.cc to use any when checking for NaNThu, 04 Aug 2011 00:42:31 -0500, by Jordi Gutiérrez Hermoso
-
textscan: Fix multiple accesses, bug #33876.Wed, 03 Aug 2011 19:54:37 -0400, by Ben Abbott
-
strsplit.m: Allow any scalar input for strip_empty option,Wed, 03 Aug 2011 15:38:59 -0700, by Rik
-
More compatibility improvements for textscan and strreadWed, 03 Aug 2011 15:05:28 -0700, by Philip Nienhuis
-
periodic merge of stable to defaultWed, 03 Aug 2011 13:57:54 -0400, by John W. Eaton
-
use gnulib:: qualifiers for more stdio functions stableWed, 03 Aug 2011 13:56:53 -0400, by John W. Eaton