view scripts/deprecated/module.mk @ 20521:4bb41929286b

Deprecate bitmax. * NEWS: Announce deprecation and replacement functions. * scripts/deprecated/bitmax.m: New function. Add deprecation message to docstring. Add deprecation warning to m-file. * scripts/deprecated/module.mk: Add deprecated versions to build system. * libinterp/corefcn/bitfcns.cc: Remove build-in function. Remove function from docstrings. * libinterp/corefcn/data.cc: Remove function from docstrings. * scripts/general/bitcmp.m: Replace bitmax function calls with flintmax. Remove function from docstrings. * scripts/general/bitget.m: Replace bitmax function calls with flintmax. Remove function from docstrings. * scripts/general/bitset.m: Replace bitmax function calls with flintmax. Remove function from docstrings. * scripts/specfun/factor.m: Replace bitmax function calls with flintmax. Remove function from docstrings. * scripts/statistics/distributions/unidpdf.m: Remove function from docstrings. * scripts/general/num2str.m: Replaced function in comment. * doc/interpreter/doccheck/aspell-octave.en.pws: Remove functions from list. * doc/interpreter/numbers.txi: Remove function from manual.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 09 Sep 2015 18:43:52 +0200
parents c8ec0b72b7a6
children afdb856e44f1
line wrap: on
line source

FCN_FILE_DIRS += scripts/deprecated

scripts_deprecated_FCN_FILES = \
  scripts/deprecated/bicubic.m \
  scripts/deprecated/bitmax.m \
  scripts/deprecated/delaunay3.m \
  scripts/deprecated/dump_prefs.m \
  scripts/deprecated/find_dir_in_path.m \
  scripts/deprecated/finite.m \
  scripts/deprecated/fmod.m \
  scripts/deprecated/fnmatch.m \
  scripts/deprecated/gmap40.m \
  scripts/deprecated/isstr.m \
  scripts/deprecated/loadaudio.m \
  scripts/deprecated/luinc.m \
  scripts/deprecated/mouse_wheel_zoom.m \
  scripts/deprecated/nfields.m \
  scripts/deprecated/octave_tmp_file_name.m \
  scripts/deprecated/playaudio.m \
  scripts/deprecated/saveaudio.m \
  scripts/deprecated/setaudio.m \
  scripts/deprecated/syl.m \
  scripts/deprecated/usage.m \
  scripts/deprecated/wavread.m \
  scripts/deprecated/wavwrite.m

scripts_deprecateddir = $(fcnfiledir)/deprecated

scripts_deprecated_DATA = $(scripts_deprecated_FCN_FILES)

FCN_FILES += $(scripts_deprecated_FCN_FILES)

PKG_ADD_FILES += scripts/deprecated/PKG_ADD

DIRSTAMP_FILES += scripts/deprecated/$(octave_dirstamp)