Index: ossp-pkg/str/AUTHORS RCS File: /v/ossp/cvs/ossp-pkg/str/AUTHORS,v co -q -kk -p'1.7' '/v/ossp/cvs/ossp-pkg/str/AUTHORS,v' | diff -u /dev/null - -L'ossp-pkg/str/AUTHORS' 2>/dev/null --- ossp-pkg/str/AUTHORS +++ - 2024-05-14 11:01:00.757999257 +0200 @@ -0,0 +1,45 @@ + ____ _ + / ___|| |_ _ __ + \___ \| __| '__| + ___) | |_| | + |____/ \__|_| + + OSSP str - String Handling + ____________________________________________________________________ + + AUTHORS + + This is a list of authors who have written or edited parts of + the Str sources. + + o Str (as a whole) + Written by: Ralf S. Engelschall + Parts by: Ralf S. Engelschall + Edited by: Ralf S. Engelschall + + o str.pod: + Written by: Ralf S. Engelschall + Parts by: University of California Berkeley + Edited by: Ralf S. Engelschall + + o str_token.c: + Written by: Ralf S. Engelschall + Parts by: William Deich + Edited by: Ralf S. Engelschall + + o str_format.c + Written by: Panos Tsirigotis + Parts by: Apache Software Foundation (ASF) + Edited by: Ralf S. Engelschall + + o str_pcre.* + Written by: Philip Hazel + Parts by: Philip Hazel + Edited by: Ralf S. Engelschall + + o str_base64.c: + Written by: Ralf S. Engelschall + Parts by: Internet Software Consortium (ISC), + International Business Machines (IBM) + Edited by: Ralf S. Engelschall + Index: ossp-pkg/str/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/str/ChangeLog,v rcsdiff -q -kk '-r1.36' '-r1.37' -u '/v/ossp/cvs/ossp-pkg/str/ChangeLog,v' 2>/dev/null --- ChangeLog 2001/12/31 10:23:10 1.36 +++ ChangeLog 2002/04/01 08:32:54 1.37 @@ -4,7 +4,7 @@ ___) | |_| | |____/ \__|_| - Str - String Library + OSSP str - String Handling ____________________________________________________________________ ChangeLog Index: ossp-pkg/str/INSTALL RCS File: /v/ossp/cvs/ossp-pkg/str/INSTALL,v co -q -kk -p'1.2' '/v/ossp/cvs/ossp-pkg/str/INSTALL,v' | diff -u /dev/null - -L'ossp-pkg/str/INSTALL' 2>/dev/null --- ossp-pkg/str/INSTALL +++ - 2024-05-14 11:01:00.764980786 +0200 @@ -0,0 +1,21 @@ + ____ _ + / ___|| |_ _ __ + \___ \| __| '__| + ___) | |_| | + |____/ \__|_| + + OSSP str - String Handling + + INSTALL + + To install the Str library into /path/to/str/{bin,lib,include,man}/ perform + the following steps in your shell: + + $ ./configure --prefix=/path/to/str + $ make + $ make test + $ make install + + This installs at least a static variant of the Str library and when your + platforms support it, also a shared library variant of the Str library. + Index: ossp-pkg/str/LICENSE RCS File: /v/ossp/cvs/ossp-pkg/str/LICENSE,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/str/LICENSE,v' 2>/dev/null --- LICENSE 2002/01/02 17:09:13 1.3 +++ LICENSE 2002/04/01 08:32:54 1.4 @@ -1,6 +1,8 @@ - Str - String Library + OSSP str - String Handling + Copyright (c) 1999-2002 Ralf S. Engelschall + Copyright (c) 1999-2002 The OSSP Project Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/str/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/str/Makefile.in,v rcsdiff -q -kk '-r1.43' '-r1.44' -u '/v/ossp/cvs/ossp-pkg/str/Makefile.in,v' 2>/dev/null --- Makefile.in 2002/02/05 19:54:21 1.43 +++ Makefile.in 2002/04/01 08:32:54 1.44 @@ -1,9 +1,10 @@ ## -## Str - String Library +## OSSP str - String Handling ## Copyright (c) 1999-2002 Ralf S. Engelschall +## Copyright (c) 1999-2002 The OSSP Project ## -## This file is part of Str, a string handling and manipulation -## library which can be found at http://www.engelschall.com/sw/str/. +## This file is part of OSSP str, a string handling and manipulation +## library which can be found at http://www.ossp.org/pkg/lib/str/. ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/str/README RCS File: /v/ossp/cvs/ossp-pkg/str/README,v rcsdiff -q -kk '-r1.17' '-r1.18' -u '/v/ossp/cvs/ossp-pkg/str/README,v' 2>/dev/null --- README 2002/01/02 17:09:13 1.17 +++ README 2002/04/01 08:32:54 1.18 @@ -4,12 +4,12 @@ ___) | |_| | |____/ \__|_| - Str - String Library + OSSP str - String Handling Version 0.9.6 (13-Sep-2001) ABSTRACT - The Str library is a generic string library written in ANSI C which + OSSP str is a generic string library written in ANSI C which provides functions for handling, matching, parsing, searching and formatting of C strings. So it can be considered as a superset of POSIX string(3), but its main intention is to provide a more @@ -18,6 +18,7 @@ COPYRIGHT AND LICENSE Copyright (c) 1999-2002 Ralf S. Engelschall + Copyright (c) 1999-2002 The OSSP Project This product includes software developed by the University of California, Berkeley and its contributors. This product includes @@ -46,8 +47,8 @@ The documentation and latest release can be found on - o http://www.engelschall.com/sw/str/ - o ftp://ftp.engelschall.com/sw/str/ + o http://www.ossp.org/pkg/lib/str/ + o ftp://ftp.ossp.org/pkg/lib/str/ Ralf S. Engelschall rse@engelschall.com Index: ossp-pkg/str/THANKS RCS File: /v/ossp/cvs/ossp-pkg/str/THANKS,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/str/THANKS,v' 2>/dev/null --- THANKS 2001/08/16 13:25:54 1.7 +++ THANKS 2002/04/01 08:32:54 1.8 @@ -4,7 +4,7 @@ ___) | |_| | |____/ \__|_| - Str - String Library + OSSP str - String Handling ____________________________________________________________________ THANKS Index: ossp-pkg/str/TODO RCS File: /v/ossp/cvs/ossp-pkg/str/TODO,v rcsdiff -q -kk '-r1.21' '-r1.22' -u '/v/ossp/cvs/ossp-pkg/str/TODO,v' 2>/dev/null --- TODO 2001/04/27 12:22:21 1.21 +++ TODO 2002/04/01 08:32:54 1.22 @@ -4,7 +4,7 @@ ___) | |_| | |____/ \__|_| - Str - String Library + OSSP str - String Handling TODO Index: ossp-pkg/str/aclocal.m4 RCS File: /v/ossp/cvs/ossp-pkg/str/aclocal.m4,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/str/aclocal.m4,v' 2>/dev/null --- aclocal.m4 2002/03/14 15:49:51 1.5 +++ aclocal.m4 2002/04/01 08:32:54 1.6 @@ -109,7 +109,6 @@ *-pipe* ) ;; * ) AC_COMPILER_OPTION(pipe, -pipe, -pipe, CFLAGS="$CFLAGS -pipe") ;; esac - AC_COMPILER_OPTION(ggdb3, -ggdb3, -ggdb3, CFLAGS="$CFLAGS -ggdb3") CFLAGS="$CFLAGS -pedantic" CFLAGS="$CFLAGS -Wall" WMORE="-Wshadow -Wpointer-arith -Wcast-align -Winline" Index: ossp-pkg/str/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/str/configure.ac,v rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-pkg/str/configure.ac,v' 2>/dev/null --- configure.ac 2002/03/14 15:49:51 1.9 +++ configure.ac 2002/04/01 08:32:54 1.10 @@ -5,10 +5,10 @@ AC_PREREQ(2.53) AC_INIT AC_HEADLINE(dnl -OSSP str, String Library, dnl +OSSP str, String Handling, dnl STR_VERSION, str_version.c, dnl -[Copyright (c) 1999-2002 The OSSP Project -Copyright (c) 1999-2002 Ralf S. Engelschall ]) +[Copyright (c) 1999-2002 Ralf S. Engelschall +Copyright (c) 1999-2002 The OSSP Project ]) AC_PLATFORM(PLATFORM) AC_PROG_MAKE_SET Index: ossp-pkg/str/str-config.in RCS File: /v/ossp/cvs/ossp-pkg/str/str-config.in,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/str/str-config.in,v' 2>/dev/null --- str-config.in 2002/01/02 17:09:13 1.5 +++ str-config.in 2002/04/01 08:32:54 1.6 @@ -1,10 +1,11 @@ #!/bin/sh ## -## Str - String Library +## OSSP str - String Handling ## Copyright (c) 1999-2002 Ralf S. Engelschall +## Copyright (c) 1999-2002 The OSSP Project ## -## This file is part of Str, a string handling and manipulation -## library which can be found at http://www.engelschall.com/sw/str/. +## This file is part of OSSP str, a string handling and manipulation +## library which can be found at http://www.ossp.org/pkg/lib/str/. ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/str/str-config.pod RCS File: /v/ossp/cvs/ossp-pkg/str/str-config.pod,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/str/str-config.pod,v' 2>/dev/null --- str-config.pod 2002/01/02 17:09:13 1.4 +++ str-config.pod 2002/04/01 08:32:54 1.5 @@ -1,9 +1,10 @@ ## -## Str - String Library +## OSSP str - String Handling ## Copyright (c) 1999-2002 Ralf S. Engelschall +## Copyright (c) 1999-2002 The OSSP Project ## -## This file is part of Str, a string handling and manipulation -## library which can be found at http://www.engelschall.com/sw/str/. +## This file is part of OSSP str, a string handling and manipulation +## library which can be found at http://www.ossp.org/pkg/lib/str/. ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/str/str.h.in RCS File: /v/ossp/cvs/ossp-pkg/str/str.h.in,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/str/str.h.in,v' 2>/dev/null --- str.h.in 2002/01/02 17:09:13 1.3 +++ str.h.in 2002/04/01 08:32:54 1.4 @@ -1,9 +1,10 @@ /* -** Str - String Library +** OSSP str - String Handling ** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2002 The OSSP Project ** -** This file is part of Str, a string handling and manipulation -** library which can be found at http://www.engelschall.com/sw/str/. +** This file is part of OSSP str, a string handling and manipulation +** library which can be found at http://www.ossp.org/pkg/lib/str/. ** ** Permission to use, copy, modify, and distribute this software for ** any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/str/str.pod RCS File: /v/ossp/cvs/ossp-pkg/str/str.pod,v rcsdiff -q -kk '-r1.32' '-r1.33' -u '/v/ossp/cvs/ossp-pkg/str/str.pod,v' 2>/dev/null --- str.pod 2002/01/31 13:35:39 1.32 +++ str.pod 2002/04/01 08:32:54 1.33 @@ -1,9 +1,10 @@ ## -## Str - String Library +## OSSP str - String Handling ## Copyright (c) 1999-2002 Ralf S. Engelschall +## Copyright (c) 1999-2002 The OSSP Project ## -## This file is part of Str, a string handling and manipulation -## library which can be found at http://www.engelschall.com/sw/str/. +## This file is part of OSSP str, a string handling and manipulation +## library which can be found at http://www.ossp.org/pkg/lib/str/. ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/str/str_base64.c RCS File: /v/ossp/cvs/ossp-pkg/str/str_base64.c,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/str/str_base64.c,v' 2>/dev/null --- str_base64.c 2002/01/02 17:09:13 1.5 +++ str_base64.c 2002/04/01 08:32:54 1.6 @@ -1,9 +1,10 @@ /* -** Str - String Library +** OSSP str - String Handling ** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2002 The OSSP Project ** -** This file is part of Str, a string handling and manipulation -** library which can be found at http://www.engelschall.com/sw/str/. +** This file is part of OSSP str, a string handling and manipulation +** library which can be found at http://www.ossp.org/pkg/lib/str/. ** ** Permission to use, copy, modify, and distribute this software for ** any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/str/str_basic.c RCS File: /v/ossp/cvs/ossp-pkg/str/str_basic.c,v rcsdiff -q -kk '-r1.10' '-r1.11' -u '/v/ossp/cvs/ossp-pkg/str/str_basic.c,v' 2>/dev/null --- str_basic.c 2002/01/31 13:34:13 1.10 +++ str_basic.c 2002/04/01 08:32:54 1.11 @@ -1,9 +1,10 @@ /* -** Str - String Library +** OSSP str - String Handling ** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2002 The OSSP Project ** -** This file is part of Str, a string handling and manipulation -** library which can be found at http://www.engelschall.com/sw/str/. +** This file is part of OSSP str, a string handling and manipulation +** library which can be found at http://www.ossp.org/pkg/lib/str/. ** ** Permission to use, copy, modify, and distribute this software for ** any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/str/str_format.c RCS File: /v/ossp/cvs/ossp-pkg/str/str_format.c,v rcsdiff -q -kk '-r1.26' '-r1.27' -u '/v/ossp/cvs/ossp-pkg/str/str_format.c,v' 2>/dev/null --- str_format.c 2002/01/02 17:09:13 1.26 +++ str_format.c 2002/04/01 08:32:54 1.27 @@ -1,9 +1,10 @@ /* -** Str - String Library +** OSSP str - String Handling ** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2002 The OSSP Project ** -** This file is part of Str, a string handling and manipulation -** library which can be found at http://www.engelschall.com/sw/str/. +** This file is part of OSSP str, a string handling and manipulation +** library which can be found at http://www.ossp.org/pkg/lib/str/. ** ** Permission to use, copy, modify, and distribute this software for ** any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/str/str_hash.c RCS File: /v/ossp/cvs/ossp-pkg/str/str_hash.c,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/str/str_hash.c,v' 2>/dev/null --- str_hash.c 2002/01/02 17:09:13 1.5 +++ str_hash.c 2002/04/01 08:32:54 1.6 @@ -1,9 +1,10 @@ /* -** Str - String Library +** OSSP str - String Handling ** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2002 The OSSP Project ** -** This file is part of Str, a string handling and manipulation -** library which can be found at http://www.engelschall.com/sw/str/. +** This file is part of OSSP str, a string handling and manipulation +** library which can be found at http://www.ossp.org/pkg/lib/str/. ** ** Permission to use, copy, modify, and distribute this software for ** any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/str/str_memory.c RCS File: /v/ossp/cvs/ossp-pkg/str/str_memory.c,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/str/str_memory.c,v' 2>/dev/null --- str_memory.c 2002/01/02 17:09:13 1.6 +++ str_memory.c 2002/04/01 08:32:54 1.7 @@ -1,9 +1,10 @@ /* -** Str - String Library +** OSSP str - String Handling ** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2002 The OSSP Project ** -** This file is part of Str, a string handling and manipulation -** library which can be found at http://www.engelschall.com/sw/str/. +** This file is part of OSSP str, a string handling and manipulation +** library which can be found at http://www.ossp.org/pkg/lib/str/. ** ** Permission to use, copy, modify, and distribute this software for ** any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/str/str_p.h RCS File: /v/ossp/cvs/ossp-pkg/str/str_p.h,v rcsdiff -q -kk '-r1.18' '-r1.19' -u '/v/ossp/cvs/ossp-pkg/str/str_p.h,v' 2>/dev/null --- str_p.h 2002/01/02 17:09:13 1.18 +++ str_p.h 2002/04/01 08:32:54 1.19 @@ -1,9 +1,10 @@ /* -** Str - String Library +** OSSP str - String Handling ** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2002 The OSSP Project ** -** This file is part of Str, a string handling and manipulation -** library which can be found at http://www.engelschall.com/sw/str/. +** This file is part of OSSP str, a string handling and manipulation +** library which can be found at http://www.ossp.org/pkg/lib/str/. ** ** Permission to use, copy, modify, and distribute this software for ** any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/str/str_parse.c RCS File: /v/ossp/cvs/ossp-pkg/str/str_parse.c,v rcsdiff -q -kk '-r1.18' '-r1.19' -u '/v/ossp/cvs/ossp-pkg/str/str_parse.c,v' 2>/dev/null --- str_parse.c 2002/01/02 17:09:13 1.18 +++ str_parse.c 2002/04/01 08:32:54 1.19 @@ -1,9 +1,10 @@ /* -** Str - String Library +** OSSP str - String Handling ** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2002 The OSSP Project ** -** This file is part of Str, a string handling and manipulation -** library which can be found at http://www.engelschall.com/sw/str/. +** This file is part of OSSP str, a string handling and manipulation +** library which can be found at http://www.ossp.org/pkg/lib/str/. ** ** Permission to use, copy, modify, and distribute this software for ** any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/str/str_search.c RCS File: /v/ossp/cvs/ossp-pkg/str/str_search.c,v rcsdiff -q -kk '-r1.17' '-r1.18' -u '/v/ossp/cvs/ossp-pkg/str/str_search.c,v' 2>/dev/null --- str_search.c 2002/01/02 17:09:13 1.17 +++ str_search.c 2002/04/01 08:32:54 1.18 @@ -1,9 +1,10 @@ /* -** Str - String Library +** OSSP str - String Handling ** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2002 The OSSP Project ** -** This file is part of Str, a string handling and manipulation -** library which can be found at http://www.engelschall.com/sw/str/. +** This file is part of OSSP str, a string handling and manipulation +** library which can be found at http://www.ossp.org/pkg/lib/str/. ** ** Permission to use, copy, modify, and distribute this software for ** any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/str/str_test.c RCS File: /v/ossp/cvs/ossp-pkg/str/str_test.c,v rcsdiff -q -kk '-r1.23' '-r1.24' -u '/v/ossp/cvs/ossp-pkg/str/str_test.c,v' 2>/dev/null --- str_test.c 2002/01/02 17:09:13 1.23 +++ str_test.c 2002/04/01 08:32:54 1.24 @@ -1,9 +1,10 @@ /* -** Str - String Library +** OSSP str - String Handling ** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2002 The OSSP Project ** -** This file is part of Str, a string handling and manipulation -** library which can be found at http://www.engelschall.com/sw/str/. +** This file is part of OSSP str, a string handling and manipulation +** library which can be found at http://www.ossp.org/pkg/lib/str/. ** ** Permission to use, copy, modify, and distribute this software for ** any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/str/str_token.c RCS File: /v/ossp/cvs/ossp-pkg/str/str_token.c,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/str/str_token.c,v' 2>/dev/null --- str_token.c 2002/01/02 17:09:14 1.7 +++ str_token.c 2002/04/01 08:32:55 1.8 @@ -1,9 +1,10 @@ /* -** Str - String Library +** OSSP str - String Handling ** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2002 The OSSP Project ** -** This file is part of Str, a string handling and manipulation -** library which can be found at http://www.engelschall.com/sw/str/. +** This file is part of OSSP str, a string handling and manipulation +** library which can be found at http://www.ossp.org/pkg/lib/str/. ** ** Permission to use, copy, modify, and distribute this software for ** any purpose with or without fee is hereby granted, provided that Index: ossp-pkg/str/str_version.c RCS File: /v/ossp/cvs/ossp-pkg/str/str_version.c,v rcsdiff -q -kk '-r1.13' '-r1.14' -u '/v/ossp/cvs/ossp-pkg/str/str_version.c,v' 2>/dev/null --- str_version.c 2001/09/13 14:12:58 1.13 +++ str_version.c 2002/04/01 08:32:55 1.14 @@ -1,5 +1,5 @@ /* -** str_version.c -- Version Information for Str (syntax: C/C++) +** str_version.c -- Version Information for OSSP str (syntax: C/C++) ** [automatically generated and maintained by GNU shtool] */ @@ -8,7 +8,7 @@ #ifndef _STR_VERSION_C_ #define _STR_VERSION_C_ -#define STR_VERSION 0x009206 +#define STR_VERSION 0x009207 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _STR_VERSION_C_AS_HEADER_ str_version_t str_version = { - 0x009206, - "0.9.6", - "0.9.6 (13-Sep-2001)", - "This is Str, Version 0.9.6 (13-Sep-2001)", - "Str 0.9.6 (13-Sep-2001)", - "Str/0.9.6", - "@(#)Str 0.9.6 (13-Sep-2001)", + 0x009207, + "0.9.7", + "0.9.7 (01-Apr-2002)", + "This is OSSP str, Version 0.9.7 (01-Apr-2002)", + "OSSP str 0.9.7 (01-Apr-2002)", + "OSSP str/0.9.7", + "@(#)OSSP str 0.9.7 (01-Apr-2002)", "$Id$" };