summaryrefslogtreecommitdiff
path: root/stdlib/pervasives.mli
Commit message (Expand)AuthorAgeFilesLines
* stdlib/pervasives.mli: typo in documentation of __LINE_OF__ (#1548)Marc Chevalier2017-12-281-2/+2
* PR#7363: start documentation headers at {1octachron2017-10-041-25/+25
* Remove 50ms delay at exit for programs using threadsValentin Gatien-Baron2017-08-241-6/+9
* int_of_string: document the behaviour of 0u with high unsigned values.Jeremy Yallop2017-06-161-0/+6
* Int(32|64).of_string and int_of_string: document the 0u prefix.Jeremy Yallop2017-06-091-3/+4
* MPR#6709: document operators' associativity and precedence level (#1167)Florian Angeletti2017-05-141-36/+79
* Fix grammar in documentation of open_out_genSébastien Hinderer2017-02-281-1/+1
* Merge pull request #1040 from dhekir/trunkGabriel Scherer2017-02-221-2/+2
|\
| * fix several typos in commentsDaniel2017-02-131-3/+3
* | Documentation: improve @since annotationsTörök Edwin2017-02-211-1/+3
* | Pervasives.float_of_string_opt: typo in documentationXavier Leroy2017-02-171-1/+1
|/
* Add cross-reference detected by ocamldococtachron2017-02-011-5/+5
* Option-returning variants of stdlib functions (#885)Alain Frisch2016-11-071-0/+29
* Also enable more warnings in stdlib/ and fix them.Alain Frisch2016-03-151-4/+10
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* Enhencing Scanf documentation.pierreweis2015-12-171-2/+2
|\
| * fix typos in docDamien Doligez2015-12-171-2/+2
* | Specification for float_of_string were wrong.pierreweis2015-12-151-10/+9
|/
* PR#6321: guarantee that "hypot infinity nan = infinity"Xavier Leroy2015-12-111-1/+2
* Merge pull request #320 from gasche/revert-user-defined-indexing-operatorsGabriel Scherer2015-12-061-23/+0
|\
| * Revert "Simplify the use of custom .() and .[]"Gabriel Scherer2015-11-291-23/+0
* | PR#6296: Some documentation on the floating-point representations recognized ...Xavier Leroy2015-12-051-3/+18
|/
* Document that ( @ ) is not tail recursiveHezekiah M. Carty2015-11-241-1/+1
* Make `Pervasives.ldexp` unboxed and noallocFrançois Bobot2015-11-051-1/+3
* Avoid boxing floats when calling Pervasives.classify_float.alainfrisch2015-10-281-1/+2
* Replace uses of "float" by [@@unboxed] [@@noalloc]Jérémie Dimino2015-10-061-23/+39
* whitespace cleanup, cut long lines, add some missing headersDamien Doligez2015-09-111-1/+1
* merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16...Damien Doligez2015-07-171-9/+25
* `type 'a result = Ok of 'a | Error of 'b` in PervasivesGabriel Scherer2015-04-121-0/+3
* Add @since tags on stdlib functions new in 4.02Gabriel Scherer2014-12-191-5/+10
* Simplify the use of custom .() and .[]Gabriel Scherer2014-12-131-0/+23
* merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez2014-10-151-2/+2
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-0/+2
* Fix PR#6417: sprintf broken when local module named Pervasives is in scopeGabriel Scherer2014-06-091-283/+0
* format+gadts: make format types "relational" to fix %(...%) typingGabriel Scherer2014-05-211-136/+190
* Use a nominal datatype for CamlinternalFormat.format6Gabriel Scherer2014-05-141-1/+2
* move code from pervasives.ml to camlinternalFormat.mlGabriel Scherer2014-05-121-19/+0
* minor strengthening of the typing of %{...%} formatsGabriel Scherer2014-05-121-4/+4
* introduce type aliases for simple padding and precision typesGabriel Scherer2014-05-121-13/+17
* Add support for ignored scan_get_counter formats (%_[nlNL])Gabriel Scherer2014-05-121-0/+2
* second part of Benoît Vaugon's format+gadts patchGabriel Scherer2014-05-121-2/+2
* convert Benoît's first patch to bytes/stringGabriel Scherer2014-05-121-4/+7
* first part of Benoît Vaugon's format-gadts patchGabriel Scherer2014-05-121-1/+243
* safe-string: documentation fixes and add a couple of functions in Pervasives ...Damien Doligez2014-05-011-4/+7
* document __LOC__ in pervasives.mliFabrice Le Fessant2014-04-301-2/+27
* merge branch "safe-string"Damien Doligez2014-04-291-12/+28
* Add %loc_* primitives and corresponding values in PervasivesFabrice Le Fessant2014-04-101-0/+13
* Rename raise_nostack -> raise_notrace. Expose it in Pervasives.Alain Frisch2013-10-141-0/+5
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-041-8/+5
* typo and reformatting of commentsDamien Doligez2013-06-061-7/+9