aboutsummaryrefslogtreecommitdiff
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-25Fix lfs.attributes and lfs.symlinkattributes extra argument handlingPeter Melnichenko2-1/+13
2016-07-16Add a 'target' field for symlinkattributes.NiteHawk3-1/+52
2016-06-30Fix anchor names in documentationPeter Melnichenko1-2/+2
2016-06-09Add a test for #52.Peter Melnichenko1-0/+3
2016-06-01Fix export of luaopen_lfs on Windows (#74)Eric Cosatto2-12/+14
2016-05-05Don't declare global 'lfs'Peter Melnichenko1-3/+0
2016-05-05Add a test for success return value of lfs.linkPeter Melnichenko1-1/+3
2016-05-05Return true instead of 0 on lfs.link successPeter Melnichenko1-7/+1
2016-05-05Update docs for new return valuesPeter Melnichenko1-7/+7
2016-05-05Test what lfs.attributes returns on errorPeter Melnichenko1-1/+4
2016-05-05Return errno from lfs.attributes on errorPeter Melnichenko1-1/+2
2016-05-05Return errno from lfs.touch on errorPeter Melnichenko1-18/+16
2016-05-05Return errno from lfs.rmdir on errorPeter Melnichenko1-12/+2
2016-05-05Return errno from lfs.mkdir on errorPeter Melnichenko1-29/+28
2016-05-05Include strerror(errno) into error message in lfs.attributesPeter Melnichenko1-2/+2
2016-05-05Add attribute name to error on invalid attribute in lfs.attributesPeter Melnichenko1-1/+1
2016-05-04Document passing table as second argument to lfs.attributesPeter Melnichenko2-4/+5
2016-05-04Refactor set_info() using lua_setfieldPeter Melnichenko1-9/+6
2016-05-04Update top level commentsPeter Melnichenko2-7/+4
2016-05-04Fix a warning when compiling as C++11Peter Melnichenko1-1/+1
2016-05-04Update docs [ci skip]Peter Melnichenko4-29/+14
2016-05-04Delete $(CFLAGS).Jin Qing1-1/+1
2016-05-03Use hererocks for AppveyorPeter Melnichenko4-801/+12
2016-05-03Use hererocks for Travis-CIPeter Melnichenko4-150/+8