Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | fix wrong comment syntax for header in asmrun/i386nt.asm | Damien Doligez | 2016-02-19 | 1 | -14/+14 | |
| | | | | ||||||
* | | | | fix wrong comment syntax for header in asmrun/amd64nt.asm | Damien Doligez | 2016-02-19 | 1 | -14/+14 | |
| | | | | ||||||
* | | | | fix Windows makefile | Damien Doligez | 2016-02-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | testsuite: fix syntax error in Makefile.one | Damien Doligez | 2016-02-19 | 1 | -5/+5 | |
| | | | | ||||||
* | | | | tweak tools/ci-build | Damien Doligez | 2016-02-19 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Merge pull request #470 from gasche/cla-instructions | Gabriel Scherer | 2016-02-19 | 1 | -0/+12 | |
|\ \ \ \ | | | | | | | | | | | CONTRIBUTING: how to sign the CLA | |||||
| * | | | | CONTRIBUTING: how to sign the CLA | Gabriel Scherer | 2016-02-12 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This summarizes Xavier's recommendations at https://github.com/ocaml/ocaml/pull/342#issuecomment-178720630 which were later reused at https://github.com/ocaml/ocaml/pull/307#issuecomment-183356057 In particular this should create a URL anchor to direct people to: https://github.com/ocaml/ocaml/blob/trunk/CONTRIBUTING.md#how-to-sign-the-cla | |||||
* | | | | | add a file in compilerlibs to make git happy | Damien Doligez | 2016-02-19 | 2 | -2/+7 | |
| | | | | | ||||||
* | | | | | tweak tools/check-typo and break more overlong lines | Damien Doligez | 2016-02-19 | 17 | -73/+121 | |
| | | | | | ||||||
* | | | | | fix syntax error in debug code in odoc_sig.ml | Damien Doligez | 2016-02-19 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | fix syntax error in Makefile.nt | Damien Doligez | 2016-02-19 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge branch 'remove-ocamlbuild-doc' into trunk | Gabriel Scherer | 2016-02-18 | 6 | -1079/+7 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | remove ocamlbuild from the manual | Gabriel Scherer | 2016-02-18 | 6 | -1079/+7 | |
| | |/ | |/| | | | | | | | | | | We leave a gutted-out chapter with a redirection to the github page for stability of anchors and to inform users. | |||||
* | | | first commit after branching 4.03 | Damien Doligez | 2016-02-18 | 1 | -1/+1 | |
|/ / | ||||||
* | | last commit before branching 4.03 | Damien Doligez | 2016-02-18 | 1 | -1/+1 | |
| | | ||||||
* | | Update headers for the new license. | Damien Doligez | 2016-02-18 | 1607 | -16938/+20622 | |
| | | | | | | | | Remains to be done: remove all headers in testsuite/tests. | |||||
* | | tools/check-typo: switch to new header format | Damien Doligez | 2016-02-17 | 1 | -9/+19 | |
| | | ||||||
* | | testsuite: fix bug where failed tests would be ignored | Damien Doligez | 2016-02-17 | 1 | -1/+4 | |
| | | ||||||
* | | clean up whitespace and cut long lines | Damien Doligez | 2016-02-17 | 284 | -12081/+12307 | |
| | | ||||||
* | | rename LICENSE file for the manual | Damien Doligez | 2016-02-16 | 1 | -0/+0 | |
| | | ||||||
* | | remove useless compilerlibs/.gitignore | Damien Doligez | 2016-02-16 | 1 | -0/+0 | |
| | | ||||||
* | | remove old .cvsignore files | Damien Doligez | 2016-02-16 | 4 | -21/+0 | |
| | | ||||||
* | | check-typo: no header needed for files shorter than 10 lines | Damien Doligez | 2016-02-16 | 1 | -4/+7 | |
|/ | ||||||
* | Merge pull request #408 from btj/trunk | Damien Doligez | 2016-02-12 | 9 | -30/+159 | |
|\ | | | | | Fixes bugs in stack unwinding metadata (PR#7118,7120) | |||||
| * | Some fixes in the Makefile for the test case | Bart Jacobs | 2016-02-11 | 1 | -8/+12 | |
| | | ||||||
| * | Fixed unwind test case output syntax | Bart Jacobs | 2016-01-29 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed bug in 'clean' script | Bart Jacobs | 2016-01-18 | 1 | -2/+2 | |
| | | ||||||
| * | Eliminated a bash dependency | Bart Jacobs | 2016-01-18 | 1 | -1/+1 | |
| | | ||||||
| * | Add README file motivating unwind test case | Bart Jacobs | 2016-01-18 | 1 | -0/+9 | |
| | | ||||||
| * | Add test case for unwind info | Bart Jacobs | 2016-01-18 | 5 | -0/+103 | |
| | | | | | | | | | | This test case runs only on OS X. It serves as a regression test for PR#7120. | |||||
| * | Add missing unwind info for 'caml_start_program' | Bart Jacobs | 2016-01-18 | 1 | -24/+24 | |
| | | | | | | | | | | | | This enables correct stack unwinding, and helps prevent random crashes on OS X due to Cocoa or other Objective-C (or C++) external functions walking our stack. | |||||
| * | Enabled full stack trace in platform debuggers | Bart Jacobs | 2016-01-09 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | Platform debuggers such as `gdb` and `lldb` can now show a full stack trace for call stacks that include ocamlopt-generated code. Specifically, this commit adds base pointer information to the stack unwinding metadata of runtime function `caml_start_program`. | |||||
| * | Fixed some bugs in stack unwinding metadata of runtime routines | Bart Jacobs | 2016-01-09 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | It's easy to forget that the assembler ignores the program's control flow when computing the resulting CFA offset of the various CFI_ADJUST directives. Note that unbalanced CFI_ADJUST directives in one assembly routine cause all offsets in all subsequent routines to be shifted by the corresponding amount. | |||||
| * | Updated Changelog | Bart Jacobs | 2016-01-09 | 1 | -0/+3 | |
| | | ||||||
| * | Add missing .cfi_adjust_cfa_offset before .cfi_endproc | Bart Jacobs | 2016-01-08 | 1 | -0/+7 | |
| | | | | | | | | Fixes bug 7120. | |||||
* | | Merge pull request #467 from Octachron/manual_4.03.0_end | Damien Doligez | 2016-02-12 | 3 | -112/+159 | |
|\ \ | | | | | | | Manual: #help directive and immediate attribute | |||||
| * | | Manual: fix toplevel directives | octachron | 2016-02-11 | 1 | -4/+4 | |
| | | | ||||||
| * | | Manual: immediate attribute | octachron | 2016-02-11 | 1 | -0/+14 | |
| | | | ||||||
| * | | Manual: synchronize the manual and toplevel help | octachron | 2016-02-11 | 2 | -112/+145 | |
| | | | ||||||
* | | | Tidy up new command-line parameters | Leo White | 2016-02-11 | 17 | -233/+305 | |
| | | | ||||||
* | | | Fix ocamlnat build (again) | Mark Shinwell | 2016-02-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Make warning 59 less unhelpful (includes work by Runhang Li) | Mark Shinwell | 2016-02-11 | 9 | -6/+29 | |
| | | | ||||||
* | | | Merge pull request #466 from lpw25/ocamlc-opaque | Alain Frisch | 2016-02-11 | 4 | -3/+6 | |
|\ \ \ | |/ / |/| | | Enable opaque option in ocamlc | |||||
| * | | Enable opaque option in ocamlc | Leo White | 2016-02-11 | 4 | -3/+6 | |
| | | | ||||||
* | | | Fix typo in 0665172 | Mark Shinwell | 2016-02-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix incorrect attribute in pr3612 test | Mark Shinwell | 2016-02-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Build stdlib, etc. with -O3 in Flambda mode | Mark Shinwell | 2016-02-11 | 5 | -6/+31 | |
|/ / | ||||||
* | | Merge pull request #462 from dra27/pr6120 | Damien Doligez | 2016-02-11 | 13 | -52/+622 | |
|\ \ | | | | | | | MPR#6120: Windows symlinks and corrected stat implementation | |||||
| * | | Use new stat implementation for fstat on Windows | David Allsopp | 2016-02-10 | 2 | -31/+47 | |
| | | | ||||||
| * | | Populate st_ino for Unix.stat/lstat on Windows | David Allsopp | 2016-02-10 | 1 | -32/+22 | |
| | | |