summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Make use_module private.Manuel Pégourié-Gonnard2010-11-113-11/+20
|
* Rework TeX macro(s) in modutils.Manuel Pégourié-Gonnard2010-11-111-28/+58
|
* TODO update.Manuel Pégourié-Gonnard2010-11-111-13/+4
|
* Remove 'luatex' from attr macro names.Manuel Pégourié-Gonnard2010-11-112-21/+15
|
* latexmk -pdfManuel Pégourié-Gonnard2010-11-111-1/+1
|
* use latexmkManuel Pégourié-Gonnard2010-11-041-7/+5
|
* Add a test file for base.Manuel Pégourié-Gonnard2010-11-042-4/+25
|
* Update Changes.Manuel Pégourié-Gonnard2010-11-041-0/+3
|
* mcb doc excusesManuel Pégourié-Gonnard2010-11-042-8/+9
|
* fix dtx mistake in luatexbase.styManuel Pégourié-Gonnard2010-09-051-2/+0
| | | | closes #3
* Stop mentioning callback.add. Closes #2.Manuel Pégourié-Gonnard2010-08-021-8/+11
|
* todo updateManuel Pégourié-Gonnard2010-08-021-0/+4
|
* Bump version, update Changes.0.2aManuel Pégourié-Gonnard2010-05-279-16/+18
|
* Fix typo that broke mutliple loading.Manuel Pégourié-Gonnard2010-05-242-2/+5
|
* Update Changes (oops).Manuel Pégourié-Gonnard2010-05-231-0/+1
|
* Lua functions for attributes.Manuel Pégourié-Gonnard2010-05-231-25/+67
|
* Allocate attributes from 1.Manuel Pégourié-Gonnard2010-05-232-2/+9
|
* Update TODO.Manuel Pégourié-Gonnard2010-05-232-8/+5
|
* Doc for luatexbase.sty.Manuel Pégourié-Gonnard2010-05-232-3/+32
|
* Update README (luatexbse.sty, misc.)Manuel Pégourié-Gonnard2010-05-231-36/+26
|
* Add luatexbase.sty to Makefile.Manuel Pégourié-Gonnard2010-05-231-1/+6
|
* Enter luatexbase.sty.Manuel Pégourié-Gonnard2010-05-231-0/+227
|
* typoWill Robertson2010-05-141-1/+1
|
* Todo update.Manuel Pégourié-Gonnard2010-05-131-1/+2
|
* Bump version number.0.2Manuel Pégourié-Gonnard2010-05-128-18/+18
|
* Clean Makefile a little bit.Manuel Pégourié-Gonnard2010-05-121-14/+10
|
* Revert part of 8aa37e31 that broke things.Manuel Pégourié-Gonnard2010-05-121-7/+16
|
* Fix check: wrong lua files were used.Manuel Pégourié-Gonnard2010-05-121-26/+33
|
* Forgot a compatibility measure.Manuel Pégourié-Gonnard2010-05-121-0/+6
| | | | (Should really test with old distros more often.)
* Fix stupid typo in f9dcf6df.Manuel Pégourié-Gonnard2010-05-121-2/+2
| | | | (Should have tested that earlier, stupid me.)
* No kerning in \luatex.Manuel Pégourié-Gonnard2010-05-121-1/+1
|
* Half-fix to kpse emulation, which was still wrong.Manuel Pégourié-Gonnard2010-05-122-33/+57
|
* Clean up code and its comments.Manuel Pégourié-Gonnard2010-05-121-87/+65
|
* Rewrite user doc for modutils.Manuel Pégourié-Gonnard2010-05-112-16/+73
|
* Merge branch '0.1x'Manuel Pégourié-Gonnard2010-05-110-0/+0
|\
| * Add a check for the loader.Manuel Pégourié-Gonnard2010-05-101-2/+4
| | | | | | | | Check for a bug
| * 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
| |