summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Makefile to not link the modules against the interpreterdsilvers/link-fixupDaniel Silverstone2017-07-081-2/+2
* Use readdir on glibc >= 2.24 by defaultRichard Ipsum2017-05-141-21/+29
* docs: OpenRichard Ipsum2017-05-101-0/+52
* docs: DirectoriesRichard Ipsum2017-05-101-3/+5
* docs: Environment variablesRichard Ipsum2017-05-101-0/+16
* docs: System identification and TimeRichard Ipsum2017-05-101-1/+6
* docs: Process and User identificationRichard Ipsum2017-05-101-1/+43
* docs: Signals and Timer operationsRichard Ipsum2017-05-101-2/+45
* docs: Process managementRichard Ipsum2017-05-101-12/+100
* README: Add new optional step: install docsRichard Ipsum2017-05-081-6/+7
* Makefile: Add rules to build and install docsRichard Ipsum2017-05-081-1/+14
* Makefile: Declare PHONY targetsRichard Ipsum2017-04-292-3/+16
* Makefile: Fix default goalRichard Ipsum2017-04-291-2/+2
* Factor version from find lua lib logicRichard Ipsum2017-04-271-63/+29
* Split find lua Make code into separate fileRichard Ipsum2017-04-272-109/+109
* Allow installation dirs to be overriddenRichard Ipsum2017-04-271-12/+18
* Update release number to 12luxio-12Daniel Silverstone2016-11-051-1/+1
* luxio.simple: Don't try to call errno as a functionRichard Maw2016-11-051-1/+1
* Update release number to 11luxio-11Daniel Silverstone2016-09-281-1/+1
* Test directory entries must cope with no DT_* flagsDaniel Silverstone2016-09-281-10/+14
* Update release number to 10luxio-10Daniel Silverstone2016-09-271-1/+1
* If a platform has DT_UNKNOWN, turn on D_TYPEDaniel Silverstone2016-09-271-0/+8
* Initial guard against pathconf() returning -1 for whatever reasonDaniel Silverstone2016-09-271-5/+25
* PATH_MAX is not always defined, allow it to be optionalDaniel Silverstone2016-09-271-1/+1
* Remove debuggingDaniel Silverstone2016-09-241-1/+1
* Update release number to 9luxio-9Daniel Silverstone2016-09-231-1/+1
* Initial wrapper to solve opendir/readdir DT_UNKNOWN issue, untestedDaniel Silverstone2016-09-071-0/+97
* Reflow iconv()Daniel Silverstone2016-09-051-32/+32
* Ensure iconv contexts get cleaned up, also test itDaniel Silverstone2016-09-052-7/+63
* Ignore temp filesDaniel Silverstone2016-09-051-0/+1
* Fix use of PATH_MAX in luxio_readlink()Daniel Silverstone2016-09-051-2/+3
* Fix use of PATH_MAX in luxio_getcwd()Daniel Silverstone2016-09-051-2/+3
* Rename luxio_constants.h to luxio_constants.incDaniel Silverstone2016-09-054-9/+10
* Rework make-release.sh for gitDaniel Silverstone2016-09-021-17/+17
* Add this year to LICENCEDaniel Silverstone2016-09-021-1/+1
* Fix typo which broke gc disabling on lua > 5.1Daniel Silverstone2016-09-021-1/+1
* Add mkstemp() supportDaniel Silverstone2016-09-021-0/+37
* Fix typo on LOG_MASK docsDaniel Silverstone2016-09-021-1/+1
* Ignore generated docsDaniel Silverstone2016-09-021-0/+1
* Ignore a few more filesDaniel Silverstone2016-09-021-0/+4
* Doc comment for posix_fadvisetrunkRob Kendrick (trite)2014-05-151-0/+9
* posix_fadvise binding, fix indentationRob Kendrick (trite)2014-05-153-18/+43
* Fix typo in execpRob Kendrick (playpus)2014-05-051-1/+1
* execp fix from Richard IpsumRob Kendrick (humdrum)2014-02-172-2/+15
* Update release number to 8luxio-8Rob Kendrick (plinth)2014-01-311-1/+1
* Tested on GNU/kFreeBSD. Needs some Makefile tweaks.Rob Kendrick (humdrum)2013-12-171-5/+5
* More luxio.simple documentation.Rob Kendrick (plinth)2013-12-091-0/+69
* Rearrange file handle methods to cope with ldoc's fussynessRob Kendrick (humdrum)2013-12-031-251/+255
* More documentation, start on luxio.simple docs.Rob Kendrick (plinth)2013-12-024-6/+98
* More documentation.Rob Kendrick (plinth)2013-12-021-50/+182