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