aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-15Prepare for release 1.6.3v_1_6_3v1_6_3Hisham Muhammad1-1/+1
2015-01-15Cleanup use of explicit \0Hisham Muhammad1-2/+2
2015-01-15Updated to support Lua 5.3. Fixed to supress warnings in windows. Removed ↵Andrew Starks2-18/+26
extra null byte off of const string (windows only).
2014-11-12Fix. Support Lua 5.3.betaAlexey Melnichuk4-2/+47
2014-09-25Add LFS_DO_NOT_USE_LARGE_FILE flagMikhael-Danilov1-0/+4
Which disables LARGE_FILE support
2014-08-14Fix. Exclude some files from coveralls.Alexey Melnichuk1-1/+1
2014-08-14Add. Travis files.Alexey Melnichuk3-0/+139
2014-08-13Fix. Compile with MSVC and with gcc without `-std=c99`Alexey Melnichuk1-2/+6
2014-08-09Fix lfs.attributes(file, 'blksize')Stefan Hoffmann2-24/+22
fs.attributes(file, 'blksize') and fs.attributes(file, 'blocks) return the wrong values. Compare the whole attribute name instead of the first char and remove buggy special casing with wrong indexes into the member array.
2014-08-09Add test target to MakefileStefan Hoffmann1-0/+3
easy way to run the tests without installing the library
2014-01-29Remove old referencesv1_6_2Hisham Muhammad4-8/+8