index
:
adrien/ocaml
mantis-6773-separate-build-of-ocamldoc-ocamlbuild-ocamldebug-v2
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
byterun
Age
Commit message (
Expand
)
Author
2013-09-17
#6180: efficient creation of uninitialized float arrays.
Alain Frisch
2013-09-04
Merge branch 4.01 from branching point to 4.01.0+rc1
Damien Doligez
2013-08-01
PR#5350: check return code of lseek() in read_trailer()
Xavier Leroy
2013-08-01
PR#6084: Define caml_modify and caml_initialize as weak symbols to help
Xavier Leroy
2013-07-24
PR#4243: make the Makefiles parallelizable
Damien Doligez
2013-07-18
Port to the ARM 64-bits (AArch64) architecture (experimental).
Xavier Leroy
2013-07-01
[patch by Adrien Nader] build: avoid an unneeded gnu-style conditional in Mak...
Gabriel Scherer
2013-06-30
build: select win32 variants of unix and graph for mingw.
Wojciech Meyer
2013-06-27
windows: don't define lseeki64 and lseek since they already exist.
Wojciech Meyer
2013-06-19
implement a caml_stash_current_backtrace primitive to save the call stack at ...
Gabriel Scherer
2013-06-19
make ocamlopt pretty-print uncaught exceptions just as ocamlc and Printexc
Gabriel Scherer
2013-06-18
#4719: fix (when a bytecode calls ocamlrun, the name of the bytecode is in ar...
Alain Frisch
2013-06-18
Remove debug.
Alain Frisch
2013-06-18
#4719: use GetModuleFileName to get an absolute path to the current executabl...
Alain Frisch
2013-06-07
PR#5813: GC not called when unmarshaling repeatedly in a tight loop (ocamlopt)
Xavier Leroy
2013-06-06
Commit Xavier's fix for #6032.
Alain Frisch
2013-06-01
Type error in debug builds.
Xavier Leroy
2013-06-01
PR#5986 continued: check string and array lengths if Compat_32 requested.
Xavier Leroy
2013-06-01
More efficient implementation of caml_modify().
Xavier Leroy
2013-05-22
merge changes from version/4.00 from 4.00.1 to r13697
Damien Doligez
2013-05-14
PR#5982: save and restore the value of errno in caml_leave_blocking_section
Jérémie Dimino
2013-05-14
PR#5982: save and restore the value of errno in signal handlers
Jérémie Dimino
2013-04-18
Under BSD, swap32 is a macro defined in some system header, so don't use
Damien Doligez
2013-04-18
Large integer constants need to be suffixed by ULL to work on 32-bit machines
Damien Doligez
2013-04-18
PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.
Xavier Leroy
2013-03-28
undo commit 13312 to keep compatibility with BSDmake
Damien Doligez
2013-03-22
fix C compiler warnings and bug introduced by commit 13436
Damien Doligez
2013-03-22
fix whitespace and over-long lines
Damien Doligez
2013-03-11
user-exposed abstract type for raw backtraces in Printexc.ml (original patch ...
Gabriel Scherer
2013-03-09
fix a few problems with whitespace and over-long lines
Damien Doligez
2013-02-26
fix a few of the warnings given by newer versions of gcc
Damien Doligez
2013-02-25
misc: replace stat_(alloc|free|resize) occurences with caml_stat_(...).
Wojciech Meyer
2013-02-25
byterun/win32.c: use < > to #include flexdll.h instead of "".
Wojciech Meyer
2013-02-25
byterun/Makefile: use $(MKLIB) instead of ar + $(RANLIB).
Wojciech Meyer
2013-01-23
Revert bad commit.
Alain Frisch
2013-01-23
#5902: adapt standard ppx driver to support extra arguments.
Alain Frisch
2013-01-17
Fix #4887 (input_char after close_in crashes ocaml, msvc runtime). Patch by C...
Alain Frisch
2013-01-16
PR#5793: integer marshalling is inconsistent between architectures
Xavier Clerc
2013-01-03
PR#5712: (6) document OCAMLRUNPARAM flag R
Damien Doligez
2012-12-29
Fix several C compiler warnings.
Benedikt Meurer
2012-12-19
#5774: fix MSVC port.
Alain Frisch
2012-12-17
#5744: remove other primitives.
Alain Frisch
2012-12-17
This should not have been committed.
Alain Frisch
2012-12-17
#5774: caml_int64_direct_bswap should not be a primitive.
Alain Frisch
2012-12-17
Sort the primitives file and remove duplicates.
Alain Frisch
2012-12-06
segfault in Array.append in rare case
Damien Doligez
2012-11-29
PR#5774: Add bswap primitives for amd64
Fabrice Le Fessant
2012-11-09
PR#5771: Add primitives for reading 2, 4, 8 bytes in strings and bigarrays
Fabrice Le Fessant
2012-10-15
remove all $Id keywords
Damien Doligez
2012-10-05
PR#5772: problem with marshaling of mutually-recursive functions
Xavier Leroy
[next]