diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-28 19:08:46 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-28 19:08:46 +0200 |
commit | 29571234614ef11c8b2ff57588c4b5774fe3c55f (patch) | |
tree | 9a38e5c4f4ee6fdfe28e2b1fb4d7adb539c60eff /TODO | |
parent | 2a5bc26ece3b6596ce47530ba93d8a61d3c9790a (diff) | |
download | luatexbase-29571234614ef11c8b2ff57588c4b5774fe3c55f.tar.gz |
require(foo.bar) looks for foo/bar.lua
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 -------- |