aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Readconfig.mll
Commit message (Collapse)AuthorAgeFilesLines
* Open files in binary mode.Bernhard Schommer2015-11-301-2/+1
| | | | | | On windows opening files in text mode can result in errors due to non-windows compatible input. Thus open files only in binary mode. Bug 17664
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-2/+2
|
* Use Unix.create_process instead of Sys.command to run external tools.Xavier Leroy2014-12-191-0/+111
Revised parsing of compcert.ini file to split arguments into words like POSIX shell does (including quotes).