summaryrefslogtreecommitdiff
path: root/bytecomp/bytepackager.ml
Commit message (Expand)AuthorAgeFilesLines
* Fix #8769 (#8770)Leo White2019-06-281-0/+1
* Refactor load path management and initial environmentJeremie Dimino2019-01-301-1/+1
* Remove positions from pathsLeo White2018-11-211-1/+1
* Add option to dump the output of e.g. -dlambda in a file (#1913)sliquister2018-07-271-6/+6
* Use reraise_raw_backtrace in Misc.try_finallyFrançois Bobot2018-07-251-6/+6
* Just some tbl things. (#1699)Gabriel Radanne2018-07-231-5/+4
* Print warnings on the warnings formatter in the couple of places that don'tValentin Gatien-Baron2018-07-151-10/+10
* Compiler: -compat-32 flag when building cmo/cma. (#896)hhugo2017-05-051-1/+3
* PR#7479: make sure "ocamlc -pack" is only given .cmo and .cmi files, and that...Xavier Leroy2017-02-191-20/+22
* Fix lack of link error when missing modules providing externals (#837, PR#7371)Pierre Chambart2016-12-141-3/+13
* Also remove linking hack for bytecodePierre Chambart2016-07-081-0/+9
* More warnings when compiling the compiler.alainfrisch2016-03-151-2/+2
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* Useless bindings, unit patterns, whitespace.alainfrisch2016-01-191-2/+1
* PR6695: Make sure the compiler only uses ASCII string functions.Gabriel Scherer2014-12-211-2/+2
* merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez2014-10-151-1/+2
* Add reset functions to make modules reentrant when used through compiler-libsFabrice Le Fessant2014-05-091-0/+6
* re-commit Leo's weak-dependencies pull requestJacques Garrigue2014-05-071-1/+2
* revert commit 14719Jacques Garrigue2014-05-021-2/+1
* weak dependencies with -trans-mod (github/ocamllabs/weak-depends 45e980a,2185...Mark Shinwell2014-05-011-1/+2
* merge branch "safe-string"Damien Doligez2014-04-291-7/+10
* PR#6270: remove need for -I directives to ocamldebug in common caseGabriel Scherer2014-04-061-0/+8
* Revert "PR#6270: remove need for -I directives to ocamldebug in common case (...Gabriel Scherer2014-03-311-8/+0
* PR#6270: remove need for -I directives to ocamldebug in common case (patch by...Xavier Clerc2014-03-311-0/+8
* Quick fix of PR#6325Jacques Garrigue2014-02-171-0/+2
* Continue.Alain Frisch2013-09-121-0/+7
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-041-2/+3
* #5832: patch to improve 'wrong file naming' error messages.Alain Frisch2013-04-291-6/+7
* fix a few problems with whitespace and over-long linesDamien Doligez2013-03-091-9/+16
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* clean up TABs and whitespaceDamien Doligez2012-07-301-3/+3
* #5527: absolute filenames for more error messages.Alain Frisch2012-03-071-5/+9
* refactoring the "read n bytes from a channel into a new string" idiomDamien Doligez2012-02-231-2/+1
* Reverting bad commit.Alain Frisch2012-01-201-10/+10
* Fix #5490.Alain Frisch2012-01-201-10/+10
* Fix PR#5461Fabrice Le Fessant2012-01-171-10/+10
* merge branches/gadtsJacques Garrigue2011-07-291-9/+10
|\
| * first commitJacques Le Normand2010-09-131-9/+10
* | renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* | merge changes from 3.12.0 to 3.12.1Damien Doligez2011-07-201-10/+22
|/
* PR#4975: spelling mistakes "overriden" and "informations"Damien Doligez2010-05-211-1/+1
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-201-11/+15
* Better handling of multiple extensions (foo.d.cmo, foo.p.cmx...)Nicolas Pouillard2007-02-231-2/+2
* Deplacement des infos de format des .cmo et .cma dans Cmo_formatXavier Leroy2006-05-111-1/+1
* Pour l'option -pack, ajout possibilite de donner des .cmi sur la ligne de com...Xavier Leroy2004-04-091-37/+64
* open inutileXavier Leroy2003-03-101-1/+0
* Pour l'option -pack, permettre de donner une interface explicite (via un .mli...Xavier Leroy2003-03-061-36/+18
* Ajout du packaging d'unites de compilation (option -pack)Xavier Leroy2002-02-081-0/+243