summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* scanf support for %h and %H (hex floats).hex-floatXavier Leroy2015-07-291-3/+63
* Preliminary support for hexadecimal notation for FP numbers.Xavier Leroy2015-07-264-21/+55
* PR#6938: fix regression on "%047.27{l,L,n}{d,i,x,X,o,u}"Gabriel Scherer2015-07-251-28/+29
* PR#6902, GPR#210: runtime emits a warning when finalizing an I/O channel whic...Alain Frisch2015-07-243-2/+27
* PR#6316: Scanf.scanf failure on %u formats when reading big integers.Xavier Leroy2015-07-241-1/+2
* update .depend and bootstrap compilers after 4.02 mergeDamien Doligez2015-07-171-29/+29
* merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16...Damien Doligez2015-07-1710-37/+75
* Attach documentation comments to ParsetreeLeo White2015-06-284-165/+154
* PR#6452 (part two): make custom_format string-onlyGabriel Scherer2015-05-103-17/+17
* GPR#174: ensure that Set.remove and Set.filter return the original set (physi...Alain Frisch2015-05-052-8/+24
* List.cons, finallyGabriel Scherer2015-04-262-0/+7
* PR#6824: fix buffer sharing on partial application of Format.asprintfGabriel Scherer2015-04-261-5/+10
* `type 'a result = Ok of 'a | Error of 'b` in PervasivesGabriel Scherer2015-04-122-0/+7
* PR#6719: improve Buffer.add_channel when not enough input is availableGabriel Scherer2015-04-122-4/+13
* missing @since on int_sizeDamien Doligez2015-04-101-1/+2
* #6645: Set.add returns the original set when the element to be added is alrea...Alain Frisch2015-03-262-2/+8
* PR#6521: {Bytes,Char,String}.escaped are locale-dependentDamien Doligez2015-03-116-31/+33
* #6575: fail early in Array.init when size < 0 to avoid calling the callback i...Alain Frisch2015-03-111-0/+4
* PR#6452, GPR#140: add internal support for custom printing formatsGabriel Scherer2015-03-084-0/+106
* PR#6791: "%s@[", "%s@{" regression in ScanfGabriel Scherer2015-03-071-0/+6
* PR#6664: Crash when finalising lazy values of the wrong type.Damien Doligez2015-03-041-7/+7
* PR#6775: Digest.file leaks file descriptor on errorGabriel Scherer2015-02-151-3/+3
* PR#6691: install .cmt[i] files for stdlib and compiler-libsGabriel Scherer2015-01-241-1/+2
* minor header fixGabriel Scherer2014-12-271-2/+2
* PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer2014-12-272-39/+39
* PR#6727: Printf.sprintf "%F" misbehaviorDamien Doligez2014-12-241-9/+10
* add @since tags to the new *_ascii functionsGabriel Scherer2014-12-213-10/+20
* PR6694: Deprecate Latin-1 string manipulation functions.Gabriel Scherer2014-12-215-41/+97
* PR6695: Make Filename use only US-ASCII functions.Gabriel Scherer2014-12-211-1/+1
* PR6695: Add ASCII counterparts to case-mapping functions.Gabriel Scherer2014-12-216-0/+38
* PR#6494: Add equal function in modules Big_int, Bytes, Char, Digest, Int32, I...Gabriel Scherer2014-12-2114-0/+34
* minor filename.mli doc clarificationGabriel Scherer2014-12-211-1/+1
* Add optional perms argument to Filename.open_temp_file.Gabriel Scherer2014-12-212-7/+11
* Add @since tags on stdlib functions new in 4.02Gabriel Scherer2014-12-199-18/+40
* Change 'List' to 'ListLabels' in the ListLabels documentation.Gabriel Scherer2014-12-191-16/+16
* Change 'Array' to 'ArrayLabels' in the ArrayLabels documentation.Gabriel Scherer2014-12-191-31/+31
* Add sort_uniq to ListLabels.Gabriel Scherer2014-12-191-0/+4
* Add make_float to ArrayLabels.Gabriel Scherer2014-12-191-0/+4
* Simplify the use of custom .() and .[]Gabriel Scherer2014-12-132-0/+31
* Update documentation of Sys.int_sizeGabriel Scherer2014-11-171-1/+4
* Sys: Use constant for some runtime limitations. After bootstrapGabriel Scherer2014-11-172-1/+7
* missing @since on List.sort_uniqGabriel Scherer2014-11-161-1/+2
* PR#6619: update documentation of Printexc.set_uncaught_exception_handlerJérémie Dimino2014-10-201-1/+5
* merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez2014-10-1519-131/+289
* #6577: fix performance of %C format.Alain Frisch2014-09-241-1/+5
* #6577: fix performance of %S format.Alain Frisch2014-09-241-1/+5
* #6577: fix performance of %L, %l, %n formats.Alain Frisch2014-09-241-16/+29
* minor update of comment in gc.mliMark Shinwell2014-09-111-1/+1
* PR#6540: update documentation of default values in gc.mliJérémie Dimino2014-09-031-2/+2
* merge changes of version/4.02 from r15121 to r15155Damien Doligez2014-08-294-16/+28