]> git.e2factory.org Git - e2factory.git/commit
Import Penlight, a dependency of LDoc
authorTobias Ulmer <tu@emlix.com>
Wed, 5 Dec 2012 18:31:21 +0000 (19:31 +0100)
committerTobias Ulmer <tu@emlix.com>
Tue, 26 Feb 2013 18:07:12 +0000 (19:07 +0100)
commit0971f5c4644f764c54df97d7fb08e6ac2cee6b21
tree4f546626b00a004015a520f6ded68c15d621015e
parent6f7d19d4049e6c8f32ee261dbada5f8ad48530dd
Import Penlight, a dependency of LDoc

https://github.com/stevedonovan/Penlight/
git ref: b8e56fffb6 tag: 1.0.2
100 files changed:
doc/ldoc/Penlight-1.0.2/CHANGES.txt [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/LICENCE.txt [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/README.txt [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/docs/config.ld [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/docs/manual/01-introduction.md [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/docs/manual/02-arrays.md [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/docs/manual/03-strings.md [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/docs/manual/04-paths.md [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/docs/manual/05-dates.md [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/docs/manual/06-data.md [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/docs/manual/07-functional.md [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/docs/manual/08-additional.md [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/docs/manual/09-discussion.md [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/examples/seesubst.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/examples/sipscan.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/examples/symbols.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/examples/test-cmp.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/examples/test-listcallbacks.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/examples/test-pretty.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/examples/test-symbols.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/examples/testapp.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/examples/testclone.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/examples/testconfig.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/examples/testglobal.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/examples/testinputfields.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/examples/testinputfields2.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/examples/testxml.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/examples/which.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/Date.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/List.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/Map.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/MultiMap.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/OrderedMap.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/Set.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/app.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/array2d.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/class.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/comprehension.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/config.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/data.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/dir.lua [new file with mode: 0755]
doc/ldoc/Penlight-1.0.2/lua/pl/file.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/func.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/init.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/input.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/lapp.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/lexer.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/luabalanced.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/operator.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/path.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/permute.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/platf/luajava.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/pretty.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/seq.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/sip.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/strict.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/stringio.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/stringx.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/tablex.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/template.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/test.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/text.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/utils.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/lua/pl/xml.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/run.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/lua/bar.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/lua/foo/args.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-args.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-array.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-class.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-compare-no-order.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-comprehension.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-config.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-data.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-date.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-dir.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-fenv.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-func.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-job-query.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-lapp.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-lexer.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-map.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-move.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-path.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-pretty-number.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-pretty.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-pylib.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-relpath.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-seq.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-set.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-sip.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-strict.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-stringio.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-stringx.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-substitute.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-tablex.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-text.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-vector.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/test-xml.lua [new file with mode: 0644]
doc/ldoc/Penlight-1.0.2/tests/testp.lua [new file with mode: 0644]