Mercurial > hg > octave-lyh
graph
-
Fix test for X11 if "--without-x" is given.Tue, 17 Feb 2009 00:27:30 -0500, by Thomas Treichl
-
plotyy.m: handle existing figure with no axesTue, 17 Feb 2009 00:01:33 -0500, by John W. Eaton
-
__makeinfo__.m: rename from makeinfo.mMon, 16 Feb 2009 17:01:17 -0500, by John W. Eaton
-
lex.l (next_token_can_follow_bin_op): push all characters read on to buffer stackMon, 16 Feb 2009 16:44:55 -0500, by John W. Eaton
-
genprops.awk (emit_source): don't use + to concatenate stringsMon, 16 Feb 2009 14:43:34 -0500, by John W. Eaton
-
Trivial change to shading.m and surfl.m demos.Mon, 16 Feb 2009 13:31:44 -0500, by Ben Abbott
-
fix typo in sortrowsMon, 16 Feb 2009 16:52:42 +0100, by Jaroslav Hajek
-
update comments in fsolveMon, 16 Feb 2009 16:08:41 +0100, by Jaroslav Hajek
-
typo in gnuplot_drawnow.mMon, 16 Feb 2009 15:50:44 +0100, by Jaroslav Hajek
-
fix which message for built-in functionsMon, 16 Feb 2009 15:12:00 +0100, by Jaroslav Hajek
-
fix 2-subs assigment into n-d arraysMon, 16 Feb 2009 15:05:24 +0100, by Jaroslav Hajek
-
remove unused macros from mx-inlines.ccMon, 16 Feb 2009 13:53:11 +0100, by Jaroslav Hajek
-
implement short-circuiting row-reduction any/all algorithmMon, 16 Feb 2009 13:53:09 +0100, by Jaroslav Hajek
-
fix unscaling in expmMon, 16 Feb 2009 12:45:15 +0100, by Jaroslav Hajek
-
implement fast logical sum (counting)Mon, 16 Feb 2009 12:41:55 +0100, by Jaroslav Hajek
-
more NEWS updatesMon, 16 Feb 2009 10:53:46 +0100, by Jaroslav Hajek
-
Fix invalid conversion error on implicit demotion of n-d arraysMon, 16 Feb 2009 10:40:10 +0100, by Jaroslav Hajek
-
fix small bug in scalar-to-array assignmentMon, 16 Feb 2009 10:31:10 +0100, by Jaroslav Hajek
-
fix & clean up complex & sparse sortingMon, 16 Feb 2009 10:15:43 +0100, by Jaroslav Hajek
-
optimize min/max functionsMon, 16 Feb 2009 08:52:00 +0100, by Jaroslav Hajek
-
use new reduction ops for char matricesMon, 16 Feb 2009 07:57:03 +0100, by Jaroslav Hajek
-
liboctave/cmd-edit.cc, src/input.cc: use fputs instead of fprintfMon, 16 Feb 2009 01:41:06 -0500, by John W. Eaton
-
help.m: shorten default help textMon, 16 Feb 2009 00:38:25 -0500, by John W. Eaton
-
NEWS updateMon, 16 Feb 2009 00:09:44 -0500, by John W. Eaton
-
handle commands in the lexerSun, 15 Feb 2009 23:49:15 -0500, by John W. Eaton
-
better handling of object indexing in lexerSun, 15 Feb 2009 16:31:16 -0500, by John W. Eaton
-
subplot.m: Compatible placement of subplots.Sun, 15 Feb 2009 19:07:05 -0500, by Ben Abbott
-
reimplement any & all using the new reduction codeSat, 14 Feb 2009 19:50:43 +0100, by Jaroslav Hajek
-
add missing return statementSat, 14 Feb 2009 07:27:34 +0100, by Jaroslav Hajek
-
use new summation code for native integer summationSat, 14 Feb 2009 07:24:16 +0100, by Jaroslav Hajek
-
Initialize axes ticklength property.Fri, 13 Feb 2009 18:29:18 -0500, by Ben Abbott
-
handle CRLF and CR in fgetl/fgetsFri, 13 Feb 2009 16:38:27 -0500, by John W. Eaton
-
NEWS: another updateFri, 13 Feb 2009 15:36:43 -0500, by John W. Eaton
-
NEWS: update for releaseFri, 13 Feb 2009 15:06:50 -0500, by John W. Eaton
-
improve reduction functionsFri, 13 Feb 2009 21:04:50 +0100, by Jaroslav Hajek
-
toplev.cc (do_octave_atexit): only save history if Vsaving_history is trueFri, 13 Feb 2009 13:03:04 -0500, by John W. Eaton
-
rename internal issorted and issorted_rows functions to is_sorted and is_sorted_rowsThu, 12 Feb 2009 15:29:12 -0500, by John W. Eaton
-
rename all uses of sortrows_idx to sort_rows_idxThu, 12 Feb 2009 15:16:35 -0500, by John W. Eaton
-
[mq]: xThu, 12 Feb 2009 14:37:43 -0500, by John W. Eaton
-
use lo-traits in oct-inttypesThu, 12 Feb 2009 10:00:43 +0100, by Jaroslav Hajek
-
src/TEMPLATE-INST/Array-tc.cc: undo previous changeThu, 12 Feb 2009 03:44:41 -0500, by John W. Eaton
-
Simplify documentation cache generation to only handle one directory per call to 'gen_doc_cache'Thu, 12 Feb 2009 09:30:33 +0100, by Soren Hauberg
-
src/version.h: append + to version and apiThu, 12 Feb 2009 03:06:46 -0500, by John W. Eaton
-
scripts/help/lookfor.m: Adapt to new cache scheme.Thu, 12 Feb 2009 03:04:23 -0500, by Soren Hauberg
-
some comments for lo-traits.hThu, 12 Feb 2009 03:03:59 -0500, by John W. Eaton
-
[mq]: sort-traitsThu, 12 Feb 2009 02:49:14 -0500, by John W. Eaton
-
Introduce new macro OCTAVE_GLUTESSCALLBACK_THREEDOTS. Use definitions HAVE_FRAMEWORK_OPENGL and HAVE_GLUTESSCALLBACK_THREEDOTS for Mac's framework OpenGL implementation.Wed, 11 Feb 2009 19:46:23 -0500, by Ben Abbott
-
Include FTGLTextureFont.h when FTGL_UPPER_CASE is not defined.Wed, 11 Feb 2009 19:14:42 -0500, by Ben Abbott
-
create $(DESTDIR)$(octetcdir) when installingWed, 11 Feb 2009 10:14:58 -0500, by John W. Eaton
-
imported patch sort3.diffWed, 11 Feb 2009 15:25:53 +0100, by Jaroslav Hajek
-
doc/interpreter/mk_doc_cache.m: pass --fill-column=1024 to makeinfoWed, 11 Feb 2009 01:48:39 -0500, by John W. Eaton
-
install DOC and NEWS in $octetcdirWed, 11 Feb 2009 01:02:54 -0500, by John W. Eaton
-
Run some clean targets on sub-directory @polynomialTue, 10 Feb 2009 22:09:32 -0500, by Rafael Laboissiere
-
doc/interpreter/mk_doc_cache.m: improve performanceTue, 10 Feb 2009 21:50:59 -0500, by John W. Eaton
-
generate DOC file for lookfor functionTue, 10 Feb 2009 17:04:20 -0500, by John W. Eaton
-
doc fixesTue, 10 Feb 2009 16:02:36 -0500, by John W. Eaton
-
changelog fixesTue, 10 Feb 2009 10:59:09 -0500, by John W. Eaton
-
fix typo in previous patchTue, 10 Feb 2009 11:22:05 +0100, by Jaroslav Hajek
-
support pchip method in interp2Fri, 14 Mar 2008 12:54:56 +0100, by Jaroslav Hajek
-
Added tag ss-3-1-52 for changeset 739141cde75aMon, 09 Feb 2009 16:53:12 -0500, by John W. Eaton