Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Author-neutral banners. | Manuel Pégourié-Gonnard | 2010-05-10 | 7 | -7/+7 |
| | |||||
* | Add a check for the previous bug in loader. | Manuel Pégourié-Gonnard | 2010-05-10 | 1 | -2/+4 |
| | |||||
* | Bugfix: trying to access a non-defined variable in error message | Elie Roux | 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. | ||||
* | Rework error functions in modutils. | Manuel Pégourié-Gonnard | 2010-03-30 | 3 | -79/+43 |
| | |||||
* | Make private objects local; cosmetic changes. | Manuel Pégourié-Gonnard | 2010-03-30 | 2 | -55/+17 |
| | |||||
* | Rm useless use of module(). | Manuel Pégourié-Gonnard | 2010-03-30 | 2 | -13/+0 |
| | |||||
* | Wrap long lines in modutils. | Manuel Pégourié-Gonnard | 2010-03-30 | 1 | -13/+33 |
| | |||||
* | Fix the way names are exported in mcb. | Manuel Pégourié-Gonnard | 2010-03-29 | 3 | -22/+15 |
| | |||||
* | Fix names of public functions in mcb. | Manuel Pégourié-Gonnard | 2010-03-29 | 2 | -16/+17 |
| | |||||
* | Move code around, finish local/global sorting. | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -147/+149 |
| | |||||
* | Less globals in mcb. | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -30/+44 |
| | |||||
* | mcb: clean up err/warn/etc calls, wrap lines. | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -44/+36 |
| | |||||
* | mcb now compatible with luatex 0.25.4 | Manuel Pégourié-Gonnard | 2010-03-29 | 2 | -4/+4 |
| | |||||
* | compat: support for version testing | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -3/+24 |
| | |||||
* | TeX package for mcb, Todo update. | Manuel Pégourié-Gonnard | 2010-03-29 | 3 | -14/+151 |
| | |||||
* | Stop using 'error' as a name. | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -21/+21 |
| | |||||
* | Cosmetic changes to mcb.dtx. | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -132/+49 |
| | |||||
* | Rename luamcallbacks. | Manuel Pégourié-Gonnard | 2010-03-29 | 3 | -141/+130 |
| | |||||
* | Write doc for compat. | Manuel Pégourié-Gonnard | 2010-03-29 | 2 | -1/+80 |
| | |||||
* | Better cooperation with original package loader. | Manuel Pégourié-Gonnard | 2010-03-29 | 3 | -7/+17 |
| | |||||
* | Write doc for loader. | Manuel Pégourié-Gonnard | 2010-03-29 | 2 | -9/+28 |
| | |||||
* | Use emulation as a fallback search mode. | Manuel Pégourié-Gonnard | 2010-03-29 | 2 | -5/+11 |
| | |||||
* | Todo update. | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -9/+2 |
| | |||||
* | Fix loader. | Manuel Pégourié-Gonnard | 2010-03-29 | 2 | -11/+50 |
| | |||||
* | Fix stupid typo in loader. | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Minor Makefile fix. | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Be carful with primitives in attr and cctb. | Manuel Pégourié-Gonnard | 2010-03-29 | 2 | -0/+43 |
| | |||||
* | Fix cctb and its test file. | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -6/+7 |
| | |||||
* | Fix attr (\luatebase@directlua expands in two steps). | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -1/+2 |
| | |||||
* | First attempt at using compat. | Manuel Pégourié-Gonnard | 2010-03-29 | 6 | -23/+46 |
| | |||||
* | todo update | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -6/+4 |
| | |||||
* | ensure@primitive macro | Manuel Pégourié-Gonnard | 2010-03-29 | 2 | -1/+61 |
| | |||||
* | Abstraction for \directlua. | Manuel Pégourié-Gonnard | 2010-03-29 | 2 | -2/+19 |
| | |||||
* | Let git ignore generated files. | Manuel Pégourié-Gonnard | 2010-03-29 | 1 | -0/+4 |
| | |||||
* | Add stub for compat. | Manuel Pégourié-Gonnard | 2010-03-29 | 2 | -2/+250 |
| | |||||
* | Record the last changes. | Manuel Pégourié-Gonnard | 2010-03-29 | 2 | -1/+6 |
| | |||||
* | Document loader. | Manuel Pégourié-Gonnard | 2010-03-28 | 1 | -1/+28 |
| | |||||
* | Fix require statements and Makefile again. | Manuel Pégourié-Gonnard | 2010-03-28 | 4 | -11/+12 |
| | |||||
* | Adapt Makefile for testing with new loader. | Manuel Pégourié-Gonnard | 2010-03-28 | 2 | -2/+4 |
| | |||||
* | Change lua file names, using new loader. | Manuel Pégourié-Gonnard | 2010-03-28 | 5 | -15/+15 |
| | |||||
* | require(foo.bar) looks for foo/bar.lua | Manuel Pégourié-Gonnard | 2010-03-28 | 3 | -6/+14 |
| | |||||
* | Dual test file for mcallbacks. | Manuel Pégourié-Gonnard | 2010-03-28 | 2 | -59/+36 |
| | |||||
* | Finished lua module renaming. | Manuel Pégourié-Gonnard | 2010-03-28 | 2 | -8/+6 |
| | |||||
* | s/luatextra/luatexbase/ in modutils | Manuel Pégourié-Gonnard | 2010-03-28 | 1 | -64/+64 |
| | |||||
* | luatextra -> luatexbase in loader | Manuel Pégourié-Gonnard | 2010-03-28 | 1 | -3/+3 |
| | |||||
* | Fix stupid renaming bug. | Manuel Pégourié-Gonnard | 2010-03-28 | 1 | -1/+1 |
| | |||||
* | Adjust documentation toc (attr, cctb, regs). | Manuel Pégourié-Gonnard | 2010-03-28 | 4 | -9/+26 |
| |