Mercurial > hg > octave-nkf
graph
-
reimplement polyvalm using HornerTue, 03 Mar 2009 11:56:51 +0100, by Jaroslav Hajek
-
erase closed files from file list & cache lookupTue, 03 Mar 2009 08:01:07 +0100, by Jaroslav Hajek
-
gnuplot_drawnow.m: Fix unintended shift of plot image for the gnuplot postscript+eps terminal.Tue, 03 Mar 2009 00:45:00 -0500, by Ben Abbott
-
fix & simplify fix_depends pkg.mMon, 02 Mar 2009 13:00:59 +0100, by Jaroslav Hajek
-
update commentMon, 02 Mar 2009 12:12:29 +0100, by Jaroslav Hajek
-
Remove references to deprecated function create_set.Mon, 02 Mar 2009 10:22:17 +0100, by Thorsten Meyer
-
add missing includeMon, 02 Mar 2009 09:37:55 +0100, by Jaroslav Hajek
-
graphics.cc (Fget, F__get__): return column vector, not row vectorMon, 02 Mar 2009 01:08:33 -0500, by John W. Eaton
-
op-fcm-fcm.cc: fix arg types for dbl_assign functionSun, 01 Mar 2009 21:19:00 -0500, by John W. Eaton
-
__go_draw_axes__.m: Do not render axis labels twice when their handles are visible.Sun, 01 Mar 2009 11:39:45 -0500, by Ben Abbott
-
num2str.m: Trivial bug fix. Recent switch from split() to strsplit() produced cells rather than character data.Sun, 01 Mar 2009 09:49:37 -0500, by Ben Abbott
-
colorbar.m: Bug fix. Allow hidden colorbars to be deleted, and replace existing colorbar when a new one is created. Additional demos are included to verify these behaviors.Sun, 01 Mar 2009 08:30:59 -0500, by Ben Abbott
-
indicate diag & perm matrices on outputSun, 01 Mar 2009 09:07:57 +0100, by Jaroslav Hajek
-
__actual_axis_position__.m: New function to determine position of rendered axes.Sat, 28 Feb 2009 22:39:33 -0500, by Ben Abbott
-
Compatible support of figure paper properties and resolution for the gnuplot backend.Sat, 28 Feb 2009 19:36:09 -0500, by Ben Abbott
-
mark create_set as deprecated in 3.2, not 3.0Fri, 27 Feb 2009 15:43:43 -0500, by John W. Eaton
-
deprecate create_setFri, 27 Feb 2009 14:49:28 -0500, by John W. Eaton
-
replace last call to split with strsplitFri, 27 Feb 2009 12:56:31 -0500, by John W. Eaton
-
more NEWS file editsFri, 27 Feb 2009 12:51:20 -0500, by John W. Eaton
-
strsplit.m: style fixesFri, 27 Feb 2009 03:31:41 -0500, by John W. Eaton
-
add nargin check to strsplitFri, 27 Feb 2009 08:06:25 +0100, by Jaroslav Hajek
-
gripe when dividing a diagonal matrix by zeroFri, 27 Feb 2009 07:51:20 +0100, by Jaroslav Hajek
-
after defining a script or function, clear local variables created for parsingThu, 26 Feb 2009 13:58:47 -0500, by John W. Eaton
-
chol.cc: correct spelling of CHOLMOD in testsThu, 26 Feb 2009 12:25:22 -0500, by John W. Eaton
-
document strsplit, not splitThu, 26 Feb 2009 12:20:17 -0500, by John W. Eaton
-
split.m: add warning, note versionThu, 26 Feb 2009 12:09:28 -0500, by John W. Eaton
-
implement strsplit; deprecate splitThu, 26 Feb 2009 10:29:59 +0100, by Jaroslav Hajek
-
append + to version numbersThu, 26 Feb 2009 03:53:37 -0500, by John W. Eaton
-
Added tag ss-3-1-53 for changeset bd1b1fe9c6e9Wed, 25 Feb 2009 18:36:36 -0500, by John W. Eaton
-
fixes for clean targets in MakefilesWed, 25 Feb 2009 15:34:23 -0500, by John W. Eaton
-
fix typo in previous changeWed, 25 Feb 2009 13:01:35 -0500, by John W. Eaton
-
tests vs. 64-bit indexingWed, 25 Feb 2009 12:56:36 -0500, by John W. Eaton
-
optimize string manipulation in lookforWed, 25 Feb 2009 10:21:33 +0100, by Jaroslav Hajek
-
preset triangular type if possible for lu and qr outputsWed, 25 Feb 2009 09:10:38 +0100, by Jaroslav Hajek
-
write debugging location info directly to std::cerrWed, 25 Feb 2009 03:02:28 -0500, by John W. Eaton
-
pie.m: fix arg size comparisonWed, 25 Feb 2009 02:44:24 -0500, by John W. Eaton
-
improve lookfor performanceWed, 25 Feb 2009 02:08:28 -0500, by John W. Eaton
-
set default value for doc_cache_file variableWed, 25 Feb 2009 01:24:12 -0500, by John W. Eaton
-
simplify integer powerWed, 25 Feb 2009 06:47:16 +0100, by Jaroslav Hajek
-
pkg.m (generate_lookfor_cache): generate a DOC file for each directoryWed, 25 Feb 2009 00:41:40 -0500, by Jason Riedy
-
input.cc (get_debug_input): don't pass arbitrary input to message as a format stringWed, 25 Feb 2009 00:39:09 -0500, by John W. Eaton
-
doc and lookfor fixesTue, 24 Feb 2009 15:08:39 -0500, by John W. Eaton
-
gen_doc_cache.m: call __makeinfo__, not makeinfoTue, 24 Feb 2009 14:13:32 -0500, by Jason Riedy
-
remove url hrefs from diagperm.txiTue, 24 Feb 2009 19:25:25 +0100, by Jaroslav Hajek
-
fix typo in NEWS fileTue, 24 Feb 2009 13:09:08 -0500, by John W. Eaton
-
fix fsolve bugTue, 24 Feb 2009 13:53:14 +0100, by Jaroslav Hajek
-
workaround gcc 4.3 explicit instantiation bug in octave_int_cmp_opTue, 24 Feb 2009 11:15:05 +0100, by Jaroslav Hajek
-
remove duplicate conversions in OPERATORSTue, 24 Feb 2009 11:12:38 +0100, by Jaroslav Hajek
-
add missing scalar->int scalar conversionsTue, 24 Feb 2009 11:11:40 +0100, by Jaroslav Hajek
-
add op-float-conv.cc for previous changeTue, 24 Feb 2009 04:34:24 -0500, by John W. Eaton
-
single conversionsTue, 24 Feb 2009 04:29:55 -0500, by John W. Eaton
-
improve the diag & perm matrices textTue, 24 Feb 2009 09:21:28 +0100, by Jaroslav Hajek
-
Add make target "configfiles" to automatically regenerate configuration filesTue, 24 Feb 2009 01:46:37 -0500, by Thorsten Meyer
-
Do not autogenerate Makefile from Makefile.in.Tue, 24 Feb 2009 00:57:01 -0500, by Thorsten Meyer
-
ov-base-sparse.cc (octave_base_sparse<T>::print_raw): remove extra ")\n" from outputMon, 23 Feb 2009 22:40:11 -0500, by John W. Eaton
-
fplot.m: fix nargin checkMon, 23 Feb 2009 16:44:42 -0500, by John W. Eaton
-
Fix small error in previous commit, which was two changes that should not have been combined; the first change was to improve breakpoints in debugging and was not mentioned in the commit message. Ugh.Mon, 23 Feb 2009 16:37:40 -0500, by John W. Eaton
-
eigs.cc (Feigs): fix handling of sigma argMon, 23 Feb 2009 16:29:20 -0500, by John W. Eaton
-
better handling of end of script/function no-op commandMon, 23 Feb 2009 12:55:32 -0500, by John W. Eaton