Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast/src


Modified Files:
        array.c avl_tree.c conf.c debug.c dlinked_list.c file.c 
        linked_list.c mem.c msgs.c obj.c options.c regexp.c socket.c 
        str.c strings.c tok.c url.c 


Log Message:
Sat Jan 10 16:12:42 2004                        Michael Jennings (mej)

Step #1:  Update copyright statements.
Step #2:  ???
Step #3:  Profit.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/array.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- array.c     27 Nov 2003 05:24:40 -0000      1.11
+++ array.c     10 Jan 2004 21:15:17 -0000      1.12
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/avl_tree.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- avl_tree.c  27 Nov 2003 05:24:41 -0000      1.5
+++ avl_tree.c  10 Jan 2004 21:15:17 -0000      1.6
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/conf.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- conf.c      13 Dec 2003 03:02:19 -0000      1.15
+++ conf.c      10 Jan 2004 21:15:17 -0000      1.16
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -31,7 +31,7 @@
  * @author Michael Jennings <[EMAIL PROTECTED]>
  */
 
-static const char cvs_ident[] = "$Id: conf.c,v 1.15 2003/12/13 03:02:19 mej Exp $";
+static const char cvs_ident[] = "$Id: conf.c,v 1.16 2004/01/10 21:15:17 mej Exp $";
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/debug.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- debug.c     27 Nov 2003 05:24:41 -0000      1.11
+++ debug.c     10 Jan 2004 21:15:17 -0000      1.12
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -28,11 +28,11 @@
  * This file contains all non-cpp-based debugging functionality.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * $Revision: 1.11 $
- * $Date: 2003/11/27 05:24:41 $
+ * $Revision: 1.12 $
+ * $Date: 2004/01/10 21:15:17 $
  */
 
-static const char cvs_ident[] = "$Id: debug.c,v 1.11 2003/11/27 05:24:41 mej Exp $";
+static const char cvs_ident[] = "$Id: debug.c,v 1.12 2004/01/10 21:15:17 mej Exp $";
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/dlinked_list.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- dlinked_list.c      27 Nov 2003 05:24:41 -0000      1.13
+++ dlinked_list.c      10 Jan 2004 21:15:17 -0000      1.14
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/file.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- file.c      27 Nov 2003 05:24:41 -0000      1.6
+++ file.c      10 Jan 2004 21:15:17 -0000      1.7
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -28,11 +28,11 @@
  * This file contains file-related functions.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * $Revision: 1.6 $
- * $Date: 2003/11/27 05:24:41 $
+ * $Revision: 1.7 $
+ * $Date: 2004/01/10 21:15:17 $
  */
 
-static const char cvs_ident[] = "$Id: file.c,v 1.6 2003/11/27 05:24:41 mej Exp $";
+static const char cvs_ident[] = "$Id: file.c,v 1.7 2004/01/10 21:15:17 mej Exp $";
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/linked_list.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- linked_list.c       27 Nov 2003 05:24:41 -0000      1.16
+++ linked_list.c       10 Jan 2004 21:15:17 -0000      1.17
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-static const char cvs_ident[] = "$Id: linked_list.c,v 1.16 2003/11/27 05:24:41 mej 
Exp $";
+static const char cvs_ident[] = "$Id: linked_list.c,v 1.17 2004/01/10 21:15:17 mej 
Exp $";
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/mem.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- mem.c       13 Dec 2003 03:02:19 -0000      1.16
+++ mem.c       10 Jan 2004 21:15:17 -0000      1.17
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -28,11 +28,11 @@
  * This file contains the memory management subsystem.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * $Revision: 1.16 $
- * $Date: 2003/12/13 03:02:19 $
+ * $Revision: 1.17 $
+ * $Date: 2004/01/10 21:15:17 $
  */
 
-static const char cvs_ident[] = "$Id: mem.c,v 1.16 2003/12/13 03:02:19 mej Exp $";
+static const char cvs_ident[] = "$Id: mem.c,v 1.17 2004/01/10 21:15:17 mej Exp $";
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/msgs.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- msgs.c      27 Nov 2003 05:24:41 -0000      1.7
+++ msgs.c      10 Jan 2004 21:15:17 -0000      1.8
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -29,11 +29,11 @@
  * error messages to the end user.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * $Revision: 1.7 $
- * $Date: 2003/11/27 05:24:41 $
+ * $Revision: 1.8 $
+ * $Date: 2004/01/10 21:15:17 $
  */
 
