Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update l-io | Philipp Gesang | 2012-10-19 | 1 | -28/+77 | |
| | ||||||
* | update l-md5 | Philipp Gesang | 2012-10-19 | 1 | -11/+25 | |
| | ||||||
* | update lualibs-set.lua | Philipp Gesang | 2012-10-19 | 1 | -2/+5 | |
| | ||||||
* | update l-number l-boolean | Philipp Gesang | 2012-10-19 | 2 | -28/+120 | |
| | ||||||
* | update l-math | Philipp Gesang | 2012-10-19 | 1 | -8/+7 | |
| | ||||||
* | Prepare for releasev0.96 | Khaled Hosny | 2011-01-20 | 2 | -5/+8 | |
| | ||||||
* | Fix computability with lfs in luatex 0.65 | Khaled Hosny | 2011-01-20 | 1 | -8/+8 | |
| | | | | | | | Patch by Paul Vojta: http://tug.org/pipermail/tex-live/2011-January/028402.html closes #2 | |||||
* | Prepare for releasev0.95 | Khaled Hosny | 2010-06-28 | 2 | -4/+10 | |
| | ||||||
* | A small note | Khaled Hosny | 2010-06-22 | 1 | -1/+2 | |
| | ||||||
* | Cosmetics | Khaled Hosny | 2010-06-22 | 1 | -4/+3 | |
| | ||||||
* | Remove deprecated functions and aliases | Khaled Hosny | 2010-06-22 | 1 | -187/+0 | |
| | ||||||
* | Update documentation | Khaled Hosny | 2010-06-22 | 1 | -42/+32 | |
| | ||||||
* | Simplify | Khaled Hosny | 2010-06-22 | 1 | -42/+20 | |
| | | | | | Remove the use of kpse.set_program_name(), users of the package should take care of this themselves, and use require() to locate the modules. | |||||
* | NEWS updatev0.94 | Khaled Hosny | 2010-05-28 | 1 | -3/+4 | |
| | ||||||
* | Documentation didn't compile | Khaled Hosny | 2010-05-21 | 1 | -1/+1 | |
| | ||||||
* | Sync with ConTeXt beta (beta 2010.05.20) | Khaled Hosny | 2010-05-21 | 9 | -32/+135 | |
| | | | | Needed to sync luaotfload. | |||||
* | Merge branch 'master' of github.com:mpg/lualibsv0.93 | Elie Roux | 2010-05-15 | 4 | -38/+65 | |
|\ | ||||||
| * | Sync with ConTeXt stable (stable 2010.05.08) | Khaled Hosny | 2010-05-10 | 4 | -38/+65 | |
| | | | | | | | | No functions removed, few new additions. | |||||
* | | Adding a module() call, and compatibility with luatexbase.loader | Elie Roux | 2010-05-15 | 1 | -1/+3 | |
|/ | | | | Now we can require luatexbase.loader and use lualibs in a texlua context (before it complained about a nil provides_module field). | |||||
* | Fix reference to the repository | Khaled Hosny | 2010-05-10 | 1 | -1/+1 | |
| | ||||||
* | Rename to lualibs | Khaled Hosny | 2010-05-10 | 21 | -81/+84 | |
| | | | | | Rename luaextra->lualibs when sensible, also use luatexbase instead of luatextra. | |||||
* | Add ConTeXt copyright | Khaled Hosny | 2010-03-28 | 1 | -0/+13 | |
| | ||||||
* | Fix the README | Khaled Hosny | 2010-03-28 | 1 | -7/+7 | |
| | ||||||
* | Add README, News and Makefile. | Manuel Pégourié-Gonnard | 2010-03-28 | 3 | -0/+167 | |
| | ||||||
* | Merge remote branch 'github/master' | Manuel Pégourié-Gonnard | 2010-03-28 | 8 | -158/+367 | |
|\ | ||||||
| * | Sync with ConTeXt | Khaled Hosny | 2010-03-22 | 8 | -158/+367 | |
| | | ||||||
* | | Merge remote branch 'github/base-out' into base-out | Manuel Pégourié-Gonnard | 2010-03-28 | 0 | -0/+0 | |
|\ \ | |/ |/| | ||||||
* | | Not relying on require() + error check | Elie Roux | 2010-01-19 | 1 | -10/+12 | |
| | | | | | | | | | | require() doesn't work under LuaTeX 0.50 from Debian. I also added a check on the file discovery. | |||||
* | | Using require() in texlua toO | Elie Roux | 2010-01-19 | 1 | -3/+2 | |
| | | ||||||
* | | Compatibility with old LuaTeX versions | Elie Roux | 2010-01-19 | 1 | -19/+34 | |
|/ | | | | | | the require() function has been modified to be more usable in 0.45, but we still need dofile() for older versions. dofile is also used in texlua as we cannot know the version simply. | |||||
* | Recover function missing from the modules. | Khaled Hosny | 2010-01-11 | 1 | -0/+164 | |
| | | | | | We need to check if equivalent functions exist, if they are really needed (e.g. used by some) etc. | |||||
* | Import ConTeX's lua libraries | Khaled Hosny | 2010-01-11 | 18 | -831/+3738 | |
| | | | | | | | | | Replace most of luaextra.lua with a bunch of require() calls and add renamed (but unmodified) ConTeX lua libraries to the repository. ConTeXt's l-xml.lua module has been excluded because it depends on a bunch of other ConTeXt specific modules. Also l-pdfview.lua has been dropped, I don't know what to use it for. | |||||
* | making the file loadable without luatextra | Elie Roux | 2010-01-11 | 1 | -10/+11 | |
| | ||||||
* | dtx and tex code reformating. | Manuel Pégourié-Gonnard | 2009-06-30 | 1 | -76/+139 | |
| | ||||||
* | harmonizing the version numbers and dates (sometimes several were present in ↵ | Elie Roux | 2009-05-01 | 1 | -1/+1 | |
| | | | | the .dtx | |||||
* | Packaging tune-up. | Manuel Pégourié-Gonnard | 2009-04-30 | 1 | -17/+20 | |
| | | | | | | - Makefile with a target for CTAN distribution. - No .drv file, they are useless. - Fixed \usedir directories. | |||||
* | adding luatexra-reference.tex giving an overview of the packages, and adding ↵ | Elie Roux | 2009-04-21 | 1 | -1/+1 | |
| | | | | references to it in the documentations | |||||
* | fixing a wrong variable name | Elie Roux | 2009-04-17 | 1 | -12/+13 | |
| | ||||||
* | cleanup and documentation of luaextra | Elie Roux | 2009-04-17 | 1 | -67/+426 | |
| | ||||||
* | updating readme, moving luaextra to luatextra directory | Elie Roux | 2009-04-08 | 1 | -0/+606 | |
| | ||||||
* | commit of the current state of the packages | Elie Roux | 2009-03-06 | 0 | -0/+0 | |