Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing a typo | Elie Roux | 2013-04-16 | 1 | -1/+1 |
| | |||||
* | Updating TODO | Elie Roux | 2013-04-16 | 1 | -3/+1 |
| | |||||
* | Removing utf8 characters | Elie Roux | 2013-04-16 | 1 | -3/+3 |
| | | | | For an unknown reason, it breaks on my system... | ||||
* | Inputing luatex.sty before luatexbase | Elie Roux | 2013-04-16 | 2 | -2/+20 |
| | | | | Otherwise luatex.sty breaks | ||||
* | Not including luatex.sty in the CTAN archive | Elie Roux | 2013-04-16 | 1 | -3/+6 |
| | |||||
* | Bumping version | Elie Roux | 2013-04-13 | 2 | -9/+10 |
| | |||||
* | Bumping version | Elie Roux | 2013-04-13 | 3 | -6/+16 |
| | |||||
* | Fixing documentation and very small improvement | Elie Roux | 2013-04-13 | 1 | -12/+15 |
| | |||||
* | Fixing many issues and breaking compatibility with LuaTeX < 0.45 (TeXLive 2009) | Elie Roux | 2013-04-12 | 1 | -74/+28 |
| | |||||
* | Fixing many issues and breaking compatibility with LuaTeX < 0.45 (TeXLive 2009) | Elie Roux | 2013-04-12 | 1 | -3/+2 |
| | | | | There were several bugs in there (especially when the file asked ends by '.lua'), but seems ok now. Most of the old code has been removed, as the documentation said the next version would be only compatible with LuaTeX >= 0.45. | ||||
* | 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 |
| |