summaryrefslogtreecommitdiff
path: root/luatexbase-loader.dtx
Commit message (Collapse)AuthorAgeFilesLines
* Now all luatexbase modules are identified through provides_module()Elie Roux2013-05-111-2/+2
|
* drop calls to deprecated `module()`Philipp Gesang2013-05-021-1/+2
|
* Filenames are not printed if called by texluaElie Roux2013-04-221-1/+14
|
* Bumping versionElie Roux2013-04-131-3/+3
|
* Fixing documentation and very small improvementElie Roux2013-04-131-12/+15
|
* Fixing many issues and breaking compatibility with LuaTeX < 0.45 (TeXLive 2009)Elie Roux2013-04-121-74/+28
|
* Fixing something sillyElie Roux2013-04-121-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 wayElie Roux2013-04-121-9/+4
|
* Fixing package loading for LuaTeX > 0.74Elie Roux2013-04-071-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é-Gonnard2011-05-271-1/+1
|
* all: catcode fixes again (forgot newline ^^J)Manuel Pégourié-Gonnard2011-05-241-0/+1
|
* Normalize copyright & licence info in sources.Manuel Pégourié-Gonnard2011-05-241-7/+3
|
* Bump version to 0.4.Manuel Pégourié-Gonnard2011-05-241-2/+2
|
* loader: add a missing 'local'Manuel Pégourié-Gonnard2011-05-241-1/+1
|
* doc: small tuning for loaderManuel Pégourié-Gonnard2011-05-241-11/+8
|
* generalise better catcode defensesManuel Pégourié-Gonnard2011-05-231-31/+27
|
* Bump version, improve title/date handling.Manuel Pégourié-Gonnard2010-11-111-6/+2
|
* error if not luatexManuel Pégourié-Gonnard2010-11-111-5/+8
|
* Bump version, update Changes.0.2aManuel Pégourié-Gonnard2010-05-271-2/+2
|
* Bump version number.0.2Manuel Pégourié-Gonnard2010-05-121-2/+2
|
* Fix stupid typo in f9dcf6df.Manuel Pégourié-Gonnard2010-05-121-2/+2
| | | | (Should have tested that earlier, stupid me.)
* Half-fix to kpse emulation, which was still wrong.Manuel Pégourié-Gonnard2010-05-121-33/+55
|
* Author-neutral banners.Manuel Pégourié-Gonnard2010-05-101-1/+1
|
* Fix typos in dd3b52c8 and improve documentation.Manuel Pégourié-Gonnard2010-05-101-2/+7
|
* The order in lua_suffixes was correct.Manuel Pégourié-Gonnard2010-05-101-3/+8
| | | | Go back to what it was before Élie's fix of the loader.
* Bug fixing in the loaderElie Roux2010-05-101-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é-Gonnard2010-03-291-2/+16
|
* Write doc for loader.Manuel Pégourié-Gonnard2010-03-291-8/+20
|
* Use emulation as a fallback search mode.Manuel Pégourié-Gonnard2010-03-291-4/+10
|
* Fix loader.Manuel Pégourié-Gonnard2010-03-291-10/+48
|
* Fix stupid typo in loader.Manuel Pégourié-Gonnard2010-03-291-1/+1
|
* First attempt at using compat.Manuel Pégourié-Gonnard2010-03-291-1/+12
|
* Document loader.Manuel Pégourié-Gonnard2010-03-281-1/+28
|
* require(foo.bar) looks for foo/bar.luaManuel Pégourié-Gonnard2010-03-281-1/+8
|
* luatextra -> luatexbase in loaderManuel Pégourié-Gonnard2010-03-281-3/+3
|
* Add catcode defenses.Manuel Pégourié-Gonnard2010-03-281-10/+39
|
* Adujst docstrip preamble.Manuel Pégourié-Gonnard2010-03-281-10/+3
|
* Initial version of modutils.Manuel Pégourié-Gonnard2010-03-271-1/+1
|
* Incorporate loader in the Makefile.Manuel Pégourié-Gonnard2010-03-271-1/+1
|
* Declaration, protection, etc. for loader.Manuel Pégourié-Gonnard2010-03-271-20/+75
|
* Initial version of loader.Manuel Pégourié-Gonnard2010-03-271-0/+209