Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing something silly | Elie Roux | 2013-04-12 | 1 | -1/+1 |
| | | | | This part seems highly untested and raw... in pcall you have to call a function, not a string.. | ||||
* | Adapting to Lua 5.2 a better way | Elie Roux | 2013-04-12 | 1 | -9/+4 |
| | |||||
* | Fixing package loading for LuaTeX > 0.74 | Elie Roux | 2013-04-07 | 1 | -3/+13 |
| | | | | | | | | Starting from LuaTeX 0.74, Lua 5.2 is used, and packages.loaders is renamed into packages.searchers, which makes luatexbase and thus almost all LuaLaTeX packages broken. This commit fixes it, keeping backward compatibility. | ||||
* | fix names in error messages (spotted by Heiko) | Manuel Pégourié-Gonnard | 2011-05-27 | 1 | -1/+1 |
| | |||||
* | all: catcode fixes again (forgot newline ^^J) | Manuel Pégourié-Gonnard | 2011-05-24 | 1 | -0/+1 |
| | |||||
* | Normalize copyright & licence info in sources. | Manuel Pégourié-Gonnard | 2011-05-24 | 1 | -7/+3 |
| | |||||
* | Bump version to 0.4. | Manuel Pégourié-Gonnard | 2011-05-24 | 1 | -2/+2 |
| | |||||
* | loader: add a missing 'local' | Manuel Pégourié-Gonnard | 2011-05-24 | 1 | -1/+1 |
| | |||||
* | doc: small tuning for loader | Manuel Pégourié-Gonnard | 2011-05-24 | 1 | -11/+8 |
| | |||||
* | generalise better catcode defenses | Manuel Pégourié-Gonnard | 2011-05-23 | 1 | -31/+27 |
| | |||||
* | Bump version, improve title/date handling. | Manuel Pégourié-Gonnard | 2010-11-11 | 1 | -6/+2 |
| | |||||
* | error if not luatex | Manuel Pégourié-Gonnard | 2010-11-11 | 1 | -5/+8 |
| | |||||
* | Bump version, update Changes.0.2a | Manuel Pégourié-Gonnard | 2010-05-27 | 1 | -2/+2 |
| | |||||
* | Bump version number.0.2 | Manuel Pégourié-Gonnard | 2010-05-12 | 1 | -2/+2 |
| | |||||
* | Fix stupid typo in f9dcf6df. | Manuel Pégourié-Gonnard | 2010-05-12 | 1 | -2/+2 |
| | | | | (Should have tested that earlier, stupid me.) | ||||
* | Half-fix to kpse emulation, which was still wrong. | Manuel Pégourié-Gonnard | 2010-05-12 | 1 | -33/+55 |
| | |||||
* | Author-neutral banners. | Manuel Pégourié-Gonnard | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Fix typos in dd3b52c8 and improve documentation. | Manuel Pégourié-Gonnard | 2010-05-10 | 1 | -2/+7 |
| | |||||
* | The order in lua_suffixes was correct. | Manuel Pégourié-Gonnard | 2010-05-10 | 1 | -3/+8 |
| | | | | Go back to what it was before Élie's fix of the loader. | ||||
* | Bug fixing in the loader | Elie Roux | 2010-05-10 | 1 | -6/+20 |
| | | | | | | | | | When you had gregorio.tex and gregorio.lua, the loader tried to load gregoriotex.tex as a lua file, and obviously failed. I added a check on the extention in the case where we look for the name without any, and also reorganized the search order to avoid looking for xxx.texluac before looking for xxx.lua. | ||||
* | Better cooperation with original package loader. | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -2/+16 |
| | |||||
* | Write doc for loader. | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -8/+20 |
| | |||||
* | Use emulation as a fallback search mode. | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -4/+10 |
| | |||||
* | Fix loader. | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -10/+48 |
| | |||||
* | Fix stupid typo in loader. | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | First attempt at using compat. | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -1/+12 |
| | |||||
* | Document loader. | Manuel Pégourié-Gonnard | 2010-03-28 | 1 | -1/+28 |
| | |||||
* | require(foo.bar) looks for foo/bar.lua | Manuel Pégourié-Gonnard | 2010-03-28 | 1 | -1/+8 |
| | |||||
* | luatextra -> luatexbase in loader | Manuel Pégourié-Gonnard | 2010-03-28 | 1 | -3/+3 |
| | |||||
* | Add catcode defenses. | Manuel Pégourié-Gonnard | 2010-03-28 | 1 | -10/+39 |
| | |||||
* | Adujst docstrip preamble. | Manuel Pégourié-Gonnard | 2010-03-28 | 1 | -10/+3 |
| | |||||
* | Initial version of modutils. | Manuel Pégourié-Gonnard | 2010-03-27 | 1 | -1/+1 |
| | |||||
* | Incorporate loader in the Makefile. | Manuel Pégourié-Gonnard | 2010-03-27 | 1 | -1/+1 |
| | |||||
* | Declaration, protection, etc. for loader. | Manuel Pégourié-Gonnard | 2010-03-27 | 1 | -20/+75 |
| | |||||
* | Initial version of loader. | Manuel Pégourié-Gonnard | 2010-03-27 | 1 | -0/+209 |