summaryrefslogtreecommitdiff
path: root/byterun/array.c
Commit message (Expand)AuthorAgeFilesLines
* #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
* Changement de Push/Pop_roots en Begin/End_rootsDamien Doligez1997-05-261-30/+22
* Utilisation de check_urgent_gcXavier Leroy1996-11-151-0/+2
* Renommage en Objective CamlXavier Leroy1996-04-301-2/+2
* Ajout des notices de copyrightXavier Leroy1995-08-091-0/+13
* Introduction de primitives C pour {Array,String}.{get,set}Xavier Leroy1995-06-151-0/+17
* Passage a la version bootstrappee (franchissement du Rubicon)Xavier Leroy1995-05-041-0/+45