summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2008-09-18 11:49:21 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2008-09-18 11:49:21 +0000
commit7d912ae76a00ad7bbfa2ed1bda0dc9e93d754ce2 (patch)
tree6bc47986e94fffd4014ae4672c7e2e2781710ea1 /Changes
parentcfec1dd5d824a5454d51ab3b6022f204decb5a9c (diff)
downloadocaml-7d912ae76a00ad7bbfa2ed1bda0dc9e93d754ce2.tar.gz
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--Changes8
1 files changed, 5 insertions, 3 deletions
diff --git a/Changes b/Changes
index f3cefdd495..3e3971a640 100644
--- a/Changes
+++ b/Changes
@@ -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