This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
lua-csv
Watch
1
Star
0
Fork
0
You've already forked lua-csv
mirror of
https://github.com/geoffleyland/lua-csv.git
synced
2024-11-23 01:34:19 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
54a7bb2221
lua-csv
/
lua
History
Geoff Leyland
54a7bb2221
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
..
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