Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid shadowing locals | Philipp Gesang | 2013-05-02 | 3 | -14/+34 |
| | |||||
* | drop calls to deprecated `module()` | Philipp Gesang | 2013-05-02 | 6 | -40/+61 |
| | |||||
* | draft user whatsit allocator | Philipp Gesang | 2013-04-30 | 1 | -2/+150 |
| | |||||
* | [doc] fix typos in attr.dtx | Philipp Gesang | 2013-04-30 | 1 | -14/+15 |
| | |||||
* | merge eroux/master | Philipp Gesang | 2013-04-30 | 3 | -13/+50 |
|\ | |||||
| * | I had forgotten something... | Elie Roux | 2013-04-28 | 1 | -4/+8 |
| | | |||||
| * | Merge branch 'master' of github.com:eroux/luatexbase | Elie Roux | 2013-04-27 | 2 | -6/+6 |
| |\ | |||||
| | * | Merge pull request #4 from sh2d/fixtypos | Elie Roux | 2013-04-27 | 2 | -6/+6 |
| | |\ | | | | | | | | | Fixtypos | ||||
| | | * | Fix typos in luatexbase-mcb documentation. | Stephan Hennig | 2012-11-06 | 1 | -4/+4 |
| | | | | |||||
| | | * | Fix typos in luatexbase-attr documentation. | Stephan Hennig | 2012-11-06 | 1 | -2/+2 |
| | | | | |||||
| * | | | Hack to make newattributes work in cooperation with the oberdiek bundle | Elie Roux | 2013-04-27 | 2 | -1/+35 |
| |/ / | |||||
* | | | Merge branch 'master' of https://github.com/eroux/luatexbase | Philipp Gesang | 2013-04-23 | 8 | -21/+62 |
|\| | | |||||
| * | | Updating Changes | Elie Roux | 2013-04-22 | 1 | -0/+6 |
| | | | |||||
| * | | Callback infos are now in the log files | Elie Roux | 2013-04-22 | 1 | -6/+6 |
| | | | | | | | | | | | | I'm not sure these are meaningfull for users... | ||||
| * | | Filenames are not printed if called by texlua | Elie Roux | 2013-04-22 | 1 | -1/+14 |
| | | | |||||
| * | | Update Changes | Elie Roux | 2013-04-16 | 1 | -0/+3 |
| | | | |||||
| * | | A better fix | Elie Roux | 2013-04-16 | 1 | -3/+3 |
| | | | |||||
| * | | Fixing a bug with plain tex | Elie Roux | 2013-04-16 | 1 | -1/+1 |
| | | | |||||
| * | | 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 |
| | | | |||||
* | | | add note to doc about attribute handling | Philipp Gesang | 2013-04-16 | 1 | -4/+5 |
| | | | |||||
* | | | begin attribute allocation at 255 | Philipp Gesang | 2013-04-16 | 1 | -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 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 |
| |