diff options
author | Luigi Scarso <luigi.scarso@gmail.com> | 2019-02-22 23:11:47 +0000 |
---|---|---|
committer | Luigi Scarso <luigi.scarso@gmail.com> | 2019-02-22 23:11:47 +0000 |
commit | 5c6357cdb820b4f628d036ba7b2248f221d50c0b (patch) | |
tree | 6365552f2737faaffe63a395272da242ee2c4f03 /Master/texmf-dist/scripts/context/lua/mtxlibs.lua | |
parent | b4568bc71e054f3d1fd6404b45d2322631778284 (diff) |
ConTeXt version 2019.02.22 19:35
git-svn-id: svn://tug.org/texlive/trunk@50086 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/context/lua/mtxlibs.lua')
-rw-r--r-- | Master/texmf-dist/scripts/context/lua/mtxlibs.lua | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/context/lua/mtxlibs.lua b/Master/texmf-dist/scripts/context/lua/mtxlibs.lua index f6839eb9d87..94dc658f322 100644 --- a/Master/texmf-dist/scripts/context/lua/mtxlibs.lua +++ b/Master/texmf-dist/scripts/context/lua/mtxlibs.lua @@ -67,6 +67,7 @@ local owntree = ownpath local ownlibs = { + "l-bit32.lua", "l-lua.lua", "l-macro.lua", "l-sandbox.lua", @@ -82,6 +83,7 @@ local ownlibs = { "l-file.lua", -- limited functionality when no lfs -- "l-gzip.lua", "l-md5.lua", -- not loaded when no md5 library + "l-sha.lua", -- not loaded when no sha2 library "l-url.lua", "l-dir.lua", -- limited functionality when no lfs "l-boolean.lua", @@ -98,6 +100,19 @@ local ownlibs = { -- "util-fmt.lua", -- no need for table formatters -- "util-deb.lua", -- no need for debugging (and tracing) + "util-soc-imp-reset", + "util-soc-imp-socket", + "util-soc-imp-copas", + "util-soc-imp-ltn12", + -- "util-soc-imp-mbox", + "util-soc-imp-mime", + "util-soc-imp-url", + "util-soc-imp-headers", + "util-soc-imp-tp", + "util-soc-imp-http", + "util-soc-imp-ftp", + "util-soc-imp-smtp", + "trac-set.lua", "trac-log.lua", -- "trac-pro.lua", -- not relevant outside context |