File: TODO

package info (click to toggle)
lua5.1 5.1.5-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,344 kB
  • sloc: ansic: 12,763; makefile: 426; sh: 55
file content (12 lines) | stat: -rw-r--r-- 776 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
* make version-specific aliases for LUA_INIT, LUA_PATH, LUA_CPATH
* add Mike Pall's advanced readline support as a module
* consider using libedit in place of libreadline, as it's easier than
  explaining that our distribution of the "lua" interpreter is under the GPL.
* investigate use of versioned symbols in the .so.  This will allow e.g.
  debuggers that can support multiple Lua versions simultaneously, and
  apps which assemble components using different Lua versions.  (Hint:
  module .so's *must* be linked against the Lua library.)
* include soname number in source package name (on next increment).  May
  want to split library and command line tools into separate source packages.
* want way to avoid hard-coding package and path names in
  lua5.1.postinst, etc.