aboutsummaryrefslogtreecommitdiff
path: root/doc (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-22Release 1.8.0v1_8_0Hisham Muhammad1-1/+10
2020-04-22It does work on Windows now!Hisham Muhammad1-1/+0
2020-04-22update copyrightsHisham Muhammad2-2/+2
2020-04-22Lua 5.4: use __close to close dir if you break the iteratorHisham Muhammad1-0/+11
2020-04-22indent -kr -nut -i2 src/lfs.c src/lfs.hHisham Muhammad2-555/+690
2020-04-21Makefile: make it easier to switch Lua versionsHisham Muhammad2-9/+9
2020-04-21Use CREATE_ALWAYS instead of CREATE_NEW云风1-1/+1
2020-04-21tests: behavior test for hard linksHisham Muhammad1-1/+34
2020-04-21win32: strip UNC prefix if presentHisham Muhammad1-0/+6
2020-04-21win32 lstat: if it's not a link, just do statHisham Muhammad1-0/+3
2020-04-21win32: obtain symlink attributesHisham Muhammad1-26/+78
2020-04-21Add Windows compatibility for lfs.linkEroica1-41/+65
2020-04-21tests: drop LuaJIT 2.0 from test matrixHisham Muhammad2-2/+0
2020-04-20Make MACOSX_DEPLOYMENT_TARGET configurableJoshua Root2-1/+4
2020-04-20Support Lua 5.4Peter Melnichenko1-2/+2
2019-10-29Fallback to _POSIX_PATH_MAX when MAXPATHLEN isn't available (#130)James McCoy1-1/+6
2018-03-15Replace rockspecs/ with a single scm rockspec (#108)Peter Melnichenko18-478/+8
2017-12-14lfs.attributes and lfs.symlinkattributes arguments renamed s/aname/request_na...TsT1-4/+4
2017-11-29added extra include-dir to compile in ubuntu (#103)Kıvanç Çakmak1-2/+3
2017-11-27Fix memory leak in case of realloc failure. (#102)Hisham Muhammad1-5/+11
2017-10-08Update version in lfs.def (#96)Stephen E. Baker1-1/+1
2017-10-08Support DESTDIR make install option (#98)Dan Church1-2/+2