summaryrefslogtreecommitdiff
path: root/byterun
Commit message (Expand)AuthorAgeFilesLines
* #6180: efficient creation of uninitialized float arrays.Alain Frisch2013-09-171-0/+10
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-047-13/+20
* PR#5350: check return code of lseek() in read_trailer()Xavier Leroy2013-08-011-1/+2
* PR#6084: Define caml_modify and caml_initialize as weak symbols to helpXavier Leroy2013-08-012-4/+13
* PR#4243: make the Makefiles parallelizableDamien Doligez2013-07-241-3/+12
* Port to the ARM 64-bits (AArch64) architecture (experimental).Xavier Leroy2013-07-181-0/+6
* [patch by Adrien Nader] build: avoid an unneeded gnu-style conditional in Mak...Gabriel Scherer2013-07-011-5/+1
* build: select win32 variants of unix and graph for mingw.Wojciech Meyer2013-06-301-0/+4
* windows: don't define lseeki64 and lseek since they already exist.Wojciech Meyer2013-06-271-2/+0
* implement a caml_stash_current_backtrace primitive to save the call stack at ...Gabriel Scherer2013-06-191-0/+69
* make ocamlopt pretty-print uncaught exceptions just as ocamlc and PrintexcGabriel Scherer2013-06-191-1/+1
* #4719: fix (when a bytecode calls ocamlrun, the name of the bytecode is in ar...Alain Frisch2013-06-181-2/+10
* Remove debug.Alain Frisch2013-06-181-1/+0
* #4719: use GetModuleFileName to get an absolute path to the current executabl...Alain Frisch2013-06-184-11/+21
* PR#5813: GC not called when unmarshaling repeatedly in a tight loop (ocamlopt)Xavier Leroy2013-06-071-3/+3
* Commit Xavier's fix for #6032.Alain Frisch2013-06-061-1/+6
* Type error in debug builds.Xavier Leroy2013-06-011-1/+1
* PR#5986 continued: check string and array lengths if Compat_32 requested.Xavier Leroy2013-06-011-0/+16
* More efficient implementation of caml_modify().Xavier Leroy2013-06-013-49/+68
* merge changes from version/4.00 from 4.00.1 to r13697Damien Doligez2013-05-222-2/+3
* PR#5982: save and restore the value of errno in caml_leave_blocking_sectionJérémie Dimino2013-05-141-0/+5
* PR#5982: save and restore the value of errno in signal handlersJérémie Dimino2013-05-141-1/+6
* Under BSD, swap32 is a macro defined in some system header, so don't useDamien Doligez2013-04-181-9/+9
* Large integer constants need to be suffixed by ULL to work on 32-bit machinesDamien Doligez2013-04-181-8/+8
* PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy2013-04-181-10/+16
* undo commit 13312 to keep compatibility with BSDmakeDamien Doligez2013-03-281-2/+4
* fix C compiler warnings and bug introduced by commit 13436Damien Doligez2013-03-223-5/+7
* fix whitespace and over-long linesDamien Doligez2013-03-224-8/+12
* user-exposed abstract type for raw backtraces in Printexc.ml (original patch ...Gabriel Scherer2013-03-111-5/+28
* fix a few problems with whitespace and over-long linesDamien Doligez2013-03-0912-18/+33
* fix a few of the warnings given by newer versions of gccDamien Doligez2013-02-263-6/+7
* misc: replace stat_(alloc|free|resize) occurences with caml_stat_(...).Wojciech Meyer2013-02-251-2/+2
* byterun/win32.c: use < > to #include flexdll.h instead of "".Wojciech Meyer2013-02-251-2/+2
* byterun/Makefile: use $(MKLIB) instead of ar + $(RANLIB).Wojciech Meyer2013-02-251-4/+2
* Revert bad commit.Alain Frisch2013-01-231-8/+1
* #5902: adapt standard ppx driver to support extra arguments.Alain Frisch2013-01-231-1/+8
* Fix #4887 (input_char after close_in crashes ocaml, msvc runtime). Patch by C...Alain Frisch2013-01-172-0/+33
* PR#5793: integer marshalling is inconsistent between architecturesXavier Clerc2013-01-161-1/+1
* PR#5712: (6) document OCAMLRUNPARAM flag RDamien Doligez2013-01-031-5/+6
* Fix several C compiler warnings.Benedikt Meurer2012-12-293-26/+30
* #5774: fix MSVC port.Alain Frisch2012-12-191-25/+31
* #5744: remove other primitives.Alain Frisch2012-12-171-3/+3
* This should not have been committed.Alain Frisch2012-12-171-2/+2
* #5774: caml_int64_direct_bswap should not be a primitive.Alain Frisch2012-12-172-3/+3
* Sort the primitives file and remove duplicates.Alain Frisch2012-12-171-1/+14
* segfault in Array.append in rare caseDamien Doligez2012-12-061-3/+4
* PR#5774: Add bswap primitives for amd64Fabrice Le Fessant2012-11-294-0/+117
* PR#5771: Add primitives for reading 2, 4, 8 bytes in strings and bigarraysFabrice Le Fessant2012-11-091-0/+142
* remove all $Id keywordsDamien Doligez2012-10-1593-186/+0
* PR#5772: problem with marshaling of mutually-recursive functionsXavier Leroy2012-10-051-2/+2