<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/author/jkoshy</link><counters><counter name="thisWeek" lastEventTime="1337884346" firstEventTime="1337884346">1</counter><counter name="forever" lastEventTime="1337884346" firstEventTime="1102082793">1882</counter><counter name="lastMonth" lastEventTime="1335249672" firstEventTime="1335173928">2</counter><counter name="thisMonth" lastEventTime="1337884346" firstEventTime="1337884346">1</counter></counters><metadata><item name="subtitle"><value type="text/plain">jkoshy</value></item><item name="description"><value type="text/plain">None</value></item><item name="links-filter"><value type="text/plain">None</value></item><item name="title"><value type="text/plain">Joseph Koshy</value></item><item name="url"><value type="text/plain">http://edoofus.blogspot.com/</value></item><item name="related-filter"><value type="text/plain">None</value></item></metadata><recentMessages><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-1.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 101EFAE001
	for &lt;cia@cia.vc&gt;; Thu, 24 May 2012 11:32:26 -0700 (PDT)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-1.v30.ch3.sourceforge.com)
	by sfp-svn-1.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1SXYhV-00050P-Iz
	for cia@cia.vc; Thu, 24 May 2012 14:07:37 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1SXYhV-00050P-Iz@sfp-svn-1.v30.ch3.sourceforge.com&gt;</header><header name="Date">Thu, 24 May 2012 14:07:37 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2511</revision><author>jkoshy</author><log>Correct a typo. </log><diffLines>15</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2511</url><files><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/readelf/readelf.c">trunk/readelf/readelf.c</file></files></commit></body><timestamp>1337884346</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-2.v30.ch3.sourceforge.com (unknown [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 428E5AE001
	for &lt;cia@cia.vc&gt;; Mon, 23 Apr 2012 23:41:12 -0700 (PDT)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-2.v30.ch3.sourceforge.com)
	by sfp-svn-2.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1SMVZV-0002yI-MC
	for cia@cia.vc; Tue, 24 Apr 2012 02:33:41 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1SMVZV-0002yI-MC@sfp-svn-2.v30.ch3.sourceforge.com&gt;</header><header name="Date">Tue, 24 Apr 2012 02:33:41 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2496</revision><author>jkoshy</author><log>Fix a file descriptor exhaustion bug.
 * Close file descriptors early, using `elf_cntl(...,ELF_C_FDREAD)` to
   ensure that the descriptors can be closed safely.
 * Remove code fragments made redundant by this change.

Reviewed by:	kaiwang27
Ticket:		#388 </log><diffLines>104</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2496</url><files><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/ar/ar.h">trunk/ar/ar.h</file><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/ar/write.c">trunk/ar/write.c</file></files></commit></body><timestamp>1335249672</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-6.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 5350CAE001
	for &lt;cia@cia.vc&gt;; Mon, 23 Apr 2012 02:38:48 -0700 (PDT)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-6.v30.ch3.sourceforge.com)
	by sfp-svn-6.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1SMBsT-0004pS-RA
	for cia@cia.vc; Mon, 23 Apr 2012 05:31:57 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1SMBsT-0004pS-RA@sfp-svn-6.v30.ch3.sourceforge.com&gt;</header><header name="Date">Mon, 23 Apr 2012 05:31:57 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2495</revision><author>jkoshy</author><log>Use the `__GLIBC__` pre-processor symbol to determine if a system uses
the GNU C library.

Submitted by:	robertmillan
Ticket:	  	#391  </log><diffLines>51</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2495</url><files><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/common/_elftc.h">trunk/common/_elftc.h</file></files></commit></body><timestamp>1335173928</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-4.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 449102E730
	for &lt;cia@cia.vc&gt;; Sun, 11 Mar 2012 06:57:20 -0700 (PDT)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-4.v30.ch3.sourceforge.com)
	by sfp-svn-4.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1S6fno-0004Xl-Ms
	for cia@cia.vc; Sun, 11 Mar 2012 10:15:00 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1S6fno-0004Xl-Ms@sfp-svn-4.v30.ch3.sourceforge.com&gt;</header><header name="Date">Sun, 11 Mar 2012 10:15:00 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2461</revision><author>jkoshy</author><log>Rework the build system document:
 * Reorganize the document to have two parts: one for the implementation,
   and one containing a user guide.
 * Describe the document briefly in the prelude.
 * Describe the formal requirements for the tool.

