summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* PR#6245: Minor inconsistencies between related signatures in arg.mliDamien Doligez2013-11-301-2/+2
* Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ...Xavier Leroy2013-11-291-2/+11
* Reintegrate raise_variants branch.Alain Frisch2013-11-136-20/+61
|\
| * Simplify special logic for array bound error (allocate the exception value fr...Alain Frisch2013-11-081-3/+9
| * Do not introduce Obj.raw_tag.Alain Frisch2013-11-063-4/+2
| * Support for exception values allocated in the static area (e.g. out of bound ...Alain Frisch2013-10-233-2/+4
| * Add two functions to get the exception slot id and name from an exception value.Alain Frisch2013-10-232-0/+33
| * Change the representation of exception slots: instead of being represented as...Alain Frisch2013-10-233-17/+11
| * #6203: change representation of exception values created with a constant cons...Alain Frisch2013-10-181-1/+3
| * Rename raise_nostack -> raise_notrace. Expose it in Pervasives.Alain Frisch2013-10-142-0/+6
* | Fix typos and wording (#6231).Alain Frisch2013-11-081-3/+3
|/
* build: replace ocamlcomp*.sh.Wojciech Meyer2013-09-201-11/+2
* #6180: efficient creation of uninitialized float arrays.Alain Frisch2013-09-172-0/+4
* Format: pp_print_list and pp_print_text, contributed by Daniel BünzliGabriel Scherer2013-09-132-0/+56
* remove leftover conflicts from .dependDamien Doligez2013-09-041-139/+0
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-045-9/+151
* PR#6148: speed improvement for Buffer (patch by John Whitington).Alain Frisch2013-08-301-5/+5
* PR#6116: more efficient implementation of Digest.to_hex [patch by ygrek]Gabriel Scherer2013-08-041-1/+5
* PR#4243: make the Makefiles parallelizableDamien Doligez2013-07-242-141/+259
* PR#5644: a dumbed-down fix to fix the observable effect (Stream.of_string) wi...Gabriel Scherer2013-07-212-2/+18
* Revert the changes of revision 12682 (PR#5644 Stream.count broken when used w...Gabriel Scherer2013-07-211-57/+34
* PR#5739: Printf.printf "%F" and nan/infinity/neg_infinity.Xavier Leroy2013-07-191-5/+11
* #5899: expose Printexc.get_callstack. (Cherry-picked 13884, 13885 from trunk.)Alain Frisch2013-07-112-1/+17
* #4986. Add two common operations: List.sort_uniq (more efficient that sorting...Alain Frisch2013-07-095-0/+142
* PR#4079: Queue.copy is now tail-recursive (patch from "Cristophe" on the bugt...Gabriel Scherer2013-06-161-6/+7
* PR#5827: provide a dynamic command line parsing mechanismDamien Doligez2013-06-132-3/+31
* typo and reformatting of commentsDamien Doligez2013-06-061-7/+9
* Revert r13746 (demanded by Xavier)Fabrice Le Fessant2013-06-052-38/+0
* Add String.split and String.cut_at from MiscFabrice Le Fessant2013-06-052-0/+38
* Add |> and @@ operators to PervasivesFabrice Le Fessant2013-06-032-0/+19
* fix scanf.ml buildHongbo Zhang2013-06-021-1/+1
* A thoroughly revised documentation for format strings.Pierre Weis2013-06-011-21/+49
* Better error messages for binary/octal/hexa integer scanning.Pierre Weis2013-06-011-5/+5
* Wrong quoting chase.Pierre Weis2013-05-2912-70/+76
* Better documentation of meta format conversion.Pierre Weis2013-05-291-2/+3
* PR#6024: Format syntax for printing @ is incompatible with 3.12.1Damien Doligez2013-05-292-3/+4
* fix the buggy parser example in the Genlex documentation (issue reported by A...Gabriel Scherer2013-04-281-6/+7
* Revert sprintf type. Add a new function to support %a conversions in sprintf ...Pierre Weis2013-04-252-3/+16
* Details.Pierre Weis2013-04-252-2/+5
* Complete rewriting of Format.mk_printf. Convergence between Printf and Format...Pierre Weis2013-04-242-218/+227
* Exporting count_printing_arguments_of_format and add_int_index.Pierre Weis2013-04-241-0/+3
* PR#5973 (old @ escape was still implemented in Format) + bootstrap.Pierre Weis2013-04-231-3/+0
* PR#4978: Better wording.Wojciech Meyer2013-04-181-11/+6
* Typo.Alain Frisch2013-04-181-1/+1
* PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy2013-04-182-6/+24
* #5977: ensure that bootstrapping on 64-bit does not produce 64-bit constants ...Alain Frisch2013-04-091-10/+11
* PR#4978: add a warning to the Marshal module documentation about using marsha...Wojciech Meyer2013-04-041-1/+11
* @@ should be written \@\@ for Ocamldoc...Pierre Weis2013-03-191-27/+33
* Typo: get_formatter_out_functions was redefined. Doc.Pierre Weis2013-03-191-6/+8
* Details.Pierre Weis2013-03-191-12/+12