commit-gnue
[Top][All Lists]
Advanced

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

gnue/geas NEWS lib/classdefs/gcdparser.c src/co...


From: Reinhard Mueller
Subject: gnue/geas NEWS lib/classdefs/gcdparser.c src/co...
Date: Tue, 28 Aug 2001 10:30:11 -0700

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Branch:         geas-0-1-0-branch
Changes by:     Reinhard Mueller <address@hidden>       01/08/28 10:30:11

Modified files:
        geas           : NEWS 
        geas/lib/classdefs: gcdparser.c 
        geas/src       : collectiondata.c connection.c dataobject.c 
        geas/src/objectcache: objectcache.c objectcache.h 

Log message:
        Added automatic fields for user and time of creation and modification 
of each object instance

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&tr2=1.9.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/lib/classdefs/gcdparser.c.diff?only_with_tag=geas-0-1-0-branch&tr1=1.43&tr2=1.43.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/src/collectiondata.c.diff?only_with_tag=geas-0-1-0-branch&tr1=1.29&tr2=1.29.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/src/connection.c.diff?only_with_tag=geas-0-1-0-branch&tr1=1.65&tr2=1.65.4.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/src/dataobject.c.diff?only_with_tag=geas-0-1-0-branch&tr1=1.60&tr2=1.60.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/src/objectcache/objectcache.c.diff?only_with_tag=geas-0-1-0-branch&tr1=1.58&tr2=1.58.2.1&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/src/objectcache/objectcache.h.diff?only_with_tag=geas-0-1-0-branch&tr1=1.20&tr2=1.20.4.1&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/gcdparser.c
diff -u gnue/geas/lib/classdefs/gcdparser.c:1.42 
gnue/geas/lib/classdefs/gcdparser.c:1.43
--- gnue/geas/lib/classdefs/gcdparser.c:1.42    Wed Jul  4 11:04:12 2001
+++ gnue/geas/lib/classdefs/gcdparser.c Fri Aug 24 12:36:50 2001
@@ -21,7 +21,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: gcdparser.c,v 1.42 2001/07/04 18:04:12 ntiffin Exp $
+   $Id: gcdparser.c,v 1.43 2001/08/24 19:36:50 ntiffin Exp $
    
 */
 
@@ -233,41 +233,6 @@
   assert (argument != NULL);
 #endif
   /* TODO - there must be something to do here, neilt */
-}
-
-/* ------------------------------------------------------------------------- *\
- * Allocate and make defaults for help structure.
-\* ------------------------------------------------------------------------- */
-struct _odl_help *
-alloc_odl_help ()
-{
-  struct _odl_help *help_entry = g_new0 (struct _odl_help, 1);
-  g_assert (help_entry != NULL);
-  if (help_entry)
-    {
-     help_entry->module = NULL;
-     help_entry->class = NULL;
-     help_entry->field = NULL;
-     help_entry->fullname = NULL;
-     help_entry->language_code = NULL;
-     help_entry->dialect_code = NULL;
-     help_entry->help_text = NULL;
-     help_entry->help_keywords = NULL;
-     help_entry->tool_tip = NULL;
-     help_entry->label = NULL;
-     help_entry->default_text = NULL;
-    }
-  return help_entry;
-}
-
-/* ------------------------------------------------------------------------- *\
- * 
-\* ------------------------------------------------------------------------- */
-void
-free_odl_help (struct _odl_item *help)
-{
-  g_assert( help != NULL);
-  /* TODO */
 }
 
 /* ------------------------------------------------------------------------- *\
Index: gnue/geas/src/collectiondata.c
diff -u gnue/geas/src/collectiondata.c:1.28 gnue/geas/src/collectiondata.c:1.29
--- gnue/geas/src/collectiondata.c:1.28 Mon Jun 25 20:01:25 2001
+++ gnue/geas/src/collectiondata.c      Wed Jul 25 10:48:24 2001
@@ -19,7 +19,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: collectiondata.c,v 1.28 2001/06/26 03:01:25 treshna Exp $
+   $Id: collectiondata.c,v 1.29 2001/07/25 17:48:24 reinhard Exp $
 
 */
 