Ticket:	#279  </log><diffLines>204</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2461</url><files><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/build-system.pre.nw">trunk/tools/build-automation/build-system.pre.nw</file><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/implementation.nw">trunk/tools/build-automation/implementation.nw</file><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/introduction.nw">trunk/tools/build-automation/introduction.nw</file><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/master.nw">trunk/tools/build-automation/master.nw</file><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/slave.nw">trunk/tools/build-automation/slave.nw</file><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/userguide.nw">trunk/tools/build-automation/userguide.nw</file></files></commit></body><timestamp>1331474240</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-6.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 3B4462E730
	for &lt;cia@cia.vc&gt;; Sat, 10 Mar 2012 13:01:16 -0800 (PST)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-6.v30.ch3.sourceforge.com)
	by sfp-svn-6.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1S6Pwu-0001P1-T4
	for cia@cia.vc; Sat, 10 Mar 2012 17:19:20 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1S6Pwu-0001P1-T4@sfp-svn-6.v30.ch3.sourceforge.com&gt;</header><header name="Date">Sat, 10 Mar 2012 17:19:20 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2460</revision><author>jkoshy</author><log>Turn on SVN keyword expansion.  </log><diffLines>55</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2460</url><files><file uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/Makefile">trunk/tools/build-automation/Makefile</file><file uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/Makefile.program">trunk/tools/build-automation/Makefile.program</file><file uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/build-system.post.nw">trunk/tools/build-automation/build-system.post.nw</file><file uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/build-system.pre.nw">trunk/tools/build-automation/build-system.pre.nw</file><file uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/implementation.nw">trunk/tools/build-automation/implementation.nw</file><file uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/introduction.nw">trunk/tools/build-automation/introduction.nw</file><file uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/master.nw">trunk/tools/build-automation/master.nw</file><file uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/slave.nw">trunk/tools/build-automation/slave.nw</file><file uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/userguide.nw">trunk/tools/build-automation/userguide.nw</file></files></commit></body><timestamp>1331413276</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-6.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 8AF692E730
	for &lt;cia@cia.vc&gt;; Sat, 10 Mar 2012 12:59:31 -0800 (PST)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-6.v30.ch3.sourceforge.com)
	by sfp-svn-6.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1S6PvE-0001MR-AN
	for cia@cia.vc; Sat, 10 Mar 2012 17:17:36 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1S6PvE-0001MR-AN@sfp-svn-6.v30.ch3.sourceforge.com&gt;</header><header name="Date">Sat, 10 Mar 2012 17:17:36 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2459</revision><author>jkoshy</author><log>Add `$Id$` keywords, and turn on SVN keyword expansion on a couple of files.  </log><diffLines>33</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2459</url><files><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/Makefile.documentation">trunk/tools/build-automation/Makefile.documentation</file><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/README">trunk/tools/build-automation/README</file></files></commit></body><timestamp>1331413171</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-6.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 807F72E730
	for &lt;cia@cia.vc&gt;; Sat, 10 Mar 2012 12:38:55 -0800 (PST)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-6.v30.ch3.sourceforge.com)
	by sfp-svn-6.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1S6PbI-0000zF-OW
	for cia@cia.vc; Sat, 10 Mar 2012 16:57:00 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1S6PbI-0000zF-OW@sfp-svn-6.v30.ch3.sourceforge.com&gt;</header><header name="Date">Sat, 10 Mar 2012 16:57:00 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2458</revision><author>jkoshy</author><log>Changes to the build system:
 * Invoke `noweave` on the concatenation of the literate program sources,
   in order to work around noweb's limitations on cross-references to
   chunks.
 * Place the first and last documentation chunks in their own files.
 * Add placeholder files for the introduction, the user guide, and
   the implementation overview.
 * Rename the generated PDF file.

