Index: ossp-pkg/al/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/al/Makefile.in,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/al/Makefile.in,v' 2>/dev/null --- 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 ## ## 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 Index: ossp-pkg/al/README RCS File: /v/ossp/cvs/ossp-pkg/al/README,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/al/README,v' 2>/dev/null --- 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 Index: ossp-pkg/al/al-config.in RCS File: /v/ossp/cvs/ossp-pkg/al/al-config.in,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/al/al-config.in,v' 2>/dev/null --- 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 ## ## 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 Index: ossp-pkg/al/al.banner RCS File: /v/ossp/cvs/ossp-pkg/al/Attic/al.banner,v co -q -kk -p'1.1' '/v/ossp/cvs/ossp-pkg/al/Attic/al.banner,v' | diff -u - /dev/null -L'ossp-pkg/al/al.banner' 2>/dev/null --- ossp-pkg/al/al.banner +++ /dev/null 2024-05-13 10:30:38.000000000 +0200 @@ -1,7 +0,0 @@ - _ ___ ____ ____ ____ _ - |_|_ _ / _ \/ ___/ ___|| _ \ __ _| | - _|_||_| | | | \___ \___ \| |_) | / _` | | - |_||_|_| | |_| |___) |__) | __/ | (_| | | - |_|_|_| \___/|____/____/|_| \__,_|_| - - OSSP al - Assembly Line Index: ossp-pkg/al/al.c RCS File: /v/ossp/cvs/ossp-pkg/al/al.c,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/al/al.c,v' 2>/dev/null --- 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 ** ** 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 Index: ossp-pkg/al/al.h RCS File: /v/ossp/cvs/ossp-pkg/al/al.h,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/al/al.h,v' 2>/dev/null --- 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 ** ** 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 Index: ossp-pkg/al/al.pod RCS File: /v/ossp/cvs/ossp-pkg/al/al.pod,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/al/al.pod,v' 2>/dev/null --- 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 ## ## 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 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 Index: ossp-pkg/al/al_test.c RCS File: /v/ossp/cvs/ossp-pkg/al/al_test.c,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/al/al_test.c,v' 2>/dev/null --- 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 ** ** 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 Index: ossp-pkg/al/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/al/configure.ac,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/al/configure.ac,v' 2>/dev/null --- 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 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 Index: ossp-pkg/al/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/al/devtool.conf,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/al/devtool.conf,v' 2>/dev/null --- 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