lua-csv/lua
2014-06-19 17:52:44 +12:00
..
config.ld first commit of lua-csv 2013-12-04 22:16:11 +13:00
csv.lua Whoops! Trying to find a unicode BOM at the start of a file with an anchored pattern when file_buffer:find doesn't understand anchoring lead to reading the whole file and running out of memory right at the start. Use :sub to check the first few characters of the file 2014-06-19 17:52:44 +12:00
test.lua Test at all buffer sizes from 1 to 16. Fix the resulting bug when an embedded quote straddles two buffer blocks 2014-05-26 17:20:17 +12:00