From bb8bb5ffeca79a0e86fa4c82de0fa94452c252e5 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Sun, 7 Jun 2009 14:24:54 +0200 Subject: [PATCH] Compiled functions now carry information about their source file (based on code by JC Beaudoin) --- src/CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CHANGELOG b/src/CHANGELOG index 5e525a6bc..d813b4eda 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -71,7 +71,8 @@ ECL 9.5: - Some functions got new names: ecl_make_cfun, ecl_make_cfun_va, ecl_make_cclosure_va, ecl_def_c_function, ecl_def_c_function_va. - - Compiled functions now carry information about their source file. + - Compiled functions now carry information about their source file + (based on patches by JC Beaudoin) * Bugs fixed: