head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.12 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.10 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.8 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.6 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.4 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.1.0.22 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.20 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.18 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.16 pkgsrc-2008Q1:1.1.0.14 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.12 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.10 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.8 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.6 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.4 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.2 pkgsrc-2006Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2008.10.06.01.04.29; author minskim; state dead; branches; next 1.1; 1.1 date 2006.07.28.12.26.18; author rillig; state Exp; branches; next ; desc @@ 1.2 log @Update clearsilver packages to 0.10.5. Changes: - GCC printf attributes for all printf like functions for better compiler time warnings (Nikolai Kondrashov) - Better support for other compilers for handling CPP variable argument macros (Raphaƫl HUCK) - Fix for some symlinking/hdf_get_obj bugs (Nikolai Kondrashov) - Performance improvements to Perl wrapper (Sergey Skvortsov) - New url_validate Clearsilver method (Mugdha Bendre @@ Google) - Quick Hello World example for using with FastCGI (Mike Tsao @@ Google) - Updates to the Ruby wrapper (Dan Janowski) - Updates to the Java wrapper (Joe Walnes @@ Google) - Add support to Java wrapper for hooking the file loader - Add string.crc builtin-function - Make it easier to write XSS free clearsilver code - Ability to setup file load hooks for cs and hdf files - fix for non-thread safe nerr_init call (causes java jni wrapper to core dump when server is started under heavy load) - python egg support (if you have the egg version of distutils installed) - some parser edge case fixes. - some cleanups to cgiwrap that make it easier to use with fastcgi. fastcgi wrapper to come in the future. @ text @$NetBSD: patch-ac,v 1.1 2006/07/28 12:26:18 rillig Exp $ __PRETTY_FUNCTION__ is a GNUism. --- util/neo_err.h.orig 2005-06-30 20:59:37.000000000 +0200 +++ util/neo_err.h 2006-07-28 13:22:03.890389580 +0200 @@@@ -54,6 +54,14 @@@@ typedef struct _neo_err } NEOERR; +#if defined(__GNUC__) +/* GNU C provides __PRETTY_FUNCTION__ */ +#elif defined(__SUNPRO_C) +# define __PRETTY_FUNCTION__ __func__ +#else +# define __PRETTY_FUNCTION__ "(function name)" +#endif + /* * function: nerr_raise * description: Use this method to create an error "exception" for @ 1.1 log @Added two patches for SunPro. @ text @d1 1 a1 1 $NetBSD$ @