summaryrefslogtreecommitdiff
path: root/stdlib/int32.mli
Commit message (Expand)AuthorAgeFilesLines
* Consistently use @raise tags in Stdlib docs (#8644)Et7f32020-06-301-4/+5
* DocNicolás Ojeda Bär2018-11-101-1/+2
* Add {Int32,Int64,Nativeint}.unsigned_{compare,div,rem}Nicolas Ojeda Bar2018-11-101-0/+25
* Merge pull request #2007 from Octachron/nme_integersGabriel Scherer2018-08-271-1/+9
|\
| * documentation: promote 32/64/native literalsoctachron2018-08-271-1/+9
* | Deprecate Pervasives (#1605)Jérémie Dimino2018-08-271-2/+2
|/
* Whitespace and overlong line fixes.David Allsopp2018-06-141-1/+1
* PR#7363: start documentation headers at {1octachron2017-10-041-1/+1
* Typos and basic grammar error fixing (#1280)Fourchaux2017-08-101-1/+1
* int_of_string: document the behaviour of 0u with high unsigned values.Jeremy Yallop2017-06-161-0/+8
* Int(32|64).of_string and int_of_string: document the 0u prefix.Jeremy Yallop2017-06-091-3/+3
* Int(32|64).of_string: accurately document the exception raised.Jeremy Yallop2017-06-091-1/+1
* Option-returning variants of stdlib functions (#885)Alain Frisch2016-11-071-0/+5
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* Switch a few externals to [@@unboxed]Jeremie Dimino2015-11-031-4/+12
* PR#6494: Add equal function in modules Big_int, Bytes, Char, Digest, Int32, I...Gabriel Scherer2014-12-211-0/+4
* Wrong quoting chase.Pierre Weis2013-05-291-2/+2
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* merge changes 3.10.0 -> 3.10.1Damien Doligez2008-01-111-6/+2
* nettoyageDamien Doligez2005-10-251-1/+0
* fusion des modifs de 3.08.4Damien Doligez2005-08-131-4/+4
* depollution suite (PR#1914 et PR#1956)Damien Doligez2004-01-011-6/+6
* Introduction de Int32.float_of_bits et Int32.bits_of_float. Remplacement de ...Xavier Leroy2003-12-201-0/+12
* MAJ documentation:Xavier Leroy2003-11-211-1/+2
* Deprecated 'format' function some moreXavier Leroy2003-09-091-8/+13
* Nettoyages documentationXavier Leroy2002-06-261-6/+5
* Ajout d'un type t et d'une fonction compare pour permettre l'utilisation de c...Xavier Leroy2002-06-261-0/+8
* MAJ en-tetes pour mentionner la 'special exception' sur la LGPLXavier Leroy2001-12-071-1/+2
* commentaires aprèsMaxence Guesdon2001-12-031-28/+28
* Marquer 'deprecated' la fonction 'format'Xavier Leroy2001-10-301-1/+2
* Modification emplacement et syntaxe commentaires pour OCamldoc.Maxence Guesdon2001-10-291-4/+4
* Modification emplacement et syntaxe commentaires pour OCamldocMaxence Guesdon2001-10-261-60/+84
* Documentation plus preciseXavier Leroy2001-02-051-6/+14
* Ajout {Int32,Int64,Nativeint}.{of_float,to_float}Xavier Leroy2000-04-181-2/+10
* renommage de min/maxDamien Doligez2000-03-211-25/+25
* Ajout des types predefinis int32, int64, nativeint.Xavier Leroy2000-02-211-35/+32
* Ajout Int32, Int64 et NativeintXavier Leroy2000-02-131-0/+105