comparison bootstrap.conf @ 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 4197fc428c7d
children 8c9755d29d2a
comparison
equal deleted inserted replaced
20912:ece3bb10c712 20913:69489c064cb7
24 chdir 24 chdir
25 close 25 close
26 closedir 26 closedir
27 copysign 27 copysign
28 copysignf 28 copysignf
29 crypto/md2
30 crypto/md4
29 crypto/md5 31 crypto/md5
32 crypto/sha1
33 crypto/sha256
34 crypto/sha512
30 dup2 35 dup2
31 fclose 36 fclose
32 fcntl 37 fcntl
33 fflush 38 fflush
34 filemode 39 filemode