OSSP CVS Repository

ossp - Check-in [2960]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2960
Date: 2002-Dec-16 15:02:45 (local)
2002-Dec-16 14:02:45 (UTC)
User:rse
Branch:
Comment: post-adjustments to source tree
Tickets:
Inspections:
Files:
ossp-pkg/al/Makefile.in      1.1 -> 1.2     2 inserted, 1 deleted
ossp-pkg/al/README      1.1 -> 1.2     2 inserted, 0 deleted
ossp-pkg/al/al-config.in      1.1 -> 1.2     2 inserted, 1 deleted
ossp-pkg/al/al.banner      1.1->removed
ossp-pkg/al/al.c      1.1 -> 1.2     2 inserted, 1 deleted
ossp-pkg/al/al.h      1.1 -> 1.2     2 inserted, 1 deleted
ossp-pkg/al/al.pod      1.1 -> 1.2     4 inserted, 1 deleted
ossp-pkg/al/al_test.c      1.3 -> 1.4     2 inserted, 1 deleted
ossp-pkg/al/configure.ac      1.2 -> 1.3     2 inserted, 1 deleted
ossp-pkg/al/devtool.conf      1.2 -> 1.3     1 inserted, 1 deleted

ossp-pkg/al/Makefile.in 1.1 -> 1.2

--- Makefile.in  2002/12/16 12:24:52     1.1
+++ Makefile.in  2002/12/16 14:02:45     1.2
@@ -6,7 +6,8 @@
 ##  Copyright (c) 2002 Michael van Elst <mlelstv@dev.de.cw.net>
 ##
 ##  This file is part of OSSP al, an abstract datatype of a data buffer
-##  that can assemble, move and truncate data but avoids actual copying.
+##  that can assemble, move and truncate data but avoids actual copying
+##  and which can be found at http://www.ossp.org/pkg/lib/al/.
 ##
 ##  Permission to use, copy, modify, and distribute this software for
 ##  any purpose with or without fee is hereby granted, provided that


ossp-pkg/al/README 1.1 -> 1.2

--- README       2002/12/16 12:24:52     1.1
+++ README       2002/12/16 14:02:45     1.2
@@ -9,6 +9,8 @@
 
   ABSTRACT
 
+  ...FIXME...
+
   COPYRIGHT AND LICENSE
 
   Copyright (c) 2002 Ralf S. Engelschall <rse@engelschall.com>


ossp-pkg/al/al-config.in 1.1 -> 1.2

--- al-config.in 2002/12/16 12:24:52     1.1
+++ al-config.in 2002/12/16 14:02:45     1.2
@@ -7,7 +7,8 @@
 ##  Copyright (c) 2002 Michael van Elst <mlelstv@dev.de.cw.net>
 ##
 ##  This file is part of OSSP al, an abstract datatype of a data buffer
-##  that can assemble, move and truncate data but avoids actual copying.
+##  that can assemble, move and truncate data but avoids actual copying
+##  and which can be found at http://www.ossp.org/pkg/lib/al/.
 ##
 ##  Permission to use, copy, modify, and distribute this software for
 ##  any purpose with or without fee is hereby granted, provided that


ossp-pkg/al/al.banner 1.1 -> 1.2



ossp-pkg/al/al.c 1.1 -> 1.2

--- al.c 2002/12/16 12:24:52     1.1
+++ al.c 2002/12/16 14:02:45     1.2
@@ -6,7 +6,8 @@
 **  Copyright (c) 2002 Michael van Elst <mlelstv@dev.de.cw.net>
 **
 **  This file is part of OSSP al, an abstract datatype of a data buffer
-**  that can assemble, move and truncate data but avoids actual copying.
+**  that can assemble, move and truncate data but avoids actual copying
+**  and which can be found at http://www.ossp.org/pkg/lib/al/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/al/al.h 1.1 -> 1.2

--- al.h 2002/12/16 12:24:52     1.1
+++ al.h 2002/12/16 14:02:45     1.2
@@ -6,7 +6,8 @@
 **  Copyright (c) 2002 Michael van Elst <mlelstv@dev.de.cw.net>
 **
 **  This file is part of OSSP al, an abstract datatype of a data buffer
-**  that can assemble, move and truncate data but avoids actual copying.
+**  that can assemble, move and truncate data but avoids actual copying
+**  and which can be found at http://www.ossp.org/pkg/lib/al/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/al/al.pod 1.1 -> 1.2

--- al.pod       2002/12/16 12:24:52     1.1
+++ al.pod       2002/12/16 14:02:45     1.2
@@ -6,7 +6,8 @@
 ##  Copyright (c) 2002 Michael van Elst <mlelstv@dev.de.cw.net>
 ##
 ##  This file is part of OSSP al, an abstract datatype of a data buffer
-##  that can assemble, move and truncate data but avoids actual copying.
+##  that can assemble, move and truncate data but avoids actual copying
+##  and which can be found at http://www.ossp.org/pkg/lib/al/.
 ##
 ##  Permission to use, copy, modify, and distribute this software for
 ##  any purpose with or without fee is hereby granted, provided that
@@ -97,6 +98,8 @@
 B<OSSP al> defines an abstract type of a data buffer that can
 assemble, move and truncate data but avoids actual copying.
 
+...FIXME....
+
 It provides the following key features:
 
 =over 4


ossp-pkg/al/al_test.c 1.3 -> 1.4

--- al_test.c    2002/12/16 13:35:58     1.3
+++ al_test.c    2002/12/16 14:02:45     1.4
@@ -6,7 +6,8 @@
 **  Copyright (c) 2002 Michael van Elst <mlelstv@dev.de.cw.net>
 **
 **  This file is part of OSSP al, an abstract datatype of a data buffer
-**  that can assemble, move and truncate data but avoids actual copying.
+**  that can assemble, move and truncate data but avoids actual copying
+**  and which can be found at http://www.ossp.org/pkg/lib/al/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/al/configure.ac 1.2 -> 1.3

--- configure.ac 2002/12/16 13:49:29     1.2
+++ configure.ac 2002/12/16 14:02:45     1.3
@@ -6,7 +6,8 @@
 dnl ##  Copyright (c) 2002 Michael van Elst <mlelstv@dev.de.cw.net>
 dnl ##
 dnl ##  This file is part of OSSP al, an abstract datatype of a data buffer
-dnl ##  that can assemble, move and truncate data but avoids actual copying.
+dnl ##  that can assemble, move and truncate data but avoids actual copying
+dnl ##  and which can be found at http://www.ossp.org/pkg/lib/al/.
 dnl ##
 dnl ##  Permission to use, copy, modify, and distribute this software for
 dnl ##  any purpose with or without fee is hereby granted, provided that


ossp-pkg/al/devtool.conf 1.2 -> 1.3

--- devtool.conf 2002/12/16 13:42:13     1.2
+++ devtool.conf 2002/12/16 14:02:45     1.3
@@ -26,7 +26,7 @@
     mv README.n README
 
 %dist
-    rm -f sa-*.tar.gz
+    rm -f al-*.tar.gz
     ./devtool autoclean
     ./devtool autogen
     ./configure

CVSTrac 2.0.1