summaryrefslogtreecommitdiff
path: root/asmrun
Commit message (Expand)AuthorAgeFilesLines
* make alldependGabriel Scherer2018-02-051-1280/+1528
* amd64nt.S: adapt to SpacetimeNicolas Ojeda Bar2017-12-082-2/+57
* caml_spacetime_c_to_ocaml: fix calling conventionNicolas Ojeda Bar2017-12-081-16/+16
* spacetime.c: adapt Unicode, NOINLINE, _getpidNicolas Ojeda Bar2017-12-081-22/+36
* raw_spacetime_lib refactor + related fixes (#1477)Nicolás Ojeda Bär2017-12-072-252/+1
* Remove dependencies on curses/terminfo/termcap C library (#1431)Xavier Leroy2017-11-262-14/+2
* Merge pull request #1407 from lpw25/fix-raw-spacetime-libLeo White2017-10-241-2/+6
|\
| * Fix raw_spacetime_libLeo White2017-10-111-2/+6
* | Fix Spacetime runtime system compilation with -force-safe-string (MPR#7658) (...Mark Shinwell2017-10-201-1/+1
* | Fix NetBSD/powerpc to build and work (#1409)he322017-10-201-13/+34
* | Enable call counts in spacetime by defaultLeo White2017-10-121-4/+4
|/
* In Sys.getcwd, don't call getwd if HAS_GETWD is not set (follow-up to #1086) ...Xavier Leroy2017-09-281-4/+2
* Rename: use _os suffixNicolas Ojeda Bar2017-09-272-11/+11
* Fix backtraces in gdb (etc.) on AArch64 and ARM32 (#1326)Mark Shinwell2017-09-252-0/+28
* Add "-g" for runtime system compilation (GPR#1338)Mark Shinwell2017-09-211-0/+4
* Unicode support for the Windows runtime (#1200)Nicolás Ojeda Bär2017-09-182-12/+12
* add -no-flat-float-array configure optionDamien Doligez2017-09-151-2/+2
* Revert "GPR#1326: Fix backtraces in gdb (etc.) on AArch64 and ARM"Mark Shinwell2017-09-152-18/+0
* GPR#1326: Fix backtraces in gdb (etc.) on AArch64 and ARMXavier Leroy2017-09-142-0/+18
* Support for PIC (position-independent code) in s390x.S glue codeXavier Leroy2017-09-071-3/+20
* Fix several printf format string issuesOlivier Andrieu2017-08-141-1/+1
* String_val: return 'const char *' when -safe-string is globally enabled (#1274)yallop2017-08-031-3/+3
* Some tweaks for MPR#7557 (#1213)Damien Doligez2017-06-281-1/+1
* cherry-pick the fix for MPR#7557 from 4.04Damien Doligez2017-06-232-1529/+1282
* Call counts in Spacetime (#1180)Mark Shinwell2017-06-162-14/+58
* Win64 stack overflow detection (#938)Olivier Andrieu2017-05-094-11/+31
* Move configuration header files from the config to the byterun/caml directorySébastien Hinderer2017-04-265-1284/+1220
* Fix make alldependSébastien Hinderer2017-04-261-3/+4
* Fix typo in arm64 assembler directives (#1150)KC Sivaramakrishnan2017-04-151-2/+2
* Remove SPARC backendMark Shinwell2017-04-103-404/+1
* Introduce and use the OUTPUTEXE and OUTPUTOBJ build variablesSébastien Hinderer2017-03-291-2/+0
* Define new build variables for C compiler and preprocessor flagsSébastien Hinderer2017-03-291-25/+18
* Get rid of BYTECC and NATIVECCSébastien Hinderer2017-03-291-5/+3
* runtime: caml_cleanup_on_exit flag addedMax Mouratov2017-03-171-7/+10
* runtime: caml_startup_pooled function addedMax Mouratov2017-03-171-5/+20
* runtime: deprecation of caml_strdup, caml_strconcatMax Mouratov2017-03-171-3/+3
* runtime: allowing for repeated calls to caml_startup and caml_shutdownMax Mouratov2017-03-171-1/+2
* runtime: caml_stat_* functions are now backed by a ring-style memory poolMax Mouratov2017-03-171-0/+2
* runtime: replacing direct calls to malloc/calloc/realloc/free with calls to c...Max Mouratov2017-03-172-6/+7
* Deprecation of Bigarray.*.map_file and introduction of Unix.map_file, continuedXavier Leroy2017-03-131-2/+2
* Assertions cleanupSébastien Hinderer2017-03-137-87/+85
* Update .depend filesSébastien Hinderer2017-03-091-1094/+1146
* asmrun/Makefile: dependencies generation fixupSébastien Hinderer2017-03-091-5/+12
* 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-1025/+891
* Add caml_startup_exnMark Shinwell2017-02-211-7/+13
* asmrun: fix typos in make dependDamien Doligez2017-02-161-3/+3
* Recover "Merge pull request #378 from bobot/feature/reraise_raw_backtrace_pri...François Bobot2017-02-141-6/+11
* Remove naked pointers and Obj.magic from Dynlink (#969)Stephen Dolan2017-01-061-15/+28
* PR#7423, GPR#946: void caml_{failwith,invalid_argument}_value(value msg)Gabriel Scherer2016-12-281-0/+10