Author: mis                          Date: Sat Feb  2 21:49:09 2008 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- pld-linux.org

---- Files affected:
poldek/poldek:
   capreq.c (1.48 -> 1.49) , depdirs.c (1.6 -> 1.7) , install-dist.c (1.12 -> 
1.13) , log.c (1.37 -> 1.38) , pkgcmp.c (1.13 -> 1.14) , pkgfetch.c (1.29 -> 
1.30) , pkgiter.c (1.3 -> 1.4) , pkgmark.c (1.9 -> 1.10) , pkgmisc.c (1.9 -> 
1.10) , pkgroup.c (1.26 -> 1.27) , pkgscore.c (1.12 -> 1.13) , pkgset-load.c 
(1.59 -> 1.60) , poldek.h (1.39 -> 1.40) , poldek_term.c (1.9 -> 1.10) , 
poldek_term.h (1.3 -> 1.4) , split.c (1.25 -> 1.26) , uninstall.c (1.46 -> 
1.47) , upgrade-dist.c (1.6 -> 1.7) 
poldek/poldek/pkgdir:
   mod.c (1.12 -> 1.13) , pkg_store.c (1.25 -> 1.26) , pkgdir_patch.c (1.15 -> 
1.16) 
poldek/poldek/pkgdir/dir:
   dir.c (1.28 -> 1.29) 
poldek/poldek/pkgdir/metadata:
   metadata.c (1.7 -> 1.8) 
poldek/poldek/pkgdir/pdir:
   digest.c (1.7 -> 1.8) , pdir.c (1.30 -> 1.31) , pdir_pkg_restore.c (1.9 -> 
1.10) , pdir_pkg_store.c (1.12 -> 1.13) 
poldek/poldek/pkgdir/pndir:
   digest.c (1.7 -> 1.8) , pndir.c (1.36 -> 1.37) 
poldek/poldek/pkgdir/rpmdb:
   rpmdb.c (1.30 -> 1.31) , rpmdbcache.c (1.2 -> 1.3) 
poldek/poldek/pkgdir/yum:
   yum.c (1.18 -> 1.19) 
poldek/poldek/pm:
   mod.c (1.5 -> 1.6) , pm.c (1.13 -> 1.14) 
poldek/poldek/pm/pset:
   pset.c (1.30 -> 1.31) 
poldek/poldek/pm/rpm:
   misc.c (1.20 -> 1.21) , rpmdb_depdirs.c (1.2 -> 1.3) , rpmhdr.c (1.10 -> 
1.11) , signature.c (1.4 -> 1.5) 
poldek/poldek/sigint:
   sigint.c (1.3 -> 1.4) 
poldek/poldek/vfile:
   extcompr.c (1.9 -> 1.10) , fetch.c (1.43 -> 1.44) , misc.c (1.13 -> 1.14) , 
p_open.c (1.15 -> 1.16) , sample.c (1.10 -> 1.11) , testcookie.c (1.1 -> 1.2) , 
ttest.c (1.6 -> 1.7) , vfetch.c (1.18 -> 1.19) , vfffmod.c (1.9 -> 1.10) , 
vflock.c (1.11 -> 1.12) , vfreq.c (1.10 -> 1.11) , vopen3.c (1.8 -> 1.9) 
poldek/poldek/vfile/tests:
   test_vfile.c (1.1 -> 1.2) 
poldek/poldek/vfile/vfff:
   ftp.c (1.4 -> 1.5) , http.c (1.9 -> 1.10) , vfff.c (1.7 -> 1.8) , vfff.h 
(1.5 -> 1.6) 

---- Diffs:

