summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | 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
| |