summaryrefslogtreecommitdiff
path: root/stdlib/pervasives.ml
Commit message (Expand)AuthorAgeFilesLines
* Synchronized Pervasives implementation between stdlib and threadsMarkus Mottl2017-07-211-4/+8
* synchronize the external declaration of Pervasives.float_of_bits with that of...Olivier Andrieu2016-11-101-1/+3
* Option-returning variants of stdlib functions (#885)Alain Frisch2016-11-071-0/+19
* apply changes to stdlib and test suiteHongbo Zhang2016-08-071-4/+4
* Merge tag 4.03.0 into trunk.Damien Doligez2016-04-281-3/+3
* Also enable more warnings in stdlib/ and fix them.Alain Frisch2016-03-151-1/+1
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* Details.pierreweis2015-12-151-1/+1
* Revert "Simplify the use of custom .() and .[]"Gabriel Scherer2015-11-291-8/+0
* Make `Pervasives.ldexp` unboxed and noallocFrançois Bobot2015-11-051-1/+2
* Avoid boxing floats when calling Pervasives.classify_float.alainfrisch2015-10-281-1/+2
* Remove dead code.Alain Frisch2015-10-161-1/+0
* Replace uses of "float" by [@@unboxed] [@@noalloc]Jérémie Dimino2015-10-061-22/+38
* Replace uses of "noalloc" by [@@noalloc]Jérémie Dimino2015-10-061-2/+2
* PR#6902, GPR#210: runtime emits a warning when finalizing an I/O channel whic...Alain Frisch2015-07-241-2/+12
* `type 'a result = Ok of 'a | Error of 'b` in PervasivesGabriel Scherer2015-04-121-0/+4
* Simplify the use of custom .() and .[]Gabriel Scherer2014-12-131-0/+8
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-2/+6
* Fix PR#6417: sprintf broken when local module named Pervasives is in scopeGabriel Scherer2014-06-091-607/+0
* format+gadts: make format types "relational" to fix %(...%) typingGabriel Scherer2014-05-211-52/+252
* Use a nominal datatype for CamlinternalFormat.format6Gabriel Scherer2014-05-141-7/+12
* move code from pervasives.ml to camlinternalFormat.mlGabriel Scherer2014-05-121-134/+0
* implement (^^) correctly wrt. string_of_format (Thanks to Pierre Weis)Gabriel Scherer2014-05-121-1/+1
* minor strengthening of the typing of %{...%} formatsGabriel Scherer2014-05-121-5/+4
* accept and ignore '+' and '-' before precision integersGabriel Scherer2014-05-121-1/+1
* introduce type aliases for simple padding and precision typesGabriel Scherer2014-05-121-15/+23
* Add support for ignored scan_get_counter formats (%_[nlNL])Gabriel Scherer2014-05-121-0/+4
* second part of Benoît Vaugon's format+gadts patchGabriel Scherer2014-05-121-20/+7
* convert Benoît's first patch to bytes/stringGabriel Scherer2014-05-121-19/+34
* first part of Benoît Vaugon's format-gadts patchGabriel Scherer2014-05-121-2/+520
* safe-string: documentation fixes and add a couple of functions in Pervasives ...Damien Doligez2014-05-011-0/+1
* document __LOC__ in pervasives.mliFabrice Le Fessant2014-04-301-2/+0
* merge branch "safe-string"Damien Doligez2014-04-291-29/+40
* [whitespace] bring threads/pervasives.ml closer to stdlib/pervasives.mlGabriel Scherer2014-04-151-9/+9
* Add %loc_* primitives and corresponding values in PervasivesFabrice Le Fessant2014-04-101-0/+14
* Pervasives: define [min_int] and [max_int] without assuming that integers are...Gabriel Scherer2014-03-201-2/+2
* Simplify special logic for array bound error (allocate the exception value fr...Alain Frisch2013-11-081-3/+9
* Rename raise_nostack -> raise_notrace. Expose it in Pervasives.Alain Frisch2013-10-141-0/+1
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-041-1/+1
* Add |> and @@ operators to PervasivesFabrice Le Fessant2013-06-031-0/+5
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* extra def. of ~+; cut long linesDamien Doligez2012-01-121-4/+6
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* PR#3806, 4752, 5246: added "hypot" and "copysign" to Pervasives.Xavier Leroy2011-06-041-0/+2
* merge changes from branching of 3.12 to release/3.12.0Damien Doligez2010-08-021-0/+1
* Spacing review: symboliques operators are surrounded with spaces, ":" are als...Pierre Weis2010-06-091-51/+51
* PR#5062Pierre Weis2010-06-041-0/+2
* Format concatenation introduces %, to delimit conversions.Pierre Weis2009-11-301-1/+1
* Typos.Pierre Weis2009-09-231-2/+3
* PR#4638: added expm1 and log1p.Xavier Leroy2009-04-011-0/+2