Commit graph

2 commits

Author SHA1 Message Date
minskim
ac55a07852 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.
2009-08-12 17:17:42 +00:00
minskim
2b024c56de Import lua-stdlib-doc-8 from pkgsrc-wip. Packaged by Aleksey Cheusov.
This package provides a documentation for Lua stdlib, 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.
2009-02-12 01:47:49 +00:00