commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas NEWS lib/classdefs/classdata.c


From: Reinhard Mueller
Subject: gnue/geas NEWS lib/classdefs/classdata.c
Date: Sat, 01 Sep 2001 08:03:05 -0700

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Branch:         geas-0-1-0-branch
Changes by:     Reinhard Mueller <address@hidden>       01/09/01 08:03:05

Modified files:
        geas           : NEWS 
        geas/lib/classdefs: classdata.c 

Log message:
        when looking for a field, ignore items that have type IT_ignore

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/NEWS.diff?only_with_tag=geas-0-1-0-branch&tr1=1.9.2.2&tr2=1.9.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/lib/classdefs/classdata.c.diff?only_with_tag=geas-0-1-0-branch&tr1=1.65.4.1&tr2=1.65.4.2&r1=text&r2=text

Patches:
Index: gnue/geas/NEWS
diff -u gnue/geas/NEWS:1.8 gnue/geas/NEWS:1.9
--- gnue/geas/NEWS:1.8  Thu Aug 23 08:45:59 2001
+++ gnue/geas/NEWS      Fri Aug 24 14:59:00 2001
@@ -1,4 +1,4 @@
-New features/changes in version 0.0.6:  (YYYY-MM-DD)
+New features/changes in version 0.0.6:  (2001-08-24)
 
 o Use better PostgreSQL datatypes
 o New GEAS datatypes int16, int32, int64 and boolean
Index: gnue/geas/lib/classdefs/classdata.c
diff -u gnue/geas/lib/classdefs/classdata.c:1.64 
gnue/geas/lib/classdefs/classdata.c:1.65
--- gnue/geas/lib/classdefs/classdata.c:1.64    Thu Jun 28 21:08:25 2001
+++ gnue/geas/lib/classdefs/classdata.c Thu Jul  5 18:38:09 2001
@@ -22,7 +22,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
 
-   $Id: classdata.c,v 1.64 2001/06/29 04:08:25 treshna Exp $
+   $Id: classdata.c,v 1.65 2001/07/06 01:38:09 ntiffin Exp $
    
 */
 
@@ -2450,7 +2450,7 @@
     case IT_class:
       if (item->filename != NULL)
         {
-          fprintf(out, "[%s]", g_basename(((odl_container *)item)->filename));
+          fprintf(out, " [%s]", g_basename(((odl_container *)item)->filename));
         }
       l = item->parents;
       if (l)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]