summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-28 19:08:46 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-28 19:08:46 +0200
commit29571234614ef11c8b2ff57588c4b5774fe3c55f (patch)
tree9a38e5c4f4ee6fdfe28e2b1fb4d7adb539c60eff /TODO
parent2a5bc26ece3b6596ce47530ba93d8a61d3c9790a (diff)
downloadluatexbase-29571234614ef11c8b2ff57588c4b5774fe3c55f.tar.gz
require(foo.bar) looks for foo/bar.lua
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index 971e9be..378e6c1 100644
--- a/TODO
+++ b/TODO
@@ -13,10 +13,11 @@ compat
loader
------
-- a.b.c -> a/b/c or a/b.c or a.b.c? What do to with files under texmf/scripts?
-- adujst names of the modules afterwards
+- adujst names of the other modules
- write doc
- make a real test using a fake texmf tree as TEXMFHOME?
+- ensure compatibility with older versions of LuaTeX (no 'lua' type for
+ kpse.find_file).
modutils
--------