summaryrefslogtreecommitdiff
path: root/byterun/extern.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-041-1/+1
* PR#5986 continued: check string and array lengths if Compat_32 requested.Xavier Leroy2013-06-011-0/+16
* merge changes from version/4.00 from 4.00.1 to r13697Damien Doligez2013-05-221-1/+2
* PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy2013-04-181-10/+16
* PR#5793: integer marshalling is inconsistent between architecturesXavier Clerc2013-01-161-1/+1
* Fix several C compiler warnings.Benedikt Meurer2012-12-291-2/+1
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* PR#5772: problem with marshaling of mutually-recursive functionsXavier Leroy2012-10-051-2/+2
* clean up TABs and whitespaceDamien Doligez2012-07-301-1/+0
* One missing call to free_extern_output. Added a couple of comments.Xavier Leroy2012-03-261-3/+12
* PR#5318: Proper finalization of stack and replay the trail after stack overflowWojciech Meyer2012-03-211-10/+19
* PR#5318: Non-recursive version of extern_rec and intern_rec, to allow marshal...Wojciech Meyer2012-03-181-13/+76
* PR#5215: Marshalling of closures now supported if the closures come from dyna...Xavier Leroy2012-03-131-4/+23
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* PR#4486: caml_serialize_float_8 incorrect on platforms with mixed-endian floa...Xavier Leroy2008-08-041-1/+1
* lazy: do not short-circuit to pointers outside the heapDamien Doligez2008-07-281-3/+3
* PR#4448: replace dense page table by sparse hash table.Xavier Leroy2008-01-031-2/+2
* fusion des changements 3.09.2 -> 3.09.3Damien Doligez2006-09-201-6/+12
* Nettoyages pour modele IL32LLP64Xavier Leroy2006-05-041-4/+4
* fusion 3.09.0 -> 3.09.1Damien Doligez2006-01-041-1/+8
* Remplacement long/unsigned long par intnat/uintnatXavier Leroy2005-09-221-33/+33
* Revision de output_value: plus de table de hachage, meilleure gestion du buff...Xavier Leroy2004-07-191-183/+254
* Unused variablesXavier Leroy2004-06-191-8/+14
* switch to new vtable representationJacques Garrigue2004-05-261-0/+2
* suppression des warnings "unused variable" de gccDamien Doligez2004-05-171-15/+21
* PR#2328Damien Doligez2004-04-131-3/+3
* depollution suite (et fin?) (PR#1914 et PR#1956)Damien Doligez2004-01-021-2/+2
* depollution suite (PR#1914 et PR#1956)Damien Doligez2004-01-011-35/+34
* depollution suite (PR#1914, PR#1956)Damien Doligez2003-12-311-8/+8
* depollution suite (PR#1914 et PR#1956); byterun/weak.c: PR#1929 suiteDamien Doligez2003-12-291-5/+5
* depollution (PR#1914, PR#1956)Damien Doligez2003-12-161-1/+1
* decontamination (PR#1914, PR#1956)Damien Doligez2003-12-151-0/+2
* PR#1878Damien Doligez2003-10-161-5/+9
* failwith -> extern_invalid_argumentXavier Leroy2003-06-191-1/+2
* Correction bug input_value/output_value sur des blocs de plus de 4 mega-mots ...Xavier Leroy2002-11-251-3/+8
* Ne pas entrer les blocs Forward_tag dans la table de hash des blocs deja traitesXavier Leroy2002-07-301-3/+7
* detabisationDamien Doligez2002-07-231-2/+2
* Portage Mingw et revision du portage Win32/MSVCXavier Leroy2002-06-071-0/+4
* Revu gestion endianness des flottants (pour le StrongARM). Revu installation...Xavier Leroy2002-02-191-2/+31
* lazy a la TolmachDamien Doligez2002-01-201-0/+3
* MAJ en-tetes pour mentionner la 'special exception' sur la LGPLXavier Leroy2001-12-071-1/+2
* Ajout de output_value_to_block and input_value_from_block (pour Ensemble). I...Xavier Leroy2001-12-031-0/+12
* Utiliser un hash multiplicatif Fibonacci au lieu d'un hash par modulo, ca se ...Xavier Leroy2001-10-261-12/+21
* Chargement dynamique de primitives CXavier Leroy2001-08-281-15/+16
* bcopy -> memmove; pas de virgule finale dans instruct.hDamien Doligez2000-10-121-6/+6
* Bug dans output_value_to_mallocXavier Leroy2000-07-281-1/+3
* Correction d'un pb d'includePierre Weis2000-02-141-3/+6
* Introduction des blocs de type Custom.Xavier Leroy2000-02-101-1/+101
* Correction de race conditions entre I/O, GC, et marshaling (PR #24 et #25)Xavier Leroy2000-02-071-1/+7
* Blue -> Caml_blue etc.Damien Doligez2000-01-021-1/+1