Check-in Number:
|
2044 | |
Date: |
2002-Apr-01 10:32:54 (local)
2002-Apr-01 08:32:54 (UTC) |
User: | rse |
Branch: | |
Comment: |
finally switch to full OSSP branding |
Tickets: |
|
Inspections: |
|
Files: |
ossp-pkg/str/AUTHORS
|
added->
1.7
|
ossp-pkg/str/ChangeLog
|
1.36
->
1.37
|
 
1 inserted, 1 deleted
|
ossp-pkg/str/INSTALL
|
added->
1.2
|
ossp-pkg/str/LICENSE
|
1.3
->
1.4
|
 
3 inserted, 1 deleted
|
ossp-pkg/str/Makefile.in
|
1.43
->
1.44
|
 
4 inserted, 3 deleted
|
ossp-pkg/str/README
|
1.17
->
1.18
|
 
5 inserted, 4 deleted
|
ossp-pkg/str/THANKS
|
1.7
->
1.8
|
 
1 inserted, 1 deleted
|
ossp-pkg/str/TODO
|
1.21
->
1.22
|
 
1 inserted, 1 deleted
|
ossp-pkg/str/aclocal.m4
|
1.5
->
1.6
|
 
0 inserted, 1 deleted
|
ossp-pkg/str/configure.ac
|
1.9
->
1.10
|
 
3 inserted, 3 deleted
|
ossp-pkg/str/str-config.in
|
1.5
->
1.6
|
 
4 inserted, 3 deleted
|
ossp-pkg/str/str-config.pod
|
1.4
->
1.5
|
 
4 inserted, 3 deleted
|
ossp-pkg/str/str.h.in
|
1.3
->
1.4
|
 
4 inserted, 3 deleted
|
ossp-pkg/str/str.pod
|
1.32
->
1.33
|
 
4 inserted, 3 deleted
|
ossp-pkg/str/str_base64.c
|
1.5
->
1.6
|
 
4 inserted, 3 deleted
|
ossp-pkg/str/str_basic.c
|
1.10
->
1.11
|
 
4 inserted, 3 deleted
|
ossp-pkg/str/str_format.c
|
1.26
->
1.27
|
 
4 inserted, 3 deleted
|
ossp-pkg/str/str_hash.c
|
1.5
->
1.6
|
 
4 inserted, 3 deleted
|
ossp-pkg/str/str_memory.c
|
1.6
->
1.7
|
 
4 inserted, 3 deleted
|
ossp-pkg/str/str_p.h
|
1.18
->
1.19
|
 
4 inserted, 3 deleted
|
ossp-pkg/str/str_parse.c
|
1.18
->
1.19
|
 
4 inserted, 3 deleted
|
ossp-pkg/str/str_search.c
|
1.17
->
1.18
|
 
4 inserted, 3 deleted
|
ossp-pkg/str/str_test.c
|
1.23
->
1.24
|
 
4 inserted, 3 deleted
|
ossp-pkg/str/str_token.c
|
1.7
->
1.8
|
 
4 inserted, 3 deleted
|
ossp-pkg/str/str_version.c
|
1.13
->
1.14
|
 
