Age | Commit message (Expand) | Author |
2012-01-12 | extra def. of ~+; cut long lines | Damien Doligez |
2011-07-27 | renaming of Objective Caml to OCaml and cleanup of copyright headers | Damien Doligez |
2011-06-04 | PR#3806, 4752, 5246: added "hypot" and "copysign" to Pervasives. | Xavier Leroy |
2010-08-02 | merge changes from branching of 3.12 to release/3.12.0 | Damien Doligez |
2010-06-09 | Spacing review: symboliques operators are surrounded with spaces, ":" are als... | Pierre Weis |
2010-06-04 | PR#5062 | Pierre Weis |
2009-11-30 | Format concatenation introduces %, to delimit conversions. | Pierre Weis |
2009-09-23 | Typos. | Pierre Weis |
2009-04-01 | PR#4638: added expm1 and log1p. | Xavier Leroy |
2006-11-17 | Typo in the definition of format4. | Pierre Weis |
2006-10-24 | Introducing format6 as a built in type. | Pierre Weis |
2005-10-25 | nettoyage | Damien Doligez |
2005-03-11 | More regular naming convention for operations on format strings. | Pierre Weis |
2004-07-13 | Fusion des modifs faites sur la branche release jusqu'a la release 3.08.0 | 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-12-20 | Introduction de Int32.float_of_bits et Int32.bits_of_float. Remplacement de ... | Xavier Leroy |
2003-12-16 | depollution (PR#1914, PR#1956) | Damien Doligez |
2003-12-15 | decontamination (PR#1914, PR#1956) | Damien Doligez |
2003-12-08 | debut du travail de depollution de l'espace de noms (PR#1914) | Damien Doligez |
2003-07-29 | Retour a %.12g dans string_of_float (PR#1778) | Xavier Leroy |
2003-07-26 | PR#1781 | Damien Doligez |
2003-07-05 | Renommage type format -> format4 et reintroduction type format a 3 arguments ... | Xavier Leroy |
2003-06-23 | string_of_float: 17 digits au lieu de 18 (18 donne des resultats tres moches ... | Xavier Leroy |
2003-04-01 | Optimisation de Pervasives.compare par strength reduction | Xavier Leroy |
2003-01-22 | regularisation de print_endline | Damien Doligez |
2002-12-12 | 18 chiffres pour les flottants | Damien Doligez |
2002-11-02 | flush_all ignore les erreurs | Damien Doligez |
2002-10-31 | Introducing format concatenation. | Pierre Weis |
2002-10-31 | fix du fix du PR#1249 | Damien Doligez |
2002-10-31 | Introducing (and using) string and string format coercions. | Pierre Weis |
2002-10-29 | PR#1249 | Damien Doligez |
2002-10-11 | modif de string_of_float pour afficher tous les chiffres | Damien Doligez |
2002-09-27 | PR#1378 | Damien Doligez |
2002-09-05 | Introducing the (compiler private) helper function to turn out a | Pierre Weis |
2002-07-12 | Remplacement des tests ofs + len > length par ofs > len - length, pour eviter... | Xavier Leroy |
2002-03-02 | Ajout operations sur gros fichiers | Xavier Leroy |
2002-02-11 | Reimplementation de input_line pour meilleures performances sur longues ligne... | Xavier Leroy |
2002-01-25 | forward definition of String.get | Jacques Garrigue |
2002-01-24 | bug string_of_float | Damien Doligez |
2001-12-07 | MAJ en-tetes pour mentionner la 'special exception' sur la LGPL | Xavier Leroy |
2001-10-30 | Ajout de max_float, min_float, epsilon_float | Xavier Leroy |
2001-10-30 | Enregistrer do_at_exit afin de faire un callback avant d'afficher une excepti... | Xavier Leroy |
2001-10-09 | Ajout de flush_all + modifs pour Cash (Bruno Verlyck) | Xavier Leroy |
2001-02-20 | Suppression definition inutile de fflush | Xavier Leroy |
2001-02-05 | Documentation amelioree. Ajout de infinity, neg_infinity, nan, classify_float | Xavier Leroy |
2000-12-04 | fix -noassert pour que le typage des assertions soit toujours fait | Damien Doligez |
2000-05-08 | mise au carre des ofs+len (PR#96) | Damien Doligez |