summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/syscalls.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid conflict with libraries' HAVE_*Neil Moore2014-07-121-1/+1
* Remove redundant declaration for fdatasync on Windows (#7884)Neil Moore2014-01-091-1/+0
* Start using -Wredundant-decls; fix all the instances I getSamuel Bronson2013-12-121-0/+2
* Remove unnecessary includes from header files.Jay3.14152012-10-231-2/+0
* Do a compile check for the presence of fdatasync().Adam Borowski2012-07-141-3/+3
* Implement mkstemp() for Windows.Adam Borowski2012-07-111-0/+1
* Make a bunch of functions static, delete some unused junk.Adam Borowski2011-11-111-1/+0
* alarm() for Windows.Adam Borowski2011-06-091-0/+1
* Put usleep() emulation into syscalls.ccAdam Borowski2011-06-041-0/+4
* Fix win64 compilation.Adam Borowski2011-04-081-0/+2
* Merge branch 'unicode'.Adam Borowski2011-04-011-9/+7
|\
| * Merge branch 'master' into unicodeAdam Borowski2011-01-111-0/+2
| |\
| * \ Merge branch 'master' into unicodeAdam Borowski2010-12-121-0/+12
| |\ \
| * \ \ Merge branch 'master' into unicodeAdam Borowski2010-12-021-1/+2
| |\ \ \
| * | | | Handle filenames with non-ascii characters.Adam Borowski2010-09-171-9/+7
* | | | | Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
| |_|_|/ |/| | |
* | | | Use the Windows equivalent of /dev/urandom there.Adam Borowski2010-12-311-0/+2
| |_|/ |/| |
* | | Cowardly assume that systems lack fdatasync() unless on a list.Adam Borowski2010-12-111-1/+3
* | | fdatasync() implementation for Mac OS XMatthew Tadd2010-12-041-0/+4
* | | Add an implementation of fsync() for Windows.Adam Borowski2010-12-031-0/+6
| |/ |/|
* | Implement file locking on Windows.Adam Borowski2010-12-021-1/+2
|/
* Whitespace fixes.Adam Borowski2010-09-071-1/+1
* Fix the save browser on non-Windows.Adam Borowski2010-09-061-1/+1
* Use file locking on the save file to prevent corruption from running Crawl tw...Adam Borowski2010-09-061-0/+2
* "--edit-save Joe repack" that defrags the save file.Adam Borowski2010-09-051-0/+19