-static const char cvs_ident[] = "$Id: msgs.c,v 1.7 2003/11/27 05:24:41 mej Exp $";
+static const char cvs_ident[] = "$Id: msgs.c,v 1.8 2004/01/10 21:15:17 mej Exp $";
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/obj.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- obj.c       27 Nov 2003 05:24:41 -0000      1.21
+++ obj.c       10 Jan 2004 21:15:17 -0000      1.22
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -28,11 +28,11 @@
  * This file contains the basic object class.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * $Revision: 1.21 $
- * $Date: 2003/11/27 05:24:41 $
+ * $Revision: 1.22 $
+ * $Date: 2004/01/10 21:15:17 $
  */
 
-static const char cvs_ident[] = "$Id: obj.c,v 1.21 2003/11/27 05:24:41 mej Exp $";
+static const char cvs_ident[] = "$Id: obj.c,v 1.22 2004/01/10 21:15:17 mej Exp $";
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/options.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- options.c   13 Dec 2003 03:02:19 -0000      1.12
+++ options.c   10 Jan 2004 21:15:17 -0000      1.13
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -29,11 +29,11 @@
  * option parser.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * $Revision: 1.12 $
- * $Date: 2003/12/13 03:02:19 $
+ * $Revision: 1.13 $
+ * $Date: 2004/01/10 21:15:17 $
  */
 
-static const char cvs_ident[] = "$Id: options.c,v 1.12 2003/12/13 03:02:19 mej Exp $";
+static const char cvs_ident[] = "$Id: options.c,v 1.13 2004/01/10 21:15:17 mej Exp $";
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/regexp.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- regexp.c    27 Nov 2003 05:24:41 -0000      1.9
+++ regexp.c    10 Jan 2004 21:15:17 -0000      1.10
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-static const char cvs_ident[] = "$Id: regexp.c,v 1.9 2003/11/27 05:24:41 mej Exp $";
+static const char cvs_ident[] = "$Id: regexp.c,v 1.10 2004/01/10 21:15:17 mej Exp $";
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/socket.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- socket.c    27 Nov 2003 05:24:41 -0000      1.14
+++ socket.c    10 Jan 2004 21:15:17 -0000      1.15
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-static const char cvs_ident[] = "$Id: socket.c,v 1.14 2003/11/27 05:24:41 mej Exp $";
+static const char cvs_ident[] = "$Id: socket.c,v 1.15 2004/01/10 21:15:17 mej Exp $";
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/str.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- str.c       13 Dec 2003 03:02:19 -0000      1.25
+++ str.c       10 Jan 2004 21:15:17 -0000      1.26
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-static const char cvs_ident[] = "$Id: str.c,v 1.25 2003/12/13 03:02:19 mej Exp $";
+static const char cvs_ident[] = "$Id: str.c,v 1.26 2004/01/10 21:15:17 mej Exp $";
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
@@ -110,7 +110,6 @@
 spif_str_del(spif_str_t self)
 {
     REQUIRE_RVAL(!SPIF_STR_ISNULL(self), FALSE);
-    D_OBJ(("Deleting string %010p\n", self));
     spif_str_done(self);
     SPIF_DEALLOC(self);
     return TRUE;
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/strings.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- strings.c   13 Dec 2003 03:02:19 -0000      1.14
+++ strings.c   10 Jan 2004 21:15:17 -0000      1.15
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -30,7 +30,7 @@
  * @author Michael Jennings <[EMAIL PROTECTED]>
  */
 
-static const char cvs_ident[] = "$Id: strings.c,v 1.14 2003/12/13 03:02:19 mej Exp $";
+static const char cvs_ident[] = "$Id: strings.c,v 1.15 2004/01/10 21:15:17 mej Exp $";
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/tok.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- tok.c       27 Nov 2003 05:24:41 -0000      1.17
+++ tok.c       10 Jan 2004 21:15:17 -0000      1.18
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-static const char cvs_ident[] = "$Id: tok.c,v 1.17 2003/11/27 05:24:41 mej Exp $";
+static const char cvs_ident[] = "$Id: tok.c,v 1.18 2004/01/10 21:15:17 mej Exp $";
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/url.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- url.c       27 Nov 2003 05:24:41 -0000      1.13
+++ url.c       10 Jan 2004 21:15:17 -0000      1.14
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-static const char cvs_ident[] = "$Id: url.c,v 1.13 2003/11/27 05:24:41 mej Exp $";
+static const char cvs_ident[] = "$Id: url.c,v 1.14 2004/01/10 21:15:17 mej Exp $";
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to