summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/lualibs/lualibs-extended.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-09 22:38:30 +0000
committerKarl Berry <karl@freefriends.org>2016-04-09 22:38:30 +0000
commit91d6dee76b4ebce2769651bda5580482b9f757ce (patch)
tree96d98301cfc615720b5169a64229b4056250c3da /Master/texmf-dist/tex/luatex/lualibs/lualibs-extended.lua
parentf880b8f77e01ea7cba9f1e28686a7c6c25c93bad (diff)
lualibs (9apr16)
git-svn-id: svn://tug.org/texlive/trunk@40370 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/lualibs/lualibs-extended.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/lualibs/lualibs-extended.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/luatex/lualibs/lualibs-extended.lua b/Master/texmf-dist/tex/luatex/lualibs/lualibs-extended.lua
index 67455628911..fdd50b80ba3 100644
--- a/Master/texmf-dist/tex/luatex/lualibs/lualibs-extended.lua
+++ b/Master/texmf-dist/tex/luatex/lualibs/lualibs-extended.lua
@@ -7,7 +7,7 @@
-- lualibs.dtx (with options: `extended')
-- This is a generated file.
--
--- Copyright (C) 2009--2015 by
+-- Copyright (C) 2009--2016 by
-- PRAGMA ADE / ConTeXt Development Team
-- The LuaLaTeX Dev Team
--
@@ -30,8 +30,8 @@ lualibs = lualibs or { }
local lualibs_extended_module = {
name = "lualibs-extended",
- version = 2.3,
- date = "2015-12-02",
+ version = 2.4,
+ date = "2016-04-06",
description = "ConTeXt Lua libraries -- extended collection.",
author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",
copyright = "PRAGMA ADE / ConTeXt Development Team",
@@ -120,6 +120,7 @@ end
if loaded == false then
loadmodule("lualibs-util-str.lua")--- string formatters (fast)
+ loadmodule("lualibs-util-fil.lua")--- extra file helpers
loadmodule("lualibs-util-tab.lua")--- extended table operations
loadmodule("lualibs-util-sto.lua")--- storage (hash allocation)
----------("lualibs-util-pck.lua")---!packers; necessary?