Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing something silly | Elie Roux | 2013-04-12 | 1 | -1/+1 |
| | | | | This part seems highly untested and raw... in pcall you have to call a function, not a string.. | ||||
* | Makefile now compatible with GNU Make 3.81 and 3.82 | Elie Roux | 2013-04-12 | 1 | -1/+1 |
| | |||||
* | Adapting to Lua 5.2 a better way | Elie Roux | 2013-04-12 | 1 | -9/+4 |
| | |||||
* | Merge pull request #1 from phi-gamma/master | Elie Roux | 2013-04-11 | 2 | -2/+2 |
|\ | | | | | make mcb.lua Lua 5.2 compliant | ||||
| * | update mcb.lua for 5.2 | Philipp Gesang | 2013-04-11 | 2 | -2/+2 |
|/ | |||||
* | Fixing bug by making optional argument optional | Elie Roux | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | Fixing package loading for LuaTeX > 0.74 | Elie Roux | 2013-04-07 | 1 | -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. | ||||
* | Merge pull request #6 from phi-gamma/master | Manuel Pégourié-Gonnard | 2012-06-06 | 1 | -2/+2 |
|\ | | | | | 2 one-line fixes to modutils.lua | ||||
| * | modutils.lua: fixed reference to global "version" | Philipp Gesang | 2012-06-06 | 1 | -1/+1 |
| | | |||||
| * | fixed accidental global in modutils.lua | Philipp Gesang | 2012-06-06 | 1 | -1/+1 |
|/ | |||||
* | Fix typo in function name. | Manuel Pégourié-Gonnard | 2011-06-23 | 1 | -1/+1 |
| | | | | Spotted by Philipp Stephani. | ||||
* | typo (noted by Philipp) | Manuel Pégourié-Gonnard | 2011-06-03 | 1 | -6/+7 |
| | |||||
* | new todo: module()? | Manuel Pégourié-Gonnard | 2011-05-27 | 1 | -0/+3 |
| | |||||
* | fix names in error messages (spotted by Heiko) | Manuel Pégourié-Gonnard | 2011-05-27 | 5 | -5/+5 |
| | |||||
* | doc: mention the Changes file in History | Manuel Pégourié-Gonnard | 2011-05-24 | 1 | -0/+6 |
| | |||||
* | gitignore the generated zips | Manuel Pégourié-Gonnard | 2011-05-24 | 1 | -0/+1 |
| | |||||
* | all: catcode fixes again (forgot newline ^^J) | Manuel Pégourié-Gonnard | 2011-05-24 | 9 | -0/+9 |
| | |||||
* | doc: better attribution + history section | Manuel Pégourié-Gonnard | 2011-05-24 | 3 | -10/+35 |
| | |||||
* | Normalize copyright & licence info in sources. | Manuel Pégourié-Gonnard | 2011-05-24 | 9 | -64/+25 |
| | |||||
* | Bump version to 0.4. | Manuel Pégourié-Gonnard | 2011-05-24 | 9 | -23/+23 |
| | |||||
* | Changes entry for version 0.4 | Manuel Pégourié-Gonnard | 2011-05-24 | 1 | -3/+11 |
| | |||||
* | loader: add a missing 'local' | Manuel Pégourié-Gonnard | 2011-05-24 | 1 | -1/+1 |
| | |||||
* | doc: small tuning for loader | Manuel Pégourié-Gonnard | 2011-05-24 | 1 | -11/+8 |
| | |||||
* | doc: clarify compatibility goals | Manuel Pégourié-Gonnard | 2011-05-24 | 3 | -21/+25 |
| | |||||
* | todo update | Manuel Pégourié-Gonnard | 2011-05-24 | 1 | -4/+17 |
| | |||||
* | generalise better catcode defenses | Manuel Pégourié-Gonnard | 2011-05-23 | 9 | -255/+209 |
| | |||||
* | fix Makefile and dtx macro | Manuel Pégourié-Gonnard | 2011-05-21 | 2 | -2/+3 |
| | |||||
* | adapt test-luatex4 | Manuel Pégourié-Gonnard | 2011-05-21 | 3 | -16/+14 |
| | |||||
* | cctb: warning instead of error for empty numstack | Manuel Pégourié-Gonnard | 2011-05-21 | 1 | -2/+12 |
| | |||||
* | fix typos that broke catcodetablenumstack | Manuel Pégourié-Gonnard | 2011-05-21 | 1 | -2/+2 |
| | |||||
* | Fix bug in \CatcodeTableLaTeX | Manuel Pégourié-Gonnard | 2011-05-21 | 1 | -0/+1 |
| | | | | 10 (newline) was catcode 15 instead of 12 | ||||
* | \unsetluatexattribute in pure TeX | Manuel Pégourié-Gonnard | 2011-05-21 | 1 | -5/+4 |
| | |||||
* | gitignore luatex.sty | Manuel Pégourié-Gonnard | 2011-05-21 | 1 | -0/+1 |
| | |||||
* | better catcode defenses for luatex.sty | Manuel Pégourié-Gonnard | 2011-05-21 | 2 | -21/+29 |
| | |||||
* | make test-luatex5 pass | Manuel Pégourié-Gonnard | 2011-05-21 | 3 | -8/+31 |
| | | | | | - fix \lltxb@synonym - rename \setcatcoderange as \SetCatcodeRange | ||||
* | Import tests from Heiko. | Manuel Pégourié-Gonnard | 2011-05-21 | 3 | -13/+341 |
| | |||||
* | new luatex.dtx | Manuel Pégourié-Gonnard | 2011-05-21 | 6 | -22/+332 |
| | |||||
* | implement catcode table (number) stacks | Manuel Pégourié-Gonnard | 2011-05-21 | 2 | -9/+87 |
| | |||||
* | cctb: add doc for stacks | Manuel Pégourié-Gonnard | 2011-05-21 | 2 | -17/+114 |
| | |||||
* | Changes for v0.31.0.31 | Manuel Pégourié-Gonnard | 2011-05-21 | 1 | -0/+4 |
| | |||||
* | Fix \unsetluatexattribute. | Manuel Pégourié-Gonnard | 2011-05-21 | 1 | -6/+6 |
| | |||||
* | attr: add test for \unsetluatexattribute | Manuel Pégourié-Gonnard | 2011-05-21 | 1 | -0/+2 |
| | | | | (test is failing now as reported by Dohyun Kim) | ||||
* | cctb: small adjustments | Manuel Pégourié-Gonnard | 2011-04-18 | 1 | -15/+6 |
| | |||||
* | update todo & fix typos in attr.pdf | Manuel Pégourié-Gonnard | 2011-03-28 | 3 | -12/+23 |
| | |||||
* | TODO: new item | Manuel Pégourié-Gonnard | 2010-12-14 | 1 | -0/+5 |
| | |||||
* | Add missing braces, spotted by Heiko. | Manuel Pégourié-Gonnard | 2010-12-12 | 1 | -1/+1 |
| | |||||
* | Update Todo. | Manuel Pégourié-Gonnard | 2010-12-10 | 1 | -13/+6 |
| | |||||
* | Restore module_log, it was actually used.0.3 | Manuel Pégourié-Gonnard | 2010-11-11 | 2 | -23/+39 |
| | |||||
* | Update readme, changes and overview doc. | Manuel Pégourié-Gonnard | 2010-11-11 | 3 | -19/+16 |
| | |||||
* | Bump version, improve title/date handling. | Manuel Pégourié-Gonnard | 2010-11-11 | 10 | -55/+38 |
| |