summaryrefslogtreecommitdiff
path: root/otherlibs/win32unix
Commit message (Expand)AuthorAgeFilesLines
* Fix Segfault on Windows 64 bitsMarc Lasson2018-05-181-5/+0
* Move bigarray to the stdlib (#1685)Jérémie Dimino2018-04-091-3/+3
* make alldependGabriel Scherer2018-02-051-42/+134
* Remove -static-libgcc link flag from mingw32 port (#1535)David Allsopp2017-12-191-4/+8
* Use native Windows API for Unix.{getenv,environment}, Sys.getenv (#1479)Nicolás Ojeda Bär2017-12-151-7/+16
* Merge branch 'trunk' into fix_unix_utimes_windows_dstGabriel Scherer2017-12-101-4/+4
|\
| * caml_sys_isatty: detect Cygwin/MSYS for better -color heuristic (#1406)Nicolás Ojeda Bär2017-11-231-4/+4
* | Unix.utimes: use native Windows API to avoid unintended DST timestamp shiftNicolas Ojeda Bar2017-10-263-4/+84
|/
* Unix.environment on Windows: use _wenviron (#1369)Nicolás Ojeda Bär2017-10-101-14/+5
* MPR#7609: use-after-free with ocamldebug and Pervasives.flush_all, continued ...Xavier Leroy2017-10-091-0/+4
* Rename: use _os suffixNicolas Ojeda Bar2017-09-271-1/+1
* Unicode support for the Windows runtime (#1200)Nicolás Ojeda Bär2017-09-1814-96/+190
* configure should define the CPP build variableSébastien Hinderer2017-09-181-1/+1
* Reimplement Unix.isatty on Windows (#1321)David Allsopp2017-09-153-3/+26
* Reimplement Sys.rename under Win32 to be more POSIX (#1306)Xavier Leroy2017-08-301-17/+3
* String_val: return 'const char *' when -safe-string is globally enabled (#1274)yallop2017-08-032-6/+6
* Unix.symlink: support forward slashes in symlink targets under Windows (#1211)Nicolás Ojeda Bär2017-07-191-3/+15
* Restrict Unix.environment in privileged contexts; add Unix.unsafe_environment...yallop2017-06-303-2/+31
* Add Unix.unsafe_getenv. (See MPR#7557)Damien Doligez2017-06-231-1/+1
* cherry-pick the fix for MPR#7557 from 4.04Damien Doligez2017-06-231-0/+1
* Use a simpler conversion of times in Unix.statDavid Allsopp2017-05-161-68/+13
* Use _mkgmtime64 in Unix.stat (where available)David Allsopp2017-05-161-2/+21
* Ensure timestamps in Windows Unix.stat are UTCDavid Allsopp2017-05-161-1/+31
* MPR#7385: fix Unix.stat timestamps during DSTDavid Allsopp2017-05-161-4/+4
* Move configuration header files from the config to the byterun/caml directorySébastien Hinderer2017-04-261-307/+271
* Fix make alldependSébastien Hinderer2017-04-261-1/+2
* Fix a race condition with WAIT_NOHANG on windowsJeremie Dimino2017-04-251-4/+15
* Fix missing header on MSVCDavid Allsopp2017-04-091-0/+1
* Fixed grammar in user-facing comments and READMEMax Mouratov2017-04-062-4/+4
* Define new build variables for C compiler and preprocessor flagsSébastien Hinderer2017-03-291-1/+1
* Merge pull request #71 from cakeplus/caml_shutdownDamien Doligez2017-03-213-4/+4
|\
| * runtime: deprecation of caml_strdup, caml_strconcatMax Mouratov2017-03-173-4/+4
* | Fix otherlibs/win32unix/mmap.cSébastien Hinderer2017-03-191-0/+1
|/
* Fix name clash in otherlibs/{,win32}unix/mmap.cSébastien Hinderer2017-03-141-6/+6
* Missing declaration of caml_ba_sys_error()Xavier Leroy2017-03-131-0/+1
* Wrong error reporting in the IN_OCAML_BIGARRAY legacy caseXavier Leroy2017-03-131-1/+1
* Unix.map_file: fix error reporting in the win32 implementationXavier Leroy2017-03-131-1/+2
* map_file: fix a C name clash and add more testsXavier Leroy2017-03-131-15/+22
* win32unix/mmap.c: error reporting was all wrong, attempting a fixXavier Leroy2017-03-131-2/+29
* Define CAML_INTERNALS to see more of caml/bigarray.hXavier Leroy2017-03-131-0/+2
* Deprecation of Bigarray.*.map_file and introduction of Unix.map_file, continuedXavier Leroy2017-03-133-15/+157
* Clearly report that dependencies cannot be regenerated for the MSVC portsSébastien Hinderer2017-03-091-1/+4
* Make .depend files generated for C sources more portableSébastien Hinderer2017-03-092-8/+380
* fix win32unix cmdline quotingfdopen2017-02-161-1/+4
* Unix library: better API for "close-on-exec" over file descriptors (#650)Xavier Leroy2017-02-1310-58/+145
* Deprecate Bigarray.*.map_file and add Unix.map_file (#997)Jérémie Dimino2017-01-101-0/+17
* Fix the behavior of Unix.read on WindowsJonathan Protzenko2016-12-151-2/+9
* Fix a couple of warnings in C code.Sébastien Hinderer2016-12-065-2/+16
* Do not use the compatibility macros in the C stub code. (#892)Sébastien Hinderer2016-11-1724-94/+94
* Fix segfault in Unix.create_process on Windows (#912)David Allsopp2016-11-131-0/+2