| Commit message (Expand) | Author | Age | Files | Lines |
* | String_val: return 'const char *' when -safe-string is globally enabled (#1274) | yallop | 2017-08-03 | 1 | -6/+6 |
* | Move INT64_LITERAL from byterun/ints.c to m.h | David Allsopp | 2017-05-16 | 1 | -7/+0 |
* | Install all include files, and access internals with CAML_INTERNALS | Fabrice Le Fessant | 2016-07-12 | 1 | -0/+2 |
* | Fix compilation using Visual Studio .NET 2002 | David Allsopp | 2016-03-10 | 1 | -8/+15 |
* | Update headers for the new license. | Damien Doligez | 2016-02-18 | 1 | -12/+14 |
* | Make specialized compare unboxed | François Bobot | 2015-11-05 | 1 | -11/+19 |
* | Switch a few externals to [@@unboxed] | Jeremie Dimino | 2015-11-03 | 1 | -12/+50 |
* | whitespace cleanup, cut long lines, add some missing headers | Damien Doligez | 2015-09-11 | 1 | -1/+3 |
* | PR#6649, GPR#222: accept (int_of_string "+3") | Gabriel Scherer | 2015-08-02 | 1 | -1/+2 |
* | PR#6316: Scanf.scanf failure on %u formats when reading big integers. | Xavier Leroy | 2015-07-24 | 1 | -10/+13 |
* | PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam... | Gabriel Scherer | 2014-12-27 | 1 | -7/+7 |
* | PR#6560: Wrong failure message for {Int32,Int64,NativeInt}.of_string | Gabriel Scherer | 2014-12-14 | 1 | -17/+22 |
* | Start tidying up the runtime: | Damien Doligez | 2014-12-12 | 1 | -10/+10 |
* | PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown | Xavier Leroy | 2014-08-27 | 1 | -56/+56 |
* | merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ... | Damien Doligez | 2014-08-22 | 1 | -1/+1 |
* | PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf). | Xavier Leroy | 2014-04-15 | 1 | -151/+67 |
* | Under BSD, swap32 is a macro defined in some system header, so don't use | Damien Doligez | 2013-04-18 | 1 | -9/+9 |
* | fix a few problems with whitespace and over-long lines | Damien Doligez | 2013-03-09 | 1 | -1/+3 |
* | #5744: remove other primitives. | Alain Frisch | 2012-12-17 | 1 | -3/+3 |
* | #5774: caml_int64_direct_bswap should not be a primitive. | Alain Frisch | 2012-12-17 | 1 | -1/+1 |
* | PR#5774: Add bswap primitives for amd64 | Fabrice Le Fessant | 2012-11-29 | 1 | -0/+65 |
* | remove all $Id keywords | Damien Doligez | 2012-10-15 | 1 | -2/+0 |
* | More renaming to OCaml | Damien Doligez | 2012-02-10 | 1 | -1/+1 |
* | renaming of Objective Caml to OCaml and cleanup of copyright headers | Damien Doligez | 2011-07-27 | 1 | -1/+1 |
* | PR#5290: added hash functions for channels, nats, mutexes, conditions. | Xavier Leroy | 2011-07-23 | 1 | -3/+6 |
* | merge changes from 3.12.0 to 3.12.1 | Damien Doligez | 2011-07-20 | 1 | -1/+1 |
* | Better hashing! | Xavier Leroy | 2011-05-29 | 1 | -2/+13 |
* | clean up spaces and tabs | Damien Doligez | 2010-01-22 | 1 | -2/+2 |
* | PR#4210, PR#4245: tightened bound checking in string->integer conversion func... | Xavier Leroy | 2009-07-15 | 1 | -5/+12 |
* | merge changes from ocaml3110 to ocaml3111rc0 | Damien Doligez | 2009-05-20 | 1 | -8/+37 |
* | merge changes 3.10.0 -> 3.10.1 | Damien Doligez | 2008-01-11 | 1 | -2/+8 |
* | More fixes for IL32LLP64 model | Xavier Leroy | 2006-05-05 | 1 | -4/+5 |
* | Nettoyages pour modele IL32LLP64 | Xavier Leroy | 2006-05-04 | 1 | -2/+2 |
* | Remplacement long/unsigned long par intnat/uintnat | Xavier Leroy | 2005-09-22 | 1 | -48/+50 |
* | depollution suite (et fin?) (PR#1914 et PR#1956) | Damien Doligez | 2004-01-02 | 1 | -5/+5 |
* | depollution suite (PR#1914 et PR#1956) | Damien Doligez | 2004-01-01 | 1 | -173/+175 |
* | depollution suite (PR#1914, PR#1956) | Damien Doligez | 2003-12-31 | 1 | -5/+5 |
* | depollution suite (PR#1914 et PR#1956); byterun/weak.c: PR#1929 suite | Damien Doligez | 2003-12-29 | 1 | -4/+4 |
* | Introduction de Int32.float_of_bits et Int32.bits_of_float. Remplacement de ... | Xavier Leroy | 2003-12-20 | 1 | -0/+14 |
* | depollution (PR#1914, PR#1956) | Damien Doligez | 2003-12-16 | 1 | -3/+3 |
* | Verification de debordements dans les conversions string -> int | Xavier Leroy | 2003-11-21 | 1 | -6/+29 |
* | int_of_string: proteger contre les caracteres nuls | Xavier Leroy | 2003-06-23 | 1 | -7/+8 |
* | Optimisation de Pervasives.compare par strength reduction | Xavier Leroy | 2003-04-01 | 1 | -8/+37 |
* | printf, formats non signes, argument de type Caml int: utiliser Unsigned_long... | Xavier Leroy | 2003-03-31 | 1 | -7/+21 |
* | Probleme d'alignement dans int64_to_float (PR#1428) | Xavier Leroy | 2003-03-20 | 1 | -1/+4 |
* | int_of_string doit implementer les conventions lexicales du langage sinon le ... | Damien Doligez | 2002-10-11 | 1 | -1/+1 |
* | Unused match case 'B' in orpat. | Pierre Weis | 2002-10-07 | 1 | -1/+1 |
* | Software emulation of 64-bit integers if needed. Use safe division for int32... | Xavier Leroy | 2002-05-25 | 1 | -115/+78 |
* | Ajout operations sur gros fichiers | Xavier Leroy | 2002-03-02 | 1 | -5/+1 |
* | _ dans les litteraux d'entiers et de flottants | Xavier Leroy | 2002-02-04 | 1 | -6/+9 |