summaryrefslogtreecommitdiffstats
path: root/byterun/array.c
AgeCommit message (Expand)Author
2011-12-21OCaml, not Objective Caml, I get it.Xavier Leroy
2011-12-21Module Array: faster implementations of "blit", "copy", "sub",Xavier Leroy
2011-07-27renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez
2011-03-29Added public functions "caml_array_length" and "caml_is_double_array"Xavier Leroy
2010-01-22clean up spaces and tabsDamien Doligez
2008-09-08Keep array functions in the native runtime. They might be used by custom C code.Alain Frisch
2008-01-03PR#4448: replace dense page table by sparse hash table.Xavier Leroy
2007-11-06Merge the natdynlink branch into HEAD.Alain Frisch
2005-09-22Remplacement long/unsigned long par intnat/uintnatXavier Leroy
2004-01-02depollution suite (et fin?) (PR#1914 et PR#1956)Damien Doligez
2004-01-01depollution suite (PR#1914 et PR#1956)Damien Doligez
2003-12-31depollution suite (PR#1914, PR#1956)Damien Doligez
2003-12-29depollution suite (PR#1914 et PR#1956); byterun/weak.c: PR#1929 suiteDamien Doligez
2003-11-21Les acces hors bornes dans les tableaux et les chaines levent tous la meme ex...Xavier Leroy
2001-12-07MAJ en-tetes pour mentionner la 'special exception' sur la LGPLXavier Leroy
2001-08-28Chargement dynamique de primitives CXavier Leroy
2001-08-21bug make_array et consortsDamien Doligez
1999-11-29Begin_roots -> CAMLparamDamien Doligez
1999-11-17Changement de la licenceXavier Leroy
1998-11-11En ocamlopt, les acces hors bornes levent Invalid_argument au lieu de planter...Xavier Leroy
1998-10-26nouvelles fonctions alloc/alloc_smallDamien Doligez
1998-10-20Array.new -> Array.make dans invalid_argumentXavier Leroy
1998-04-06Adoption des memes representations que dans ocamlopt pour les tableaux de flo...Xavier Leroy
1997-09-11Invalid_argument "Array.new" -> "Array.make"Damien Doligez
1997-09-02Sources C convertis en ANSI CXavier Leroy
1997-05-26Changement de Push/Pop_roots en Begin/End_rootsDamien Doligez
1996-11-15Utilisation de check_urgent_gcXavier Leroy
1996-04-30Renommage en Objective CamlXavier Leroy
1995-08-09Ajout des notices de copyrightXavier Leroy
1995-06-15Introduction de primitives C pour {Array,String}.{get,set}Xavier Leroy
1995-05-04Passage a la version bootstrappee (franchissement du Rubicon)Xavier Leroy