summaryrefslogtreecommitdiff
path: root/stdlib/nativeint.ml
Commit message (Expand)AuthorAgeFilesLines
* Switch a few externals to [@@unboxed]Jeremie Dimino2015-11-031-2/+6
* 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-4/+4
* 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 de Nativeint.sizeXavier Leroy2001-01-211-1/+2
* Ajout {Int32,Int64,Nativeint}.{of_float,to_float}Xavier Leroy2000-04-181-0/+2
* Renommage min,max->min_int,max_intXavier Leroy2000-04-161-2/+2
* Ajout des conversions int <-> int32 <-> int64Xavier Leroy2000-03-051-0/+2
* Ajout des types predefinis int32, int64, nativeint.Xavier Leroy2000-02-211-19/+17
* Ajout Int32, Int64 et NativeintXavier Leroy2000-02-131-0/+47