head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.11.29.21.23.23;	author mi;	state Exp;
branches;
next	1.1;

1.1
date	2008.02.29.11.17.57;	author mm;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgade from 0.8.2 to 0.8.3. Fix up the WWW.
Take over maintainership to deal with any
fallout.

Approved by:	mm	(the previous maintainer)
@
text
@--- ../configure	2007-08-05 14:47:49.000000000 -0400
+++ ../configure	2008-02-14 14:16:33.000000000 -0500
@@@@ -6169,5 +6169,5 @@@@
 /* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
-char $ac_func ();
+void * $ac_func ();
 /* The GNU C library defines this for functions which it implements
     to always fail with ENOSYS.  Some functions are actually named
@@@@ -6176,5 +6176,5 @@@@
 choke me
 #else
-char (*f) () = $ac_func;
+void * (*f) () = $ac_func;
 #endif
 #ifdef __cplusplus
@@@@ -7263,5 +7262,5 @@@@
     if test "$GCC" = "yes" ; then
 	CFLAGS_OPTIMIZE=-O2
-	CFLAGS_WARNING="-Wall -Wno-implicit-int"
+	CFLAGS_WARNING="-Wall -Wno-implicit-int -Wno-uninitialized"
     else
 	CFLAGS_WARNING=""
@@@@ -8404,5 +8401,5 @@@@
 		LIBS=`echo $LIBS | sed s/-pthread//`
 		CFLAGS="$CFLAGS -pthread"
-	    	LDFLAGS="$LDFLAGS -pthread"
+	    	LDFLAGS="$LDFLAGS"
 	    fi
 	    case $system in
@


1.1
log
@- Update to 0.8.2

Suggested by:	mi
Patches by:	mi
@
text
@a16 6
@@@@ -6305,5 +6305,4 @@@@
                  generic/utf8conv.c  \
                  generic/dom.c       \
-                 generic/domalloc.c  \
                  generic/domhtml.c   \
                  generic/domxpath.c  \
@