Ticket:	  #279 </log><diffLines>268</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2458</url><files><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/Makefile">trunk/tools/build-automation/Makefile</file><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/Makefile.documentation">trunk/tools/build-automation/Makefile.documentation</file><file action="remove" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/build-automation.nw">trunk/tools/build-automation/build-automation.nw</file><file action="add" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/build-system.post.nw">trunk/tools/build-automation/build-system.post.nw</file><file action="add" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/build-system.pre.nw">trunk/tools/build-automation/build-system.pre.nw</file><file action="add" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/implementation.nw">trunk/tools/build-automation/implementation.nw</file><file action="add" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/introduction.nw">trunk/tools/build-automation/introduction.nw</file><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/master.nw">trunk/tools/build-automation/master.nw</file><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/slave.nw">trunk/tools/build-automation/slave.nw</file><file action="add" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/userguide.nw">trunk/tools/build-automation/userguide.nw</file></files></commit></body><timestamp>1331411935</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-2.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id C43E42E730
	for &lt;cia@cia.vc&gt;; Fri,  9 Mar 2012 10:19:28 -0800 (PST)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-2.v30.ch3.sourceforge.com)
	by sfp-svn-2.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1S60xP-0003i7-4v
	for cia@cia.vc; Fri, 09 Mar 2012 14:38:11 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1S60xP-0003i7-4v@sfp-svn-2.v30.ch3.sourceforge.com&gt;</header><header name="Date">Fri, 09 Mar 2012 14:38:11 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2457</revision><author>jkoshy</author><log>Update (c) years. </log><diffLines>24</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2457</url><files><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/libelf-by-example.tex">trunk/documentation/libelf-by-example/libelf-by-example.tex</file></files></commit></body><timestamp>1331317169</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-3.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 872392E730
	for &lt;cia@cia.vc&gt;; Fri,  9 Mar 2012 07:17:02 -0800 (PST)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-3.v30.ch3.sourceforge.com)
	by sfp-svn-3.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1S5y6v-0006Uf-PR
	for cia@cia.vc; Fri, 09 Mar 2012 11:35:49 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1S5y6v-0006Uf-PR@sfp-svn-3.v30.ch3.sourceforge.com&gt;</header><header name="Date">Fri, 09 Mar 2012 11:35:49 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2456</revision><author>jkoshy</author><log>Add build rules and placeholder files.

Ticket:	#279 </log><diffLines>168</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2456</url><files><file action="add" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/Makefile">trunk/tools/build-automation/Makefile</file><file action="add" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/Makefile.documentation">trunk/tools/build-automation/Makefile.documentation</file><file action="add" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/Makefile.program">trunk/tools/build-automation/Makefile.program</file><file action="add" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/build-automation.nw">trunk/tools/build-automation/build-automation.nw</file><file action="add" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/master.nw">trunk/tools/build-automation/master.nw</file><file action="add" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/slave.nw">trunk/tools/build-automation/slave.nw</file></files></commit></body><timestamp>1331306222</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-3.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 4EB432E730
	for &lt;cia@cia.vc&gt;; Fri,  9 Mar 2012 07:15:58 -0800 (PST)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-3.v30.ch3.sourceforge.com)
	by sfp-svn-3.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1S5y5t-0006TB-Ir
	for cia@cia.vc; Fri, 09 Mar 2012 11:34:45 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1S5y5t-0006TB-Ir@sfp-svn-3.v30.ch3.sourceforge.com&gt;</header><header name="Date">Fri, 09 Mar 2012 11:34:45 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2455</revision><author>jkoshy</author><log>Add a 'README' for the build utility.

Ticket:	#279 </log><diffLines>19</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2455</url><files><file action="add" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/">trunk/tools/</file><file action="add" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/">trunk/tools/build-automation/</file><file action="add" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/tools/build-automation/README">trunk/tools/build-automation/README</file></files></commit></body><timestamp>1331306158</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-6.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 4077B2E72E
	for &lt;cia@cia.vc&gt;; Wed,  7 Mar 2012 11:05:27 -0800 (PST)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-6.v30.ch3.sourceforge.com)
	by sfp-svn-6.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1S5Ijm-0001jY-Iw
	for cia@cia.vc; Wed, 07 Mar 2012 15:25:10 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1S5Ijm-0001jY-Iw@sfp-svn-6.v30.ch3.sourceforge.com&gt;</header><header name="Date">Wed, 07 Mar 2012 15:25:10 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2454</revision><author>jkoshy</author><log>Highlight the need to keep an ELF object being modified in ELF_C_RDWR
mode internally consistent.

