Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 28667 invoked from network); 4 Jun 2006 12:18:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Jun 2006 12:18:28 -0000 Received: (qmail 47923 invoked by uid 500); 4 Jun 2006 12:18:28 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 47897 invoked by uid 500); 4 Jun 2006 12:18:27 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 47885 invoked by uid 99); 4 Jun 2006 12:18:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jun 2006 05:18:27 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Jun 2006 05:18:27 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 228EF7141F1 for ; Sun, 4 Jun 2006 12:17:30 +0000 (GMT) Message-ID: <22302692.1149423450138.JavaMail.jira@brutus> Date: Sun, 4 Jun 2006 12:17:30 +0000 (GMT+00:00) From: "Nabeel Yoosuf (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Updated: (AXIS2C-179) Add string trim functions to util In-Reply-To: <11543898.1149423149766.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2C-179?page=all ] Nabeel Yoosuf updated AXIS2C-179: --------------------------------- Attachment: diff_trim The attached diff adds strltrim, strrtrim, strtrim functions to string.c and string.h. And I have some done minor improvements to the existing code. Please someone commit this to SVN. I am having problem committing it. > Add string trim functions to util > --------------------------------- > > Key: AXIS2C-179 > URL: http://issues.apache.org/jira/browse/AXIS2C-179 > Project: Axis2-C > Type: Test > Components: util > Versions: 0.92 > Environment: All > Reporter: Nabeel Yoosuf > Assignee: Nabeel Yoosuf > Attachments: diff_trim > > These functions would be useful to remove trailing white spaces in strings. I find these are useful when writing a message receiver for PHP. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org