summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* fix Makefile bug for lintapidiff and add missing @since in stdlib/format.mliDamien Doligez2017-11-101-0/+2
* missing @since tags in stdlib/uchar.mliGabriel Scherer2017-11-101-2/+6
* Format.out_indent: tweak docNicolas Ojeda Bar2017-10-201-2/+2
* add labels to BytesLabels.sub_string (#1353)Jacques Garrigue2017-10-161-1/+1
* Merge pull request #830 from Octachron/stdlib_doc_unnested_hierarchyFlorian Angeletti2017-10-0520-117/+117
|\
| * fix few documentation headersoctachron2017-10-041-1/+1
| * PR#7363: start documentation headers at {1octachron2017-10-0420-118/+118
* | Avoid non-tail recursion when loading files in Arg.read_arg.improve_arg_read_argalainfrisch2017-10-041-13/+9
|/
* headernt.c: use WriteConsoleNicolas Ojeda Bar2017-09-271-20/+20
* headernt.c: fix read_runtime_pathNicolas Ojeda Bar2017-09-272-12/+21
* Merge pull request #1365 from yallop/let-rec-patch-406Jacques Garrigue2017-09-221-1/+1
* Unicode support for the Windows runtime (#1200)Nicolás Ojeda Bär2017-09-182-23/+23
* add -no-flat-float-array configure optionDamien Doligez2017-09-155-4/+37
* Restore accidently removed Format functionsLeo White2017-09-151-0/+5
* Rename `make_string_padding` to `make_padding, as suggested.Xavier Clerc2017-09-131-4/+4
* Formats: use the optional width when formatting a boolean.Xavier Clerc2017-09-014-31/+45
* Reimplement Sys.rename under Win32 to be more POSIX (#1306)Xavier Leroy2017-08-301-4/+8
* Remove spurious semicolons after non-unit expressions (#1305)Alain Frisch2017-08-291-8/+8
* Merge pull request #1269 from sliquister/dont-stop-ticker-threadGabriel Scherer2017-08-251-6/+9
|\
| * Remove 50ms delay at exit for programs using threadsValentin Gatien-Baron2017-08-241-6/+9
* | Merge pull request #1291 from Octachron/doc_reorganize_format_foreshadowingFlorian Angeletti2017-08-221-109/+114
|\ \
| * | GPR#1291: wording and grammar fixesoctachron2017-08-211-3/+3
| * | Merge branch 'trunk' into doc_reorganize_format_foreshadowingGabriel Scherer2017-08-211-4/+2
| |\ \
| * | | GPR#1281 comments fixes and changes updateoctachron2017-08-141-3/+2
| * | | doc, format: pair each generic and stdout variantoctachron2017-08-141-102/+85
| * | | doc, format: introduce major features in preambleoctachron2017-08-131-9/+32
| | |/ | |/|
* | | Merge pull request #1290 from Octachron/doc_reorganize_formatGabriel Scherer2017-08-211-18/+14
|\ \ \ | |_|/ |/| |
| * | doc, format: fix @since annotationoctachron2017-08-131-1/+1
| * | doc, format: fix symbolic attachment issueoctachron2017-08-131-11/+7
| * | doc, format: fix symbolic formatter metadataoctachron2017-08-131-7/+7
| |/
* | MPR#7604: minor Ephemeron documentation fixesoctachron2017-08-161-4/+2
|/
* Typos and basic grammar error fixing (#1280)Fourchaux2017-08-108-36/+36
* nit: improve List.rev_append doc wording (#1197)Guilherme Kunigami2017-08-091-2/+2
* Synchronized Pervasives implementation between stdlib and threadsMarkus Mottl2017-07-211-4/+8
* fix up the merge of 4.05 into trunkDamien Doligez2017-07-183-1/+59
* merge 4.05 into trunkDamien Doligez2017-07-184-59/+3
|\
| * get rid of compare_val in String.concatygrek2017-07-082-2/+2
| * Fix \r problems on recent CygwinsDavid Allsopp2017-04-131-1/+1
| * Fixed erroneous commentsMax Mouratov2017-04-061-1/+1
| * Fixed erroneous commentsMax Mouratov2017-04-062-4/+4
| * Fixed grammar in user-facing comments and READMEMax Mouratov2017-04-066-7/+7
| * Revert "Deprecate Bigarray.*.map_file and add Unix.map_file (#997)"Gabriel Scherer2017-03-123-59/+1
| * Fix Gc.minor_{words,free} by removing [@@noalloc]Stephen Dolan2017-03-092-4/+4
| * MPR#7500: remove Uchar.dump (#1081)Daniel Bünzli2017-03-074-17/+11
| * Fix grammar in documentation of open_out_genSébastien Hinderer2017-02-281-1/+1
| * restore compatibility for String.{unsafe_set,create,fill}Damien Doligez2017-02-253-9/+9
| * address comments, use bytes_safe_set in bytes moduleHongbo Zhang2017-02-253-3/+3
| * change primitive names back to %string_safe_setHongbo Zhang2017-02-256-6/+6
| * PR#7279: `Weak.get_copy` doesn't copy custom block (#710)François Bobot2017-02-232-1/+9
| * Documentation: improve @since annotationsTörök Edwin2017-02-2113-42/+79