From commits-return-9198-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Thu Nov 15 11:31:44 2007 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 54633 invoked from network); 15 Nov 2007 11:31:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2007 11:31:44 -0000 Received: (qmail 75370 invoked by uid 500); 15 Nov 2007 11:31:31 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 75318 invoked by uid 500); 15 Nov 2007 11:31:31 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 75307 invoked by uid 99); 15 Nov 2007 11:31:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2007 03:31:31 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2007 11:31:29 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 092C71A9832; Thu, 15 Nov 2007 03:31:23 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r595271 - in /apr/apr-util/branches/1.2.x: build/apu-conf.m4 include/apr_ldap.h.in Date: Thu, 15 Nov 2007 11:31:21 -0000 To: commits@apr.apache.org From: davi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071115113123.092C71A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: davi Date: Thu Nov 15 03:31:11 2007 New Revision: 595271 URL: http://svn.apache.org/viewvc?rev=595271&view=rev Log: Un-UTF8 backported changes Modified: apr/apr-util/branches/1.2.x/build/apu-conf.m4 apr/apr-util/branches/1.2.x/include/apr_ldap.h.in Modified: apr/apr-util/branches/1.2.x/build/apu-conf.m4 URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/build/apu-conf.m4?rev=595271&r1=595270&r2=595271&view=diff ============================================================================== --- apr/apr-util/branches/1.2.x/build/apu-conf.m4 (original) +++ apr/apr-util/branches/1.2.x/build/apu-conf.m4 Thu Nov 15 03:31:11 2007 @@ -330,7 +330,7 @@ fi if test "x$apr_cv_ldap_toolkit" = "x"; then case "$host" in - *‑ibm‑os390) + *-ibm-os390) AC_EGREP_CPP([IBM], [$lber_h $ldap_h], [apu_has_ldap_zos="1" apr_cv_ldap_toolkit="zOS"]) Modified: apr/apr-util/branches/1.2.x/include/apr_ldap.h.in URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/include/apr_ldap.h.in?rev=595271&r1=595270&r2=595271&view=diff ============================================================================== --- apr/apr-util/branches/1.2.x/include/apr_ldap.h.in (original) +++ apr/apr-util/branches/1.2.x/include/apr_ldap.h.in Thu Nov 15 03:31:11 2007 @@ -96,7 +96,7 @@ /* * For ldap function calls that input a size limit on the number of returned elements - * Some SDKs do not have the define for LDAP_DEFAULT_LIMIT (‑1) or LDAP_NO_LIMIT (0) + * Some SDKs do not have the define for LDAP_DEFAULT_LIMIT (-1) or LDAP_NO_LIMIT (0) */ #if APR_HAS_ZOS_LDAPSDK #define APR_LDAP_SIZELIMIT LDAP_NO_LIMIT