diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2008-09-18 11:49:21 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2008-09-18 11:49:21 +0000 |
commit | 7d912ae76a00ad7bbfa2ed1bda0dc9e93d754ce2 (patch) | |
tree | 6bc47986e94fffd4014ae4672c7e2e2781710ea1 /Changes | |
parent | cfec1dd5d824a5454d51ab3b6022f204decb5a9c (diff) |
PR#4390: ajout caml_raise_with_args
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9031 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -44,9 +44,11 @@ Run-time system: - New "generational" API for registering global memory roots with the GC, enables faster scanning of global roots. (The functions are caml_*_generational_global_root in <caml/memory.h>.) -- Dynamic linking of C code: under Win32, use Alain Frisch's flexdll - implementation of the dlopen API; under MacOSX, use dlopen API - instead of MacOSX bundle API. +- New function "caml_raise_with_args" to raise an exception with several + arguments from C. +- Changes in implementation of dynamic linking of C code: + under Win32, use Alain Frisch's flexdll implementation of the dlopen + API; under MacOSX, use dlopen API instead of MacOSX bundle API. Standard library: - Parsing library: new function "set_trace" to programmatically turn |