|
34 | 34 | \input docstrip.tex |
35 | 35 | \Msg{************************************************************************} |
36 | 36 | \Msg{* Installation} |
37 | | -\Msg{* Package: lualibs 2013/07/23 v2.0c Lua additional functions.} |
| 37 | +\Msg{* Package: lualibs 2013/11/03 v2.1 Lua additional functions.} |
38 | 38 | \Msg{************************************************************************} |
39 | 39 |
|
40 | 40 | \keepsilent |
@@ -101,7 +101,7 @@ and the derived file lualibs.lua. |
101 | 101 | %<*driver> |
102 | 102 | \NeedsTeXFormat{LaTeX2e} |
103 | 103 | \ProvidesFile{lualibs.drv} |
104 | | - [2013/07/23 v2.0c Lua Libraries.] |
| 104 | + [2013/11/03 v2.1 Lua Libraries.] |
105 | 105 | \documentclass{ltxdoc} |
106 | 106 | \usepackage{fancyvrb,xspace} |
107 | 107 | \usepackage[x11names]{xcolor} |
@@ -202,7 +202,7 @@ and the derived file lualibs.lua. |
202 | 202 | % \GetFileInfo{lualibs.drv} |
203 | 203 | % |
204 | 204 | % \title{The \identifier{lualibs} package} |
205 | | -% \date{2013/07/23 v2.0c} |
| 205 | +% \date{2013/11/03 v2.1} |
206 | 206 | % \author{Élie Roux · \email{elie.roux@telecom-bretagne.eu}\\ |
207 | 207 | % Philipp Gesang · \email{philipp.gesang@alumni.uni-heidelberg.de}} |
208 | 208 | % |
@@ -315,6 +315,7 @@ and the derived file lualibs.lua. |
315 | 315 | % lualibs-io.lua & l-io.lua & reading and writing files \\ |
316 | 316 | % lualibs-os.lua & l-os.lua & platform specific code \\ |
317 | 317 | % lualibs-file.lua & l-file.lua & filesystem operations \\ |
| 318 | +% lualibs-gzip.lua & l-gzip.lua & wrapper for \identifier{lgzip} \\ |
318 | 319 | % lualibs-md5.lua & l-md5.lua & checksum functions \\ |
319 | 320 | % lualibs-dir.lua & l-dir.lua & directory handling \\ |
320 | 321 | % lualibs-unicode.lua & l-unicode.lua & utf and unicode \\ |
@@ -417,8 +418,8 @@ lualibs = lualibs or { } |
417 | 418 |
|
418 | 419 | lualibs.module_info = { |
419 | 420 | name = "lualibs", |
420 | | - version = 2.00, |
421 | | - date = "2013/07/23", |
| 421 | + version = 2.10, |
| 422 | + date = "2013/11/03", |
422 | 423 | description = "ConTeXt Lua standard libraries.", |
423 | 424 | author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", |
424 | 425 | copyright = "PRAGMA ADE / ConTeXt Development Team", |
@@ -572,8 +573,8 @@ local loadmodule = lualibs.loadmodule |
572 | 573 |
|
573 | 574 | local lualibs_basic_module = { |
574 | 575 | name = "lualibs-basic", |
575 | | - version = 2.00, |
576 | | - date = "2013/07/23", |
| 576 | + version = 2.10, |
| 577 | + date = "2013/11/03", |
577 | 578 | description = "ConTeXt Lua libraries -- basic collection.", |
578 | 579 | author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", |
579 | 580 | copyright = "PRAGMA ADE / ConTeXt Development Team", |
@@ -611,6 +612,7 @@ if loaded == false then |
611 | 612 | loadmodule("lualibs-io.lua") |
612 | 613 | loadmodule("lualibs-os.lua") |
613 | 614 | loadmodule("lualibs-file.lua") |
| 615 | + loadmodule("lualibs-gzip.lua") |
614 | 616 | loadmodule("lualibs-md5.lua") |
615 | 617 | loadmodule("lualibs-dir.lua") |
616 | 618 | loadmodule("lualibs-unicode.lua") |
@@ -653,8 +655,8 @@ lualibs = lualibs or { } |
653 | 655 |
|
654 | 656 | local lualibs_extended_module = { |
655 | 657 | name = "lualibs-extended", |
656 | | - version = 2.00, |
657 | | - date = "2013/07/23", |
| 658 | + version = 2.10, |
| 659 | + date = "2013/11/03", |
658 | 660 | description = "ConTeXt Lua libraries -- extended collection.", |
659 | 661 | author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", |
660 | 662 | copyright = "PRAGMA ADE / ConTeXt Development Team", |
|
0 commit comments