summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16 from phi-gamma/masterPhilipp Gesang2013-08-245-15/+101
|\ | | | | routine update to latest code
| * sync with Context as of 2013-08-24Philipp Gesang2013-08-241-1/+61
| |
| * sync with Context as of 2013-08-12Philipp Gesang2013-08-121-1/+7
| |
| * sync with Context as of datePhilipp Gesang2013-08-074-9/+22
| |
| * adapt makefile to conform to CTAN preferencesPhilipp Gesang2013-07-241-4/+11
| | | | | | | | | | | | | | | | | | | | | | according to Robin Fairbairns: > btw, the least error-prone format for the zip file is: > > xyz.zip -> > xyz.tds.zip (if available) > xyz/ > [actual distribution of package xyz]
* | Merge pull request #15 from phi-gamma/masterPhilipp Gesang2013-07-2315-504/+506
|\| | | | | update to 2.0c
| * update NEWS; bump versionv2.0cPhilipp Gesang2013-07-233-10/+15
| |
| * sync with Context as of 2013-07-14Philipp Gesang2013-07-1412-45/+122
| |
| * sync with Context as of 2013-06-10Philipp Gesang2013-06-104-456/+376
| |
* | Merge pull request #14 from phi-gamma/masterPhilipp Gesang2013-06-099-315/+180
|\| | | | | sync
| * sync with Context as of 2013-06-09Philipp Gesang2013-06-096-47/+88
| |
| * sync with Context as of 2013-06-04Philipp Gesang2013-06-045-269/+93
| |
* | Merge pull request #13 from phi-gamma/masterPhilipp Gesang2013-05-234-20/+192
|\| | | | | sync
| * sync with Context as of 2013-05-23v2.0bPhilipp Gesang2013-05-232-18/+14
| |
| * add make rule for diff scriptPhilipp Gesang2013-05-231-2/+7
| |
| * add small script to check context distro for diffsPhilipp Gesang2013-05-231-0/+171
| |
* | Merge pull request #12 from phi-gamma/masterPhilipp Gesang2013-05-213-9/+37
|\| | | | | sync
| * sync with Context as of 2013-05-21Philipp Gesang2013-05-213-9/+37
| |
* | Merge pull request #11 from phi-gamma/masterPhilipp Gesang2013-05-182-7/+7
|\| | | | | finalize for TL upload
| * update datesv2.0aPhilipp Gesang2013-05-182-7/+7
| |
* | Merge pull request #10 from phi-gamma/masterPhilipp Gesang2013-05-185-9/+40
|\| | | | | update
| * fix Makefile; READMEPhilipp Gesang2013-05-182-2/+2
| |
| * remove untracked ``util-fmt`` from testPhilipp Gesang2013-05-181-1/+1
| |
| * sync with Context as of 2013-05-17Philipp Gesang2013-05-172-6/+37
| |
* | Merge pull request #9 from phi-gamma/masterPhilipp Gesang2013-05-151-1/+5
|\| | | | | update
| * sync with Context as of 2013-05-15Philipp Gesang2013-05-151-1/+5
| |
* | Merge pull request #8 from phi-gamma/masterPhilipp Gesang2013-05-092-11/+4
|\| | | | | sync with Context; merge util-jsn
| * 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``
| * sync with context as of 2013-05-09Philipp Gesang2013-05-091-2/+3
| |
* | Merge pull request #7 from phi-gamma/masterElie Roux2013-05-095-289/+148
|\| | | | | file integrity test
| * add testPhilipp Gesang2013-05-084-19/+105
| |
| * add TDS paths to readmePhilipp Gesang2013-05-081-42/+43
| |
| * remove util-mrgPhilipp Gesang2013-05-081-228/+0
| |
* | Merge pull request #6 from phi-gamma/masterPhilipp Gesang2013-05-076-212/+445
|\| | | | | prepare release
| * fix Makefile; doc as toc againPhilipp Gesang2013-05-071-1/+1
| |
| * Makefile: include lualibs.lua in CTAN rulePhilipp Gesang2013-05-051-1/+1
| |
| * fix dtxPhilipp Gesang2013-05-051-53/+53
| | | | | | | | ceterum censeo dtx esse abolendum
| * update makefilePhilipp Gesang2013-05-051-7/+6
| |
| * add copy of the gpl 2.0v2.0Philipp Gesang2013-05-052-15/+346
| | | | | | | | | | | | Lualibs are derived from Context, which is GPL, even though its license statement may be misleading. See this explanation by Taco: http://tex.stackexchange.com/a/12456/14066
| * prepare for CTAN releasePhilipp Gesang2013-05-053-136/+38
| | | | | | | | | | * update NEWS * update README
| * [doc] use the metalogo packagePhilipp Gesang2013-05-051-2/+3
| |
* | Merge pull request #5 from phi-gamma/masterElie Roux2013-05-054-315/+696
|\| | | | | this could go into TeX Live
| * remove ``lualibs-basic.lua`` and ``lualibs-extended.lua`` from repositoryPhilipp Gesang2013-05-053-233/+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
| * add some documentation to ``lualibs-basic.lua`` and ``lualibs-merged.lua``Philipp Gesang2013-05-042-18/+46
| |
| * 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-042-11/+54
| |