summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for releasev0.95Khaled Hosny2010-06-282-4/+10
|
* A small noteKhaled Hosny2010-06-221-1/+2
|
* CosmeticsKhaled Hosny2010-06-221-4/+3
|
* Remove deprecated functions and aliasesKhaled Hosny2010-06-221-187/+0
|
* Update documentationKhaled Hosny2010-06-221-42/+32
|
* SimplifyKhaled Hosny2010-06-221-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.94Khaled Hosny2010-05-281-3/+4
|
* Documentation didn't compileKhaled Hosny2010-05-211-1/+1
|
* Sync with ConTeXt beta (beta 2010.05.20)Khaled Hosny2010-05-219-32/+135
| | | | Needed to sync luaotfload.
* Merge branch 'master' of github.com:mpg/lualibsv0.93Elie Roux2010-05-154-38/+65
|\
| * Sync with ConTeXt stable (stable 2010.05.08)Khaled Hosny2010-05-104-38/+65
| | | | | | | | No functions removed, few new additions.
* | Adding a module() call, and compatibility with luatexbase.loaderElie Roux2010-05-151-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 repositoryKhaled Hosny2010-05-101-1/+1
|
* Rename to lualibsKhaled Hosny2010-05-1021-81/+84
| | | | | Rename luaextra->lualibs when sensible, also use luatexbase instead of luatextra.
* Add ConTeXt copyrightKhaled Hosny2010-03-281-0/+13
|
* Fix the READMEKhaled Hosny2010-03-281-7/+7
|
* Add README, News and Makefile.Manuel Pégourié-Gonnard2010-03-283-0/+167
|
* Merge remote branch 'github/master'Manuel Pégourié-Gonnard2010-03-288-158/+367
|\
| * Sync with ConTeXtKhaled Hosny2010-03-228-158/+367
| |
* | Merge remote branch 'github/base-out' into base-outManuel Pégourié-Gonnard2010-03-280-0/+0
|\ \ | |/ |/|
* | Not relying on require() + error checkElie Roux2010-01-191-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 toOElie Roux2010-01-191-3/+2
| |
* | Compatibility with old LuaTeX versionsElie Roux2010-01-191-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 Hosny2010-01-111-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 librariesKhaled Hosny2010-01-1118-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 luatextraElie Roux2010-01-111-10/+11
|
* dtx and tex code reformating.Manuel Pégourié-Gonnard2009-06-301-76/+139
|
* harmonizing the version numbers and dates (sometimes several were present in ↵Elie Roux2009-05-011-1/+1
| | | | the .dtx
* Packaging tune-up.Manuel Pégourié-Gonnard2009-04-301-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 Roux2009-04-211-1/+1
| | | | references to it in the documentations
* fixing a wrong variable nameElie Roux2009-04-171-12/+13
|
* cleanup and documentation of luaextraElie Roux2009-04-171-67/+426
|
* updating readme, moving luaextra to luatextra directoryElie Roux2009-04-081-0/+606
|
* commit of the current state of the packagesElie Roux2009-03-060-0/+0