Mercurial > hg > octave-nkf
view scripts/elfun/module.mk @ 16188:8366bc871d45
Allow negative numbers to be used in specifying edit_history commands.
* libinterp/interpfcn/oct-hist.cc(mk_tmp_hist_file): Add total number of
history commands to negative history numbers to wraparound to positive
history number specification.
* libinterp/interpfcn/oct-hist.cc(Fedit_history, Frun_history): Update
docstrings to describe new behavior.
* libinterp/interpfcn/oct-hist.cc(do_edit_history): Comment out first
variable to stop unused warning during compilation.
author | Rik <rik@octave.org> |
---|---|
date | Mon, 04 Mar 2013 08:51:40 -0800 |
parents | 83fa84ef63ca |
children | 78c022f1d6f7 |
line wrap: on
line source
FCN_FILE_DIRS += elfun elfun_FCN_FILES = \ elfun/acosd.m \ elfun/acot.m \ elfun/acotd.m \ elfun/acoth.m \ elfun/acsc.m \ elfun/acscd.m \ elfun/acsch.m \ elfun/asec.m \ elfun/asecd.m \ elfun/asech.m \ elfun/asind.m \ elfun/atand.m \ elfun/cosd.m \ elfun/cot.m \ elfun/cotd.m \ elfun/coth.m \ elfun/csc.m \ elfun/cscd.m \ elfun/csch.m \ elfun/sec.m \ elfun/secd.m \ elfun/sech.m \ elfun/sind.m \ elfun/tand.m FCN_FILES += $(elfun_FCN_FILES) PKG_ADD_FILES += elfun/PKG_ADD DIRSTAMP_FILES += elfun/$(octave_dirstamp)