index
:
delta/ocaml.git
3.08
3.09
3.10
3.11
3.12
4.00
4.00-with-binannot
4.01
4.02
4.03
4.04
4.05
4.06
4.07
4.08
4.09
4.10
4.11
4.12
4.13
4.14
5.0
5.1
FSF
MPR7048
MPR7609
MPR7609-continued
MPR7638
MPR7642
PR7042
abstract-new
abstract_intel_emit
abstract_x86_asm
afrisch_fix_reachable_words
afrisch_fix_stdlib_makefile_windows
annot-from-lambda
arm-literals
arm64
ast_rewriter
atomic_write_cmi
attributes
autofocus
backend-optims
big-marshal
binary-annot
binary-compat
build-with-debugging-informations
cc-optim
cducetrunk
class-with-type
cmm-mach-types
constructors_with_record
constructors_with_record2
constructors_with_record3
constructors_with_record4
constructors_with_record5
contracts
contracts-3.11
contribution_workflow
delegate
deprecated_optional_arguments
disable_unused_warnings_for_print_types
doc2attr
doc_windows_unicode
dothat
dwarf
dynamic_loading
dynamics
dyntypes
enter-mod-decl
ephemeron
exception_registration
execvpe
expoly
extension_points
fastclass
faster-testsuite
fix-32bit-warning
fix-getwd-use
fix_7657
fix_7680
fix_7682
fix_large_file_lseek_windows
fix_mingw
fix_ocamllex
fixedtypes
flambda
flambda_trunk
fmu
fstclassmod
fstclassmod_parametrized
gadt-warnings
gadts
gadts-devel
gadts-devel-lenormand
gcaml
gcaml3
gcaml3090
gcaml3101
ground_coercion
hex-float
hidden_args
implicit-subtyping
implicit-unpack
implicits
improve-PIC-and-PIE
improve_arg_read_arg
inline-more
inplace_let
ios-support
jo311
jo312
jo400
jo401
jocamltrunk
jocamltrunk+cduce
labltk
let_open_in_classes
letopen
letopenin
lightlabels
located_errors
m7100_gc_when_many_custom_blocks_in_minor_heap
map_file_omission
mark_expansive
master
menubars
merge_sig_str
metadata
minus-camlp4
mltk
module-alias
module_of_module_type
moduletypeof
monadic_let
more_unboxing
multimatch
namespaces
natdynlink
new-test-framework
newfunsyntax
newoolab
newoolab2
newoolabmult
newsysthreads
newtypein
no_internal_deprecation
non-vanishing
objvariants
ocaml-binannot
ocaml2
ocamldebug_g
ocamlmode
olabl
open_types
opt_backtrace
override
overridemethod
poly_meth
poly_meth2
polyrec
ppc64
pr/1866
pr7591
pr7661-again
pr8891
pr8908
pr8934
private_abbrevs
raise_variants
record-disambiguation
recursive_modules
remove-libnum
remove_spurious_semi_colons
resurrect-cygwin64-review-base
revert-1377-ocamldep_nested_include_fix
safe-string
short-paths
short-paths-4.01
sigsubst
simplify_duplicate_ident_optim
sse2
static_exceptions
strict_labels
stripped-ocaml
test_for_self_review
tests_asmcomp_revised
tmp-merging-3.12.1
treematch
trunk
unlabeled-1.1.2
unlabeled-1.2.2
unlabeled-1.3.2
unused_declarations
user-defined-indexing-operators
variants303
varunion
warning_attribute_on_type_exprs
win32
win32-rename
win32-sockets
with-frame-pointers
github.com: ocaml/ocaml
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
byterun
/
array.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge the asmrun and byterun directories into the runtime directory
Sébastien Hinderer
2018-06-28
1
-586
/
+0
*
add -no-flat-float-array configure option
Damien Doligez
2017-09-15
1
-22
/
+137
*
add `floatarray` type and primitives to prepare for -no-flat-float-array option
Damien Doligez
2017-09-15
1
-2
/
+36
*
Reordered and removed redundant size checks in various allocation functions (...
Markus Mottl
2017-05-05
1
-9
/
+10
*
runtime: replacing direct calls to malloc/calloc/realloc/free with calls to c...
Max Mouratov
2017-03-17
1
-2
/
+2
*
Assertions cleanup
Sébastien Hinderer
2017-03-13
1
-3
/
+3
*
Detect integer overflow in Array.concat (#810)
yallop
2016-09-26
1
-1
/
+4
*
Add --reserved-header-bits XX to ./configure
Fabrice Le Fessant
2016-08-29
1
-1
/
+2
*
Spacetime: a new memory profiler (#585)
Mark Shinwell
2016-07-29
1
-1
/
+5
*
Install all include files, and access internals with CAML_INTERNALS
Fabrice Le Fessant
2016-07-12
1
-0
/
+2
*
Update headers for the new license.
Damien Doligez
2016-02-18
1
-12
/
+14
*
add comments
Damien Doligez
2015-12-21
1
-0
/
+2
*
GC latency improvements
Damien Doligez
2015-12-21
1
-3
/
+6
*
minor: remove useless assignment (clang warning)
Gabriel Scherer
2015-12-12
1
-1
/
+0
*
Remove useless stdio #include
Marc Lasson
2015-11-20
1
-1
/
+0
*
Delete stat_alloc_no_raise and duplicate alloc_shr
Marc Lasson
2015-11-20
1
-2
/
+2
*
Fix a memory leak in concat_array
Marc Lasson
2015-11-20
1
-3
/
+12
*
add create_float_array and deprecate make_float_array
Damien Doligez
2015-09-07
1
-1
/
+1
*
PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...
Gabriel Scherer
2014-12-27
1
-5
/
+5
*
Start tidying up the runtime:
Damien Doligez
2014-12-12
1
-0
/
+3
*
Reflecting commit 15010 on version/4.02:
Xavier Leroy
2014-07-18
1
-2
/
+6
*
#6180: avoid redundant check in caml_make_float_vect.
Alain Frisch
2013-12-04
1
-5
/
+16
*
#6180: efficient creation of uninitialized float arrays.
Alain Frisch
2013-09-17
1
-0
/
+10
*
segfault in Array.append in rare case
Damien Doligez
2012-12-06
1
-3
/
+4
*
remove all $Id keywords
Damien Doligez
2012-10-15
1
-2
/
+0
*
OCaml, not Objective Caml, I get it.
Xavier Leroy
2011-12-21
1
-1
/
+1
*
Module Array: faster implementations of "blit", "copy", "sub",
Xavier Leroy
2011-12-21
1
-6
/
+187
*
renaming of Objective Caml to OCaml and cleanup of copyright headers
Damien Doligez
2011-07-27
1
-1
/
+1
*
Added public functions "caml_array_length" and "caml_is_double_array"
Xavier Leroy
2011-03-29
1
-0
/
+11
*
clean up spaces and tabs
Damien Doligez
2010-01-22
1
-1
/
+1
*
Keep array functions in the native runtime. They might be used by custom C code.
Alain Frisch
2008-09-08
1
-4
/
+0
*
PR#4448: replace dense page table by sparse hash table.
Xavier Leroy
2008-01-03
1
-2
/
+2
*
Merge the natdynlink branch into HEAD.
Alain Frisch
2007-11-06
1
-2
/
+2
*
Remplacement long/unsigned long par intnat/uintnat
Xavier Leroy
2005-09-22
1
-5
/
+5
*
depollution suite (et fin?) (PR#1914 et PR#1956)
Damien Doligez
2004-01-02
1
-4
/
+4
*
depollution suite (PR#1914 et PR#1956)
Damien Doligez
2004-01-01
1
-2
/
+2
*
depollution suite (PR#1914, PR#1956)
Damien Doligez
2003-12-31
1
-26
/
+26
*
depollution suite (PR#1914 et PR#1956); byterun/weak.c: PR#1929 suite
Damien Doligez
2003-12-29
1
-3
/
+3
*
Les acces hors bornes dans les tableaux et les chaines levent tous la meme ex...
Xavier Leroy
2003-11-21
1
-5
/
+5
*
MAJ en-tetes pour mentionner la 'special exception' sur la LGPL
Xavier Leroy
2001-12-07
1
-1
/
+2
*
Chargement dynamique de primitives C
Xavier Leroy
2001-08-28
1
-13
/
+13
*
bug make_array et consorts
Damien Doligez
2001-08-21
1
-2
/
+6
*
Begin_roots -> CAMLparam
Damien Doligez
1999-11-29
1
-29
/
+27
*
Changement de la licence
Xavier Leroy
1999-11-17
1
-1
/
+2
*
En ocamlopt, les acces hors bornes levent Invalid_argument au lieu de planter...
Xavier Leroy
1998-11-11
1
-9
/
+0
*
nouvelles fonctions alloc/alloc_small
Damien Doligez
1998-10-26
1
-9
/
+4
*
Array.new -> Array.make dans invalid_argument
Xavier Leroy
1998-10-20
1
-2
/
+2
*
Adoption des memes representations que dans ocamlopt pour les tableaux de flo...
Xavier Leroy
1998-04-06
1
-23
/
+164
*
Invalid_argument "Array.new" -> "Array.make"
Damien Doligez
1997-09-11
1
-1
/
+1
*
Sources C convertis en ANSI C
Xavier Leroy
1997-09-02
1
-6
/
+3
[next]