summaryrefslogtreecommitdiff
path: root/byterun
Commit message (Expand)AuthorAgeFilesLines
* byterun/interp: simplified implementation of LSRINT and ASRINT (#1563)Max Mouratov2018-01-141-3/+2
* MPR#7390: caml_float_of_hex function, exponent overflow behavior (#1528)Olivier Andrieu2017-12-191-3/+24
* Use native Windows API for Unix.{getenv,environment}, Sys.getenv (#1479)Nicolás Ojeda Bär2017-12-154-7/+69
* Merge branch 'trunk' into fix_unix_utimes_windows_dstGabriel Scherer2017-12-1010-165/+140
|\
| * raw_spacetime_lib refactor + related fixes (#1477)Nicolás Ojeda Bär2017-12-071-8/+3
| * Remove dependencies on curses/terminfo/termcap C library (#1431)Xavier Leroy2017-11-267-144/+34
| * caml_sys_isatty: detect Cygwin/MSYS for better -color heuristic (#1406)Nicolás Ojeda Bär2017-11-233-3/+69
| * Merge pull request #1444 from dra27/gpr1416-fixesDamien Doligez2017-10-273-6/+21
| |\
| | * Restore Windows Console CodePage on exitDavid Allsopp2017-10-253-2/+17
| | * Fix caml_probe_win32_version for Windows > 8David Allsopp2017-10-251-4/+4
| * | Translate OCAML_STDLIB_DIR correctly on Windows (#1448)David Allsopp2017-10-272-4/+13
* | | Unix.utimes: use native Windows API to avoid unintended DST timestamp shiftNicolas Ojeda Bar2017-10-261-2/+0
|/ /
* | Merge pull request #1442 from cakeplus/restore-strdupGabriel Scherer2017-10-261-5/+4
|\ \
| * | MPR#7652: Restore accidentally hidden functions in misc.hMax Mouratov2017-10-241-5/+4
* | | Refactor byterun/Makefile for long-lineDavid Allsopp2017-10-251-4/+4
* | | Convert Unix.access to support Windows Unicode (#1446)David Allsopp2017-10-251-0/+2
| |/ |/|
* | Merge pull request #1407 from lpw25/fix-raw-spacetime-libLeo White2017-10-241-10/+10
|\ \ | |/ |/|
| * Fix raw_spacetime_libLeo White2017-10-111-10/+10
* | MPR5250: bring cygwin_search_exe_in_path in sync with caml_search_in_path (#1...Xavier Leroy2017-10-191-2/+4
* | Enable UTF-8 Display for the Windows 10 ConsoleDavid Allsopp2017-10-123-0/+10
* | Determine Windows version on startupDavid Allsopp2017-10-123-2/+44
* | Simply byterun/Makefile LIBS on WindowsDavid Allsopp2017-10-121-1/+1
* | Rebase artefact from GPR#1200David Allsopp2017-10-121-1/+1
* | MPR#7640: reimplementation of Unix.execvpe (#1414)Xavier Leroy2017-10-101-0/+2
|/
* Do not use %SNicolas Ojeda Bar2017-10-055-17/+23
* In Sys.getcwd, don't call getwd if HAS_GETWD is not set (follow-up to #1086) ...Xavier Leroy2017-09-281-1/+1
* MPR#7638: problem with Mingw64 + bytecode + threads + exceptions raised from ...Xavier Leroy2017-09-281-0/+7
* Rename: use _os suffixNicolas Ojeda Bar2017-09-2715-185/+185
* MPR#7609: use-after-free with ocamldebug and Pervasives.flush_all (#1361)Xavier Leroy2017-09-222-3/+9
* remove spurious LDFLAGS in ocamlrund and ocamlruni in byterun/MakefileDamien Doligez2017-09-221-2/+2
* Add "-g" for runtime system compilation (GPR#1338)Mark Shinwell2017-09-211-4/+4
* Unicode support for the Windows runtime (#1200)Nicolás Ojeda Bär2017-09-1820-273/+579
* add -no-flat-float-array configure optionDamien Doligez2017-09-1514-46/+230
* add `floatarray` type and primitives to prepare for -no-flat-float-array optionDamien Doligez2017-09-152-2/+41
* Merge pull request #1309 from dra27/pervasives-cloexecXavier Leroy2017-09-141-3/+11
|\
| * Use O_CLOEXEC in caml_sys_open on UnixDavid Allsopp2017-09-131-2/+5
| * Set close-on-exec flag on Windows in caml_sys_openDavid Allsopp2017-09-131-3/+8
* | Fix Cygwin when building without FlexDLLDavid Allsopp2017-09-061-2/+2
* | Reimplement Sys.rename under Win32 to be more POSIX (#1306)Xavier Leroy2017-08-302-0/+52
|/
* Restore 32bit compilation (#1295)David Allsopp2017-08-292-3/+9
* In caml_executable_name(), tighten buffer allocation and clarify codeXavier Leroy2017-08-251-2/+3
* In caml_executable_name(), wrong test on the return code of readlink()Xavier Leroy2017-08-251-1/+1
* Merge pull request #1269 from sliquister/dont-stop-ticker-threadGabriel Scherer2017-08-251-5/+6
|\
| * Remove 50ms delay at exit for programs using threadsValentin Gatien-Baron2017-08-241-5/+6
* | favor 'long' over 'long long' for the definition of ARCH_INT64_TYPEOlivier Andrieu2017-08-141-5/+5
* | Fix several printf format string issuesOlivier Andrieu2017-08-1420-87/+128
* | Fix the stack overflow in the stack overflow handler on Windows! (#1289)David Allsopp2017-08-141-1/+1
* | Fix Cygwin breakage caused by #1274David Allsopp2017-08-121-4/+5
|/
* fix speculative usage of <sys/shm.h> in AFL runtime (#1278)Hannes Mehnert2017-08-091-3/+3
* String_val: return 'const char *' when -safe-string is globally enabled (#1274)yallop2017-08-0314-40/+55