[Ltrace-devel] r34 - ltrace/trunk

Paul Gilliam pgilliam-guest at costa.debian.org
Mon Mar 13 22:34:56 UTC 2006


Author: pgilliam-guest
Date: 2006-03-13 22:34:55 +0000 (Mon, 13 Mar 2006)
New Revision: 34

Modified:
   ltrace/trunk/ChangeLog
Log:
Update ChangeLog for last change:

2006-03-13  Paul Gilliam <pgilliam at us.ibm.com>

        * options.h: New structure for opt_x list elements, now with 'found'.
        * options.c: Use new opt_x_t structure, initializing 'found' to 0.
        * elf.c: Use new 'found' field for better error checking.



Modified: ltrace/trunk/ChangeLog
===================================================================
--- ltrace/trunk/ChangeLog	2006-03-13 17:43:13 UTC (rev 33)
+++ ltrace/trunk/ChangeLog	2006-03-13 22:34:55 UTC (rev 34)
@@ -1,3 +1,9 @@
+2006-03-13  Paul Gilliam <pgilliam at us.ibm.com>
+
+	* options.h: New structure for opt_x list elements, now with 'found'.
+	* options.c: Use new opt_x_t structure, initializing 'found' to 0.
+	* elf.c: Use new 'found' field for better error checking.
+
 2006-03-06  Ian Wienand  <ianw at ieee.org>
 
 	* Makefile.in: remove unneeded dirs from make dist; use rm




More information about the Ltrace-devel mailing list