Ticket:	#338 </log><diffLines>22</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2454</url><files><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/libelf-by-example.tex">trunk/documentation/libelf-by-example/libelf-by-example.tex</file></files></commit></body><timestamp>1331147127</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-5.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 03CE72E72E
	for &lt;cia@cia.vc&gt;; Wed,  7 Mar 2012 10:18:01 -0800 (PST)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-5.v30.ch3.sourceforge.com)
	by sfp-svn-5.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1S5I00-0004H5-CK
	for cia@cia.vc; Wed, 07 Mar 2012 14:37:52 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1S5I00-0004H5-CK@sfp-svn-5.v30.ch3.sourceforge.com&gt;</header><header name="Date">Wed, 07 Mar 2012 14:37:52 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2453</revision><author>jkoshy</author><log>Improve the typography of the &quot;libelf by Example&quot; tutorial:
 * Center a figure.
 * Make fuller use of the available whitespace on the page. </log><diffLines>74</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2453</url><files><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/libelf-by-example.tex">trunk/documentation/libelf-by-example/libelf-by-example.tex</file></files></commit></body><timestamp>1331144281</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-5.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 035322E72E
	for &lt;cia@cia.vc&gt;; Wed,  7 Mar 2012 10:17:48 -0800 (PST)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-5.v30.ch3.sourceforge.com)
	by sfp-svn-5.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1S5HzS-0004Fl-E1
	for cia@cia.vc; Wed, 07 Mar 2012 14:37:18 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1S5HzS-0004Fl-E1@sfp-svn-5.v30.ch3.sourceforge.com&gt;</header><header name="Date">Wed, 07 Mar 2012 14:37:18 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2452</revision><author>jkoshy</author><log>Typographical tweaks: move the captions for a few tables to after their
content. </log><diffLines>54</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2452</url><files><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/libelf-by-example.tex">trunk/documentation/libelf-by-example/libelf-by-example.tex</file></files></commit></body><timestamp>1331144268</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-5.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 757012E72E
	for &lt;cia@cia.vc&gt;; Wed,  7 Mar 2012 10:16:50 -0800 (PST)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-5.v30.ch3.sourceforge.com)
	by sfp-svn-5.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1S5Hys-0004Ee-5b
	for cia@cia.vc; Wed, 07 Mar 2012 14:36:42 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1S5Hys-0004Ee-5b@sfp-svn-5.v30.ch3.sourceforge.com&gt;</header><header name="Date">Wed, 07 Mar 2012 14:36:42 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2451</revision><author>jkoshy</author><log>Tweak a figure in the &quot;libelf by Example&quot; tutorial: keep text inside
nodes left aligned. </log><diffLines>28</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2451</url><files><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/libelf-by-example.tex">trunk/documentation/libelf-by-example/libelf-by-example.tex</file></files></commit></body><timestamp>1331144210</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-5.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id D0A382E72E
	for &lt;cia@cia.vc&gt;; Mon,  5 Mar 2012 04:28:42 -0800 (PST)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-5.v30.ch3.sourceforge.com)
	by sfp-svn-5.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1S4Tc7-0007YV-Fz
	for cia@cia.vc; Mon, 05 Mar 2012 08:49:51 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1S4Tc7-0007YV-Fz@sfp-svn-5.v30.ch3.sourceforge.com&gt;</header><header name="Date">Mon, 05 Mar 2012 08:49:51 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2450</revision><author>jkoshy</author><log>Remove MetaPost sources that have been translated to TikZ/PGF.

Ticket:	#337  </log><diffLines>1609</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2450</url><files><file action="remove" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/fig-ariter.mp">trunk/documentation/libelf-by-example/fig-ariter.mp</file><file action="remove" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/fig-arstr.mp">trunk/documentation/libelf-by-example/fig-arstr.mp</file><file action="remove" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/fig-data.mp">trunk/documentation/libelf-by-example/fig-data.mp</file><file action="remove" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/fig-eident.mp">trunk/documentation/libelf-by-example/fig-eident.mp</file><file action="remove" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/fig-elfhdrlayout.mp">trunk/documentation/libelf-by-example/fig-elfhdrlayout.mp</file><file action="remove" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/fig-elflayout.mp">trunk/documentation/libelf-by-example/fig-elflayout.mp</file><file action="remove" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/fig-filemem.mp">trunk/documentation/libelf-by-example/fig-filemem.mp</file><file action="remove" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/fig-phdrlayout.mp">trunk/documentation/libelf-by-example/fig-phdrlayout.mp</file><file action="remove" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/fig-scn.mp">trunk/documentation/libelf-by-example/fig-scn.mp</file><file action="remove" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/fig-shdrlayout.mp">trunk/documentation/libelf-by-example/fig-shdrlayout.mp</file><file action="remove" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/fig-strtab.mp">trunk/documentation/libelf-by-example/fig-strtab.mp</file><file action="remove" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/fig-versions.mp">trunk/documentation/libelf-by-example/fig-versions.mp</file></files></commit></body><timestamp>1330950523</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-1.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id BAE762E72E
	for &lt;cia@cia.vc&gt;; Sun,  4 Mar 2012 15:01:30 -0800 (PST)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-1.v30.ch3.sourceforge.com)
	by sfp-svn-1.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1S4H1G-0007ly-J3
	for cia@cia.vc; Sun, 04 Mar 2012 19:22:58 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1S4H1G-0007ly-J3@sfp-svn-1.v30.ch3.sourceforge.com&gt;</header><header name="Date">Sun, 04 Mar 2012 19:22:58 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2449</revision><author>jkoshy</author><log>Improve a few labels in a figure. </log><diffLines>26</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2449</url><files><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/libelf-by-example.tex">trunk/documentation/libelf-by-example/libelf-by-example.tex</file></files></commit></body><timestamp>1330902090</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-1.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 0B5732E72E
	for &lt;cia@cia.vc&gt;; Sun,  4 Mar 2012 15:00:58 -0800 (PST)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-1.v30.ch3.sourceforge.com)
	by sfp-svn-1.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1S4H0e-0007l3-Qs
	for cia@cia.vc; Sun, 04 Mar 2012 19:22:20 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1S4H0e-0007l3-Qs@sfp-svn-1.v30.ch3.sourceforge.com&gt;</header><header name="Date">Sun, 04 Mar 2012 19:22:20 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2448</revision><author>jkoshy</author><log>Add a graphical overview of the concepts covered in the &quot;libelf by