================================================================
Index: poldek/poldek/capreq.c
diff -u poldek/poldek/capreq.c:1.48 poldek/poldek/capreq.c:1.49
--- poldek/poldek/capreq.c:1.48 Wed Jan 30 16:10:53 2008
+++ poldek/poldek/capreq.c      Sat Feb  2 22:49:03 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2002 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/depdirs.c
diff -u poldek/poldek/depdirs.c:1.6 poldek/poldek/depdirs.c:1.7
--- poldek/poldek/depdirs.c:1.6 Thu Apr 25 18:34:11 2002
+++ poldek/poldek/depdirs.c     Sat Feb  2 22:49:03 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2002 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/install-dist.c
diff -u poldek/poldek/install-dist.c:1.12 poldek/poldek/install-dist.c:1.13
--- poldek/poldek/install-dist.c:1.12   Tue Jan 22 21:00:43 2008
+++ poldek/poldek/install-dist.c        Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2007 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/log.c
diff -u poldek/poldek/log.c:1.37 poldek/poldek/log.c:1.38
--- poldek/poldek/log.c:1.37    Fri Feb  1 17:09:17 2008
+++ poldek/poldek/log.c Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2007 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgcmp.c
diff -u poldek/poldek/pkgcmp.c:1.13 poldek/poldek/pkgcmp.c:1.14
--- poldek/poldek/pkgcmp.c:1.13 Sat Feb  2 17:43:31 2008
+++ poldek/poldek/pkgcmp.c      Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2004 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgfetch.c
diff -u poldek/poldek/pkgfetch.c:1.29 poldek/poldek/pkgfetch.c:1.30
--- poldek/poldek/pkgfetch.c:1.29       Sun Jul  8 18:59:15 2007
+++ poldek/poldek/pkgfetch.c    Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgiter.c
diff -u poldek/poldek/pkgiter.c:1.3 poldek/poldek/pkgiter.c:1.4
--- poldek/poldek/pkgiter.c:1.3 Sun Jan 27 19:43:05 2008
+++ poldek/poldek/pkgiter.c     Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgmark.c
diff -u poldek/poldek/pkgmark.c:1.9 poldek/poldek/pkgmark.c:1.10
--- poldek/poldek/pkgmark.c:1.9 Sun Jul  8 18:59:15 2007
+++ poldek/poldek/pkgmark.c     Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgmisc.c
diff -u poldek/poldek/pkgmisc.c:1.9 poldek/poldek/pkgmisc.c:1.10
--- poldek/poldek/pkgmisc.c:1.9 Sun Jul  1 23:04:26 2007
+++ poldek/poldek/pkgmisc.c     Sat Feb  2 22:49:04 2008
@@ -2,7 +2,7 @@
   $Id$
 */
 /*
-  Copyright (C) 2000 - 2007 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgroup.c
diff -u poldek/poldek/pkgroup.c:1.26 poldek/poldek/pkgroup.c:1.27
--- poldek/poldek/pkgroup.c:1.26        Tue Oct 18 18:25:12 2005
+++ poldek/poldek/pkgroup.c     Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /* 
-  Copyright (C) 2001 Pawel A. Gajda ([EMAIL PROTECTED])
+  Copyright (C) 2001 Pawel A. Gajda ([EMAIL PROTECTED])
  
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License published by

================================================================
Index: poldek/poldek/pkgscore.c
diff -u poldek/poldek/pkgscore.c:1.12 poldek/poldek/pkgscore.c:1.13
--- poldek/poldek/pkgscore.c:1.12       Thu Oct 20 22:40:42 2005
+++ poldek/poldek/pkgscore.c    Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgset-load.c
diff -u poldek/poldek/pkgset-load.c:1.59 poldek/poldek/pkgset-load.c:1.60
--- poldek/poldek/pkgset-load.c:1.59    Tue Jan 22 18:11:30 2008
+++ poldek/poldek/pkgset-load.c Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2007 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/poldek.h
diff -u poldek/poldek/poldek.h:1.39 poldek/poldek/poldek.h:1.40
--- poldek/poldek/poldek.h:1.39 Sat Feb  2 16:38:36 2008
+++ poldek/poldek/poldek.h      Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2007 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/poldek_term.c
diff -u poldek/poldek/poldek_term.c:1.9 poldek/poldek/poldek_term.c:1.10
--- poldek/poldek/poldek_term.c:1.9     Mon Aug 21 17:40:54 2006
+++ poldek/poldek/poldek_term.c Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2002 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================

================================================================
Index: poldek/poldek/split.c
diff -u poldek/poldek/split.c:1.25 poldek/poldek/split.c:1.26
--- poldek/poldek/split.c:1.25  Tue Jan 22 12:40:29 2008
+++ poldek/poldek/split.c       Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/uninstall.c
diff -u poldek/poldek/uninstall.c:1.46 poldek/poldek/uninstall.c:1.47
--- poldek/poldek/uninstall.c:1.46      Tue Jan 22 13:42:57 2008
+++ poldek/poldek/uninstall.c   Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2007 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/upgrade-dist.c
diff -u poldek/poldek/upgrade-dist.c:1.6 poldek/poldek/upgrade-dist.c:1.7
--- poldek/poldek/upgrade-dist.c:1.6    Sun Jan 27 17:01:08 2008
+++ poldek/poldek/upgrade-dist.c        Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2007 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgdir/mod.c
diff -u poldek/poldek/pkgdir/mod.c:1.12 poldek/poldek/pkgdir/mod.c:1.13
--- poldek/poldek/pkgdir/mod.c:1.12     Sat Jul 16 10:52:56 2005
+++ poldek/poldek/pkgdir/mod.c  Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2002 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgdir/pkg_store.c
diff -u poldek/poldek/pkgdir/pkg_store.c:1.25 
poldek/poldek/pkgdir/pkg_store.c:1.26
--- poldek/poldek/pkgdir/pkg_store.c:1.25       Fri Jun 22 00:28:35 2007
+++ poldek/poldek/pkgdir/pkg_store.c    Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /* 
-  Copyright (C) 2000 - 2004 Pawel A. Gajda ([EMAIL PROTECTED])
+  Copyright (C) 2000 - 2008 Pawel A. Gajda ([EMAIL PROTECTED])
  
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License published by

================================================================
Index: poldek/poldek/pkgdir/pkgdir_patch.c
diff -u poldek/poldek/pkgdir/pkgdir_patch.c:1.15 
poldek/poldek/pkgdir/pkgdir_patch.c:1.16
--- poldek/poldek/pkgdir/pkgdir_patch.c:1.15    Wed Oct 12 21:25:56 2005
+++ poldek/poldek/pkgdir/pkgdir_patch.c Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /* 
-  Copyright (C) 2000 - 2002 Pawel A. Gajda ([EMAIL PROTECTED])
+  Copyright (C) 2000 - 2008 Pawel A. Gajda ([EMAIL PROTECTED])
  
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License published by

================================================================
Index: poldek/poldek/pkgdir/dir/dir.c
diff -u poldek/poldek/pkgdir/dir/dir.c:1.28 poldek/poldek/pkgdir/dir/dir.c:1.29
--- poldek/poldek/pkgdir/dir/dir.c:1.28 Fri Jun 22 14:43:33 2007
+++ poldek/poldek/pkgdir/dir/dir.c      Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgdir/metadata/metadata.c
diff -u poldek/poldek/pkgdir/metadata/metadata.c:1.7 
poldek/poldek/pkgdir/metadata/metadata.c:1.8
--- poldek/poldek/pkgdir/metadata/metadata.c:1.7        Wed Jun 20 10:25:32 2007
+++ poldek/poldek/pkgdir/metadata/metadata.c    Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgdir/pdir/digest.c
diff -u poldek/poldek/pkgdir/pdir/digest.c:1.7 
poldek/poldek/pkgdir/pdir/digest.c:1.8
--- poldek/poldek/pkgdir/pdir/digest.c:1.7      Sun May 15 17:51:18 2005
+++ poldek/poldek/pkgdir/pdir/digest.c  Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgdir/pdir/pdir.c
diff -u poldek/poldek/pkgdir/pdir/pdir.c:1.30 
poldek/poldek/pkgdir/pdir/pdir.c:1.31
--- poldek/poldek/pkgdir/pdir/pdir.c:1.30       Wed Jun 20 19:11:43 2007
+++ poldek/poldek/pkgdir/pdir/pdir.c    Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgdir/pdir/pdir_pkg_restore.c
diff -u poldek/poldek/pkgdir/pdir/pdir_pkg_restore.c:1.9 
poldek/poldek/pkgdir/pdir/pdir_pkg_restore.c:1.10
--- poldek/poldek/pkgdir/pdir/pdir_pkg_restore.c:1.9    Sun May 15 17:51:18 2005
+++ poldek/poldek/pkgdir/pdir/pdir_pkg_restore.c        Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgdir/pdir/pdir_pkg_store.c
diff -u poldek/poldek/pkgdir/pdir/pdir_pkg_store.c:1.12 
poldek/poldek/pkgdir/pdir/pdir_pkg_store.c:1.13
--- poldek/poldek/pkgdir/pdir/pdir_pkg_store.c:1.12     Fri May 12 01:47:38 2006
+++ poldek/poldek/pkgdir/pdir/pdir_pkg_store.c  Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /* 
-  Copyright (C) 2000 - 2002 Pawel A. Gajda ([EMAIL PROTECTED])
+  Copyright (C) 2000 - 2008 Pawel A. Gajda ([EMAIL PROTECTED])
  
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License published by

================================================================
Index: poldek/poldek/pkgdir/pndir/digest.c
diff -u poldek/poldek/pkgdir/pndir/digest.c:1.7 
poldek/poldek/pkgdir/pndir/digest.c:1.8
--- poldek/poldek/pkgdir/pndir/digest.c:1.7     Sun Jun 24 13:48:07 2007
+++ poldek/poldek/pkgdir/pndir/digest.c Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgdir/pndir/pndir.c
diff -u poldek/poldek/pkgdir/pndir/pndir.c:1.36 
poldek/poldek/pkgdir/pndir/pndir.c:1.37
--- poldek/poldek/pkgdir/pndir/pndir.c:1.36     Thu Jun 21 18:47:45 2007
+++ poldek/poldek/pkgdir/pndir/pndir.c  Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgdir/rpmdb/rpmdb.c
diff -u poldek/poldek/pkgdir/rpmdb/rpmdb.c:1.30 
poldek/poldek/pkgdir/rpmdb/rpmdb.c:1.31
--- poldek/poldek/pkgdir/rpmdb/rpmdb.c:1.30     Mon Jan 28 15:32:54 2008
+++ poldek/poldek/pkgdir/rpmdb/rpmdb.c  Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgdir/rpmdb/rpmdbcache.c
diff -u poldek/poldek/pkgdir/rpmdb/rpmdbcache.c:1.2 
poldek/poldek/pkgdir/rpmdb/rpmdbcache.c:1.3
--- poldek/poldek/pkgdir/rpmdb/rpmdbcache.c:1.2 Sun Oct 10 21:58:46 2004
+++ poldek/poldek/pkgdir/rpmdb/rpmdbcache.c     Sat Feb  2 22:49:04 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2004 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pkgdir/yum/yum.c
diff -u poldek/poldek/pkgdir/yum/yum.c:1.18 poldek/poldek/pkgdir/yum/yum.c:1.19
--- poldek/poldek/pkgdir/yum/yum.c:1.18 Sun Aug 20 20:14:58 2006
+++ poldek/poldek/pkgdir/yum/yum.c      Sat Feb  2 22:49:05 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pm/mod.c
diff -u poldek/poldek/pm/mod.c:1.5 poldek/poldek/pm/mod.c:1.6
--- poldek/poldek/pm/mod.c:1.5  Sun May 15 17:48:46 2005
+++ poldek/poldek/pm/mod.c      Sat Feb  2 22:49:05 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pm/pm.c
diff -u poldek/poldek/pm/pm.c:1.13 poldek/poldek/pm/pm.c:1.14
--- poldek/poldek/pm/pm.c:1.13  Sat Jul 14 00:33:11 2007
+++ poldek/poldek/pm/pm.c       Sat Feb  2 22:49:05 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pm/pset/pset.c
diff -u poldek/poldek/pm/pset/pset.c:1.30 poldek/poldek/pm/pset/pset.c:1.31
--- poldek/poldek/pm/pset/pset.c:1.30   Thu Jan 31 03:30:16 2008
+++ poldek/poldek/pm/pset/pset.c        Sat Feb  2 22:49:05 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2007 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pm/rpm/misc.c
diff -u poldek/poldek/pm/rpm/misc.c:1.20 poldek/poldek/pm/rpm/misc.c:1.21
--- poldek/poldek/pm/rpm/misc.c:1.20    Sat Jul 14 00:33:11 2007
+++ poldek/poldek/pm/rpm/misc.c Sat Feb  2 22:49:05 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2002 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pm/rpm/rpmdb_depdirs.c
diff -u poldek/poldek/pm/rpm/rpmdb_depdirs.c:1.2 
poldek/poldek/pm/rpm/rpmdb_depdirs.c:1.3
--- poldek/poldek/pm/rpm/rpmdb_depdirs.c:1.2    Sun May 15 17:48:50 2005
+++ poldek/poldek/pm/rpm/rpmdb_depdirs.c        Sat Feb  2 22:49:05 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pm/rpm/rpmhdr.c
diff -u poldek/poldek/pm/rpm/rpmhdr.c:1.10 poldek/poldek/pm/rpm/rpmhdr.c:1.11
--- poldek/poldek/pm/rpm/rpmhdr.c:1.10  Sat Feb  2 01:04:00 2008
+++ poldek/poldek/pm/rpm/rpmhdr.c       Sat Feb  2 22:49:05 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2002 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/pm/rpm/signature.c
diff -u poldek/poldek/pm/rpm/signature.c:1.4 
poldek/poldek/pm/rpm/signature.c:1.5
--- poldek/poldek/pm/rpm/signature.c:1.4        Mon Jul  9 19:00:31 2007
+++ poldek/poldek/pm/rpm/signature.c    Sat Feb  2 22:49:05 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2002 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/sigint/sigint.c
diff -u poldek/poldek/sigint/sigint.c:1.3 poldek/poldek/sigint/sigint.c:1.4
--- poldek/poldek/sigint/sigint.c:1.3   Sun Sep 26 21:39:11 2004
+++ poldek/poldek/sigint/sigint.c       Sat Feb  2 22:49:05 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2002 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/vfile/extcompr.c
diff -u poldek/poldek/vfile/extcompr.c:1.9 poldek/poldek/vfile/extcompr.c:1.10
--- poldek/poldek/vfile/extcompr.c:1.9  Mon Jul  2 19:08:38 2007
+++ poldek/poldek/vfile/extcompr.c      Sat Feb  2 22:49:05 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/vfile/fetch.c
diff -u poldek/poldek/vfile/fetch.c:1.43 poldek/poldek/vfile/fetch.c:1.44
--- poldek/poldek/vfile/fetch.c:1.43    Mon Jul  2 19:08:38 2007
+++ poldek/poldek/vfile/fetch.c Sat Feb  2 22:49:05 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/vfile/misc.c
diff -u poldek/poldek/vfile/misc.c:1.13 poldek/poldek/vfile/misc.c:1.14
--- poldek/poldek/vfile/misc.c:1.13     Mon Jul  2 17:57:19 2007
+++ poldek/poldek/vfile/misc.c  Sat Feb  2 22:49:05 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2002 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/vfile/p_open.c
diff -u poldek/poldek/vfile/p_open.c:1.15 poldek/poldek/vfile/p_open.c:1.16
--- poldek/poldek/vfile/p_open.c:1.15   Sun May 15 14:49:50 2005
+++ poldek/poldek/vfile/p_open.c        Sat Feb  2 22:49:05 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License version 2 as

================================================================
Index: poldek/poldek/vfile/sample.c
diff -u poldek/poldek/vfile/sample.c:1.10 poldek/poldek/vfile/sample.c:1.11
--- poldek/poldek/vfile/sample.c:1.10   Wed Nov  2 21:40:26 2005
+++ poldek/poldek/vfile/sample.c        Sat Feb  2 22:49:05 2008
@@ -65,7 +65,7 @@
         unlink("/tmp/bigg");
     }
     
-//dump_file("ftp://ftp.pld.org.pl/PLD-1.0/i686/PLD/RPMS/tocfile.lst";);
+//dump_file("ftp://ftp.pld-linux.org/PLD-1.0/i686/PLD/RPMS/tocfile.lst";);
     //fetch_ext("http://sunsite.icm.edu.pl/index.html";);
     //dump_file("/tmp/index.html");
     return 0;

================================================================
Index: poldek/poldek/vfile/testcookie.c
diff -u poldek/poldek/vfile/testcookie.c:1.1 
poldek/poldek/vfile/testcookie.c:1.2
--- poldek/poldek/vfile/testcookie.c:1.1        Fri Jun  8 17:06:47 2001
+++ poldek/poldek/vfile/testcookie.c    Sat Feb  2 22:49:05 2008
@@ -1,5 +1,5 @@
 /* 
-  Copyright (C) 2000 Pawel A. Gajda ([EMAIL PROTECTED])
+  Copyright (C) 2000 Pawel A. Gajda ([EMAIL PROTECTED])
  
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License published by

================================================================
Index: poldek/poldek/vfile/ttest.c
diff -u poldek/poldek/vfile/ttest.c:1.6 poldek/poldek/vfile/ttest.c:1.7
--- poldek/poldek/vfile/ttest.c:1.6     Tue Jan 28 01:00:57 2003
+++ poldek/poldek/vfile/ttest.c Sat Feb  2 22:49:05 2008
@@ -16,14 +16,14 @@
 int main(int argc, char *argv[])
 {
     int verbose = 1;
-//    const char *up  =  
"/a/b/c/d/e/f/ftp.pld.org.pl/PLD-1.0/i686/PLD/RPMS/[EMAIL PROTECTED]";
+//    const char *up  =  
"/a/b/c/d/e/f/ftp.pld-linux.org/PLD-1.0/i686/PLD/RPMS/[EMAIL PROTECTED]";
 
-    const char *up  =  "ftp://mis:[EMAIL 
PROTECTED]/a/b/c/d/e/f/ftp.pld.org.pl/PLD-1.0/i686/PLD/RPMS/kernel-video-nvidia-1.0.2880-1kldd4443.i686.rpm";
+    const char *up  =  "ftp://mis:[EMAIL 
PROTECTED]/a/b/c/d/e/f/ftp.pld-linux.org/PLD-1.0/i686/PLD/RPMS/kernel-video-nvidia-1.0.2880-1kldd4443.i686.rpm";
 
     
-    const char *u  =  "ftp://ftp.pld.org.pl/PLD-1.0/i686/PLD/RPMS/[EMAIL 
PROTECTED]";
+    const char *u  =  "ftp://ftp.pld-linux.org/PLD-1.0/i686/PLD/RPMS/[EMAIL 
PROTECTED]";
 
-    const char *uu  =  
"/a/v/b/ftp:,,ftp.pld.org.pl,PLD-1.0,i686,PLD,RPMS,[EMAIL PROTECTED]";
+    const char *uu  =  
"/a/v/b/ftp:,,ftp.pld-linux.org,PLD-1.0,i686,PLD,RPMS,[EMAIL PROTECTED]";
     
     vfile_configure(VFILE_CONF_CACHEDIR, ",tmp");
     vfile_verbose = &verbose;

================================================================
Index: poldek/poldek/vfile/vfetch.c
diff -u poldek/poldek/vfile/vfetch.c:1.18 poldek/poldek/vfile/vfetch.c:1.19
--- poldek/poldek/vfile/vfetch.c:1.18   Thu Jan 24 00:21:50 2008
+++ poldek/poldek/vfile/vfetch.c        Sat Feb  2 22:49:05 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/vfile/vfffmod.c
diff -u poldek/poldek/vfile/vfffmod.c:1.9 poldek/poldek/vfile/vfffmod.c:1.10
--- poldek/poldek/vfile/vfffmod.c:1.9   Thu Jan 24 00:21:50 2008
+++ poldek/poldek/vfile/vfffmod.c       Sat Feb  2 22:49:05 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <[EMAIL PROTECTED]>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <[EMAIL PROTECTED]>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as

================================================================
Index: poldek/poldek/vfile/vflock.c
diff -u poldek/poldek/vfile/vflock.c:1.11 poldek/poldek/vfile/vflock.c:1.12
--- poldek/poldek/vfile/vflock.c:1.11   Sun Aug 20 15:59:55 2006
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/capreq.c?r1=1.48&r2=1.49&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/depdirs.c?r1=1.6&r2=1.7&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/install-dist.c?r1=1.12&r2=1.13&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/log.c?r1=1.37&r2=1.38&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgcmp.c?r1=1.13&r2=1.14&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgfetch.c?r1=1.29&r2=1.30&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgiter.c?r1=1.3&r2=1.4&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgmark.c?r1=1.9&r2=1.10&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgmisc.c?r1=1.9&r2=1.10&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgroup.c?r1=1.26&r2=1.27&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgscore.c?r1=1.12&r2=1.13&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgset-load.c?r1=1.59&r2=1.60&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/poldek.h?r1=1.39&r2=1.40&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/poldek_term.c?r1=1.9&r2=1.10&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/poldek_term.h?r1=1.3&r2=1.4&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/split.c?r1=1.25&r2=1.26&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/uninstall.c?r1=1.46&r2=1.47&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/upgrade-dist.c?r1=1.6&r2=1.7&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgdir/mod.c?r1=1.12&r2=1.13&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgdir/pkg_store.c?r1=1.25&r2=1.26&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgdir/pkgdir_patch.c?r1=1.15&r2=1.16&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgdir/dir/dir.c?r1=1.28&r2=1.29&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgdir/metadata/metadata.c?r1=1.7&r2=1.8&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgdir/pdir/digest.c?r1=1.7&r2=1.8&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgdir/pdir/pdir.c?r1=1.30&r2=1.31&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgdir/pdir/pdir_pkg_restore.c?r1=1.9&r2=1.10&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgdir/pdir/pdir_pkg_store.c?r1=1.12&r2=1.13&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgdir/pndir/digest.c?r1=1.7&r2=1.8&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgdir/pndir/pndir.c?r1=1.36&r2=1.37&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgdir/rpmdb/rpmdb.c?r1=1.30&r2=1.31&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgdir/rpmdb/rpmdbcache.c?r1=1.2&r2=1.3&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pkgdir/yum/yum.c?r1=1.18&r2=1.19&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pm/mod.c?r1=1.5&r2=1.6&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pm/pm.c?r1=1.13&r2=1.14&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pm/pset/pset.c?r1=1.30&r2=1.31&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pm/rpm/misc.c?r1=1.20&r2=1.21&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pm/rpm/rpmdb_depdirs.c?r1=1.2&r2=1.3&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pm/rpm/rpmhdr.c?r1=1.10&r2=1.11&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/pm/rpm/signature.c?r1=1.4&r2=1.5&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/sigint/sigint.c?r1=1.3&r2=1.4&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/extcompr.c?r1=1.9&r2=1.10&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/fetch.c?r1=1.43&r2=1.44&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/misc.c?r1=1.13&r2=1.14&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/p_open.c?r1=1.15&r2=1.16&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/sample.c?r1=1.10&r2=1.11&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/testcookie.c?r1=1.1&r2=1.2&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/ttest.c?r1=1.6&r2=1.7&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/vfetch.c?r1=1.18&r2=1.19&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/vfffmod.c?r1=1.9&r2=1.10&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/vflock.c?r1=1.11&r2=1.12&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/vfreq.c?r1=1.10&r2=1.11&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/vopen3.c?r1=1.8&r2=1.9&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/tests/test_vfile.c?r1=1.1&r2=1.2&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/vfff/ftp.c?r1=1.4&r2=1.5&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/vfff/http.c?r1=1.9&r2=1.10&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/vfff/vfff.c?r1=1.7&r2=1.8&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/vfile/vfff/vfff.h?r1=1.5&r2=1.6&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to