]> git.e2factory.org Git - e2factory.git/commit
Rewrite luafile
authorTobias Ulmer <tu@emlix.com>
Wed, 23 Oct 2013 15:50:11 +0000 (17:50 +0200)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:01:23 +0000 (15:01 +0100)
commitc60ce077293214dceb499fe5ce2819b5c34e8a40
tree12959009649365c4ce0753f16f0d814fd5467793
parentaafc62592ffe91b14d49b78c60e161e336fc1b7d
Rewrite luafile

Turn into a "modern" module like the rest, document, add error
handling and remove all methods not in use by current code.
Remove object-style access like f:close() to increase grepability
of the code. Rename methods to their C equivalents.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/luafile.lua
generic/luafile_ll.c