From 822d4cba3fa696e653cf7cd530bcf4c689e51aac Mon Sep 17 00:00:00 2001 From: malaterre Date: Fri, 7 Jan 2005 21:24:38 +0000 Subject: [PATCH] ENH: update for __FUNCTION__ stuff --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1e107324..bbacebda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ you debug/warning message just as c++ streams which make them very convinient to use. Once this is stabilize I will change the ostringstrem to be redirected to a file (ofstream). + * Properly support C99 extension: __FUNCTION__ which allow us to display + the name of the function call (GNUC also allow __PRETTY_FUNCTION__ for c++) 2005-01-07 Jean-Pierre Roux * Removal of useless and dangerous methods : -- 2.48.1