| Commit message (Expand) | Author | Age | Files | Lines |
| * | #6180: efficient creation of uninitialized float arrays. | Alain Frisch | 2013-09-17 | 1 | -0/+1 |
| * | fix a few problems with whitespace and over-long lines | Damien Doligez | 2013-03-09 | 1 | -1/+2 |
| * | remove all $Id keywords | Damien Doligez | 2012-10-15 | 1 | -2/+0 |
| * | PR#5742: missing bound checks in Array.sub (picking r12891 from 4.00 branch) | Xavier Leroy | 2012-08-28 | 1 | -3/+8 |
| * | Detect (and fix some) useless recursive flags. | Alain Frisch | 2012-05-29 | 1 | -1/+1 |
| * | 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 | -61/+11 |
| * | renaming of Objective Caml to OCaml and cleanup of copyright headers | Damien Doligez | 2011-07-27 | 1 | -1/+1 |
| * | small optimization of Array.concat | Damien Doligez | 2010-05-31 | 1 | -3/+4 |
| * | suppression d'espaces superflus | Damien Doligez | 2005-04-11 | 1 | -4/+4 |
| * | depollution suite (PR#1914, PR#1956) | Damien Doligez | 2003-12-31 | 1 | -2/+2 |
| * | points-virgules mal places | Damien Doligez | 2003-01-21 | 1 | -1/+1 |
| * | Remplacement des tests ofs + len > length par ofs > len - length, pour eviter... | Xavier Leroy | 2002-07-12 | 1 | -4/+4 |
| * | changement List.sort; ajout fast_sort et List.merge | Damien Doligez | 2002-06-05 | 1 | -0/+3 |
| * | MAJ en-tetes pour mentionner la 'special exception' sur la LGPL | Xavier Leroy | 2001-12-07 | 1 | -1/+2 |
| * | Getting rid of obsolete boolean operators & and or | Pierre Weis | 2000-12-28 | 1 | -4/+4 |
| * | array.ml: changement a.(i) en get a i | Damien Doligez | 2000-04-17 | 1 | -26/+26 |
| * | nouveaux tris | Damien Doligez | 2000-04-14 | 1 | -12/+125 |
| * | Changement de la licence | Xavier Leroy | 1999-11-17 | 1 | -1/+2 |
| * | Corrections mineures sur la documentation | Xavier Leroy | 1998-04-27 | 1 | -1/+1 |
| * | Ajout de Array.init | Pierre Weis | 1997-11-12 | 1 | -4/+12 |
| * | Retour au code d'origine pour List.iter. Je veux un seul test par | Xavier Leroy | 1997-11-06 | 1 | -2/+2 |
| * | Array.iteri Array.mapi Array.fold_left Array.fold_right | Xavier Leroy | 1997-10-24 | 1 | -0/+27 |
| * | arg.ml, arg.mli, string.mli: amelioration de la doc | Damien Doligez | 1997-09-11 | 1 | -1/+4 |
| * | Array.to_list tailrec | Xavier Leroy | 1997-07-26 | 1 | -4/+3 |
| * | Bug dans Array.blit. | Xavier Leroy | 1996-05-22 | 1 | -0/+6 |
| * | Renommage en Objective Caml | Xavier Leroy | 1996-04-30 | 1 | -2/+2 |
| * | Extension objets. | Jérôme Vouillon | 1996-04-22 | 1 | -10/+10 |
| * | Ajout des notices de copyright | Xavier Leroy | 1995-08-09 | 1 | -0/+13 |
| * | Branchement du GC de la version bytecode sur le compilateur natif | Xavier Leroy | 1995-07-10 | 1 | -14/+2 |
| * | Passage de {Array,String}.{get,set} en primitives C. | Xavier Leroy | 1995-06-15 | 1 | -3/+7 |
| * | Array.concat prend maintenant une liste de N arrays. | Xavier Leroy | 1995-06-05 | 1 | -7/+21 |
| * | Passage a la version bootstrappee (franchissement du Rubicon) | Xavier Leroy | 1995-05-04 | 1 | -0/+99 |