summaryrefslogtreecommitdiff
path: root/byterun/ints.c
Commit message (Expand)AuthorAgeFilesLines
* String_val: return 'const char *' when -safe-string is globally enabled (#1274)yallop2017-08-031-6/+6
* Move INT64_LITERAL from byterun/ints.c to m.hDavid Allsopp2017-05-161-7/+0
* Install all include files, and access internals with CAML_INTERNALSFabrice Le Fessant2016-07-121-0/+2
* Fix compilation using Visual Studio .NET 2002David Allsopp2016-03-101-8/+15
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* Make specialized compare unboxedFrançois Bobot2015-11-051-11/+19
* Switch a few externals to [@@unboxed]Jeremie Dimino2015-11-031-12/+50
* whitespace cleanup, cut long lines, add some missing headersDamien Doligez2015-09-111-1/+3
* PR#6649, GPR#222: accept (int_of_string "+3")Gabriel Scherer2015-08-021-1/+2
* PR#6316: Scanf.scanf failure on %u formats when reading big integers.Xavier Leroy2015-07-241-10/+13
* PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer2014-12-271-7/+7
* PR#6560: Wrong failure message for {Int32,Int64,NativeInt}.of_stringGabriel Scherer2014-12-141-17/+22
* Start tidying up the runtime:Damien Doligez2014-12-121-10/+10
* PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrownXavier Leroy2014-08-271-56/+56
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-1/+1
* PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf).Xavier Leroy2014-04-151-151/+67
* Under BSD, swap32 is a macro defined in some system header, so don't useDamien Doligez2013-04-181-9/+9
* fix a few problems with whitespace and over-long linesDamien Doligez2013-03-091-1/+3
* #5744: remove other primitives.Alain Frisch2012-12-171-3/+3
* #5774: caml_int64_direct_bswap should not be a primitive.Alain Frisch2012-12-171-1/+1
* PR#5774: Add bswap primitives for amd64Fabrice Le Fessant2012-11-291-0/+65
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* More renaming to OCamlDamien Doligez2012-02-101-1/+1
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* PR#5290: added hash functions for channels, nats, mutexes, conditions.Xavier Leroy2011-07-231-3/+6
* merge changes from 3.12.0 to 3.12.1Damien Doligez2011-07-201-1/+1
* Better hashing!Xavier Leroy2011-05-291-2/+13
* clean up spaces and tabsDamien Doligez2010-01-221-2/+2
* PR#4210, PR#4245: tightened bound checking in string->integer conversion func...Xavier Leroy2009-07-151-5/+12
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-201-8/+37
* merge changes 3.10.0 -> 3.10.1Damien Doligez2008-01-111-2/+8
* More fixes for IL32LLP64 modelXavier Leroy2006-05-051-4/+5
* Nettoyages pour modele IL32LLP64Xavier Leroy2006-05-041-2/+2
* Remplacement long/unsigned long par intnat/uintnatXavier Leroy2005-09-221-48/+50
* depollution suite (et fin?) (PR#1914 et PR#1956)Damien Doligez2004-01-021-5/+5
* depollution suite (PR#1914 et PR#1956)Damien Doligez2004-01-011-173/+175
* depollution suite (PR#1914, PR#1956)Damien Doligez2003-12-311-5/+5
* depollution suite (PR#1914 et PR#1956); byterun/weak.c: PR#1929 suiteDamien Doligez2003-12-291-4/+4
* Introduction de Int32.float_of_bits et Int32.bits_of_float. Remplacement de ...Xavier Leroy2003-12-201-0/+14
* depollution (PR#1914, PR#1956)Damien Doligez2003-12-161-3/+3
* Verification de debordements dans les conversions string -> intXavier Leroy2003-11-211-6/+29
* int_of_string: proteger contre les caracteres nulsXavier Leroy2003-06-231-7/+8
* Optimisation de Pervasives.compare par strength reductionXavier Leroy2003-04-011-8/+37
* printf, formats non signes, argument de type Caml int: utiliser Unsigned_long...Xavier Leroy2003-03-311-7/+21
* Probleme d'alignement dans int64_to_float (PR#1428)Xavier Leroy2003-03-201-1/+4
* int_of_string doit implementer les conventions lexicales du langage sinon le ...Damien Doligez2002-10-111-1/+1
* Unused match case 'B' in orpat.Pierre Weis2002-10-071-1/+1
* Software emulation of 64-bit integers if needed. Use safe division for int32...Xavier Leroy2002-05-251-115/+78
* Ajout operations sur gros fichiersXavier Leroy2002-03-021-5/+1
* _ dans les litteraux d'entiers et de flottantsXavier Leroy2002-02-041-6/+9