summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lua/liolib.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-29Lua replace fscanfWilliam Wilgus1-1/+2
2018-05-28Lua liolibWilliam Wilgus1-1/+1
2018-05-27Fix lua lseek command / io libWilliam Wilgus1-11/+14
2014-04-02Revert "Update lua plugin to 5.2.3"Marcin Bukat1-380/+156
2014-04-02Update lua plugin to 5.2.3Richard Quirk1-156/+380
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-1/+1
2010-02-13Fix FS#11007: Lua didn't parse negative numbers correct when reading from filesMaurus Cuelenaere1-13/+2
2009-09-06Lua plugin: fix bad behaviour for io.open(path, 'w')Maurus Cuelenaere1-1/+1
2009-07-17Lua IOlib: when opening files for writing/appending, check if they exist and ...Maurus Cuelenaere1-0/+2
2009-07-08Lua IOlib: don't create files when they don't existMaurus Cuelenaere1-2/+0
2009-06-28Fix typo & redMaurus Cuelenaere1-1/+1
2009-06-28Lua:Maurus Cuelenaere1-0/+479