summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Not including luatex.sty in the CTAN archiveElie Roux2013-04-161-3/+6
| | |
| * | add note to doc about attribute handlingPhilipp Gesang2013-04-161-4/+5
| | |
| * | begin attribute allocation at 255Philipp Gesang2013-04-161-1/+1
| |/ | | | | | | | | | | luaotfload will allocate attributes from 127 but never exceed 254. This patch prevents attribute clashes by offsetting the allocation of new attributes by 255.
| * Bumping versionElie Roux2013-04-132-9/+10
| |
| * Bumping versionElie Roux2013-04-133-6/+16
| |
| * Fixing documentation and very small improvementElie Roux2013-04-131-12/+15
| |
| * Fixing many issues and breaking compatibility with LuaTeX < 0.45 (TeXLive 2009)Elie Roux2013-04-121-74/+28
| |
| * Fixing many issues and breaking compatibility with LuaTeX < 0.45 (TeXLive 2009)Elie Roux2013-04-121-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 sillyElie Roux2013-04-121-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.82Elie Roux2013-04-121-1/+1
| |
| * Adapting to Lua 5.2 a better wayElie Roux2013-04-121-9/+4
| |
| * Merge pull request #1 from phi-gamma/masterElie Roux2013-04-112-2/+2
| |\ | | | | | | make mcb.lua Lua 5.2 compliant
| | * update mcb.lua for 5.2Philipp Gesang2013-04-112-2/+2
| |/
| * Fixing bug by making optional argument optionalElie Roux2013-04-091-1/+1
| |
| * Fixing package loading for LuaTeX > 0.74Elie Roux2013-04-071-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/masterManuel Pégourié-Gonnard2012-06-061-2/+2
|\ | | | | 2 one-line fixes to modutils.lua
| * modutils.lua: fixed reference to global "version"Philipp Gesang2012-06-061-1/+1
| |
| * fixed accidental global in modutils.luaPhilipp Gesang2012-06-061-1/+1
|/
* Fix typo in function name.Manuel Pégourié-Gonnard2011-06-231-1/+1
| | | | Spotted by Philipp Stephani.
* typo (noted by Philipp)Manuel Pégourié-Gonnard2011-06-031-6/+7
|
* new todo: module()?Manuel Pégourié-Gonnard2011-05-271-0/+3
|
* fix names in error messages (spotted by Heiko)Manuel Pégourié-Gonnard2011-05-275-5/+5
|
* doc: mention the Changes file in HistoryManuel Pégourié-Gonnard2011-05-241-0/+6
|
* gitignore the generated zipsManuel Pégourié-Gonnard2011-05-241-0/+1
|
* all: catcode fixes again (forgot newline ^^J)Manuel Pégourié-Gonnard2011-05-249-0/+9
|
* doc: better attribution + history sectionManuel Pégourié-Gonnard2011-05-243-10/+35
|
* Normalize copyright & licence info in sources.Manuel Pégourié-Gonnard2011-05-249-64/+25
|
* Bump version to 0.4.Manuel Pégourié-Gonnard2011-05-249-23/+23
|
* Changes entry for version 0.4Manuel Pégourié-Gonnard2011-05-241-3/+11
|
* loader: add a missing 'local'Manuel Pégourié-Gonnard2011-05-241-1/+1
|
* doc: small tuning for loaderManuel Pégourié-Gonnard2011-05-241-11/+8
|
* doc: clarify compatibility goalsManuel Pégourié-Gonnard2011-05-243-21/+25
|
* todo updateManuel Pégourié-Gonnard2011-05-241-4/+17
|
* generalise better catcode defensesManuel Pégourié-Gonnard2011-05-239-255/+209
|
* fix Makefile and dtx macroManuel Pégourié-Gonnard2011-05-212-2/+3
|
* adapt test-luatex4Manuel Pégourié-Gonnard2011-05-213-16/+14
|
* cctb: warning instead of error for empty numstackManuel Pégourié-Gonnard2011-05-211-2/+12
|
* fix typos that broke catcodetablenumstackManuel Pégourié-Gonnard2011-05-211-2/+2
|
* Fix bug in \CatcodeTableLaTeXManuel Pégourié-Gonnard2011-05-211-0/+1
| | | | 10 (newline) was catcode 15 instead of 12
* \unsetluatexattribute in pure TeXManuel Pégourié-Gonnard2011-05-211-5/+4
|
* gitignore luatex.styManuel Pégourié-Gonnard2011-05-211-0/+1
|
* better catcode defenses for luatex.styManuel Pégourié-Gonnard2011-05-212-21/+29
|
* make test-luatex5 passManuel Pégourié-Gonnard2011-05-213-8/+31
| | | | | - fix \lltxb@synonym - rename \setcatcoderange as \SetCatcodeRange
* Import tests from Heiko.Manuel Pégourié-Gonnard2011-05-213-13/+341
|
* new luatex.dtxManuel Pégourié-Gonnard2011-05-216-22/+332
|
* implement catcode table (number) stacksManuel Pégourié-Gonnard2011-05-212-9/+87
|
* cctb: add doc for stacksManuel Pégourié-Gonnard2011-05-212-17/+114
|
* Changes for v0.31.0.31Manuel Pégourié-Gonnard2011-05-211-0/+4
|
* Fix \unsetluatexattribute.Manuel Pégourié-Gonnard2011-05-211-6/+6
|
* attr: add test for \unsetluatexattributeManuel Pégourié-Gonnard2011-05-211-0/+2
| | | | (test is failing now as reported by Dohyun Kim)