index
:
adrien/ocaml
mantis-6773-separate-build-of-ocamldoc-ocamlbuild-ocamldebug-v2
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
byterun
/
debugger.c
Age
Commit message (
Expand
)
Author
2014-12-27
PR#5587: windows fix
Gabriel Scherer
2014-12-27
PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...
Gabriel Scherer
2014-04-18
As mentioned by gcc -Wall, the variable "frame_number" is useless. Removed it.
Xavier Leroy
2012-10-15
remove all $Id keywords
Damien Doligez
2012-03-08
merge version 3.12 from 3.12.1 to r12205
Damien Doligez
2011-07-27
renaming of Objective Caml to OCaml and cleanup of copyright headers
Damien Doligez
2010-04-20
PR#4541 make debugger compatible with fork()
Damien Doligez
2010-01-22
clean up spaces and tabs
Damien Doligez
2008-07-29
ocamldebug under Win32 (S. Le Gall, Lexifi)
Xavier Leroy
2007-10-08
meilleur message d'erreur
Damien Doligez
2005-09-22
Remplacement long/unsigned long par intnat/uintnat
Xavier Leroy
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
2002-10-22
fix: SEGV lecture en dehors de la pile (sur PROGRAM_EXIT)
Damien Doligez
2001-12-07
MAJ en-tetes pour mentionner la 'special exception' sur la LGPL
Xavier Leroy
2001-10-09
Ajout de flush_all + modifs pour Cash (Bruno Verlyck)
Xavier Leroy
2001-08-13
bug de Gc.counters + blindage des macros
Damien Doligez
2000-10-12
bcopy -> memmove; pas de virgule finale dans instruct.h
Damien Doligez
2000-08-23
ajout Weak.get_copy
Damien Doligez
1999-11-17
Changement de la licence
Xavier Leroy
1999-06-05
Revu la gestion des signaux et des exceptions dans les signal handlers
Xavier Leroy
1999-05-15
Dans GET_FIELD, ne pas prendre l'adresse de Double_field, qui n'est pas toujo...
Xavier Leroy
1999-05-15
Nouveau protocole pour GET_FIELD, traite egalement les champs de Double_Array
Xavier Leroy
1997-09-02
Sources C convertis en ANSI C
Xavier Leroy
1997-08-29
Revu completement l'allocation des buffers d'I/O.
Xavier Leroy
1997-07-02
Nouveau module Marshal dans stdlib
Xavier Leroy
1997-06-18
Bug dans le calcul de la taille de frame (prendre en compte extra_args).
Jérôme Vouillon
1997-06-13
Nouveau format d'executable.
Xavier Leroy
1997-05-19
deTABisation
Damien Doligez
1997-04-11
debugger.c: suppression de variables inutilisees
Xavier Leroy
1997-03-24
Suppression de la requete GET_OBJ
Jérôme Vouillon
1997-03-22
Il faut pouvoir differencier un programme qui vient de se lancer d'un
Jérôme Vouillon
1997-02-19
getch -> getword dans REQ_GET_LOCAL et REQ_GET_ENVIRONMENT
Xavier Leroy
1997-02-17
Trapper les exceptions sortant de output_value
Xavier Leroy
1996-12-11
fix des includes
Damien Doligez
1996-12-10
Mise a jour pour Win32
Xavier Leroy
1996-12-03
Interface avec le debugger
Xavier Leroy