summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update l-lpegPhilipp Gesang2013-04-071-257/+243
|
* add l-lua -> lualibs-lua.luaPhilipp Gesang2013-04-071-0/+393
|
* repair oversight in l-filePhilipp Gesang2012-10-201-0/+1
|
* update docPhilipp Gesang2012-10-193-5/+119
|
* add util-jsnPhilipp Gesang2012-10-193-2/+149
|
* add util-strPhilipp Gesang2012-10-193-4/+133
|
* add util-lua util-stoPhilipp Gesang2012-10-192-1/+5
|
* update util-tabPhilipp Gesang2012-10-195-202/+635
|
* reflect move l-aux -> util-tab.luaPhilipp Gesang2012-10-193-5/+5
|
* update util-mrgPhilipp Gesang2012-10-191-102/+65
|
* reflect move l-utils -> util-mrgPhilipp Gesang2012-10-193-2/+2
|
* update util-dimPhilipp Gesang2012-10-191-98/+113
|
* reflect move l-dimen -> util-dimPhilipp Gesang2012-10-193-3/+2
|
* update l-file l-table; add yet uncommitted changesPhilipp Gesang2012-10-196-411/+823
|
* update l-dir.luaPhilipp Gesang2012-10-191-101/+183
|
* update l-osPhilipp Gesang2012-10-191-42/+124
|
* update l-stringPhilipp Gesang2012-10-191-219/+66
|
* l-unicodePhilipp Gesang2012-10-191-87/+481
|
* update l-lpeg l-urlPhilipp Gesang2012-10-192-132/+1040
|
* update l-ioPhilipp Gesang2012-10-191-28/+77
|
* update l-md5Philipp Gesang2012-10-191-11/+25
|
* update lualibs-set.luaPhilipp Gesang2012-10-191-2/+5
|
* update l-number l-booleanPhilipp Gesang2012-10-192-28/+120
|
* update l-mathPhilipp Gesang2012-10-191-8/+7
|
* Prepare for releasev0.96Khaled Hosny2011-01-202-5/+8
|
* Fix computability with lfs in luatex 0.65Khaled Hosny2011-01-201-8/+8
| | | | | | | Patch by Paul Vojta: http://tug.org/pipermail/tex-live/2011-January/028402.html closes #2
* 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.