summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix use of non-existent var in error msg.Manuel Pégourié-Gonnard2010-05-101-1/+1
| | | | | | | | (Bugfix backport from Élie.)
* | Fix spurious space in Makefile.Manuel Pégourié-Gonnard2010-05-101-1/+2
| | | | | | | | So spurious spaces are not just a TeX problem? ;-)
* | Author-neutral banners.Manuel Pégourié-Gonnard2010-05-107-7/+7
| |
* | Add a check for the previous bug in loader.Manuel Pégourié-Gonnard2010-05-101-2/+4
| |
* | Bugfix: trying to access a non-defined variable in error messageElie Roux2010-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.
* | Rework error functions in modutils.Manuel Pégourié-Gonnard2010-03-303-79/+43
| |
* | Make private objects local; cosmetic changes.Manuel Pégourié-Gonnard2010-03-302-55/+17
| |
* | Rm useless use of module().Manuel Pégourié-Gonnard2010-03-302-13/+0
| |
* | Wrap long lines in modutils.Manuel Pégourié-Gonnard2010-03-301-13/+33
| |
* | Fix the way names are exported in mcb.Manuel Pégourié-Gonnard2010-03-293-22/+15
| |
* | Fix names of public functions in mcb.Manuel Pégourié-Gonnard2010-03-292-16/+17
| |
* | Move code around, finish local/global sorting.Manuel Pégourié-Gonnard2010-03-291-147/+149
| |
* | Less globals in mcb.Manuel Pégourié-Gonnard2010-03-291-30/+44
| |
* | mcb: clean up err/warn/etc calls, wrap lines.Manuel Pégourié-Gonnard2010-03-291-44/+36
| |
* | mcb now compatible with luatex 0.25.4Manuel Pégourié-Gonnard2010-03-292-4/+4
| |
* | compat: support for version testingManuel Pégourié-Gonnard2010-03-291-3/+24
| |
* | TeX package for mcb, Todo update.Manuel Pégourié-Gonnard2010-03-293-14/+151
| |
* | Stop using 'error' as a name.Manuel Pégourié-Gonnard2010-03-291-21/+21
| |
* | Cosmetic changes to mcb.dtx.Manuel Pégourié-Gonnard2010-03-291-132/+49
| |
* | Rename luamcallbacks.Manuel Pégourié-Gonnard2010-03-293-141/+130
| |
* | Write doc for compat.Manuel Pégourié-Gonnard2010-03-292-1/+80
| |
* | Better cooperation with original package loader.Manuel Pégourié-Gonnard2010-03-293-7/+17
| |
* | Write doc for loader.Manuel Pégourié-Gonnard2010-03-292-9/+28
| |
* | Use emulation as a fallback search mode.Manuel Pégourié-Gonnard2010-03-292-5/+11
| |
* | Todo update.Manuel Pégourié-Gonnard2010-03-291-9/+2
| |
* | Fix loader.Manuel Pégourié-Gonnard2010-03-292-11/+50
| |
* | Fix stupid typo in loader.Manuel Pégourié-Gonnard2010-03-291-1/+1
| |
* | Minor Makefile fix.Manuel Pégourié-Gonnard2010-03-291-1/+1
| |
* | Be carful with primitives in attr and cctb.Manuel Pégourié-Gonnard2010-03-292-0/+43
| |
* | Fix cctb and its test file.Manuel Pégourié-Gonnard2010-03-291-6/+7
| |
* | Fix attr (\luatebase@directlua expands in two steps).Manuel Pégourié-Gonnard2010-03-291-1/+2
| |
* | First attempt at using compat.Manuel Pégourié-Gonnard2010-03-296-23/+46
| |
* | todo updateManuel Pégourié-Gonnard2010-03-291-6/+4
| |
* | ensure@primitive macroManuel Pégourié-Gonnard2010-03-292-1/+61
| |
* | Abstraction for \directlua.Manuel Pégourié-Gonnard2010-03-292-2/+19
| |
* | Let git ignore generated files.Manuel Pégourié-Gonnard2010-03-291-0/+4
| |
* | Add stub for compat.Manuel Pégourié-Gonnard2010-03-292-2/+250
| |
* | Record the last changes.Manuel Pégourié-Gonnard2010-03-292-1/+6
| |
* | Document loader.Manuel Pégourié-Gonnard2010-03-281-1/+28
| |
* | Fix require statements and Makefile again.Manuel Pégourié-Gonnard2010-03-284-11/+12
| |
* | Adapt Makefile for testing with new loader.Manuel Pégourié-Gonnard2010-03-282-2/+4
| |
* | Change lua file names, using new loader.Manuel Pégourié-Gonnard2010-03-285-15/+15
| |
* | require(foo.bar) looks for foo/bar.luaManuel Pégourié-Gonnard2010-03-283-6/+14
| |
* | Dual test file for mcallbacks.Manuel Pégourié-Gonnard2010-03-282-59/+36
| |
* | Finished lua module renaming.Manuel Pégourié-Gonnard2010-03-282-8/+6
| |
* | s/luatextra/luatexbase/ in modutilsManuel Pégourié-Gonnard2010-03-281-64/+64
| |
* | luatextra -> luatexbase in loaderManuel Pégourié-Gonnard2010-03-281-3/+3
| |