comparison scripts/miscellaneous/warning_ids.m @ 20913:69489c064cb7

New function hash to calculate MD{2/4/5} and SHA{1,244,256,384,512} hash values. * bootstrap.conf: include needed GNULIB functions. * libinterp/dldfcn/hash.cc: new hash value calculating function. * libinterp/dldfcn/module-files: add hash.cc to build system. * scripts/deprecated/md5sum.m: new function perserving interface as md5sum.cc. * scripts/deprecated/module.mk: add md5sum.m to build system. * libinterp/corefcn/md5sum.cc: removed and replaced by m-file. * libinterp/corefcn/module.mk: removed md5sum.cc from build system. * liboctave/util/oct-md5.h: removed unneeded interface header. * liboctave/util/oct-md5.cc: removed unneeded interface code. * liboctave/util/module.mk: removed oct-md5.h and oct-md5.cc from build system. * NEWS: add hash to new functions for 4.2. * doc/interpreter/system.txi: replace md5sum with hash in the manual. * scripts/miscellaneous/warning_ids.m: removed orphaned entry.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 16 Dec 2015 21:57:32 +0100
parents e51473fdb622
children f7f97d7e9294
comparison
equal deleted inserted replaced
20912:ece3bb10c712 20913:69489c064cb7
171 ## @item Octave:load-file-in-path 171 ## @item Octave:load-file-in-path
172 ## By default, the @code{Octave:load-file-in-path} warning is enabled. 172 ## By default, the @code{Octave:load-file-in-path} warning is enabled.
173 ## 173 ##
174 ## @item Octave:logical-conversion 174 ## @item Octave:logical-conversion
175 ## By default, the @code{Octave:logical-conversion} warning is enabled. 175 ## By default, the @code{Octave:logical-conversion} warning is enabled.
176 ##
177 ## @item Octave:md5sum-file-in-path
178 ## By default, the @code{Octave:md5sum-file-in-path} warning is enabled.
179 ## 176 ##
180 ## @item Octave:missing-glyph 177 ## @item Octave:missing-glyph
181 ## By default, the @code{Octave:missing-glyph} warning is enabled. 178 ## By default, the @code{Octave:missing-glyph} warning is enabled.
182 ## 179 ##
183 ## @item Octave:missing-semicolon 180 ## @item Octave:missing-semicolon