Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
Changes since 8:
- Updates the object module to be the same as that published in "Lua
Gems", and fixes a bug in the utility mk1file which makes a one-file
version of the library, to stop it permanently redefining require.
- Fixes table.deepclone to copy metatables, as it should.
- Fixes a bug in string.format, removes the redundant string.join
(it's the same as table.concat), and adds to table.clone and
table.deepclone the ability to copy without metatables.
lua-stdlib is a library of modules for common programming tasks,
including list, table and functional operations, regexps, objects,
pretty-printing and getopt. The whole thing can be loaded with
'require "std"', or modules can be used individually.
Of course, this for Lua programming language :-)