| Commit message (Expand) | Author | Age | Files | Lines |
| * | Module Weak is used in module Scanf. It is now linked just after module Hashtbl. | Pierre Weis | 2015-09-21 | 1 | -2/+3 |
| * | Scanning.from_channel now uses a weak hash table to record in_channel -> scan... | Pierre Weis | 2015-09-21 | 1 | -5/+22 |
| * | Renaming: flush_buf_formatter into flush_buffer_formatter. | Pierre Weis | 2015-09-21 | 1 | -38/+48 |
| * | Bug in function check_char corrected: instead of only accepting \r\n as a new | Pierre Weis | 2015-09-13 | 1 | -47/+75 |
| * | Escaping " in character constants | Pierre Weis | 2015-09-13 | 2 | -3/+3 |
| * | Code aesthetics: do not confuse labels and regular idents. | Pierre Weis | 2015-09-13 | 1 | -5/+5 |
| * | whitespace cleanup, cut long lines, add some missing headers | Damien Doligez | 2015-09-11 | 6 | -33/+107 |
| * | add create_float_array and deprecate make_float_array | Damien Doligez | 2015-09-07 | 3 | -7/+18 |
| * | Typos in comments. | Pierre Weis | 2015-08-28 | 1 | -4/+10 |
| * | Correcting various typos in documentation. | Pierre Weis | 2015-08-28 | 1 | -13/+14 |
| * | Fix GPR#233: Make CamlinternalMod.init_mod robust to optimization | Mark Shinwell | 2015-08-21 | 1 | -12/+14 |
| * | make alldepend | Gabriel Scherer | 2015-08-15 | 1 | -29/+29 |
| * | Order type variables in format parameters | Gabriel Scherer | 2015-08-02 | 1 | -8/+8 |
| * | GPR#201: Keep general types of Printf.{ifprintf,ikfprintf} | Gabriel Scherer | 2015-08-02 | 1 | -3/+2 |
| * | Added the missing POSIX signals in Sys (Guillaume Bury) | Gabriel Scherer | 2015-08-02 | 2 | -0/+35 |
| * | PR#6938: fix regression on "%047.27{l,L,n}{d,i,x,X,o,u}" | Gabriel Scherer | 2015-07-25 | 1 | -28/+29 |
| * | PR#6902, GPR#210: runtime emits a warning when finalizing an I/O channel whic... | Alain Frisch | 2015-07-24 | 3 | -2/+27 |
| * | PR#6316: Scanf.scanf failure on %u formats when reading big integers. | Xavier Leroy | 2015-07-24 | 1 | -1/+2 |
| * | update .depend and bootstrap compilers after 4.02 merge | Damien Doligez | 2015-07-17 | 1 | -29/+29 |
| * | merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16... | Damien Doligez | 2015-07-17 | 10 | -37/+75 |
| * | Attach documentation comments to Parsetree | Leo White | 2015-06-28 | 4 | -165/+154 |
| * | PR#6452 (part two): make custom_format string-only | Gabriel Scherer | 2015-05-10 | 3 | -17/+17 |
| * | GPR#174: ensure that Set.remove and Set.filter return the original set (physi... | Alain Frisch | 2015-05-05 | 2 | -8/+24 |
| * | List.cons, finally | Gabriel Scherer | 2015-04-26 | 2 | -0/+7 |
| * | PR#6824: fix buffer sharing on partial application of Format.asprintf | Gabriel Scherer | 2015-04-26 | 1 | -5/+10 |
| * | `type 'a result = Ok of 'a | Error of 'b` in Pervasives | Gabriel Scherer | 2015-04-12 | 2 | -0/+7 |
| * | PR#6719: improve Buffer.add_channel when not enough input is available | Gabriel Scherer | 2015-04-12 | 2 | -4/+13 |
| * | missing @since on int_size | Damien Doligez | 2015-04-10 | 1 | -1/+2 |
| * | #6645: Set.add returns the original set when the element to be added is alrea... | Alain Frisch | 2015-03-26 | 2 | -2/+8 |
| * | PR#6521: {Bytes,Char,String}.escaped are locale-dependent | Damien Doligez | 2015-03-11 | 6 | -31/+33 |
| * | #6575: fail early in Array.init when size < 0 to avoid calling the callback i... | Alain Frisch | 2015-03-11 | 1 | -0/+4 |
| * | PR#6452, GPR#140: add internal support for custom printing formats | Gabriel Scherer | 2015-03-08 | 4 | -0/+106 |
| * | PR#6791: "%s@[", "%s@{" regression in Scanf | Gabriel Scherer | 2015-03-07 | 1 | -0/+6 |
| * | PR#6664: Crash when finalising lazy values of the wrong type. | Damien Doligez | 2015-03-04 | 1 | -7/+7 |
| * | PR#6775: Digest.file leaks file descriptor on error | Gabriel Scherer | 2015-02-15 | 1 | -3/+3 |
| * | PR#6691: install .cmt[i] files for stdlib and compiler-libs | Gabriel Scherer | 2015-01-24 | 1 | -1/+2 |
| * | minor header fix | Gabriel Scherer | 2014-12-27 | 1 | -2/+2 |
| * | PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam... | Gabriel Scherer | 2014-12-27 | 2 | -39/+39 |
| * | PR#6727: Printf.sprintf "%F" misbehavior | Damien Doligez | 2014-12-24 | 1 | -9/+10 |
| * | add @since tags to the new *_ascii functions | Gabriel Scherer | 2014-12-21 | 3 | -10/+20 |
| * | PR6694: Deprecate Latin-1 string manipulation functions. | Gabriel Scherer | 2014-12-21 | 5 | -41/+97 |
| * | PR6695: Make Filename use only US-ASCII functions. | Gabriel Scherer | 2014-12-21 | 1 | -1/+1 |
| * | PR6695: Add ASCII counterparts to case-mapping functions. | Gabriel Scherer | 2014-12-21 | 6 | -0/+38 |
| * | PR#6494: Add equal function in modules Big_int, Bytes, Char, Digest, Int32, I... | Gabriel Scherer | 2014-12-21 | 14 | -0/+34 |
| * | minor filename.mli doc clarification | Gabriel Scherer | 2014-12-21 | 1 | -1/+1 |
| * | Add optional perms argument to Filename.open_temp_file. | Gabriel Scherer | 2014-12-21 | 2 | -7/+11 |
| * | Add @since tags on stdlib functions new in 4.02 | Gabriel Scherer | 2014-12-19 | 9 | -18/+40 |
| * | Change 'List' to 'ListLabels' in the ListLabels documentation. | Gabriel Scherer | 2014-12-19 | 1 | -16/+16 |
| * | Change 'Array' to 'ArrayLabels' in the ArrayLabels documentation. | Gabriel Scherer | 2014-12-19 | 1 | -31/+31 |
| * | Add sort_uniq to ListLabels. | Gabriel Scherer | 2014-12-19 | 1 | -0/+4 |