summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* mergeMark Shinwell2015-11-303-48/+82
|\
| * support for hexadecimal float notation in (scanf '%F')Benoit Vaugon2015-11-281-26/+71
| * Use the extension_constructor type in ObjJeremie Dimino2015-11-272-22/+11
* | fix opaqueMark Shinwell2015-11-272-2/+2
* | Merge remote-tracking branch 'ocaml/trunk' into flambda_trunkMark Shinwell2015-11-262-33/+60
|\ \ | |/
| * arg: Allow flags such as --flag=arg as well as --flag arg.Richard W.M. Jones2015-11-252-8/+29
| * arg: Add no_arg and get_arg helper functions.Richard W.M. Jones2015-11-251-29/+35
* | Merge remote-tracking branch 'ocaml/trunk' into flambda_trunkMark Shinwell2015-11-242-4/+3
|\ \ | |/
| * Doc (catenate -> concatenate, which is more common and coherent with other do...alainfrisch2015-11-241-3/+2
| * Document that ( @ ) is not tail recursiveHezekiah M. Carty2015-11-241-1/+1
* | implement Pervasives.opaqueMark Shinwell2015-11-232-0/+11
* | merge with upstream trunkMark Shinwell2015-11-234-23/+35
|\ \ | |/
| * make Stack.length constant-timeygrek2015-11-222-9/+9
| * update the doc of Map.(add, remove, filter)iguer2015-11-221-2/+5
| * Map.add x y m returns the original map if x is already bound to a value that ...iguer2015-11-222-5/+10
| * Map.filter returns the original map when the given predicate satisfies all th...iguer2015-11-222-3/+6
| * Map.remove returns the original map when the binding to be removed is not pre...iguer2015-11-222-6/+7
* | Obj warningsMark Shinwell2015-11-191-0/+4
* | bootstrapMark Shinwell2015-11-191-37/+37
* | dependenciesMark Shinwell2015-11-191-37/+37
* | merge falloutMark Shinwell2015-11-191-10/+2
* | merge with trunkMark Shinwell2015-11-1926-296/+530
|\ \ | |/
| * GPR#268: Hexadecimal notation for floating-point numbersXavier Leroy2015-11-196-22/+121
| |\
| | * 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
| * | Deprecating invariant non-compliant and error prone fscanf and kfscanf functi...pierreweis2015-11-121-20/+23
| * | Better documentation, in particular for Scanning.in_channel value usage.pierreweis2015-11-121-26/+29
| * | Adding a tag for depecated tabbing boxes.pierreweis2015-11-121-30/+20
| * | Merge pull request #280 from mshinwell/parallel-make-fixesXavier Leroy2015-11-112-58/+61
| |\ \
| | * | fix stdlib dependencies for .p.cmxMark Shinwell2015-11-042-58/+61
| * | | simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/c...Damien Doligez2015-11-061-8/+0
| * | | Make `Pervasives.ldexp` unboxed and noallocFrançois Bobot2015-11-052-2/+5
| * | | Make `Sys.time` unboxed and noallocFrançois Bobot2015-11-052-2/+4
| |/ /
| * | Merge branch 'trunk' of github.com:ocaml/ocaml into unbox_classify_floatalainfrisch2015-11-0310-26/+166
| |\ \
| | * | Switch a few externals to [@@unboxed]Jeremie Dimino2015-11-036-20/+60
| | * | Merge pull request #267 from yallop/faster-ifprintfGabriel Scherer2015-10-314-6/+106
| | |\ \
| | | * | Use make_iprintf to build Format.ikfprintf and Format.ifprintf.Jeremy Yallop2015-10-271-4/+1
| | | * | Use make_iprintf to build Printf.ikfprintf and Printf.ifprintf.Jeremy Yallop2015-10-271-1/+1
| | | * | Add make_iprintf (make_printf optimised for ifprintf) to CamlinternalFormat.Jeremy Yallop2015-10-272-1/+104
| * | | | Avoid boxing floats when calling Pervasives.classify_float.alainfrisch2015-10-282-2/+4
| |/ / /
| * | | Code cleanup: replace let-binding of type unit with sequence.alainfrisch2015-10-273-7/+7
| |/ /
| * | Fix compilation error for GPR#238 mergeMark Shinwell2015-10-261-3/+0
| * | Merge pull request #238 from chambart/less_unsafe_CamlinternalOOMark Shinwell2015-10-261-21/+43
| |\ \
| | * | Change static to dynamic checks in camlinternalOOPierre Chambart2015-09-211-29/+25
| | * | Clean cruft from camlinternalOOPierre Chambart2015-09-211-5/+0
| | * | Get rid of some more casts in CamlinternalOOPierre Chambart2015-09-151-23/+53
| | * | Make CamlinternalOO a bit less unsafePierre Chambart2015-09-141-5/+6
| * | | New representation for queues, avoiding Obj.magicGabriel Scherer2015-10-251-114/+79
| * | | Remove dead code.Alain Frisch2015-10-164-4/+1
| * | | GPR#254: @ocaml.arg_on_literal_pattern attribute on constructorsAlain Frisch2015-10-151-15/+27