From owner-soc-status@FreeBSD.ORG Mon Aug 18 11:01:58 2014 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22B1BD63 for ; Mon, 18 Aug 2014 11:01:58 +0000 (UTC) Received: from mx2.mail.bg (mx2.mail.bg [IPv6:2001:67c:16b8:1::2:18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8BCB389F for ; Mon, 18 Aug 2014 11:01:57 +0000 (UTC) Received: from [192.168.0.2] (unknown [78.90.84.177]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx2.mail.bg (Postfix) with ESMTPSA id AE85560003C7 for ; Mon, 18 Aug 2014 14:01:54 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mail.bg; s=default; t=1408359714; bh=4Ti3g/AIKVK6DTATSniUM+eI5xlLzDIBp30/YkvEJcI=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date: Content-Transfer-Encoding:Message-Id:References:To; b=mQInNWUs70ZdCR4Ccy9X9CtvOVVLpE4FR8Ef5ZLdmmLrQMsWE/jZ4KpJjlRz/+aXw qfjDis1agPQo0FSW9WqUOk0//JwMJ4yEseA0tnVZW1A63pEaEnPq8Y3fVKsXgUyt79 mDb/gHn8p6V27cz6wDlqR0khZKhPRCM5sQV3emyc= Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1283) Subject: Re: [Machine readable output from userland utilities] report From: Zaro Korchev In-Reply-To: <176D5B3B-D92A-4E88-B29B-EE109D624ADD@mail.bg> Date: Mon, 18 Aug 2014 14:01:53 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: References: <8D1B686D-1AAA-4E07-9270-E42699110561@mail.bg> <2F779B73-EAC5-49B4-B3E8-7A81109EC166@mail.bg> <5AF0FF20-E41B-4D46-A427-D84D9E2CD047@mail.bg> <19220D3B-101C-45A4-AE41-068E033D5F92@mail.bg> <60B2286C-F0BA-4757-9603-BE23E365A576@mail.bg> <0D20E27A-4281-4B6D-94E3-8707B1AE2E81@mail.bg> <176D5B3B-D92A-4E88-B29B-EE109D624ADD@mail.bg> To: soc-status@freebsd.org X-Mailer: Apple Mail (2.1283) X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2014 11:01:58 -0000 Hi everybody This week I worked mostly on libsol. I read about XML special characters. I added code that transforms = special characters encountered in tag names. This ensures that tag names = are valid. I updated the documentation to reflect the changes. I made some changes to the tools using libsol to make sure they don't = use characters that will break the XML format. I improved the configuration output format to handle special characters. I also fixed several formatting bugs. The most interesting of them was = caused by using a magic pointer value that got optimized by the compiler = and lead to wrong output when using the configuration format. Zaro