index
:
delta/ocaml.git
3.08
3.09
3.10
3.11
3.12
4.00
4.00-with-binannot
4.01
4.02
4.03
4.04
4.05
4.06
4.07
4.08
4.09
4.10
4.11
4.12
4.13
4.14
5.0
5.1
FSF
MPR7048
MPR7609
MPR7609-continued
MPR7638
MPR7642
PR7042
abstract-new
abstract_intel_emit
abstract_x86_asm
afrisch_fix_reachable_words
afrisch_fix_stdlib_makefile_windows
annot-from-lambda
arm-literals
arm64
ast_rewriter
atomic_write_cmi
attributes
autofocus
backend-optims
big-marshal
binary-annot
binary-compat
build-with-debugging-informations
cc-optim
cducetrunk
class-with-type
cmm-mach-types
constructors_with_record
constructors_with_record2
constructors_with_record3
constructors_with_record4
constructors_with_record5
contracts
contracts-3.11
contribution_workflow
delegate
deprecated_optional_arguments
disable_unused_warnings_for_print_types
doc2attr
doc_windows_unicode
dothat
dwarf
dynamic_loading
dynamics
dyntypes
enter-mod-decl
ephemeron
exception_registration
execvpe
expoly
extension_points
fastclass
faster-testsuite
fix-32bit-warning
fix-getwd-use
fix_7657
fix_7680
fix_7682
fix_large_file_lseek_windows
fix_mingw
fix_ocamllex
fixedtypes
flambda
flambda_trunk
fmu
fstclassmod
fstclassmod_parametrized
gadt-warnings
gadts
gadts-devel
gadts-devel-lenormand
gcaml
gcaml3
gcaml3090
gcaml3101
ground_coercion
hex-float
hidden_args
implicit-subtyping
implicit-unpack
implicits
improve-PIC-and-PIE
improve_arg_read_arg
inline-more
inplace_let
ios-support
jo311
jo312
jo400
jo401
jocamltrunk
jocamltrunk+cduce
labltk
let_open_in_classes
letopen
letopenin
lightlabels
located_errors
m7100_gc_when_many_custom_blocks_in_minor_heap
map_file_omission
mark_expansive
master
menubars
merge_sig_str
metadata
minus-camlp4
mltk
module-alias
module_of_module_type
moduletypeof
monadic_let
more_unboxing
multimatch
namespaces
natdynlink
new-test-framework
newfunsyntax
newoolab
newoolab2
newoolabmult
newsysthreads
newtypein
no_internal_deprecation
non-vanishing
objvariants
ocaml-binannot
ocaml2
ocamldebug_g
ocamlmode
olabl
open_types
opt_backtrace
override
overridemethod
poly_meth
poly_meth2
polyrec
ppc64
pr/1866
pr7591
pr7661-again
pr8891
pr8908
pr8934
private_abbrevs
raise_variants
record-disambiguation
recursive_modules
remove-libnum
remove_spurious_semi_colons
resurrect-cygwin64-review-base
revert-1377-ocamldep_nested_include_fix
safe-string
short-paths
short-paths-4.01
sigsubst
simplify_duplicate_ident_optim
sse2
static_exceptions
strict_labels
stripped-ocaml
test_for_self_review
tests_asmcomp_revised
tmp-merging-3.12.1
treematch
trunk
unlabeled-1.1.2
unlabeled-1.2.2
unlabeled-1.3.2
unused_declarations
user-defined-indexing-operators
variants303
varunion
warning_attribute_on_type_exprs
win32
win32-rename
win32-sockets
with-frame-pointers
github.com: ocaml/ocaml
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
byterun
/
interp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
clean up spaces and tabs
Damien Doligez
2010-01-22
1
-4
/
+4
*
merge changes from release/3.11.1 to release/3.11.2
Damien Doligez
2010-01-20
1
-1
/
+2
*
merge changes from ocaml3111rc0 to ocaml3111
Damien Doligez
2009-07-20
1
-1
/
+1
*
ARM EABI: do not force use of register r9
Xavier Leroy
2009-05-05
1
-1
/
+1
*
PR#4308 (partial fix): improve backtraces for 'spontaneous' exceptions such a...
Xavier Leroy
2008-08-01
1
-5
/
+10
*
gcc optimizations for PPC64
Xavier Leroy
2006-08-18
1
-1
/
+1
*
nettoyage
Damien Doligez
2005-10-25
1
-2
/
+0
*
Wrong cast
Xavier Leroy
2005-10-19
1
-1
/
+1
*
Suppression micro-optimisation du dispatch pour l'IA64 -- pose probleme avec ...
Xavier Leroy
2005-09-24
1
-5
/
+1
*
Remplacement long/unsigned long par intnat/uintnat
Xavier Leroy
2005-09-22
1
-44
/
+44
*
Nettoyage #ifdef pour PPC
Xavier Leroy
2004-11-30
1
-1
/
+1
*
Je prefere sans chaines d'identification. Merci.
Xavier Leroy
2004-06-12
1
-6
/
+0
*
Ne pas forcer de registres si on utilise le compilateur Intel icc (PR#2586)
Xavier Leroy
2004-06-12
1
-1
/
+1
*
added a comment asking to keep in sync with obj.c function caml_cache_public_...
Basile Starynkevitch
2004-06-04
1
-0
/
+4
*
switch to new vtable representation
Jacques Garrigue
2004-05-26
1
-3
/
+58
*
saved_pc doit garder sa valeur pendant le longjmp, sinon les backtraces sont ...
Xavier Leroy
2004-05-09
1
-3
/
+3
*
added caml_prepare_bytecode (which does nothing)
Basile Starynkevitch
2004-04-26
1
-0
/
+15
*
added caml_bcodcount for traced DEBUG
Basile Starynkevitch
2004-04-26
1
-0
/
+7
*
interpreter may trace detailed stack when DEBUG
Basile Starynkevitch
2004-04-22
1
-0
/
+7
*
caml_clear_bytecode renamed as caml_release_bytecode
Basile Starynkevitch
2004-04-16
1
-1
/
+1
*
added empty caml_clear_bytecode
Basile Starynkevitch
2004-04-16
1
-0
/
+10
*
depollution suite (et fin?) (PR#1914 et PR#1956)
Damien Doligez
2004-01-02
1
-7
/
+7
*
depollution suite (PR#1914 et PR#1956)
Damien Doligez
2004-01-01
1
-18
/
+18
*
depollution suite (PR#1914, PR#1956)
Damien Doligez
2003-12-31
1
-39
/
+42
*
depollution suite (PR#1914 et PR#1956); byterun/weak.c: PR#1929 suite
Damien Doligez
2003-12-29
1
-2
/
+2
*
Portage AMD64
Xavier Leroy
2003-06-30
1
-0
/
+5
*
Traiter le cas d'un makeblock qui depasse Max_young_wosize (PR#1551)
Xavier Leroy
2003-03-06
1
-4
/
+14
*
Ameliore backtrace dans le cas ou l'exception est levee par une primitive C (...
Xavier Leroy
2002-11-26
1
-2
/
+4
*
Software emulation of 64-bit integers if needed. Use safe division for int32...
Xavier Leroy
2002-05-25
1
-22
/
+4
*
Bug dans callback_exn (extern_sp n'etait pas remis a sa valeur initiale)
Xavier Leroy
2002-04-12
1
-3
/
+3
*
MAJ en-tetes pour mentionner la 'special exception' sur la LGPL
Xavier Leroy
2001-12-07
1
-1
/
+2
*
Garantir la semantique 'arrondi vers zero' pour / et mod
Xavier Leroy
2001-11-27
1
-0
/
+33
*
Revu gestion des backtrace; suppression de RERAISE, utiliser l'adresse de l'o...
Xavier Leroy
2001-11-26
1
-5
/
+1
*
Chargement dynamique de primitives C
Xavier Leroy
2001-08-28
1
-6
/
+6
*
Gestion correcte du cas ou une fonction utilise un espace de pile superieur a...
Xavier Leroy
2001-05-28
1
-1
/
+1
*
optimsation pm a donf
Luc Maranget
2001-02-19
1
-4
/
+2
*
Ajout du backtrace
Xavier Leroy
2001-02-19
1
-1
/
+10
*
or-pat avec variables et compil du switch
Luc Maranget
2000-10-02
1
-11
/
+30
*
ajout Weak.get_copy
Damien Doligez
2000-08-23
1
-1
/
+2
*
Dire a MSVC que le cas 'default' est impossible
Xavier Leroy
2000-07-28
1
-0
/
+4
*
Suite portage IA64
Xavier Leroy
2000-06-30
1
-1
/
+11
*
Blue -> Caml_blue etc.
Damien Doligez
2000-01-02
1
-1
/
+1
*
Deplace le code qui gere les signaux et les GC urgents de interp.c vers signa...
Xavier Leroy
1999-12-23
1
-22
/
+18
*
Revu compilation du filtrage des variants. Ajout de la primitive Pisint et d...
Xavier Leroy
1999-12-06
1
-0
/
+3
*
Changement de la licence
Xavier Leroy
1999-11-17
1
-1
/
+2
*
changement rotatecursor
Damien Doligez
1999-11-08
1
-5
/
+2
*
Revu la gestion des signaux et des exceptions dans les signal handlers
Xavier Leroy
1999-06-05
1
-15
/
+11
*
Ajout d'un volatile pour contourner un probleme de cc / Digital Unix
Xavier Leroy
1999-05-15
1
-1
/
+3
*
Ajout de callback*_exn
Xavier Leroy
1999-02-14
1
-2
/
+1
*
Declaration de string_length dans <mlvalues.h>. Suppression de <str.h> ainsi...
Xavier Leroy
1998-11-05
1
-1
/
+0
[next]