[q-lang-cvs] q ChangeLog,1.334,1.335
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-02-26 01:21:17
|
Update of /cvsroot/q-lang/q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26635 Modified Files: ChangeLog Log Message: update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/q/ChangeLog,v retrieving revision 1.334 retrieving revision 1.335 diff -C2 -d -r1.334 -r1.335 *** ChangeLog 26 Feb 2008 00:25:16 -0000 1.334 --- ChangeLog 26 Feb 2008 01:21:11 -0000 1.335 *************** *** 1,4 **** --- 1,14 ---- 2008-02-26 Albert Graef <Dr....@t-...> + * modules/octave/octave.c (octave_get): remove the -save-builins + option, which is not supported in the latest Octave versions + (>= 2.9.x) + + Unfortunately, this means that with older Octave versions it's not + possible to get the values of builtin variables like 'ans' any + more. So if you're still running Octave 2.0.x or 2.1.x you'll have + to edit the definition of cmd_template in octave_get to make it + work again. + * modules/octave/octave.c (start_octave): add check for latest octave versions |