summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2009-05-20merge changes from ocaml3110 to ocaml3111rc0Damien Doligez
2009-03-31Updates with new ARM portXavier Leroy
2009-03-30Adding tests for %S scanning.Pierre Weis
2008-09-09Spurious regexp.opt was left by make clean.Pierre Weis
2008-09-09Wrong link orders for cmlinked.bin and bigarrf.bin.Pierre Weis
2008-09-09C primitive int_of_string has been renamed caml_int_of_string.Pierre Weis
2008-09-09Spurious warnings.Pierre Weis
2008-09-09Positional parameters are not yet available.Pierre Weis
2008-09-09Removing warnings.Pierre Weis
2008-09-09dimx and dimy were not declared.Pierre Weis
2008-09-09Abstract the fortran compiler.Pierre Weis
2008-09-09printf is declared in stdio.h.Pierre Weis
2008-09-09Cleaning spurious a.out. New test file tbuffer.ml.Pierre Weis
2008-09-09Semantics of %n has changed.Pierre Weis
2008-09-09A testbed for module Buffer.Pierre Weis
2008-08-07Reorganized the tests for recursive modulesXavier Leroy
2008-08-07PR#4512: check early for bad recursive type definitionsXavier Leroy
2008-08-07PR#4578, PR#4266: for 'include' constructs, recursively approximate instead o...Xavier Leroy
2008-08-01PR#4338: tail recursion in global_substitute, global_replace, and *split*Xavier Leroy
2008-07-15Enable to (old) -dlcode option by default. -nodynlink disables it.Alain Frisch
2008-07-14Files *.out are now left over files to be reported by cvs.Pierre Weis
2008-07-14Cleaning in main directory left spurious .cm* files here.Pierre Weis
2008-07-14PR#4223, PR#1508: added unsafe variants of Bigarray.Array{1,2,3}.{get,set}Xavier Leroy
2008-03-14Ability to print and capture exception backtraces (see stdlib module Printexc)Xavier Leroy
2008-03-12morematchLuc Maranget
2008-03-11morematch.ml more preciseLuc Maranget
2008-03-10New API for registration of global memory roots that are scanned in a generat...Xavier Leroy
2008-01-11merge changes 3.10.0 -> 3.10.1Damien Doligez
2008-01-11fixed big performance bug in weak hash tablesDamien Doligez
2008-01-03CleanupXavier Leroy
2007-11-28Adding a test for type based optimization for private abbrevs.Pierre Weis
2007-11-27More tests.Alain Frisch
2007-11-15Same in native code.Alain Frisch
2007-11-15Improve -output-obj: can now build directly a dynamic library (with all the c...Alain Frisch
2007-11-08Make it work under Win64.Alain Frisch
2007-11-08Under OpenBSD, one needs to link the pthread library in the main program.Alain Frisch
2007-11-08*** empty log message ***Alain Frisch
2007-11-06Ignoring .bin binaries.Pierre Weis
2007-11-06Adding a test for private abbrevs.Pierre Weis
2007-11-06Test outputobj.Alain Frisch
2007-11-06Merge the natdynlink branch into HEAD.Alain Frisch
2007-10-09It works: compilers and camlp4 are fully bootstrapped. The ast magic number i...Pierre Weis
2007-02-21Bigarray.*.map_subfile replaced by an optional argument to Bigarray.*.map_fileXavier Leroy
2007-02-12Adding a rule to clean the directory Moretest.Pierre Weis
2007-01-29Stack backtraces on uncaught exceptions in native code (merge of the opt_back...Xavier Leroy
2007-01-22Doc.Pierre Weis
2006-10-27Format_from_string specification changed.Pierre Weis
2006-10-04Test numbers were garbled...Pierre Weis
2006-10-04Adding tests on file scanning.Pierre Weis
2006-06-10Added map_subfile functions (memory mapping from a non-zero file offset). Wi...Xavier Leroy