Age | Commit message (Expand) | Author |
2013-06-07 | PR#5813: GC not called when unmarshaling repeatedly in a tight loop (ocamlopt) | Xavier Leroy |
2013-03-09 | fix a few problems with whitespace and over-long lines | Damien Doligez |
2012-12-29 | Fix several C compiler warnings. | Benedikt Meurer |
2012-10-15 | remove all $Id keywords | Damien Doligez |
2012-09-10 | PR#5757: GC compaction bug (crash) | Damien Doligez |
2012-07-30 | clean up TABs and whitespace | Damien Doligez |
2012-05-08 | PR#5610: new unmarshaler didn't freshen object IDs. | Xavier Leroy |
2012-04-22 | PR#5318: Unroll recursion in un-marshaller to allow un-marshaling values of a... | Wojciech Meyer |
2012-03-19 | PR#5318: Reverting last un-marshaler changes, to rework the control flow of m... | Wojciech Meyer |
2012-03-18 | PR#5318: Non-recursive version of extern_rec and intern_rec, to allow marshal... | Wojciech Meyer |
2012-03-13 | PR#5215: Marshalling of closures now supported if the closures come from dyna... | Xavier Leroy |
2012-03-08 | merge version 3.12 from 3.12.1 to r12205 | Damien Doligez |
2011-12-22 | fix PR#5436 | Jacques Garrigue |
2011-07-27 | renaming of Objective Caml to OCaml and cleanup of copyright headers | Damien Doligez |
2010-01-22 | clean up spaces and tabs | Damien Doligez |
2008-01-11 | merge changes 3.10.0 -> 3.10.1 | Damien Doligez |
2005-09-22 | Remplacement long/unsigned long par intnat/uintnat | Xavier Leroy |
2004-11-25 | fusion des bugfixes de 3.08.2 | Damien Doligez |
2004-06-19 | Unused variables | Xavier Leroy |
2004-05-17 | suppression des warnings "unused variable" de gcc | Damien Doligez |
2004-01-02 | depollution suite (et fin?) (PR#1914 et PR#1956) | Damien Doligez |
2004-01-01 | depollution suite (PR#1914 et PR#1956) | Damien Doligez |
2003-12-31 | depollution suite (PR#1914, PR#1956) | Damien Doligez |
2003-12-29 | depollution suite (PR#1914 et PR#1956); byterun/weak.c: PR#1929 suite | Damien Doligez |
2003-12-20 | Probleme avec gcc 64 bits dans input_value_from_{block,malloc} | Xavier Leroy |
2003-12-15 | decontamination (PR#1914, PR#1956) | Damien Doligez |
2002-12-12 | PR#1495 | Damien Doligez |
2002-11-25 | Correction bug input_value/output_value sur des blocs de plus de 4 mega-mots ... | Xavier Leroy |
2002-06-03 | Nettoyage alloc_for_heap, free_for_heap. Prevoir d'utiliser mmap() au lieu d... | Xavier Leroy |
2002-02-19 | Revu gestion endianness des flottants (pour le StrongARM). Revu installation... | Xavier Leroy |
2002-01-11 | Avoid double free on intern_obj_table (PR#729) | Xavier Leroy |
2001-12-07 | MAJ en-tetes pour mentionner la 'special exception' sur la LGPL | Xavier Leroy |
2001-12-04 | intern_alloc ne doit pas utiliser alloc | Damien Doligez |
2001-12-03 | Ajout de output_value_to_block and input_value_from_block (pour Ensemble). I... | Xavier Leroy |
2001-10-09 | Ajout de flush_all + modifs pour Cash (Bruno Verlyck) | Xavier Leroy |
2001-10-03 | Variables non initialisees dans certains cas... | Jérôme Vouillon |
2001-08-28 | Chargement dynamique de primitives C | Xavier Leroy |
2001-08-13 | bug de Gc.counters + blindage des macros | Damien Doligez |
2000-11-30 | Bugs dans la serialisation des objets custom (PR#238) | Xavier Leroy |
2000-10-12 | bcopy -> memmove; pas de virgule finale dans instruct.h | Damien Doligez |
2000-08-23 | ajout Weak.get_copy | Damien Doligez |
2000-03-07 | Typo in comment | Xavier Leroy |
2000-02-11 | Ajout des modules Int32, Int64 et Nativeint | Xavier Leroy |
2000-02-10 | Introduction des blocs de type Custom. | Xavier Leroy |
2000-02-07 | Correction de race conditions entre I/O, GC, et marshaling (PR #24 et #25) | Xavier Leroy |
2000-01-02 | Blue -> Caml_blue etc. | Damien Doligez |
1999-11-29 | Begin_roots -> CAMLparam | Damien Doligez |
1999-11-17 | Changement de la licence | Xavier Leroy |
1998-10-26 | nouvelles fonctions alloc/alloc_small | Damien Doligez |
1998-08-12 | Dans input_value, traitement special des tres gros blocs de donnees marshalee... | Xavier Leroy |