Example&quot; tutorial.

Ticket:	#272 </log><diffLines>82</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2448</url><files><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/libelf-by-example.tex">trunk/documentation/libelf-by-example/libelf-by-example.tex</file></files></commit></body><timestamp>1330902058</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-2.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 702FB2E72E
	for &lt;cia@cia.vc&gt;; Sun,  4 Mar 2012 08:29:49 -0800 (PST)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-2.v30.ch3.sourceforge.com)
	by sfp-svn-2.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1S4AuM-0005tA-KS
	for cia@cia.vc; Sun, 04 Mar 2012 12:51:26 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1S4AuM-0005tA-KS@sfp-svn-2.v30.ch3.sourceforge.com&gt;</header><header name="Date">Sun, 04 Mar 2012 12:51:26 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2447</revision><author>jkoshy</author><log>Note the early history of ELF support in Linux-based operating
systems. </log><diffLines>26</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2447</url><files><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/documentation/libelf-by-example/libelf-by-example.tex">trunk/documentation/libelf-by-example/libelf-by-example.tex</file></files></commit></body><timestamp>1330878589</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-2.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 434F82E728
	for &lt;cia@cia.vc&gt;; Tue, 21 Feb 2012 01:36:10 -0800 (PST)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-2.v30.ch3.sourceforge.com)
	by sfp-svn-2.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1RziqH-0005xI-IT
	for cia@cia.vc; Tue, 21 Feb 2012 06:04:49 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1RziqH-0005xI-IT@sfp-svn-2.v30.ch3.sourceforge.com&gt;</header><header name="Date">Tue, 21 Feb 2012 06:04:49 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2443</revision><author>jkoshy</author><log>Document the prerequisites for building additional documention on
GNU/Linux.

Ticket:	#337 </log><diffLines>20</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2443</url><files><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/INSTALL">trunk/INSTALL</file></files></commit></body><timestamp>1329816970</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version><mailHeaders><header name="Received">from sfp-svn-2.v30.ch3.sourceforge.com (ch3.sourceforge.net [216.34.181.60])
	by cia.vc (Postfix) with ESMTP id 0915C2E728
	for &lt;cia@cia.vc&gt;; Tue, 21 Feb 2012 01:24:28 -0800 (PST)</header><header name="Received">from localhost ([127.0.0.1] helo=sfp-svn-2.v30.ch3.sourceforge.com)
	by sfp-svn-2.v30.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from &lt;noreply@sourceforge.net&gt;)
	id 1Rziex-0005gh-JN
	for cia@cia.vc; Tue, 21 Feb 2012 05:53:07 +0000</header><header name="From">noreply@sourceforge.net</header><header name="Message-Id">&lt;E1Rziex-0005gh-JN@sfp-svn-2.v30.ch3.sourceforge.com&gt;</header><header name="Date">Tue, 21 Feb 2012 05:53:07 +0000</header></mailHeaders></generator><source><project>elftoolchain</project></source><body><commit><revision>2442</revision><author>jkoshy</author><log>Correct a cut-n-paste error in the installation notes. </log><diffLines>24</diffLines><url>http://elftoolchain.svn.sourceforge.net/elftoolchain/?view=rev&amp;rev=2442</url><files><file action="modify" uri="https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk/INSTALL">trunk/INSTALL</file></files></commit></body><timestamp>1329816268</timestamp></message></recentMessages></statsTarget>
