summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* cut long linesDamien Doligez2010-05-051-19/+23
* New -help-warnings command-line option.Alain Frisch2010-05-042-0/+46
* Update comment.Alain Frisch2010-05-041-2/+1
* Allow range of warnings and synchronize default for warnings given in usage i...Alain Frisch2010-05-041-16/+20
* Fix bug #5043.Alain Frisch2010-05-041-2/+2
* make command-line parsing forward-compatibleDamien Doligez2010-04-301-11/+13
* make duplicate definitions a warning rather than an errorJacques Garrigue2010-04-302-2/+8
* PR#4741: put -L options before file names, which can be -lxxxXavier Leroy2010-04-281-1/+1
* fixed several build problemsDamien Doligez2010-04-221-1/+2
* PR#4996: Subst.compose revised; Tbl.fold added.Xavier Leroy2010-04-202-0/+7
* merge branches/overrideJacques Garrigue2010-04-082-4/+10
* numbering problem in commentsDamien Doligez2010-01-292-26/+26
* clean up spaces and tabsDamien Doligez2010-01-222-3/+3
* merge changes from release/3.11.1 to release/3.11.2Damien Doligez2010-01-201-1/+1
* PR#4940: get rid of naked end-of-lines in string constants + add warning 29Damien Doligez2010-01-072-3/+9
* PR#4947 bug in parsing of warning optionsDamien Doligez2009-12-221-13/+9
* Using -strict-sequence to compile the compiler.Pierre Weis2009-12-091-1/+1
* Adding the -strict-sequence option.Pierre Weis2009-12-092-0/+2
* added warning 28: wildcard arg to constant constructorDamien Doligez2009-11-192-2/+7
* fine-grained control of warningsDamien Doligez2009-11-022-120/+195
* Merge first class modules: svn merge -r 9369:9396 $caml/branches/fstclassmod.Alain Frisch2009-10-262-6/+6
* New warning `not all labels are mentioned in this record pattern'Xavier Leroy2009-10-222-4/+4
* As discussed at the latest consortium meeting:Xavier Leroy2009-09-122-0/+6
* Added option -no-app-funct to turn off applicative functorsXavier Leroy2009-07-152-0/+2
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-204-8/+29
* merge changes from 3.10.2merged to 3.11.0Damien Doligez2008-12-033-11/+16
* "invalid module name" becomes a warningDamien Doligez2008-10-062-0/+5
* Enable to (old) -dlcode option by default. -nodynlink disables it.Alain Frisch2008-07-151-1/+1
* Cleanup + pass -Wl,-E to linker when linking dynlink.cma in custom mode.Alain Frisch2008-04-164-12/+0
* merge changes 3.10.0 -> 3.10.1Damien Doligez2008-01-112-0/+5
* [build] Adapt utils/config.mlbuild to native dynlink.Nicolas Pouillard2007-11-271-12/+13
* Same in native code.Alain Frisch2007-11-154-18/+26
* Improve -output-obj: can now build directly a dynamic library (with all the c...Alain Frisch2007-11-154-1/+7
* Cleanup and factorization of linker-related code.Alain Frisch2007-11-154-38/+51
* Flexdll now takes care of /subsystem:consoleAlain Frisch2007-11-131-6/+1
* Keep the variable MKSHAREDLIB from the configure script.Alain Frisch2007-11-122-0/+3
* Bump limit before producing diversion. Pass /subsystem:console also on Win64.Alain Frisch2007-11-081-2/+3
* Merge the natdynlink branch into HEAD.Alain Frisch2007-11-064-16/+15
* Can select which assembler to use at configuration time (PR#4171)Xavier Leroy2007-10-302-0/+7
* New magic numbers for AST.Pierre Weis2007-10-091-3/+3
* ajout des annotations pour variables et appels terminauxDamien Doligez2007-05-162-2/+2
* Invocation of mt.exe (from D.Weil)Xavier Leroy2007-02-251-1/+1
* Better handling of multiple extensions (foo.d.cmo, foo.p.cmx...)Nicolas Pouillard2007-02-232-0/+18
* *** empty log message ***Nicolas Pouillard2007-02-071-1/+1
* deplacement du numero de version -> fichier VERSION a la racineDamien Doligez2007-02-071-1/+1
* Add some .itarget files. Add also _tags, myocamlbuild.ml, myocamlbuild_config...Nicolas Pouillard2007-02-071-0/+124
* Stack backtraces on uncaught exceptions in native code (merge of the opt_back...Xavier Leroy2007-01-291-1/+1
* PR#4156 increment AST magic numbersDamien Doligez2006-11-151-2/+2
* Attempt to support Visual C++ 2005. Remain to be tested.Xavier Leroy2006-09-232-0/+14
* Corrrect fragile matchingLuc Maranget2006-09-212-11/+9