summaryrefslogtreecommitdiff
path: root/byterun/array.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the asmrun and byterun directories into the runtime directorySébastien Hinderer2018-06-281-586/+0
* add -no-flat-float-array configure optionDamien Doligez2017-09-151-22/+137
* add `floatarray` type and primitives to prepare for -no-flat-float-array optionDamien Doligez2017-09-151-2/+36
* Reordered and removed redundant size checks in various allocation functions (...Markus Mottl2017-05-051-9/+10
* runtime: replacing direct calls to malloc/calloc/realloc/free with calls to c...Max Mouratov2017-03-171-2/+2
* Assertions cleanupSébastien Hinderer2017-03-131-3/+3
* Detect integer overflow in Array.concat (#810)yallop2016-09-261-1/+4
* Add --reserved-header-bits XX to ./configureFabrice Le Fessant2016-08-291-1/+2
* Spacetime: a new memory profiler (#585)Mark Shinwell2016-07-291-1/+5
* Install all include files, and access internals with CAML_INTERNALSFabrice Le Fessant2016-07-121-0/+2
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* add commentsDamien Doligez2015-12-211-0/+2
* GC latency improvementsDamien Doligez2015-12-211-3/+6
* minor: remove useless assignment (clang warning)Gabriel Scherer2015-12-121-1/+0
* Remove useless stdio #includeMarc Lasson2015-11-201-1/+0
* Delete stat_alloc_no_raise and duplicate alloc_shrMarc Lasson2015-11-201-2/+2
* Fix a memory leak in concat_arrayMarc Lasson2015-11-201-3/+12
* add create_float_array and deprecate make_float_arrayDamien Doligez2015-09-071-1/+1
* PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer2014-12-271-5/+5
* Start tidying up the runtime:Damien Doligez2014-12-121-0/+3
* Reflecting commit 15010 on version/4.02:Xavier Leroy2014-07-181-2/+6
* #6180: avoid redundant check in caml_make_float_vect.Alain Frisch2013-12-041-5/+16
* #6180: efficient creation of uninitialized float arrays.Alain Frisch2013-09-171-0/+10
* segfault in Array.append in rare caseDamien Doligez2012-12-061-3/+4
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* OCaml, not Objective Caml, I get it.Xavier Leroy2011-12-211-1/+1
* Module Array: faster implementations of "blit", "copy", "sub",Xavier Leroy2011-12-211-6/+187
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* Added public functions "caml_array_length" and "caml_is_double_array"Xavier Leroy2011-03-291-0/+11
* clean up spaces and tabsDamien Doligez2010-01-221-1/+1
* Keep array functions in the native runtime. They might be used by custom C code.Alain Frisch2008-09-081-4/+0
* PR#4448: replace dense page table by sparse hash table.Xavier Leroy2008-01-031-2/+2
* Merge the natdynlink branch into HEAD.Alain Frisch2007-11-061-2/+2
* Remplacement long/unsigned long par intnat/uintnatXavier Leroy2005-09-221-5/+5
* depollution suite (et fin?) (PR#1914 et PR#1956)Damien Doligez2004-01-021-4/+4
* depollution suite (PR#1914 et PR#1956)Damien Doligez2004-01-011-2/+2
* depollution suite (PR#1914, PR#1956)Damien Doligez2003-12-311-26/+26
* depollution suite (PR#1914 et PR#1956); byterun/weak.c: PR#1929 suiteDamien Doligez2003-12-291-3/+3
* Les acces hors bornes dans les tableaux et les chaines levent tous la meme ex...Xavier Leroy2003-11-211-5/+5
* MAJ en-tetes pour mentionner la 'special exception' sur la LGPLXavier Leroy2001-12-071-1/+2
* Chargement dynamique de primitives CXavier Leroy2001-08-281-13/+13
* bug make_array et consortsDamien Doligez2001-08-211-2/+6
* Begin_roots -> CAMLparamDamien Doligez1999-11-291-29/+27
* Changement de la licenceXavier Leroy1999-11-171-1/+2
* En ocamlopt, les acces hors bornes levent Invalid_argument au lieu de planter...Xavier Leroy1998-11-111-9/+0
* nouvelles fonctions alloc/alloc_smallDamien Doligez1998-10-261-9/+4
* Array.new -> Array.make dans invalid_argumentXavier Leroy1998-10-201-2/+2
* Adoption des memes representations que dans ocamlopt pour les tableaux de flo...Xavier Leroy1998-04-061-23/+164
* Invalid_argument "Array.new" -> "Array.make"Damien Doligez1997-09-111-1/+1
* Sources C convertis en ANSI CXavier Leroy1997-09-021-6/+3