| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge the asmrun and byterun directories into the runtime directory | Sébastien Hinderer | 2018-06-28 | 1 | -804/+0 |
* | Remove UTF-8 chars from byterun/floats.c | David Allsopp | 2018-06-11 | 1 | -4/+4 |
* | Cleaning up the C code (#1812) | Xavier Leroy | 2018-06-07 | 1 | -1/+1 |
* | include xlocale.h if available (because OSX) | ygrek | 2018-06-01 | 1 | -1/+8 |
* | mingw links against old msvcrt and doesn't have _create_locale | ygrek | 2018-06-01 | 1 | -9/+8 |
* | simplify ifdefs and account for mingw | ygrek | 2018-06-01 | 1 | -40/+29 |
* | avoid duplocale due to different semantics on BSD | ygrek | 2018-06-01 | 1 | -7/+6 |
* | ifdef fest for MSVC | ygrek | 2018-06-01 | 1 | -1/+37 |
* | make string_of_float and float_of_string locale-independent | ygrek | 2018-06-01 | 1 | -0/+54 |
* | Revert "make string_of_float and float_of_string locale-independent (#1185)" | Gabriel Scherer | 2018-03-29 | 1 | -77/+0 |
* | make string_of_float and float_of_string locale-independent (#1185) | ygrek | 2018-03-28 | 1 | -0/+77 |
* | MPR#7390: caml_float_of_hex function, exponent overflow behavior (#1528) | Olivier Andrieu | 2017-12-19 | 1 | -3/+24 |
* | add -no-flat-float-array configure option | Damien Doligez | 2017-09-15 | 1 | -0/+12 |
* | String_val: return 'const char *' when -safe-string is globally enabled (#1274) | yallop | 2017-08-03 | 1 | -1/+2 |
* | Assertions cleanup | Sébastien Hinderer | 2017-03-13 | 1 | -2/+2 |
* | Install all include files, and access internals with CAML_INTERNALS | Fabrice Le Fessant | 2016-07-12 | 1 | -0/+2 |
* | Fix float_of_hex parser to correctly reject some invalid forms. | Bogdan-Cristian Tătăroiu | 2016-07-07 | 1 | -0/+1 |
* | Correct floating point on old MSVC | David Allsopp | 2016-03-10 | 1 | -16/+31 |
* | Update headers for the new license. | Damien Doligez | 2016-02-18 | 1 | -12/+14 |
* | clean up whitespace and cut long lines | Damien Doligez | 2016-02-17 | 1 | -2/+2 |
* | PR#6321: guarantee that "hypot infinity nan = infinity" | Xavier Leroy | 2015-12-11 | 1 | -2/+5 |
* | MSVC doesn't support variable declaration within code blocks. | alainfrisch | 2015-11-23 | 1 | -1/+2 |
* | GPR#268: Hexadecimal notation for floating-point numbers | Xavier Leroy | 2015-11-19 | 1 | -28/+162 |
|\ |
|
| * | Preliminary support for hexadecimal notation for FP numbers. | Xavier Leroy | 2015-07-26 | 1 | -28/+162 |
* | | Improve speed of classify_float | Xavier Leroy | 2015-11-15 | 1 | -20/+16 |
* | | Make `Pervasives.ldexp` unboxed and noalloc | François Bobot | 2015-11-05 | 1 | -0/+7 |
* | | Make specialized compare unboxed | François Bobot | 2015-11-05 | 1 | -4/+7 |
* | | Add a note suggesting to switch to the emulation of clasify_float as a faster... | alainfrisch | 2015-11-03 | 1 | -0/+6 |
* | | No need to use CAMLprim for native form of primitives. | alainfrisch | 2015-11-03 | 1 | -1/+1 |
* | | Avoid boxing floats when calling Pervasives.classify_float. | alainfrisch | 2015-10-28 | 1 | -3/+8 |
* | | GPR#164: more efficient (branchless) implementation of Pervasives.compare | Xavier Leroy | 2015-10-25 | 1 | -8/+5 |
* | | GPR#165: Added define guards around the macros in unixsupport and for the isn... | Gabriel Scherer | 2015-07-26 | 1 | -0/+4 |
|/ |
|
* | merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16... | Damien Doligez | 2015-07-17 | 1 | -1/+3 |
* | PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam... | Gabriel Scherer | 2014-12-27 | 1 | -8/+8 |
* | PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown | Xavier Leroy | 2014-08-27 | 1 | -3/+3 |
* | PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf). | Xavier Leroy | 2014-04-15 | 1 | -43/+5 |
* | remove all $Id keywords | Damien Doligez | 2012-10-15 | 1 | -2/+0 |
* | PR#4688: (Windows) special floating-point values aren't converted to strings ... | Alain Frisch | 2012-01-16 | 1 | -1/+30 |
* | renaming of Objective Caml to OCaml and cleanup of copyright headers | Damien Doligez | 2011-07-27 | 1 | -1/+1 |
* | PR#3806, 4752, 5246: added "hypot" and "copysign" to Pervasives. | Xavier Leroy | 2011-06-04 | 1 | -11/+52 |
* | clean up spaces and tabs | Damien Doligez | 2010-01-22 | 1 | -1/+1 |
* | PR#4638: added expm1 and log1p. | Xavier Leroy | 2009-04-01 | 1 | -4/+41 |
* | PR#4503: classify_float wrong on ARM | Xavier Leroy | 2008-08-02 | 1 | -1/+1 |
* | Memory leak in caml_float_of_{sub,}string (PR#3797) | Xavier Leroy | 2005-10-12 | 1 | -4/+10 |
* | Remplacement long/unsigned long par intnat/uintnat | Xavier Leroy | 2005-09-22 | 1 | -3/+3 |
* | Correcting bug about erroneous erro reporting in case of wrong | Pierre Weis | 2005-03-04 | 1 | -0/+28 |
* | Fixed problem in caml_classify_float with 'strict aliasing' optimization in g... | Xavier Leroy | 2004-01-09 | 1 | -6/+9 |
* | depollution suite (et fin?) (PR#1914 et PR#1956) | Damien Doligez | 2004-01-02 | 1 | -74/+74 |
* | depollution suite (PR#1914 et PR#1956) | Damien Doligez | 2004-01-01 | 1 | -2/+2 |
* | depollution suite (PR#1914, PR#1956) | Damien Doligez | 2003-12-31 | 1 | -4/+4 |