summaryrefslogtreecommitdiff
path: root/stdlib/int32.ml
Commit message (Expand)AuthorAgeFilesLines
* Add hash, seeded_hash to Int, Char, Bool, Float, Int32, Int64, Nativeint (#11...Nicolás Ojeda Bär2022-10-271-0/+5
* Add {Int,Int32,Int64,NativeInt}.{min,max} (#10392)Alain Frisch2021-05-111-0/+3
* Optimise Int32.unsigned_to_int on 64-bit (#10244)Fabian2021-03-021-2/+2
* Add {Int32,Int64,Nativeint}.unsigned_{compare,div,rem}Nicolas Ojeda Bar2018-11-101-0/+33
* Deprecate Pervasives (#1605)Jérémie Dimino2018-08-271-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/+1
* 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
* Ensure type specialization for the 'compare' functions (PR#4194)Xavier Leroy2007-01-301-1/+1
* 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/+2
* Ajout des litteraux de type int32, nativeint, int64Xavier Leroy2003-04-251-9/+9
* Ajout d'un type t et d'une fonction compare pour permettre l'utilisation de c...Xavier Leroy2002-06-261-0/+4
* MAJ en-tetes pour mentionner la 'special exception' sur la LGPLXavier Leroy2001-12-071-1/+2
* Ajout {Int32,Int64,Nativeint}.{of_float,to_float}Xavier Leroy2000-04-181-0/+2
* renommage de min/maxDamien Doligez2000-03-211-17/+17
* Ajout des types predefinis int32, int64, nativeint.Xavier Leroy2000-02-211-19/+17
* Ajout Int32, Int64 et NativeintXavier Leroy2000-02-131-0/+47