| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create .annot and .cmt files atomically, like .cmi filesatomic_write_cmi | Xavier Leroy | 2017-09-01 | 5 | -53/+71 |
| * | MPR#7472: create .cmi files atomically | Xavier Leroy | 2017-08-30 | 2 | -2/+22 |
| * | Reimplement Sys.rename under Win32 to be more POSIX (#1306) | Xavier Leroy | 2017-08-30 | 11 | -22/+206 |
| * | Merge pull request #1310 from shindere/fix-make-alldepend | Xavier Leroy | 2017-08-30 | 1 | -1/+1 |
| |\ |
|
| | * | Fix `make alldepend`: don't build dependencies for num (#1310) | Sébastien Hinderer | 2017-08-30 | 1 | -1/+1 |
| |/ |
|
| * | Remove spurious semicolons after non-unit expressions (#1305) | Alain Frisch | 2017-08-29 | 6 | -34/+34 |
| * | Restore 32bit compilation (#1295) | David Allsopp | 2017-08-29 | 9 | -29/+53 |
| * | Merge pull request #1273 from garrigue/fix_mpr7519 | Leo White | 2017-08-29 | 4 | -7/+52 |
| |\ |
|
| | * | add Changes | Jacques Garrigue | 2017-08-29 | 1 | -0/+3 |
| | * | remove changes in ctype.ml and replace by a comment | Jacques Garrigue | 2017-08-29 | 1 | -2/+5 |
| | * | spurious semicolon | Jacques Garrigue | 2017-08-03 | 1 | -1/+1 |
| | * | move Ctype.generic_abbrev back to original | Jacques Garrigue | 2017-08-03 | 1 | -29/+29 |
| | * | add test | Jacques Garrigue | 2017-08-02 | 1 | -0/+18 |
| | * | expand all or nothing, to avoid combinatorial blow-up | Jacques Garrigue | 2017-08-02 | 1 | -15/+23 |
| | * | Fix PR#7519, but high cost in update_level | Jacques Garrigue | 2017-08-02 | 2 | -32/+45 |
| * | | Take PLT-clobbered registers into account at Ialloc (#1304) | Mark Shinwell | 2017-08-28 | 5 | -14/+49 |
| * | | Use Git's unzip rather than 7zip on AppVeyor (#1303) | David Allsopp | 2017-08-28 | 1 | -4/+3 |
| * | | In caml_executable_name(), tighten buffer allocation and clarify code | Xavier Leroy | 2017-08-25 | 1 | -2/+3 |
| * | | In caml_executable_name(), wrong test on the return code of readlink() | Xavier Leroy | 2017-08-25 | 1 | -1/+1 |
| * | | Merge pull request #1269 from sliquister/dont-stop-ticker-thread | Gabriel Scherer | 2017-08-25 | 5 | -23/+31 |
| |\ \ |
|
| | * | | Remove 50ms delay at exit for programs using threads | Valentin Gatien-Baron | 2017-08-24 | 5 | -23/+31 |
| * | | | Merge pull request #1300 from Octachron/manual_num_went_away | Xavier Leroy | 2017-08-22 | 4 | -48/+12 |
| |\ \ \ |
|
| | * | | | Minor rewording | Xavier Leroy | 2017-08-22 | 1 | -5/+5 |
| | * | | | manual: update after the separation of Num | octachron | 2017-08-21 | 4 | -50/+14 |
| * | | | | Merge pull request #1291 from Octachron/doc_reorganize_format_foreshadowing | Florian Angeletti | 2017-08-22 | 2 | -109/+117 |
| |\ \ \ \ |
|
| | * | | | | GPR#1291: wording and grammar fixes | octachron | 2017-08-21 | 1 | -3/+3 |
| | * | | | | Merge branch 'trunk' into doc_reorganize_format_foreshadowing | Gabriel Scherer | 2017-08-21 | 82 | -9283/+338 |
| | |\ \ \ \ |
|
| | * | | | | | GPR#1281 comments fixes and changes update | octachron | 2017-08-14 | 2 | -4/+3 |
| | * | | | | | GPR#1291 changes | octachron | 2017-08-14 | 1 | -0/+3 |
| | * | | | | | doc, format: pair each generic and stdout variant | octachron | 2017-08-14 | 1 | -102/+85 |
| | * | | | | | doc, format: introduce major features in preamble | octachron | 2017-08-13 | 1 | -9/+32 |
| * | | | | | | Merge pull request #1299 from gasche/cleanup-changes | Florian Angeletti | 2017-08-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | minor Changes cleanup | Gabriel Scherer | 2017-08-21 | 1 | -1/+1 |
| |/ / / / / / |
|
| * | | | | | | Merge pull request #1290 from Octachron/doc_reorganize_format | Gabriel Scherer | 2017-08-21 | 2 | -18/+20 |
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| | * | | | | | Add a change entry for GPR#615 | octachron | 2017-08-13 | 1 | -0/+6 |
| | * | | | | | doc, format: fix @since annotation | octachron | 2017-08-13 | 1 | -1/+1 |
| | * | | | | | doc, format: fix symbolic attachment issue | octachron | 2017-08-13 | 1 | -11/+7 |
| | * | | | | | doc, format: fix symbolic formatter metadata | octachron | 2017-08-13 | 1 | -7/+7 |
| | |/ / / / |
|
| * | | | | | Merge pull request #1297 from dra27/remove-windows-num | Xavier Leroy | 2017-08-20 | 4 | -20/+4 |
| |\ \ \ \ \ |
|
| | * | | | | | Remove num library from Windows Makefiles | David Allsopp | 2017-08-20 | 4 | -20/+4 |
| |/ / / / / |
|
| * | | | | | At installation time, remove some leftover files from otherlibs/num | Xavier Leroy | 2017-08-19 | 1 | -0/+4 |
| | |/ / /
|/| | | |
|
| * | | | | Merge pull request #1178 from ocaml/remove-libnum | Xavier Leroy | 2017-08-19 | 46 | -9014/+9 |
| |\ \ \ \ |
|
| | * | | | | Mention removal of otherlibs/num | Xavier Leroy | 2017-08-19 | 1 | -0/+7 |
| | * | | | | Remove otherlibs/numremove-libnum | Xavier Leroy | 2017-08-19 | 45 | -9014/+2 |
| |/ / / / |
|
| * | | | | Merge pull request #1296 from Denommus/emacs-startup-warnings | Gabriel Scherer | 2017-08-18 | 1 | -18/+18 |
| |\ \ \ \ |
|
| | * | | | | Fixing some Emacs startup warnings. | Yuri Albuquerque | 2017-08-18 | 1 | -18/+18 |
| |/ / / / |
|
| * | | | | Fix -nostdlib option to ocaml | David Allsopp | 2017-08-17 | 3 | -0/+7 |
| * | | | | Move complugin and friends from BYTECOMP to COMP (#1216) | Leo White | 2017-08-16 | 2 | -8/+13 |
| * | | | | Merge pull request #1292 from Octachron/MPR7604 | Gabriel Scherer | 2017-08-16 | 3 | -4/+6 |
| |\ \ \ \ |
|
| | * | | | | MPR#7604: minor Ephemeron documentation fixes | octachron | 2017-08-16 | 3 | -4/+6 |
| |/ / / / |
|