Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/lmathx/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "lmathx",
"description": "Definitions for the lmathx library",
"size": 19831,
"size": 21323,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/lmathx/module
Submodule module updated 2 files
+1 −1 LICENSE
+62 −19 library/mathx.lua
2 changes: 1 addition & 1 deletion addons/lpeg/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "LPeg",
"description": "Definitions for the LPeg library",
"size": 24711,
"size": 42303,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/lpeg/module
Submodule module updated 2 files
+1 −1 LICENSE
+536 −332 library/lpeg.lua
2 changes: 1 addition & 1 deletion addons/luasocket/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "LuaSocket",
"description": "Definitions for the LuaSocket library",
"size": 72511,
"size": 77124,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/luasocket/module
Submodule module updated 4 files
+1 −1 LICENSE
+26 −0 library/mbox.lua
+81 −68 library/mime.lua
+388 −201 library/socket.lua
2 changes: 1 addition & 1 deletion addons/luazip/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "LuaZip",
"description": "Definitions for the LuaZip library",
"size": 14416,
"size": 16115,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/luazip/module
Submodule module updated 2 files
+1 −1 LICENSE
+87 −34 library/zip.lua
2 changes: 1 addition & 1 deletion addons/lzlib/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "lzlib",
"description": "Definitions for the lzlib library",
"size": 8924,
"size": 15004,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/lzlib/module
Submodule module updated 2 files
+1 −1 LICENSE
+170 −29 library/zlib.lua
2 changes: 1 addition & 1 deletion addons/md5/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "md5",
"description": "Definitions for the md5 library",
"size": 7058,
"size": 8488,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/md5/module
Submodule module updated 2 files
+1 −1 LICENSE
+53 −31 library/md5.lua
2 changes: 1 addition & 1 deletion addons/slnunicode/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "slnunicode",
"description": "Definitions for the slnunicode library",
"size": 29708,
"size": 31240,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/slnunicode/module
Submodule module updated 2 files
+1 −1 LICENSE
+93 −37 library/unicode.lua
2 changes: 1 addition & 1 deletion addons/tex-lualatex/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "LuaLaTeX",
"description": "Definitions for the TeX macro system LuaLaTeX",
"size": 18897,
"size": 38178,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/tex-lualatex/module
Submodule module updated 3 files
+415 −21 LICENSE
+27 −1 README.md
+92 −93 library/luatexbase.lua
2 changes: 1 addition & 1 deletion addons/tex-lualibs/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/carsakiller/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "lualibs (LuaTeX related)",
"description": "Definitions for the Lua(Meta)TeX related library “lualibs”.",
"size": 349420,
"size": 315433,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/tex-luametatex/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/carsakiller/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "LuaMetaTeX",
"description": "Definitions for the TeX engine LuaMetaTeX",
"size": 87974,
"size": 60413,
"hasPlugin": false
}
2 changes: 1 addition & 1 deletion addons/tex-luametatex/module
Submodule module updated 5 files
+281 −617 LICENSE
+16 −3 README.md
+10 −7 library/node.lua
+70 −1 library/xdecimal.lua
+136 −256 library/xmath.lua
2 changes: 1 addition & 1 deletion addons/tex-luatex/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
"name": "LuaTeX",
"description": "Definitions for the TeX engine LuaTeX",
"size": 1369034,
"size": 1448227,
"hasPlugin": false
}