summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/liolib.c (follow)
Commit message (Expand)AuthorAge
* lua update to 5.1.5William Wilgus2018-11-11
* Lua fix failure to read lines longer than LUAL_BUFFERSIZEWilliam Wilgus2018-11-02
* Lua replace fscanfWilliam Wilgus2018-10-29
* Lua liolibWilliam Wilgus2018-05-28
* Fix lua lseek command / io libWilliam Wilgus2018-05-27
* Revert "Update lua plugin to 5.2.3"Marcin Bukat2014-04-02
* Update lua plugin to 5.2.3Richard Quirk2014-04-02
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Fix FS#11007: Lua didn't parse negative numbers correct when reading from filesMaurus Cuelenaere2010-02-13
* Lua plugin: fix bad behaviour for io.open(path, 'w')Maurus Cuelenaere2009-09-06
* Lua IOlib: when opening files for writing/appending, check if they exist and ...Maurus Cuelenaere2009-07-17
* Lua IOlib: don't create files when they don't existMaurus Cuelenaere2009-07-08
* Fix typo & redMaurus Cuelenaere2009-06-28
* Lua:Maurus Cuelenaere2009-06-28