• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

AUTHORSH A D03-Oct-2005439 1610

ChangeLogH A D03-Oct-20051.6 KiB5033

INSTALLH A D03-Oct-2005505 1913

Makefile.inH A D03-Oct-20054.4 KiB13281

NEWSH A D03-Oct-2005436 1610

READMEH A D03-Oct-20052.3 KiB5542

THANKSH A D03-Oct-2005768 2315

TODOH A D03-Oct-2005370 1811

VERSIONH A D03-Oct-2005167 73

aclocal.m4H A D03-Oct-200511.5 KiB339327

al-config.inH A D03-Oct-20054.2 KiB148109

al.3H A D03-Oct-200521.1 KiB528504

al.cH A D03-Oct-200534.2 KiB1,324788

al.hH A D03-Oct-20053.7 KiB9147

al.podH A D03-Oct-200515 KiB475327

al_test.cH A D03-Oct-200510 KiB416302

config.guessH A D01-Sep-200542.5 KiB1,4671,256

config.h.inH A D03-Oct-20052.8 KiB9664

config.subH A D01-Sep-200531 KiB1,5801,438

configureH A D03-Oct-2005684.6 KiB21,95217,462

configure.acH A D03-Oct-20052.3 KiB5951

libtool.m4H A D03-Oct-2005214.5 KiB6,1855,543

list.hH A D03-Oct-20054.5 KiB170122

ltmain.shH A D01-Sep-2005182.4 KiB6,5315,134

shtoolH A D03-Oct-2005133.7 KiB3,9693,284

ts.cH A D03-Oct-200514 KiB473369

ts.hH A D03-Oct-20052.3 KiB6520

README

1   _        ___  ____ ____  ____          _
2  |_|_ _   / _ \/ ___/ ___||  _ \    __ _| |
3  _|_||_| | | | \___ \___ \| |_) |  / _` | |
4 |_||_|_| | |_| |___) |__) |  __/  | (_| | |
5  |_|_|_|  \___/|____/____/|_|      \__,_|_|
6
7  OSSP al - Assembly Line
8  Version 0.9.3 (03-Oct-2005)
9
10  ABSTRACT
11
12  OSSP al defines an abstract data type of a data buffer that can
13  assemble, move and truncate chunks of data in a stream but avoids
14  actual copying. It was built to deal efficiently with communication
15  streams between software modules. It especially provides flexible
16  semantical data attribution through by-chunk labeling. It also
17  has convenient chunk traversal methods and optional OSSP ex based
18  exception handling.
19
20  COPYRIGHT AND LICENSE
21
22  Copyright (c) 2002-2005 Ralf S. Engelschall <rse@engelschall.com>
23  Copyright (c) 2002-2005 The OSSP Project <http://www.ossp.org/>
24  Copyright (c) 2002-2005 Cable & Wireless <http://www.cw.com/>
25  Copyright (c) 2002-2005 Michael van Elst <mlelstv@serpens.de>
26
27  This file is part of OSSP al, an abstract data type of a data buffer
28  that can assemble, move and truncate data but avoids actual copying.
29
30  Permission to use, copy, modify, and distribute this software for
31  any purpose with or without fee is hereby granted, provided that
32  the above copyright notice and this permission notice appear in all
33  copies.
34
35  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
36  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
37  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
38  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
39  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
40  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
41  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
42  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
43  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
44  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
45  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
46  SUCH DAMAGE.
47
48  HOME AND DOCUMENTATION
49
50  The documentation and latest release can be found on
51
52  o http://www.ossp.org/pkg/lib/al/
53  o  ftp://ftp.ossp.org/pkg/lib/al/
54
55