summaryrefslogtreecommitdiffstats
path: root/src/misc/util/utilFile.c
Commit message (Collapse)AuthorAgeFilesLines
* Define S_IREAD|IWRITE macros using IRUSR|IWUSRMohamed A. Bamakhrama2021-11-121-0/+17
| | | | | | | | On platforms such as Android, legacy macros are no longer defined. Hence, we define them in terms of the new POSIX macros if the new ones are defined. Otherwise, we throw an error. Signed-off-by: Mohamed A. Bamakhrama <mohamed@alumni.tum.de> Signed-off-by: Miodrag Milanovic <mmicko@gmail.com>
* Add support for WASI platform in tmpFile.whitequark2020-05-011-0/+11
|
* Recommended changes for portability.Alan Mishchenko2014-10-121-1/+1
|
* Choose Windows file operations with MINGW32.Aaron Tomb2013-11-041-3/+3
|
* Created a communication bridge.Alan Mishchenko2012-03-011-0/+58
|
* Silencing some of the gcc warnings.Alan Mishchenko2012-02-161-0/+2
|
* Fixing g++ compilation issue for tmpFile().Alan Mishchenko2011-02-131-44/+29
|
* Cumulative changes in the last few weeks.Alan Mishchenko2011-01-131-0/+6
|
* fixed compilation in linuxBaruch Sterin2010-11-011-1/+1
|
* initial commit of public abcAlan Mishchenko2010-11-011-0/+170