10 inserted, 10 deleted
|
|
ossp-pkg/str/AUTHORS -> 1.7
*** /dev/null Sat Nov 23 01:12:37 2024
--- - Sat Nov 23 01:12:40 2024
***************
*** 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 <will@surya.caltech.edu>
+ Edited by: Ralf S. Engelschall
+
+ o str_format.c
+ Written by: Panos Tsirigotis <panos@alumni.cs.colorado.edu>
+ Parts by: Apache Software Foundation (ASF)
+ Edited by: Ralf S. Engelschall
+
+ o str_pcre.*
+ Written by: Philip Hazel <ph10@cam.ac.uk>
+ Parts by: Philip Hazel <ph10@cam.ac.uk>
+ 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
+
|
|
ossp-pkg/str/ChangeLog 1.36 -> 1.37
--- 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
|
|
ossp-pkg/str/INSTALL -> 1.2
*** /dev/null Sat Nov 23 01:12:37 2024
--- - Sat Nov 23 01:12:40 2024
***************
*** 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.
+
|
|
ossp-pkg/str/LICENSE 1.3 -> 1.4
--- 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 <rse@engelschall.com>
+ Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
Permission to use, copy, modify, and distribute this software for
any purpose with or without fee is hereby granted, provided that
|
|
ossp-pkg/str/Makefile.in 1.43 -> 1.44
--- 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 <rse@engelschall.com>
+## Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
##
-## 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
|
|
ossp-pkg/str/README 1.17 -> 1.18
--- 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 <rse@engelschall.com>
+ Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
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
|
|
ossp-pkg/str/THANKS 1.7 -> 1.8
--- 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
|
|
ossp-pkg/str/TODO 1.21 -> 1.22
--- 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
|
|
ossp-pkg/str/aclocal.m4 1.5 -> 1.6
--- 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"
|
|
ossp-pkg/str/configure.ac 1.9 -> 1.10
--- 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 <http://www.ossp.org>
-Copyright (c) 1999-2002 Ralf S. Engelschall <rse@engelschall.com>])
+[Copyright (c) 1999-2002 Ralf S. Engelschall <rse@engelschall.com>
+Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org>])
AC_PLATFORM(PLATFORM)
AC_PROG_MAKE_SET
|
|
ossp-pkg/str/str-config.in 1.5 -> 1.6
--- 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 <rse@engelschall.com>
+## Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
##
-## 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
|
|
ossp-pkg/str/str-config.pod 1.4 -> 1.5
--- 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 <rse@engelschall.com>
+## Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
##
-## 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
|
|
ossp-pkg/str/str.h.in 1.3 -> 1.4
--- 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 <rse@engelschall.com>
+** Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
**
-** 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
|
|
ossp-pkg/str/str.pod 1.32 -> 1.33
--- 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 <rse@engelschall.com>
+## Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
##
-## 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
|
|
ossp-pkg/str/str_base64.c 1.5 -> 1.6
--- 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 <rse@engelschall.com>
+** Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
**
-** 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
|
|
ossp-pkg/str/str_basic.c 1.10 -> 1.11
--- 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 <rse@engelschall.com>
+** Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
**
-** 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
|
|
ossp-pkg/str/str_format.c 1.26 -> 1.27
--- 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 <rse@engelschall.com>
+** Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
**
-** 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
|
|
ossp-pkg/str/str_hash.c 1.5 -> 1.6
--- 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 <rse@engelschall.com>
+** Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
**
-** 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
|
|
ossp-pkg/str/str_memory.c 1.6 -> 1.7
--- 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 <rse@engelschall.com>
+** Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
**
-** 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
|
|
ossp-pkg/str/str_p.h 1.18 -> 1.19
--- 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 <rse@engelschall.com>
+** Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
**
-** 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
|
|
ossp-pkg/str/str_parse.c 1.18 -> 1.19
--- 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 <rse@engelschall.com>
+** Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
**
-** 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
|
|
ossp-pkg/str/str_search.c 1.17 -> 1.18
--- 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 <rse@engelschall.com>
+** Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
**
-** 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
|
|
ossp-pkg/str/str_test.c 1.23 -> 1.24
--- 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 <rse@engelschall.com>
+** Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
**
-** 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
|
|
ossp-pkg/str/str_token.c 1.7 -> 1.8
--- 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 <rse@engelschall.com>
+** Copyright (c) 1999-2002 The OSSP Project <http://www.ossp.org/>
**
-** 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
|
|
ossp-pkg/str/str_version.c 1.13 -> 1.14
--- 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,14 +32,14 @@
#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)",
- "$Id: 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: OSSP str 0.9.7 (01-Apr-2002) $"
};
#endif /* _STR_VERSION_C_AS_HEADER_ */
|
|