summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Module Weak is used in module Scanf. It is now linked just after module Hashtbl.Pierre Weis2015-09-211-2/+3
* Scanning.from_channel now uses a weak hash table to record in_channel -> scan...Pierre Weis2015-09-211-5/+22
* Renaming: flush_buf_formatter into flush_buffer_formatter.Pierre Weis2015-09-211-38/+48
* Bug in function check_char corrected: instead of only accepting \r\n as a newPierre Weis2015-09-131-47/+75
* Escaping " in character constantsPierre Weis2015-09-132-3/+3
* Code aesthetics: do not confuse labels and regular idents.Pierre Weis2015-09-131-5/+5
* whitespace cleanup, cut long lines, add some missing headersDamien Doligez2015-09-116-33/+107
* add create_float_array and deprecate make_float_arrayDamien Doligez2015-09-073-7/+18
* Typos in comments.Pierre Weis2015-08-281-4/+10
* Correcting various typos in documentation.Pierre Weis2015-08-281-13/+14
* Fix GPR#233: Make CamlinternalMod.init_mod robust to optimizationMark Shinwell2015-08-211-12/+14
* make alldependGabriel Scherer2015-08-151-29/+29
* Order type variables in format parametersGabriel Scherer2015-08-021-8/+8
* GPR#201: Keep general types of Printf.{ifprintf,ikfprintf}Gabriel Scherer2015-08-021-3/+2
* Added the missing POSIX signals in Sys (Guillaume Bury)Gabriel Scherer2015-08-022-0/+35
* 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