Import luametatex_2.11.02+really2.11.01+ds.orig.tar.gz
authorHilmar Preusse <hille42@web.de>
Sat, 15 Jun 2024 21:25:01 +0000 (23:25 +0200)
committerHilmar Preusse <hille42@web.de>
Sat, 15 Jun 2024 21:25:01 +0000 (23:25 +0200)
commit6bdb97e05724b97c1cc968514511c7ebf96bf5e4
tree1b52790c754fb3ac3094c8a32ed1d8e924692f40
Import luametatex_2.11.02+really2.11.01+ds.orig.tar.gz

[dgit import orig luametatex_2.11.02+really2.11.01+ds.orig.tar.gz]
628 files changed:
CMakeLists.txt [new file with mode: 0644]
CMakeSettings.json [new file with mode: 0644]
README.adoc [new file with mode: 0644]
build.cmd [new file with mode: 0644]
build.sh [new file with mode: 0644]
build.txt [new file with mode: 0644]
cmake/debug.cmake [new file with mode: 0644]
cmake/lua.cmake [new file with mode: 0644]
cmake/luametatex.cmake [new file with mode: 0644]
cmake/luaoptional.cmake [new file with mode: 0644]
cmake/luarest.cmake [new file with mode: 0644]
cmake/luasocket.cmake [new file with mode: 0644]
cmake/mimalloc.cmake [new file with mode: 0644]
cmake/mingw-32.cmake [new file with mode: 0644]
cmake/mingw-64-ucrt.cmake [new file with mode: 0644]
cmake/mingw-64.cmake [new file with mode: 0644]
cmake/miniz.cmake [new file with mode: 0644]
cmake/mp.cmake [new file with mode: 0644]
cmake/potrace.cmake [new file with mode: 0644]
cmake/pplib.cmake [new file with mode: 0644]
cmake/softposit.cmake [new file with mode: 0644]
cmake/tex.cmake [new file with mode: 0644]
luametatex.svg [new file with mode: 0644]
scripts/linux/compile.sh [new file with mode: 0644]
scripts/osx/compile.sh [new file with mode: 0644]
source/.gitignore [new file with mode: 0644]
source/libraries/avl/avl.c [new file with mode: 0644]
source/libraries/avl/avl.h [new file with mode: 0644]
source/libraries/avl/readme.txt [new file with mode: 0644]
source/libraries/decnumber/decContext.c [new file with mode: 0644]
source/libraries/decnumber/decContext.h [new file with mode: 0644]
source/libraries/decnumber/decNumber.c [new file with mode: 0644]
source/libraries/decnumber/decNumber.h [new file with mode: 0644]
source/libraries/decnumber/decNumberLocal.h [new file with mode: 0644]
source/libraries/hnj/hnjhyphen.c [new file with mode: 0644]
source/libraries/hnj/hnjhyphen.h [new file with mode: 0644]
source/libraries/libcerf/CHANGELOG [new file with mode: 0644]
source/libraries/libcerf/LICENSE [new file with mode: 0644]
source/libraries/libcerf/README.md [new file with mode: 0644]
source/libraries/libcerf/cerf.h [new file with mode: 0644]
source/libraries/libcerf/defs.h [new file with mode: 0644]
source/libraries/libcerf/erfcx.c [new file with mode: 0644]
source/libraries/libcerf/err_fcts.c [new file with mode: 0644]
source/libraries/libcerf/experimental.c [new file with mode: 0644]
source/libraries/libcerf/im_w_of_x.c [new file with mode: 0644]
source/libraries/libcerf/readme-luametatex.txt [new file with mode: 0644]
source/libraries/libcerf/w_of_z.c [new file with mode: 0644]
source/libraries/libcerf/width.c [new file with mode: 0644]
source/libraries/mimalloc/CMakeLists.txt [new file with mode: 0644]
source/libraries/mimalloc/LICENSE [new file with mode: 0644]
source/libraries/mimalloc/cmake/JoinPaths.cmake [new file with mode: 0644]
source/libraries/mimalloc/cmake/mimalloc-config-version.cmake [new file with mode: 0644]
source/libraries/mimalloc/cmake/mimalloc-config.cmake [new file with mode: 0644]
source/libraries/mimalloc/include/mimalloc-new-delete.h [new file with mode: 0644]
source/libraries/mimalloc/include/mimalloc-override.h [new file with mode: 0644]
source/libraries/mimalloc/include/mimalloc.h [new file with mode: 0644]
source/libraries/mimalloc/include/mimalloc/atomic.h [new file with mode: 0644]
source/libraries/mimalloc/include/mimalloc/internal.h [new file with mode: 0644]
source/libraries/mimalloc/include/mimalloc/prim.h [new file with mode: 0644]
source/libraries/mimalloc/include/mimalloc/track.h [new file with mode: 0644]
source/libraries/mimalloc/include/mimalloc/types.h [new file with mode: 0644]
source/libraries/mimalloc/readme.md [new file with mode: 0644]
source/libraries/mimalloc/src/alloc-aligned.c [new file with mode: 0644]
source/libraries/mimalloc/src/alloc-override.c [new file with mode: 0644]
source/libraries/mimalloc/src/alloc-posix.c [new file with mode: 0644]
source/libraries/mimalloc/src/alloc.c [new file with mode: 0644]
source/libraries/mimalloc/src/arena.c [new file with mode: 0644]
source/libraries/mimalloc/src/bitmap.c [new file with mode: 0644]
source/libraries/mimalloc/src/bitmap.h [new file with mode: 0644]
source/libraries/mimalloc/src/heap.c [new file with mode: 0644]
source/libraries/mimalloc/src/init.c [new file with mode: 0644]
source/libraries/mimalloc/src/options.c [new file with mode: 0644]
source/libraries/mimalloc/src/os.c [new file with mode: 0644]
source/libraries/mimalloc/src/page-queue.c [new file with mode: 0644]
source/libraries/mimalloc/src/page.c [new file with mode: 0644]
source/libraries/mimalloc/src/prim/osx/alloc-override-zone.c [new file with mode: 0644]
source/libraries/mimalloc/src/prim/osx/prim.c [new file with mode: 0644]
source/libraries/mimalloc/src/prim/prim.c [new file with mode: 0644]
source/libraries/mimalloc/src/prim/readme.md [new file with mode: 0644]
source/libraries/mimalloc/src/prim/unix/prim.c [new file with mode: 0644]
source/libraries/mimalloc/src/prim/wasi/prim.c [new file with mode: 0644]
source/libraries/mimalloc/src/prim/windows/etw-mimalloc.wprp [new file with mode: 0644]
source/libraries/mimalloc/src/prim/windows/etw.h [new file with mode: 0644]
source/libraries/mimalloc/src/prim/windows/etw.man [new file with mode: 0644]
source/libraries/mimalloc/src/prim/windows/prim.c [new file with mode: 0644]
source/libraries/mimalloc/src/prim/windows/readme.md [new file with mode: 0644]
source/libraries/mimalloc/src/random.c [new file with mode: 0644]
source/libraries/mimalloc/src/segment-map.c [new file with mode: 0644]
source/libraries/mimalloc/src/segment.c [new file with mode: 0644]
source/libraries/mimalloc/src/static.c [new file with mode: 0644]
source/libraries/mimalloc/src/stats.c [new file with mode: 0644]
source/libraries/miniz/ChangeLog.md [new file with mode: 0644]
source/libraries/miniz/LICENSE [new file with mode: 0644]
source/libraries/miniz/miniz.c [new file with mode: 0644]
source/libraries/miniz/miniz.h [new file with mode: 0644]
source/libraries/miniz/readme.md [new file with mode: 0644]
source/libraries/miniz/readme.txt [new file with mode: 0644]
source/libraries/potrace/AUTHORS [new file with mode: 0644]
source/libraries/potrace/COPYING [new file with mode: 0644]
source/libraries/potrace/src/auxiliary.h [new file with mode: 0644]
source/libraries/potrace/src/bitmap.h [new file with mode: 0644]
source/libraries/potrace/src/curve.c [new file with mode: 0644]
source/libraries/potrace/src/curve.h [new file with mode: 0644]
source/libraries/potrace/src/decompose.c [new file with mode: 0644]
source/libraries/potrace/src/decompose.h [new file with mode: 0644]
source/libraries/potrace/src/lists.h [new file with mode: 0644]
source/libraries/potrace/src/potracelib.c [new file with mode: 0644]
source/libraries/potrace/src/potracelib.h [new file with mode: 0644]
source/libraries/potrace/src/progress.h [new file with mode: 0644]
source/libraries/potrace/src/trace.c [new file with mode: 0644]
source/libraries/potrace/src/trace.h [new file with mode: 0644]
source/libraries/pplib/html.zip [new file with mode: 0644]
source/libraries/pplib/ppapi.h [new file with mode: 0644]
source/libraries/pplib/pparray.c [new file with mode: 0644]
source/libraries/pplib/pparray.h [new file with mode: 0644]
source/libraries/pplib/ppconf.h [new file with mode: 0644]
source/libraries/pplib/ppcrypt.c [new file with mode: 0644]
source/libraries/pplib/ppcrypt.h [new file with mode: 0644]
source/libraries/pplib/ppdict.c [new file with mode: 0644]
source/libraries/pplib/ppdict.h [new file with mode: 0644]
source/libraries/pplib/ppfilter.h [new file with mode: 0644]
source/libraries/pplib/ppheap.c [new file with mode: 0644]
source/libraries/pplib/ppheap.h [new file with mode: 0644]
source/libraries/pplib/pplib.h [new file with mode: 0644]
source/libraries/pplib/ppload.c [new file with mode: 0644]
source/libraries/pplib/ppload.h [new file with mode: 0644]
source/libraries/pplib/ppstream.c [new file with mode: 0644]
source/libraries/pplib/ppstream.h [new file with mode: 0644]
source/libraries/pplib/pptest1.c [new file with mode: 0644]
source/libraries/pplib/pptest2.c [new file with mode: 0644]
source/libraries/pplib/pptest3.c [new file with mode: 0644]
source/libraries/pplib/ppxref.c [new file with mode: 0644]
source/libraries/pplib/ppxref.h [new file with mode: 0644]
source/libraries/pplib/readme.txt [new file with mode: 0644]
source/libraries/pplib/util/README.md [new file with mode: 0644]
source/libraries/pplib/util/utilbasexx.c [new file with mode: 0644]
source/libraries/pplib/util/utilbasexx.h [new file with mode: 0644]
source/libraries/pplib/util/utilcrypt.c [new file with mode: 0644]
source/libraries/pplib/util/utilcrypt.h [new file with mode: 0644]
source/libraries/pplib/util/utilcryptdef.h [new file with mode: 0644]
source/libraries/pplib/util/utildecl.h [new file with mode: 0644]
source/libraries/pplib/util/utilflate.c [new file with mode: 0644]
source/libraries/pplib/util/utilflate.h [new file with mode: 0644]
source/libraries/pplib/util/utilfpred.c [new file with mode: 0644]
source/libraries/pplib/util/utilfpred.h [new file with mode: 0644]
source/libraries/pplib/util/utiliof.c [new file with mode: 0644]
source/libraries/pplib/util/utiliof.h [new file with mode: 0644]
source/libraries/pplib/util/utillog.c [new file with mode: 0644]
source/libraries/pplib/util/utillog.h [new file with mode: 0644]
source/libraries/pplib/util/utillzw.c [new file with mode: 0644]
source/libraries/pplib/util/utillzw.h [new file with mode: 0644]
source/libraries/pplib/util/utilmd5.c [new file with mode: 0644]
source/libraries/pplib/util/utilmd5.h [new file with mode: 0644]
source/libraries/pplib/util/utilmem.c [new file with mode: 0644]
source/libraries/pplib/util/utilmem.h [new file with mode: 0644]
source/libraries/pplib/util/utilmemallc.h [new file with mode: 0644]
source/libraries/pplib/util/utilmemallh.h [new file with mode: 0644]
source/libraries/pplib/util/utilmemheap.c [new file with mode: 0644]
source/libraries/pplib/util/utilmemheap.h [new file with mode: 0644]
source/libraries/pplib/util/utilmemheapiof.c [new file with mode: 0644]
source/libraries/pplib/util/utilmemheapiof.h [new file with mode: 0644]
source/libraries/pplib/util/utilmeminfo.c [new file with mode: 0644]
source/libraries/pplib/util/utilmeminfo.h [new file with mode: 0644]
source/libraries/pplib/util/utilnumber.c [new file with mode: 0644]
source/libraries/pplib/util/utilnumber.h [new file with mode: 0644]
source/libraries/pplib/util/utilplat.h [new file with mode: 0644]
source/libraries/pplib/util/utilsha.c [new file with mode: 0644]
source/libraries/pplib/util/utilsha.h [new file with mode: 0644]
source/libraries/readme.txt [new file with mode: 0644]
source/libraries/softposit/LICENSE [new file with mode: 0644]
source/libraries/softposit/README.md [new file with mode: 0644]
source/libraries/softposit/build/Linux-x86_64-GCC/Makefile [new file with mode: 0644]
source/libraries/softposit/build/Linux-x86_64-GCC/platform.h [new file with mode: 0644]
source/libraries/softposit/source/8086-SSE/specialize.h [new file with mode: 0644]
source/libraries/softposit/source/c_convertDecToPosit16.c [new file with mode: 0644]
source/libraries/softposit/source/c_convertDecToPosit32.c [new file with mode: 0644]
source/libraries/softposit/source/c_convertDecToPosit8.c [new file with mode: 0644]
source/libraries/softposit/source/c_convertDecToPositX1.c [new file with mode: 0644]
source/libraries/softposit/source/c_convertPosit16ToDec.c [new file with mode: 0644]
source/libraries/softposit/source/c_convertPosit32ToDec.c [new file with mode: 0644]
source/libraries/softposit/source/c_convertPosit8ToDec.c [new file with mode: 0644]
source/libraries/softposit/source/c_convertPositX1ToDec.c [new file with mode: 0644]
source/libraries/softposit/source/c_convertQuire16ToPosit16.c [new file with mode: 0644]
source/libraries/softposit/source/c_convertQuire32ToPosit32.c [new file with mode: 0644]
source/libraries/softposit/source/c_convertQuire8ToPosit8.c [new file with mode: 0644]
source/libraries/softposit/source/c_convertQuireX2ToPositX2.c [new file with mode: 0644]
source/libraries/softposit/source/c_int.c [new file with mode: 0644]
source/libraries/softposit/source/i32_to_p16.c [new file with mode: 0644]
source/libraries/softposit/source/i32_to_p32.c [new file with mode: 0644]
source/libraries/softposit/source/i32_to_p8.c [new file with mode: 0644]
source/libraries/softposit/source/i32_to_pX1.c [new file with mode: 0644]
source/libraries/softposit/source/i32_to_pX2.c [new file with mode: 0644]
source/libraries/softposit/source/i64_to_p16.c [new file with mode: 0644]
source/libraries/softposit/source/i64_to_p32.c [new file with mode: 0644]
source/libraries/softposit/source/i64_to_p8.c [new file with mode: 0644]
source/libraries/softposit/source/i64_to_pX2.c [new file with mode: 0644]
source/libraries/softposit/source/include/internals.h [new file with mode: 0644]
source/libraries/softposit/source/include/primitives.h [new file with mode: 0644]
source/libraries/softposit/source/include/softposit.h [new file with mode: 0644]
source/libraries/softposit/source/include/softposit_cpp.h [new file with mode: 0644]
source/libraries/softposit/source/include/softposit_types.h [new file with mode: 0644]
source/libraries/softposit/source/p16_add.c [new file with mode: 0644]
source/libraries/softposit/source/p16_div.c [new file with mode: 0644]
source/libraries/softposit/source/p16_eq.c [new file with mode: 0644]
source/libraries/softposit/source/p16_le.c [new file with mode: 0644]
source/libraries/softposit/source/p16_lt.c [new file with mode: 0644]
source/libraries/softposit/source/p16_mul.c [new file with mode: 0644]
source/libraries/softposit/source/p16_mulAdd.c [new file with mode: 0644]
source/libraries/softposit/source/p16_roundToInt.c [new file with mode: 0644]
source/libraries/softposit/source/p16_sqrt.c [new file with mode: 0644]
source/libraries/softposit/source/p16_sub.c [new file with mode: 0644]
source/libraries/softposit/source/p16_to_i32.c [new file with mode: 0644]
source/libraries/softposit/source/p16_to_i64.c [new file with mode: 0644]
source/libraries/softposit/source/p16_to_p32.c [new file with mode: 0644]
source/libraries/softposit/source/p16_to_p8.c [new file with mode: 0644]
source/libraries/softposit/source/p16_to_pX1.c [new file with mode: 0644]
source/libraries/softposit/source/p16_to_pX2.c [new file with mode: 0644]
source/libraries/softposit/source/p16_to_ui32.c [new file with mode: 0644]
source/libraries/softposit/source/p16_to_ui64.c [new file with mode: 0644]
source/libraries/softposit/source/p32_add.c [new file with mode: 0644]
source/libraries/softposit/source/p32_div.c [new file with mode: 0644]
source/libraries/softposit/source/p32_eq.c [new file with mode: 0644]
source/libraries/softposit/source/p32_le.c [new file with mode: 0644]
source/libraries/softposit/source/p32_lt.c [new file with mode: 0644]
source/libraries/softposit/source/p32_mul.c [new file with mode: 0644]
source/libraries/softposit/source/p32_mulAdd.c [new file with mode: 0644]
source/libraries/softposit/source/p32_roundToInt.c [new file with mode: 0644]
source/libraries/softposit/source/p32_sqrt.c [new file with mode: 0644]
source/libraries/softposit/source/p32_sub.c [new file with mode: 0644]
source/libraries/softposit/source/p32_to_i32.c [new file with mode: 0644]
source/libraries/softposit/source/p32_to_i64.c [new file with mode: 0644]
source/libraries/softposit/source/p32_to_p16.c [new file with mode: 0644]
source/libraries/softposit/source/p32_to_p8.c [new file with mode: 0644]
source/libraries/softposit/source/p32_to_pX1.c [new file with mode: 0644]
source/libraries/softposit/source/p32_to_pX2.c [new file with mode: 0644]
source/libraries/softposit/source/p32_to_ui32.c [new file with mode: 0644]
source/libraries/softposit/source/p32_to_ui64.c [new file with mode: 0644]
source/libraries/softposit/source/p8_add.c [new file with mode: 0644]
source/libraries/softposit/source/p8_div.c [new file with mode: 0644]
source/libraries/softposit/source/p8_eq.c [new file with mode: 0644]
source/libraries/softposit/source/p8_le.c [new file with mode: 0644]
source/libraries/softposit/source/p8_lt.c [new file with mode: 0644]
source/libraries/softposit/source/p8_mul.c [new file with mode: 0644]
source/libraries/softposit/source/p8_mulAdd.c [new file with mode: 0644]
source/libraries/softposit/source/p8_roundToInt.c [new file with mode: 0644]
source/libraries/softposit/source/p8_sqrt.c [new file with mode: 0644]
source/libraries/softposit/source/p8_sub.c [new file with mode: 0644]
source/libraries/softposit/source/p8_to_i32.c [new file with mode: 0644]
source/libraries/softposit/source/p8_to_i64.c [new file with mode: 0644]
source/libraries/softposit/source/p8_to_p16.c [new file with mode: 0644]
source/libraries/softposit/source/p8_to_p32.c [new file with mode: 0644]
source/libraries/softposit/source/p8_to_pX1.c [new file with mode: 0644]
source/libraries/softposit/source/p8_to_pX2.c [new file with mode: 0644]
source/libraries/softposit/source/p8_to_ui32.c [new file with mode: 0644]
source/libraries/softposit/source/p8_to_ui64.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_add.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_div.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_eq.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_le.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_lt.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_mul.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_mulAdd.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_roundToInt.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_sub.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_to_i32.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_to_i64.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_to_p16.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_to_p32.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_to_p8.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_to_pX1.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_to_pX2.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_to_ui32.c [new file with mode: 0644]
source/libraries/softposit/source/pX1_to_ui64.c [new file with mode: 0644]
source/libraries/softposit/source/pX2_add.c [new file with mode: 0644]
source/libraries/softposit/source/pX2_div.c [new file with mode: 0644]
source/libraries/softposit/source/pX2_eq.c [new file with mode: 0644]
source/libraries/softposit/source/pX2_le.c [new file with mode: 0644]
source/libraries/softposit/source/pX2_lt.c [new file with mode: 0644]
source/libraries/softposit/source/pX2_mul.c [new file with mode: 0644]
source/libraries/softposit/source/pX2_mulAdd.c [new file with mode: 0644]
source/libraries/softposit/source/pX2_roundToInt.c [new file with mode: 0644]
source/libraries/softposit/source/pX2_sqrt.c [new file with mode: 0644]
source/libraries/softposit/source/pX2_sub.c [new file with mode: 0644]
source/libraries/softposit/source/pX2_to_pX1.c [new file with mode: 0644]
source/libraries/softposit/source/quire16_fdp_add.c [new file with mode: 0644]
source/libraries/softposit/source/quire16_fdp_sub.c [new file with mode: 0644]
source/libraries/softposit/source/quire32_fdp_add.c [new file with mode: 0644]
source/libraries/softposit/source/quire32_fdp_sub.c [new file with mode: 0644]
source/libraries/softposit/source/quire8_fdp_add.c [new file with mode: 0644]
source/libraries/softposit/source/quire8_fdp_sub.c [new file with mode: 0644]
source/libraries/softposit/source/quire_helper.c [new file with mode: 0644]
source/libraries/softposit/source/s_addMagsP16.c [new file with mode: 0644]
source/libraries/softposit/source/s_addMagsP32.c [new file with mode: 0644]
source/libraries/softposit/source/s_addMagsP8.c [new file with mode: 0644]
source/libraries/softposit/source/s_addMagsPX1.c [new file with mode: 0644]
source/libraries/softposit/source/s_addMagsPX2.c [new file with mode: 0644]
source/libraries/softposit/source/s_approxRecipSqrt_1Ks.c [new file with mode: 0644]
source/libraries/softposit/source/s_mulAddP16.c [new file with mode: 0644]
source/libraries/softposit/source/s_mulAddP32.c [new file with mode: 0644]
source/libraries/softposit/source/s_mulAddP8.c [new file with mode: 0644]
source/libraries/softposit/source/s_mulAddPX1.c [new file with mode: 0644]
source/libraries/softposit/source/s_mulAddPX2.c [new file with mode: 0644]
source/libraries/softposit/source/s_subMagsP16.c [new file with mode: 0644]
source/libraries/softposit/source/s_subMagsP32.c [new file with mode: 0644]
source/libraries/softposit/source/s_subMagsP8.c [new file with mode: 0644]
source/libraries/softposit/source/s_subMagsPX1.c [new file with mode: 0644]
source/libraries/softposit/source/s_subMagsPX2.c [new file with mode: 0644]
source/libraries/softposit/source/ui32_to_p16.c [new file with mode: 0644]
source/libraries/softposit/source/ui32_to_p32.c [new file with mode: 0644]
source/libraries/softposit/source/ui32_to_p8.c [new file with mode: 0644]
source/libraries/softposit/source/ui32_to_pX2.c [new file with mode: 0644]
source/libraries/softposit/source/ui64_to_p16.c [new file with mode: 0644]
source/libraries/softposit/source/ui64_to_p32.c [new file with mode: 0644]
source/libraries/softposit/source/ui64_to_p8.c [new file with mode: 0644]
source/libraries/softposit/source/ui64_to_pX1.c [new file with mode: 0644]
source/libraries/softposit/source/ui64_to_pX2.c [new file with mode: 0644]
source/license.txt [new file with mode: 0644]
source/lua/lmtcallbacklib.c [new file with mode: 0644]
source/lua/lmtcallbacklib.h [new file with mode: 0644]
source/lua/lmtenginelib.c [new file with mode: 0644]
source/lua/lmtenginelib.h [new file with mode: 0644]
source/lua/lmtfontlib.c [new file with mode: 0644]
source/lua/lmtfontlib.h [new file with mode: 0644]
source/lua/lmtinterface.c [new file with mode: 0644]
source/lua/lmtinterface.h [new file with mode: 0644]
source/lua/lmtlanguagelib.c [new file with mode: 0644]
source/lua/lmtlanguagelib.h [new file with mode: 0644]
source/lua/lmtlibrary.c [new file with mode: 0644]
source/lua/lmtlibrary.h [new file with mode: 0644]
source/lua/lmtluaclib.c [new file with mode: 0644]
source/lua/lmtluaclib.h [new file with mode: 0644]
source/lua/lmtlualib.c [new file with mode: 0644]
source/lua/lmtlualib.h [new file with mode: 0644]
source/lua/lmtmplib.c [new file with mode: 0644]
source/lua/lmtnodelib.c [new file with mode: 0644]
source/lua/lmtnodelib.h [new file with mode: 0644]
source/lua/lmtstatuslib.c [new file with mode: 0644]
source/lua/lmttexiolib.c [new file with mode: 0644]
source/lua/lmttexiolib.h [new file with mode: 0644]
source/lua/lmttexlib.c [new file with mode: 0644]
source/lua/lmttexlib.h [new file with mode: 0644]
source/lua/lmttokenlib.c [new file with mode: 0644]
source/lua/lmttokenlib.h [new file with mode: 0644]
source/luacore/lua55/originals/patches.txt [new file with mode: 0644]
source/luacore/lua55/readme.txt [new file with mode: 0644]
source/luacore/lua55/src/Makefile [new file with mode: 0644]
source/luacore/lua55/src/lapi.c [new file with mode: 0644]
source/luacore/lua55/src/lapi.h [new file with mode: 0644]
source/luacore/lua55/src/lauxlib.c [new file with mode: 0644]
source/luacore/lua55/src/lauxlib.h [new file with mode: 0644]
source/luacore/lua55/src/lbaselib.c [new file with mode: 0644]
source/luacore/lua55/src/lcode.c [new file with mode: 0644]
source/luacore/lua55/src/lcode.h [new file with mode: 0644]
source/luacore/lua55/src/lcorolib.c [new file with mode: 0644]
source/luacore/lua55/src/lctype.c [new file with mode: 0644]
source/luacore/lua55/src/lctype.h [new file with mode: 0644]
source/luacore/lua55/src/ldblib.c [new file with mode: 0644]
source/luacore/lua55/src/ldebug.c [new file with mode: 0644]
source/luacore/lua55/src/ldebug.h [new file with mode: 0644]
source/luacore/lua55/src/ldo.c [new file with mode: 0644]
source/luacore/lua55/src/ldo.h [new file with mode: 0644]
source/luacore/lua55/src/ldump.c [new file with mode: 0644]
source/luacore/lua55/src/lfunc.c [new file with mode: 0644]
source/luacore/lua55/src/lfunc.h [new file with mode: 0644]
source/luacore/lua55/src/lgc.c [new file with mode: 0644]
source/luacore/lua55/src/lgc.h [new file with mode: 0644]
source/luacore/lua55/src/linit.c [new file with mode: 0644]
source/luacore/lua55/src/liolib.c [new file with mode: 0644]
source/luacore/lua55/src/ljumptab.h [new file with mode: 0644]
source/luacore/lua55/src/llex.c [new file with mode: 0644]
source/luacore/lua55/src/llex.h [new file with mode: 0644]
source/luacore/lua55/src/llimits.h [new file with mode: 0644]
source/luacore/lua55/src/lmathlib.c [new file with mode: 0644]
source/luacore/lua55/src/lmem.c [new file with mode: 0644]
source/luacore/lua55/src/lmem.h [new file with mode: 0644]
source/luacore/lua55/src/loadlib.c [new file with mode: 0644]
source/luacore/lua55/src/lobject.c [new file with mode: 0644]
source/luacore/lua55/src/lobject.h [new file with mode: 0644]
source/luacore/lua55/src/lopcodes.c [new file with mode: 0644]
source/luacore/lua55/src/lopcodes.h [new file with mode: 0644]
source/luacore/lua55/src/lopnames.h [new file with mode: 0644]
source/luacore/lua55/src/loslib.c [new file with mode: 0644]
source/luacore/lua55/src/lparser.c [new file with mode: 0644]
source/luacore/lua55/src/lparser.h [new file with mode: 0644]
source/luacore/lua55/src/lprefix.h [new file with mode: 0644]
source/luacore/lua55/src/lstate.c [new file with mode: 0644]
source/luacore/lua55/src/lstate.h [new file with mode: 0644]
source/luacore/lua55/src/lstring.c [new file with mode: 0644]
source/luacore/lua55/src/lstring.h [new file with mode: 0644]
source/luacore/lua55/src/lstrlib.c [new file with mode: 0644]
source/luacore/lua55/src/ltable.c [new file with mode: 0644]
source/luacore/lua55/src/ltable.h [new file with mode: 0644]
source/luacore/lua55/src/ltablib.c [new file with mode: 0644]
source/luacore/lua55/src/ltm.c [new file with mode: 0644]
source/luacore/lua55/src/ltm.h [new file with mode: 0644]
source/luacore/lua55/src/lua.c [new file with mode: 0644]
source/luacore/lua55/src/lua.h [new file with mode: 0644]
source/luacore/lua55/src/luaconf.h [new file with mode: 0644]
source/luacore/lua55/src/lualib.h [new file with mode: 0644]
source/luacore/lua55/src/lundump.c [new file with mode: 0644]
source/luacore/lua55/src/lundump.h [new file with mode: 0644]
source/luacore/lua55/src/lutf8lib.c [new file with mode: 0644]
source/luacore/lua55/src/lvm.c [new file with mode: 0644]
source/luacore/lua55/src/lvm.h [new file with mode: 0644]
source/luacore/lua55/src/lzio.c [new file with mode: 0644]
source/luacore/lua55/src/lzio.h [new file with mode: 0644]
source/luacore/luac/luac.c [new file with mode: 0644]
source/luacore/luapeg/README.md [new file with mode: 0644]
source/luacore/luapeg/lpcap.c [new file with mode: 0644]
source/luacore/luapeg/lpcap.h [new file with mode: 0644]
source/luacore/luapeg/lpcode.c [new file with mode: 0644]
source/luacore/luapeg/lpcode.h [new file with mode: 0644]
source/luacore/luapeg/lpcset.c [new file with mode: 0644]
source/luacore/luapeg/lpcset.h [new file with mode: 0644]
source/luacore/luapeg/lpprint.c [new file with mode: 0644]
source/luacore/luapeg/lpprint.h [new file with mode: 0644]
source/luacore/luapeg/lptree.c [new file with mode: 0644]
source/luacore/luapeg/lptree.h [new file with mode: 0644]
source/luacore/luapeg/lptypes.h [new file with mode: 0644]
source/luacore/luapeg/lpvm.c [new file with mode: 0644]
source/luacore/luapeg/lpvm.h [new file with mode: 0644]
source/luacore/luapeg/makefile [new file with mode: 0644]
source/luacore/luapeg/readme.txt [new file with mode: 0644]
source/luacore/luasocket/LICENSE [new file with mode: 0644]
source/luacore/luasocket/NEW [new file with mode: 0644]
source/luacore/luasocket/README [new file with mode: 0644]
source/luacore/luasocket/doc.zip [new file with mode: 0644]
source/luacore/luasocket/etc.zip [new file with mode: 0644]
source/luacore/luasocket/lua.zip [new file with mode: 0644]
source/luacore/luasocket/samples.zip [new file with mode: 0644]
source/luacore/luasocket/src/auxiliar.c [new file with mode: 0644]
source/luacore/luasocket/src/auxiliar.h [new file with mode: 0644]
source/luacore/luasocket/src/buffer.c [new file with mode: 0644]
source/luacore/luasocket/src/buffer.h [new file with mode: 0644]
source/luacore/luasocket/src/compat.c [new file with mode: 0644]
source/luacore/luasocket/src/compat.h [new file with mode: 0644]
source/luacore/luasocket/src/except.c [new file with mode: 0644]
source/luacore/luasocket/src/except.h [new file with mode: 0644]
source/luacore/luasocket/src/inet.c [new file with mode: 0644]
source/luacore/luasocket/src/inet.h [new file with mode: 0644]
source/luacore/luasocket/src/io.c [new file with mode: 0644]
source/luacore/luasocket/src/io.h [new file with mode: 0644]
source/luacore/luasocket/src/luasocket.c [new file with mode: 0644]
source/luacore/luasocket/src/luasocket.h [new file with mode: 0644]
source/luacore/luasocket/src/mime.c [new file with mode: 0644]
source/luacore/luasocket/src/mime.h [new file with mode: 0644]
source/luacore/luasocket/src/options.c [new file with mode: 0644]
source/luacore/luasocket/src/options.h [new file with mode: 0644]
source/luacore/luasocket/src/pierror.h [new file with mode: 0644]
source/luacore/luasocket/src/select.c [new file with mode: 0644]
source/luacore/luasocket/src/select.h [new file with mode: 0644]
source/luacore/luasocket/src/serial.c [new file with mode: 0644]
source/luacore/luasocket/src/socket.c [new file with mode: 0644]
source/luacore/luasocket/src/socket.h [new file with mode: 0644]
source/luacore/luasocket/src/tcp.c [new file with mode: 0644]
source/luacore/luasocket/src/tcp.h [new file with mode: 0644]
source/luacore/luasocket/src/timeout.c [new file with mode: 0644]
source/luacore/luasocket/src/timeout.h [new file with mode: 0644]
source/luacore/luasocket/src/udp.c [new file with mode: 0644]
source/luacore/luasocket/src/udp.h [new file with mode: 0644]
source/luacore/luasocket/src/unix.c [new file with mode: 0644]
source/luacore/luasocket/src/unix.h [new file with mode: 0644]
source/luacore/luasocket/src/unixdgram.c [new file with mode: 0644]
source/luacore/luasocket/src/unixdgram.h [new file with mode: 0644]
source/luacore/luasocket/src/unixstream.c [new file with mode: 0644]
source/luacore/luasocket/src/unixstream.h [new file with mode: 0644]
source/luacore/luasocket/src/usocket.c [new file with mode: 0644]
source/luacore/luasocket/src/usocket.h [new file with mode: 0644]
source/luacore/luasocket/src/wsocket.c [new file with mode: 0644]
source/luacore/luasocket/src/wsocket.h [new file with mode: 0644]
source/luacore/luasocket/test.zip [new file with mode: 0644]
source/luacore/readme.txt [new file with mode: 0644]
source/luametatex.c [new file with mode: 0644]
source/luametatex.h [new file with mode: 0644]
source/luaoptional/cmake/mujs/CMakeLists.txt [new file with mode: 0644]
source/luaoptional/cmake/mujs/CMakeSettings.json [new file with mode: 0644]
source/luaoptional/lmtcerflib.c [new file with mode: 0644]
source/luaoptional/lmtcurl.c [new file with mode: 0644]
source/luaoptional/lmtforeign.c [new file with mode: 0644]
source/luaoptional/lmtghostscript.c [new file with mode: 0644]
source/luaoptional/lmtgraphicsmagick.c [new file with mode: 0644]
source/luaoptional/lmthb.c [new file with mode: 0644]
source/luaoptional/lmtimagemagick.c [new file with mode: 0644]
source/luaoptional/lmtkpse.c [new file with mode: 0644]
source/luaoptional/lmtlz4.c [new file with mode: 0644]
source/luaoptional/lmtlzma.c [new file with mode: 0644]
source/luaoptional/lmtlzo.c [new file with mode: 0644]
source/luaoptional/lmtmujs.c [new file with mode: 0644]
source/luaoptional/lmtmysql.c [new file with mode: 0644]
source/luaoptional/lmtopenssl.c [new file with mode: 0644]
source/luaoptional/lmtoptional.c [new file with mode: 0644]
source/luaoptional/lmtoptional.h [new file with mode: 0644]
source/luaoptional/lmtpostgress.c [new file with mode: 0644]
source/luaoptional/lmtsqlite.c [new file with mode: 0644]
source/luaoptional/lmtzint.c [new file with mode: 0644]
source/luaoptional/lmtzstd.c [new file with mode: 0644]
source/luaoptional/readme.txt [new file with mode: 0644]
source/luarest/lmtaeslib.c [new file with mode: 0644]
source/luarest/lmtbasexxlib.c [new file with mode: 0644]
source/luarest/lmtdecodelib.c [new file with mode: 0644]
source/luarest/lmtfilelib.c [new file with mode: 0644]
source/luarest/lmtiolibext.c [new file with mode: 0644]
source/luarest/lmtmd5lib.c [new file with mode: 0644]
source/luarest/lmtoslibext.c [new file with mode: 0644]
source/luarest/lmtpdfelib.c [new file with mode: 0644]
source/luarest/lmtposit.c [new file with mode: 0644]
source/luarest/lmtpotrace.c [new file with mode: 0644]
source/luarest/lmtsha2lib.c [new file with mode: 0644]
source/luarest/lmtsparselib.c [new file with mode: 0644]
source/luarest/lmtstrlibext.c [new file with mode: 0644]
source/luarest/lmtxcomplexlib.c [new file with mode: 0644]
source/luarest/lmtxdecimallib.c [new file with mode: 0644]
source/luarest/lmtxmathlib.c [new file with mode: 0644]
source/luarest/lmtziplib.c [new file with mode: 0644]
source/mp/mpc/mp.c [new file with mode: 0644]
source/mp/mpc/mp.h [new file with mode: 0644]
source/mp/mpc/mpconfig.h [new file with mode: 0644]
source/mp/mpc/mpmath.c [new file with mode: 0644]
source/mp/mpc/mpmath.h [new file with mode: 0644]
source/mp/mpc/mpmathbinary.c [new file with mode: 0644]
source/mp/mpc/mpmathbinary.h [new file with mode: 0644]
source/mp/mpc/mpmathdecimal.c [new file with mode: 0644]
source/mp/mpc/mpmathdecimal.h [new file with mode: 0644]
source/mp/mpc/mpmathdouble.c [new file with mode: 0644]
source/mp/mpc/mpmathdouble.h [new file with mode: 0644]
source/mp/mpc/mpmathposit.c [new file with mode: 0644]
source/mp/mpc/mpmathposit.h [new file with mode: 0644]
source/mp/mpc/mpstrings.c [new file with mode: 0644]
source/mp/mpc/mpstrings.h [new file with mode: 0644]
source/mp/mpw/mp.w [new file with mode: 0644]
source/mp/mpw/mpmath.w [new file with mode: 0644]
source/mp/mpw/mpmathbinary.w [new file with mode: 0644]
source/mp/mpw/mpmathdecimal.w [new file with mode: 0644]
source/mp/mpw/mpmathdouble.w [new file with mode: 0644]
source/mp/mpw/mpmathposit.w [new file with mode: 0644]
source/mp/mpw/mpstrings.w [new file with mode: 0644]
source/mp/readme.txt [new file with mode: 0644]
source/readme.txt [new file with mode: 0644]
source/temp.log [new file with mode: 0644]
source/tex/texadjust.c [new file with mode: 0644]
source/tex/texadjust.h [new file with mode: 0644]
source/tex/texalign.c [new file with mode: 0644]
source/tex/texalign.h [new file with mode: 0644]
source/tex/texarithmetic.c [new file with mode: 0644]
source/tex/texarithmetic.h [new file with mode: 0644]
source/tex/texbuildpage.c [new file with mode: 0644]
source/tex/texbuildpage.h [new file with mode: 0644]
source/tex/texcommands.c [new file with mode: 0644]
source/tex/texcommands.h [new file with mode: 0644]
source/tex/texconditional.c [new file with mode: 0644]
source/tex/texconditional.h [new file with mode: 0644]
source/tex/texdirections.c [new file with mode: 0644]
source/tex/texdirections.h [new file with mode: 0644]
source/tex/texdumpdata.c [new file with mode: 0644]
source/tex/texdumpdata.h [new file with mode: 0644]
source/tex/texequivalents.c [new file with mode: 0644]
source/tex/texequivalents.h [new file with mode: 0644]
source/tex/texerrors.c [new file with mode: 0644]
source/tex/texerrors.h [new file with mode: 0644]
source/tex/texexpand.c [new file with mode: 0644]
source/tex/texexpand.h [new file with mode: 0644]
source/tex/texfileio.c [new file with mode: 0644]
source/tex/texfileio.h [new file with mode: 0644]
source/tex/texfont.c [new file with mode: 0644]
source/tex/texfont.h [new file with mode: 0644]
source/tex/texinputstack.c [new file with mode: 0644]
source/tex/texinputstack.h [new file with mode: 0644]
source/tex/texinserts.c [new file with mode: 0644]
source/tex/texinserts.h [new file with mode: 0644]
source/tex/texlanguage.c [new file with mode: 0644]
source/tex/texlanguage.h [new file with mode: 0644]
source/tex/texlegacy.c [new file with mode: 0644]
source/tex/texlinebreak.c [new file with mode: 0644]
source/tex/texlinebreak.h [new file with mode: 0644]
source/tex/texlocalboxes.c [new file with mode: 0644]
source/tex/texlocalboxes.h [new file with mode: 0644]
source/tex/texmainbody.c [new file with mode: 0644]
source/tex/texmainbody.h [new file with mode: 0644]
source/tex/texmaincontrol.c [new file with mode: 0644]
source/tex/texmaincontrol.h [new file with mode: 0644]
source/tex/texmarks.c [new file with mode: 0644]
source/tex/texmarks.h [new file with mode: 0644]
source/tex/texmath.c [new file with mode: 0644]
source/tex/texmath.h [new file with mode: 0644]
source/tex/texmathcodes.c [new file with mode: 0644]
source/tex/texmathcodes.h [new file with mode: 0644]
source/tex/texmlist.c [new file with mode: 0644]
source/tex/texmlist.h [new file with mode: 0644]
source/tex/texnesting.c [new file with mode: 0644]
source/tex/texnesting.h [new file with mode: 0644]
source/tex/texnodes.c [new file with mode: 0644]
source/tex/texnodes.h [new file with mode: 0644]
source/tex/texpackaging.c [new file with mode: 0644]
source/tex/texpackaging.h [new file with mode: 0644]
source/tex/texprimitive.c [new file with mode: 0644]
source/tex/texprimitive.h [new file with mode: 0644]
source/tex/texprinting.c [new file with mode: 0644]
source/tex/texprinting.h [new file with mode: 0644]
source/tex/texrules.c [new file with mode: 0644]
source/tex/texrules.h [new file with mode: 0644]
source/tex/texscanning.c [new file with mode: 0644]
source/tex/texscanning.h [new file with mode: 0644]
source/tex/texstringpool.c [new file with mode: 0644]
source/tex/texstringpool.h [new file with mode: 0644]
source/tex/textextcodes.c [new file with mode: 0644]
source/tex/textextcodes.h [new file with mode: 0644]
source/tex/textoken.c [new file with mode: 0644]
source/tex/textoken.h [new file with mode: 0644]
source/tex/textypes.c [new file with mode: 0644]
source/tex/textypes.h [new file with mode: 0644]
source/utilities/auxarithmetic.h [new file with mode: 0644]
source/utilities/auxfile.c [new file with mode: 0644]
source/utilities/auxfile.h [new file with mode: 0644]
source/utilities/auxmemory.c [new file with mode: 0644]
source/utilities/auxmemory.h [new file with mode: 0644]
source/utilities/auxposit.c [new file with mode: 0644]
source/utilities/auxposit.h [new file with mode: 0644]
source/utilities/auxsparsearray.c [new file with mode: 0644]
source/utilities/auxsparsearray.h [new file with mode: 0644]
source/utilities/auxsystem.c [new file with mode: 0644]
source/utilities/auxsystem.h [new file with mode: 0644]
source/utilities/auxunistring.c [new file with mode: 0644]
source/utilities/auxunistring.h [new file with mode: 0644]
source/utilities/auxzlib.c [new file with mode: 0644]
source/utilities/auxzlib.h [new file with mode: 0644]
tools/mp.patch.lua [new file with mode: 0644]
tools/mtx-wtoc.lua [new file with mode: 0644]
winmerge.flt [new file with mode: 0644]