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