summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PR#5179: giant steps towards a Mingw64 port.Xavier Leroy2011-12-219-79/+340
* Fix #5393: make sure -R is only passed to the linker with a BSD that has a BS...Jonathan Protzenko2011-12-211-0/+1
* correct syntax highlighting in emacs (continued)Damien Doligez2011-12-212-4/+7
* continuing to change the name to OCamlDamien Doligez2011-12-2112-30/+30
* cygwin is changing from Windows-based to X-based tcl/tkDamien Doligez2011-12-211-4/+0
* PR#5410: fix printing of class application with Camlp4Jérémie Dimino2011-12-211-1/+1
* Fix #5382: EOPNOTSUPP and ENOTSUPP different on exotic platforms (Solaris, GN...Jonathan Protzenko2011-12-211-1/+10
* OCaml, not Objective Caml, I get it.Xavier Leroy2011-12-212-2/+2
* Module Array: faster implementations of "blit", "copy", "sub",Xavier Leroy2011-12-217-72/+240
* Fix #5434: implement times in win32unix (partially).Jonathan Protzenko2011-12-213-4/+37
* New syntax for 'custom let bindings': let.simple_expr pat = expr in exprAlain Frisch2011-12-214-35/+8
* PR#5374: be consistent for locations of type declarations between Camlp4 and ...Jérémie Dimino2011-12-201-3/+3
* Avoid creating malformed location in Camlp4 when no token is consumedJérémie Dimino2011-12-201-2/+10
* PR#4746: wrong detection of stack overflows in native code under LinuxXavier Leroy2011-12-206-70/+17
* Cosmetic: old-style K&R function -> new style prototyped functionXavier Leroy2011-12-201-3/+1
* Fix pretty-printing of let-like operators.Alain Frisch2011-12-201-3/+3
* let-like operators.Alain Frisch2011-12-203-0/+32
* PR#4880: added appropriate event to "assert" so that it shows up properly in ...Xavier Leroy2011-12-202-6/+9
* New option to force the compilers to show absolute paths in error messages.Alain Frisch2011-12-2014-9/+55
* Fix ocamlnet.Alain Frisch2011-12-201-1/+1
* PR#5416: better implementation of set/clear_close_on_execXavier Leroy2011-12-202-8/+6
* PR#4869: rare collisions between assembly labels for code and dataXavier Leroy2011-12-188-14/+36
* Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS.Xavier Leroy2011-12-182-36/+2
* Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS,Xavier Leroy2011-12-171-47/+6
* Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS,Xavier Leroy2011-12-171-45/+3
* Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS.Xavier Leroy2011-12-1734-7863/+11
* The "DBM" library (interface with Unix DBM key-value stores) is noXavier Leroy2011-12-1715-401/+9
* #5358: update the Camlp4 ast translator to support constraints on types in su...Jérémie Dimino2011-12-161-2/+2
* Fix printing of GADTs by Camlp4 with original syntaxJérémie Dimino2011-12-161-1/+6
* #5358: update Camlp4 to support constraints on types in sub-modules in packag...Jérémie Dimino2011-12-161-2/+2
* Merged proc_nt.ml into proc.ml in directories asmcomp/i386 and asmcomp/amd64.Xavier Leroy2011-12-1610-459/+148
* trim module signaturesJacques Garrigue2011-12-151-3/+22
* A patch adding primitives to browse types in the toplevelJacques Garrigue2011-12-151-0/+141
* Fix PR#5425 and PR#5427Jacques Garrigue2011-12-155-14/+106
* #5411: close input channel when loading a .cmo file fails in the toplevel.Alain Frisch2011-12-141-28/+37
* Update Changes.Alain Frisch2011-12-141-0/+5
* #5358: package types allow constraints on typed in sub-modules. Camlp4 compil...Alain Frisch2011-12-1416-30/+47
* remove conflictJacques Garrigue2011-12-141-9/+9
* Boostrap ocamlbuild (#5338).Alain Frisch2011-12-141-0/+0
* Doc.Alain Frisch2011-12-132-2/+2
* #5411: New #load_rec primitive for the toplevel (finds and loads .cmo files r...Alain Frisch2011-12-133-3/+26
* #5420: fix.Alain Frisch2011-12-131-4/+4
* #5420: adding a O_SHARE_DELETE flag to Unix.openfile, for enabling FILE_SHARE...Alain Frisch2011-12-137-5/+15
* PR#5306: comparing values of type Thread.tXavier Leroy2011-12-131-1/+8
* #5338: sanitize.sh has windows style end-of-lines (mingw).Alain Frisch2011-12-131-1/+3
* #5179: the 'official' 32-bit mingw compiler is now the one from the mingw-w64...Alain Frisch2011-12-124-25/+48
* Fix for Windows.Alain Frisch2011-12-121-0/+1
* Add counter-example for PR#5343Jacques Garrigue2011-12-121-0/+13
* fix PR#5343Jacques Garrigue2011-12-102-15/+25
* add test for polymorphic variantsJacques Garrigue2011-12-103-0/+19