| Commit message (Expand) | Author | Age | Files | Lines |
* | PR#5179: giant steps towards a Mingw64 port. | Xavier Leroy | 2011-12-21 | 9 | -79/+340 |
* | Fix #5393: make sure -R is only passed to the linker with a BSD that has a BS... | Jonathan Protzenko | 2011-12-21 | 1 | -0/+1 |
* | correct syntax highlighting in emacs (continued) | Damien Doligez | 2011-12-21 | 2 | -4/+7 |
* | continuing to change the name to OCaml | Damien Doligez | 2011-12-21 | 12 | -30/+30 |
* | cygwin is changing from Windows-based to X-based tcl/tk | Damien Doligez | 2011-12-21 | 1 | -4/+0 |
* | PR#5410: fix printing of class application with Camlp4 | Jérémie Dimino | 2011-12-21 | 1 | -1/+1 |
* | Fix #5382: EOPNOTSUPP and ENOTSUPP different on exotic platforms (Solaris, GN... | Jonathan Protzenko | 2011-12-21 | 1 | -1/+10 |
* | OCaml, not Objective Caml, I get it. | Xavier Leroy | 2011-12-21 | 2 | -2/+2 |
* | Module Array: faster implementations of "blit", "copy", "sub", | Xavier Leroy | 2011-12-21 | 7 | -72/+240 |
* | Fix #5434: implement times in win32unix (partially). | Jonathan Protzenko | 2011-12-21 | 3 | -4/+37 |
* | New syntax for 'custom let bindings': let.simple_expr pat = expr in expr | Alain Frisch | 2011-12-21 | 4 | -35/+8 |
* | PR#5374: be consistent for locations of type declarations between Camlp4 and ... | Jérémie Dimino | 2011-12-20 | 1 | -3/+3 |
* | Avoid creating malformed location in Camlp4 when no token is consumed | Jérémie Dimino | 2011-12-20 | 1 | -2/+10 |
* | PR#4746: wrong detection of stack overflows in native code under Linux | Xavier Leroy | 2011-12-20 | 6 | -70/+17 |
* | Cosmetic: old-style K&R function -> new style prototyped function | Xavier Leroy | 2011-12-20 | 1 | -3/+1 |
* | Fix pretty-printing of let-like operators. | Alain Frisch | 2011-12-20 | 1 | -3/+3 |
* | let-like operators. | Alain Frisch | 2011-12-20 | 3 | -0/+32 |
* | PR#4880: added appropriate event to "assert" so that it shows up properly in ... | Xavier Leroy | 2011-12-20 | 2 | -6/+9 |
* | New option to force the compilers to show absolute paths in error messages. | Alain Frisch | 2011-12-20 | 14 | -9/+55 |
* | Fix ocamlnet. | Alain Frisch | 2011-12-20 | 1 | -1/+1 |
* | PR#5416: better implementation of set/clear_close_on_exec | Xavier Leroy | 2011-12-20 | 2 | -8/+6 |
* | PR#4869: rare collisions between assembly labels for code and data | Xavier Leroy | 2011-12-18 | 8 | -14/+36 |
* | Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS. | Xavier Leroy | 2011-12-18 | 2 | -36/+2 |
* | Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS, | Xavier Leroy | 2011-12-17 | 1 | -47/+6 |
* | Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS, | Xavier Leroy | 2011-12-17 | 1 | -45/+3 |
* | Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS. | Xavier Leroy | 2011-12-17 | 34 | -7863/+11 |
* | The "DBM" library (interface with Unix DBM key-value stores) is no | Xavier Leroy | 2011-12-17 | 15 | -401/+9 |
* | #5358: update the Camlp4 ast translator to support constraints on types in su... | Jérémie Dimino | 2011-12-16 | 1 | -2/+2 |
* | Fix printing of GADTs by Camlp4 with original syntax | Jérémie Dimino | 2011-12-16 | 1 | -1/+6 |
* | #5358: update Camlp4 to support constraints on types in sub-modules in packag... | Jérémie Dimino | 2011-12-16 | 1 | -2/+2 |
* | Merged proc_nt.ml into proc.ml in directories asmcomp/i386 and asmcomp/amd64. | Xavier Leroy | 2011-12-16 | 10 | -459/+148 |
* | trim module signatures | Jacques Garrigue | 2011-12-15 | 1 | -3/+22 |
* | A patch adding primitives to browse types in the toplevel | Jacques Garrigue | 2011-12-15 | 1 | -0/+141 |
* | Fix PR#5425 and PR#5427 | Jacques Garrigue | 2011-12-15 | 5 | -14/+106 |
* | #5411: close input channel when loading a .cmo file fails in the toplevel. | Alain Frisch | 2011-12-14 | 1 | -28/+37 |
* | Update Changes. | Alain Frisch | 2011-12-14 | 1 | -0/+5 |
* | #5358: package types allow constraints on typed in sub-modules. Camlp4 compil... | Alain Frisch | 2011-12-14 | 16 | -30/+47 |
* | remove conflict | Jacques Garrigue | 2011-12-14 | 1 | -9/+9 |
* | Boostrap ocamlbuild (#5338). | Alain Frisch | 2011-12-14 | 1 | -0/+0 |
* | Doc. | Alain Frisch | 2011-12-13 | 2 | -2/+2 |
* | #5411: New #load_rec primitive for the toplevel (finds and loads .cmo files r... | Alain Frisch | 2011-12-13 | 3 | -3/+26 |
* | #5420: fix. | Alain Frisch | 2011-12-13 | 1 | -4/+4 |
* | #5420: adding a O_SHARE_DELETE flag to Unix.openfile, for enabling FILE_SHARE... | Alain Frisch | 2011-12-13 | 7 | -5/+15 |
* | PR#5306: comparing values of type Thread.t | Xavier Leroy | 2011-12-13 | 1 | -1/+8 |
* | #5338: sanitize.sh has windows style end-of-lines (mingw). | Alain Frisch | 2011-12-13 | 1 | -1/+3 |
* | #5179: the 'official' 32-bit mingw compiler is now the one from the mingw-w64... | Alain Frisch | 2011-12-12 | 4 | -25/+48 |
* | Fix for Windows. | Alain Frisch | 2011-12-12 | 1 | -0/+1 |
* | Add counter-example for PR#5343 | Jacques Garrigue | 2011-12-12 | 1 | -0/+13 |
* | fix PR#5343 | Jacques Garrigue | 2011-12-10 | 2 | -15/+25 |
* | add test for polymorphic variants | Jacques Garrigue | 2011-12-10 | 3 | -0/+19 |