summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir
AgeCommit message (Expand)Author
2013-06-24LuaTeX and Mpost: Move texk/luatexdir/lua52 => libs/lua52Peter Breitenlohner
2013-05-27* liolibext.c (io_popen): must use "r" rather than "rb", or io.popen fails (r...Karl Berry
2013-04-16LuaTeX: Correctly handle '--luac' and '--luaconly' (from Akira)Peter Breitenlohner
2013-04-15.ofm and ini_version checks from elieKarl Berry
2013-04-15(parse_options): GPLv2+, not just GPLv2 (afterKarl Berry
2013-04-132013Karl Berry
2013-04-08fix an issue with the lua smtp library in luatexTaco Hoekwater
2013-04-07various typos and minor fixesPeter Breitenlohner
2013-04-05luatex beta 0.76.0 (released version)Taco Hoekwater
2013-04-03<unistd.h> for freebsd, hopefully harmless elsewhereKarl Berry
2013-03-21luatex_svnversion header update (rev 4604)Taco Hoekwater
2013-03-21LuaTeX: Delete property 'svn:keywords'Peter Breitenlohner
2013-03-21Import MetaPost 1.800 and LuaTeX beta-0.75.0 from LuaTeX repository r4604Peter Breitenlohner
2013-03-20LuaTeX: Drop unused filesPeter Breitenlohner
2013-03-15devnag: Add a 'make check' test casePeter Breitenlohner
2013-03-13prepare for luaTeX 0.75.0: Add luatexdir/lua52/Peter Breitenlohner
2013-01-30build system: Allow subdir-objects as required for Automake 1.14Peter Breitenlohner
2013-01-19Support large files (from Martin).Akira Kakuto
2013-01-18texk/web2c: Simplify mk_shellcmdlist()Peter Breitenlohner
2013-01-10luaTeX, pdfTeX: Avoid various gcc warningsPeter Breitenlohner
2012-12-29build system: Enable "silent rules" (see Automake manual)Peter Breitenlohner
2012-12-13kpathsea: Resolve remaining const related problemsPeter Breitenlohner
2012-11-23require poppler 0.18 or betterPeter Breitenlohner
2012-11-06pdflistout.w: sync with r4471 (a bug fix by H. Henkel).Akira Kakuto
2012-10-13input by pipe was impossible in luatex. enable it.Akira Kakuto
2012-10-11luaTeX: Free two malloc()ed stringsPeter Breitenlohner
2012-10-10check the length of command stringAkira Kakuto
2012-10-10check the length of command stringAkira Kakuto
2012-10-10Modify determination of fullpath for restricted shell escape commands (from A...Peter Breitenlohner
2012-10-10luaTeX: Remove all diffs between TL and W32TeXPeter Breitenlohner
2012-10-10libs/obsdcompat: No longer used and therefore removedPeter Breitenlohner
2012-09-19luaTeX: Avoid const => non-const cast (for WIN32)Peter Breitenlohner
2012-09-18luaTeX: Avoid conflicting extern declaration of environ,Peter Breitenlohner
2012-09-13allow lualatex "\input" "a b" on WindowsAkira Kakuto
2012-08-21recover the old codeAkira Kakuto
2012-08-10luaTeX: Drop unused definition of M_PIPeter Breitenlohner
2012-08-08luaTeX [WIN32]: Detect and skip Byte order marks (reduce W32TeX vs TL diffs)Peter Breitenlohner
2012-08-07luaTeX: Move swap_items() to tex/texfileio.w where it is usedPeter Breitenlohner
2012-08-04luaTeX: Reduce diffs between TeX Live and W32TeXPeter Breitenlohner
2012-08-03e-TeX 2.5: Better tracing of font definitionsPeter Breitenlohner
2012-07-31luaTeX: Handle return value from broken (pre-C99) snprintf()Peter Breitenlohner
2012-07-30luaTeX: One and only one prototype per functionPeter Breitenlohner
2012-07-30luaTeX: Avoid using asprintf()Peter Breitenlohner
2012-07-30luaTeX: Avoid using asprintf()Peter Breitenlohner
2012-07-26luaTeX: Avoid WIN32 build problem (from W32TeX)Peter Breitenlohner
2012-07-26luaTeX: Use uint64_t and PRIu64Peter Breitenlohner
2012-07-24luaTeX: Binary mode for popen() on Windows now done in kpathseaPeter Breitenlohner
2012-07-19luaTeX: Use LONGINTEGER_PRI instead of LONGINTEGER_PRI[di] to print file offsetsPeter Breitenlohner
2012-07-14luatex, pdftex: Use EXIT_FAILURE instead of EX_SOFTWAREPeter Breitenlohner
2012-07-13largefileAkira Kakuto