summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* GPR #922 : add GPR#247 to ChangesFrédéric Bour2016-11-261-0/+16
* Improve handling of platforms that do not have gprof profiling support (#933)Sébastien Hinderer2016-11-251-6/+8
* Revert "Improve handling of platforms that do not have gprof profiling suppor...Gabriel Scherer2016-11-251-8/+6
* Improve handling of platforms that do not have gprof profiling support (#933)Sébastien Hinderer2016-11-251-6/+8
* Add MPR#6975: truncate in Buffer module (#902)Dhruv Makwana2016-11-172-0/+11
* [Stdlib] Implement find_first, find_last for maps and sets (#869)Gabriel de Perthuis2016-11-125-0/+228
* synchronize the external declaration of Pervasives.float_of_bits with that of...Olivier Andrieu2016-11-101-1/+3
* Merge build systems in the stdlib directory (#866)Sébastien Hinderer2016-11-093-215/+217
* PR#7403: fix a bug in Set.map (new in 4.04.0)Gabriel Scherer2016-11-071-6/+10
* Option-returning variants of stdlib functions (#885)Alain Frisch2016-11-0729-4/+539
* Terminated instead of seperated.Bernhard Schommer2016-11-041-5/+5
* Use separated/separator and null character.Bernhard Schommer2016-11-041-5/+6
* Added documentation for the new -args(0) option.Bernhard Schommer2016-11-041-3/+3
* Added simple parse_expand and support ocamldepBernhard Schommer2016-10-122-0/+16
* Trim CR, remove inw parameter and updated docu.Bernhard Schommer2016-10-112-26/+28
* Added functions to read/write cmdline argumentsBernhard Schommer2016-10-102-0/+59
* add Arg.Expand (#778)Bernhard Schommer2016-10-072-8/+43
* Fix an overflow bug in String.concat (#833)yallop2016-10-042-32/+42
* Add functions `List.compare_lengths` and `List.compare_length_with` (#760)Fabrice Le Fessant2016-09-182-0/+30
* add @since ocamldoc tag for Set.map from GPR#553 (#800)Olivier Andrieu2016-09-161-1/+2
* Fix broken bounds check in Buffer.add_substring (#814)yallop2016-09-161-1/+1
* Check that the argument to Digest.to_hex has the correct length (#763)Fabrice Le Fessant2016-08-242-2/+5
* Fix typos in the documentation of the Format module. (#757)shindere2016-08-221-5/+5
* apply changes to stdlib and test suiteHongbo Zhang2016-08-078-55/+56
* fix whitespace, long lines, headersDamien Doligez2016-08-015-9/+16
* Merge #562: Add a kind of finalisation function called without argumentDamien Doligez2016-08-012-0/+15
|\
| * Add finalise_last without special case during minorFrançois Bobot2016-07-092-0/+15
* | Fix maximum weak bucket size (#700)Nicolas Ojeda Bar2016-07-311-1/+1
* | Fix typo in the Ephemeron moduleChristophe Troestler2016-07-301-1/+1
* | Spacetime: a new memory profiler (#585)Mark Shinwell2016-07-295-52/+238
* | Revert "Merge pull request #378 from bobot/feature/reraise_raw_backtrace_prim...Gabriel Scherer2016-07-272-21/+4
* | Simplify the definition of Printexc.get_backtraceFrançois Bobot2016-07-171-2/+1
* | Precise where reliable backtrace can't be obtainedFrançois Bobot2016-07-171-2/+9
* | Add `%reraise_raw_backtrace` primitiveFrançois Bobot2016-07-172-0/+11
* | Install all include files, and access internals with CAML_INTERNALSFabrice Le Fessant2016-07-122-0/+4
* | Typo.alainfrisch2016-07-111-2/+2
* | Rename String.split to String.split_on_char (#626).alainfrisch2016-07-112-2/+2
* | Merge pull request #612 from chambart/inline_record_in_formatAlain Frisch2016-07-101-6/+4
|\ \
| * | Use inline record in FormatPierre Chambart2016-06-091-6/+4
* | | Add Filename.extension and Filename.remove_extension.alainfrisch2016-07-102-9/+52
* | | String.splitalainfrisch2016-07-092-0/+26
| |/ |/|
* | Filename: Do not raise an assertion failure on module load (#674)Anil Madhavapeddy2016-07-081-6/+5
* | Merge remote-tracking branch 'origin/4.03' into trunkDamien Doligez2016-07-072-21/+7
|\ \
| * | add missings since 4.03.0 tags in stdlib.Grégoire Lionnet2016-05-212-7/+14
| * | whitespace and long linesDamien Doligez2016-04-1910-57/+52
| * | Turn on warning 50 for the standard libraryLeo White2016-03-289-8/+76
| * | Remove ;; from stdlib ml filesLeo White2016-03-2820-552/+552
| * | Remove ;; from stdlib mli filesLeo White2016-03-2810-30/+30
| * | PR#7180, second bug:Damien Doligez2016-03-251-3/+2
* | | Merge pull request #639 from mlasson/fixbug_7142Damien Doligez2016-07-061-1/+6
|\ \ \