summaryrefslogtreecommitdiff
path: root/lualibs.dtx
Commit message (Collapse)AuthorAgeFilesLines
* update news, version, and datesv2.5Philipp Gesang2017-02-011-11/+11
|
* adapt for latest fontloader requirementsPhilipp Gesang2016-04-061-12/+14
| | | | Since January 2016 we also need to include util-fil.lua.
* bump version, update news2.3Philipp Gesang2015-12-021-12/+18
|
* doc: avoid overloading primitive in our macrosv2.3-rc1Philipp Gesang2015-11-211-4/+4
|
* doc: mention tightened relation to LuaotfloadPhilipp Gesang2015-11-211-1/+4
|
* bump version, update newsv2.2Philipp Gesang2014-07-261-9/+9
|
* update dates and such in main dtxPhilipp Gesang2014-05-051-11/+11
|
* remove util-env.lua due to interfering argv handlingPhilipp Gesang2014-05-051-21/+0
| | | | | | | | | The stricter behavior of table.insert() since Lua 5.2.2 causes the import of util-env.lua to fail. Since the argument handling is specific to Context we now ship the extended set without the file. Thanks to: Karl Berry, Hironoir Kitagawa, Akira Kakuto for discovering / reporting the issue!
* bump version (2.1), update news, readme, testsPhilipp Gesang2013-11-031-9/+11
|
* adapt handling of default in settingsPhilipp Gesang2013-09-061-3/+17
|
* update NEWS; bump versionv2.0cPhilipp Gesang2013-07-231-10/+11
|
* update datesv2.0aPhilipp Gesang2013-05-181-6/+6
|
* sync with Context as of 2013-05-17Philipp Gesang2013-05-171-1/+1
|
* include util-jsn in merged packagePhilipp Gesang2013-05-091-9/+1
| | | | | today (2013-05-09 19:57:43+0200) Hans removed the return statement from ``util-jsn`` so we can include it in the ``lualibs-extended-merged.lua``
* add testPhilipp Gesang2013-05-081-10/+10
|
* fix dtxPhilipp Gesang2013-05-051-53/+53
| | | | ceterum censeo dtx esse abolendum
* [doc] use the metalogo packagePhilipp Gesang2013-05-051-2/+3
|
* remove ``lualibs-basic.lua`` and ``lualibs-extended.lua`` from repositoryPhilipp Gesang2013-05-051-0/+5
|
* [doc] describe the packagingPhilipp Gesang2013-05-051-3/+60
|
* [doc] update list of extended setPhilipp Gesang2013-05-051-41/+74
|
* [doc] document partial loadingPhilipp Gesang2013-05-051-10/+42
|
* merge main failes into dtxPhilipp Gesang2013-05-051-11/+322
| | | | | | | | included are now: * lualibs.lua * lualibs-basic.lua * lualibs-extended.lua
* merged lualibs.lua back into dtx; adapt style to match luaotfload.dtxPhilipp Gesang2013-05-041-47/+152
|
* add basic documentation to lualibs.luaPhilipp Gesang2013-05-041-1/+1
|
* fix loadingPhilipp Gesang2013-04-161-1/+1
|
* update dtxPhilipp Gesang2013-04-071-5/+5
|
* update dtx for new loading sequencePhilipp Gesang2013-04-071-18/+23
|
* update docPhilipp Gesang2012-10-191-5/+60
|
* add util-jsnPhilipp Gesang2012-10-191-2/+3
|
* add util-strPhilipp Gesang2012-10-191-2/+3
|
* add util-lua util-stoPhilipp Gesang2012-10-191-1/+3
|
* reflect move l-aux -> util-tab.luaPhilipp Gesang2012-10-191-3/+3
|
* reflect move l-utils -> util-mrgPhilipp Gesang2012-10-191-1/+1
|
* reflect move l-dimen -> util-dimPhilipp Gesang2012-10-191-2/+1
|
* Prepare for releasev0.96Khaled Hosny2011-01-201-5/+5
|
* Prepare for releasev0.95Khaled Hosny2010-06-281-4/+4
|
* 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.
* Documentation didn't compileKhaled Hosny2010-05-211-1/+1
|
* Sync with ConTeXt beta (beta 2010.05.20)Khaled Hosny2010-05-211-5/+20
| | | | Needed to sync luaotfload.
* 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).
* Rename to lualibsKhaled Hosny2010-05-101-0/+408
Rename luaextra->lualibs when sensible, also use luatexbase instead of luatextra.