pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: minskim
Date: Wed Aug 12 17:17:42 UTC 2009
Modified Files:
pkgsrc/devel/lua-stdlib: Makefile.common distinfo
pkgsrc/devel/lua-stdlib-doc: Makefile
Log Message:
Update lua-stdlib and lua-stdlib-doc to 11.
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/lua-stdlib/Makefile.common
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/lua-stdlib/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/lua-stdlib-doc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index