Index: ossp-pkg/al/.cvsignore
RCS File: /v/ossp/cvs/ossp-pkg/al/.cvsignore,v
co -q -kk -p'1.1' '/v/ossp/cvs/ossp-pkg/al/.cvsignore,v' | diff -u /dev/null - -L'ossp-pkg/al/.cvsignore' 2>/dev/null
--- ossp-pkg/al/.cvsignore
+++ - 2025-04-18 14:23:48.538559803 +0200
@@ -0,0 +1,11 @@
+Makefile
+al-config
+al_test
+config.guess
+config.h
+config.h.in
+config.sub
+configure
+libtool.m4
+ltmain.sh
+shtool
Index: ossp-pkg/al/README
RCS File: /v/ossp/cvs/ossp-pkg/al/README,v
rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/al/README,v' 2>/dev/null
--- README 2002/12/16 14:02:45 1.2
+++ README 2002/12/16 14:33:26 1.3
@@ -5,11 +5,17 @@
|_|_|_| \___/|____/____/|_| \__,_|_|
OSSP al - Assembly Line
- Version
+ Version 0.9.0 (16-Dec-2002)
ABSTRACT
- ...FIXME...
+ OSSP al defines an abstract data type of a data buffer that can
+ assemble, move and truncate chunks of data in a stream but avoids
+ actual copying. It was built to deal efficiently with communication
+ streams between software modules. It especially provides flexible
+ semantical data attribution through by-chunk labeling. It also
+ has convenient chunk traversal methods and optional OSSP ex based
+ exception handling.
COPYRIGHT AND LICENSE
@@ -18,7 +24,7 @@
Copyright (c) 2002 Cable & Wireless Deutschland
Copyright (c) 2002 Michael van Elst
- This file is part of OSSP al, an abstract datatype of a data buffer
+ This file is part of OSSP al, an abstract data type of a data buffer
that can assemble, move and truncate data but avoids actual copying.
Permission to use, copy, modify, and distribute this software for
Index: ossp-pkg/al/al.pod
RCS File: /v/ossp/cvs/ossp-pkg/al/al.pod,v
rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/al/al.pod,v' 2>/dev/null
--- al.pod 2002/12/16 14:02:45 1.2
+++ al.pod 2002/12/16 14:33:26 1.3
@@ -95,16 +95,13 @@
=head1 DESCRIPTION
-B 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
-
-=back
+B defines an abstract data type of a data buffer that can
+assemble, move and truncate chunks of data in a stream but avoids
+actual copying. It was built to deal efficiently with communication
+streams between software modules. It especially provides flexible
+semantical data attribution through by-chunk labeling. It also
+has convenient chunk traversal methods and optional OSSP ex based
+exception handling.
=head1 DATA TYPES
Index: ossp-pkg/al/devtool.conf
RCS File: /v/ossp/cvs/ossp-pkg/al/devtool.conf,v
rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/al/devtool.conf,v' 2>/dev/null
--- devtool.conf 2002/12/16 14:02:45 1.3
+++ devtool.conf 2002/12/16 14:33:26 1.4
@@ -22,7 +22,7 @@
%version
./shtool version -l txt -n "OSSP al" -e VERSION
V=`./shtool version -l txt -d long VERSION`
- sed -e "s/Version .*(.*)/Version $V/g" README.n
+ sed -e "s/Version .*/Version $V/g" README.n
mv README.n README
%dist