@@ -239,9 +239,9 @@
 
 //  timer_update_profile( TIMER_FUNC_MAKELIST );
   timer_done_operation( TIMER_LISTS );
-  printf( "cache stats after list creation: " );
-  oc_print_stats();
-  printf( "\n" );
+  /* printf( "cache stats after list creation: " ); */
+  /* oc_print_stats(); */
+  /* printf( "\n" ); */
   return (listid);
 }
 
Index: gnue/geas/src/connection.c
diff -u gnue/geas/src/connection.c:1.64 gnue/geas/src/connection.c:1.65
--- gnue/geas/src/connection.c:1.64     Thu Jun 28 21:08:25 2001
+++ gnue/geas/src/connection.c  Mon Jul  2 01:20:14 2001
@@ -19,7 +19,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: connection.c,v 1.64 2001/06/29 04:08:25 treshna Exp $
+   $Id: connection.c,v 1.65 2001/07/02 08:20:14 treshna Exp $
  
 */
 
@@ -871,8 +871,8 @@
   g_free (temp);
 
   /* nasty, but hey, it should work */
-  if( c->desc ) reverse = !reverse;
-
+/*  if( c->desc ) reverse = !reverse;
+*/
   temp = oc_get_object_field (ob, "logic");
   if (temp[0] == '1')
     logic = oql_and;
Index: gnue/geas/src/dataobject.c
diff -u gnue/geas/src/dataobject.c:1.59 gnue/geas/src/dataobject.c:1.60
--- gnue/geas/src/dataobject.c:1.59     Wed Jul 25 10:48:24 2001
+++ gnue/geas/src/dataobject.c  Wed Jul 25 12:57:05 2001
@@ -19,7 +19,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: dataobject.c,v 1.59 2001/07/25 17:48:24 reinhard Exp $
+   $Id: dataobject.c,v 1.60 2001/07/25 19:57:05 reinhard Exp $
    
 */
 
@@ -1137,7 +1137,7 @@
   /* display arguments */
   if (debuglevel >= DEBUGLEVEL_HIGH)
     {
-      int i;
+      unsigned int i;
 
       for (i = 0; i < args->_length; i++)
         debug_output (DEBUGLEVEL_ALWAYS, "Arg %2d: %s", i, args->_buffer[i]);
Index: gnue/geas/src/objectcache/objectcache.c
diff -u gnue/geas/src/objectcache/objectcache.c:1.57 
gnue/geas/src/objectcache/objectcache.c:1.58
--- gnue/geas/src/objectcache/objectcache.c:1.57        Wed Jun 27 15:28:39 2001
+++ gnue/geas/src/objectcache/objectcache.c     Wed Jul 25 08:40:18 2001
@@ -19,7 +19,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: objectcache.c,v 1.57 2001/06/27 22:28:39 treshna Exp $
+   $Id: objectcache.c,v 1.58 2001/07/25 15:40:18 reinhard Exp $
 */
 
 #include "config.h"
@@ -827,9 +827,6 @@
                      const char *value, gboolean readonly)
 {
   _FieldData *f;
-  _ObjectData *o = object;
-
-/* printf( "setfield: %s/%s.%s = %s\n" , o->classname,o->key , fieldname , 
value ); */
 
   timer_start_profile( TIMER_FUNC_SET_FIELD );
 
Index: gnue/geas/src/objectcache/objectcache.h
diff -u gnue/geas/src/objectcache/objectcache.h:1.19 
gnue/geas/src/objectcache/objectcache.h:1.20
--- gnue/geas/src/objectcache/objectcache.h:1.19        Tue Jun 12 20:33:03 2001
+++ gnue/geas/src/objectcache/objectcache.h     Mon Jun 25 20:01:26 2001
@@ -20,7 +20,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: objectcache.h,v 1.19 2001/06/13 03:33:03 treshna Exp $
+   $Id: objectcache.h,v 1.20 2001/06/26 03:01:26 treshna Exp $
  
 */
 
@@ -90,5 +90,10 @@
 
 void  oc_set_object_userdata( ObjectData *obj , void *data );
 void *oc_get_object_userdata( ObjectData *obj );
+
+void oc_print_stats( void );
+
+void oc_freeze( void );
+void oc_thaw( void );
 
 #endif



reply via email to

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