Index: ossp-pkg/pth/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/pth/ChangeLog,v rcsdiff -q -kk '-r1.603' '-r1.604' -u '/v/ossp/cvs/ossp-pkg/pth/ChangeLog,v' 2>/dev/null --- ChangeLog 2002/12/04 14:16:30 1.603 +++ ChangeLog 2003/01/01 15:49:11 1.604 @@ -19,6 +19,11 @@ / __/ | |_| | __|_____(_)___/_________________________________________________________ + Changes between 2.0b2 and 2.0b3 (04-Dec-2002 to xx-Jan-2003) + + *) Adjusted all copyright messages for new year 2003. + [Ralf S. Engelschall] + Changes between 2.0b1 and 2.0b2 (08-Nov-2002 to 04-Dec-2002) *) Upgraded built environment to GNU Autoconf 2.57. Index: ossp-pkg/pth/HISTORY RCS File: /v/ossp/cvs/ossp-pkg/pth/HISTORY,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/pth/HISTORY,v' 2>/dev/null --- HISTORY 2002/10/15 20:34:22 1.11 +++ HISTORY 2003/01/01 15:49:11 1.12 @@ -96,4 +96,7 @@ 29-Jul-2000 1.4a3 alpha 24-Mar-2001 1.4.0 release 27-Jan-2002 1.4.1 release + 07-Nov-2002 2.0b0 alpha + 08-Nov-2002 2.0b1 alpha + 04-Dec-2002 2.0b2 alpha Index: ossp-pkg/pth/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/pth/Makefile.in,v rcsdiff -q -kk '-r1.149' '-r1.150' -u '/v/ossp/cvs/ossp-pkg/pth/Makefile.in,v' 2>/dev/null --- Makefile.in 2002/11/30 20:16:00 1.149 +++ Makefile.in 2003/01/01 15:49:11 1.150 @@ -1,6 +1,6 @@ ## ## GNU Pth - The GNU Portable Threads -## Copyright (c) 1999-2002 Ralf S. Engelschall +## Copyright (c) 1999-2003 Ralf S. Engelschall ## ## This file is part of GNU Pth, a non-preemptive thread scheduling ## library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/NEWS RCS File: /v/ossp/cvs/ossp-pkg/pth/NEWS,v rcsdiff -q -kk '-r1.36' '-r1.37' -u '/v/ossp/cvs/ossp-pkg/pth/NEWS,v' 2>/dev/null --- NEWS 2002/11/09 08:07:26 1.36 +++ NEWS 2003/01/01 15:49:11 1.37 @@ -12,7 +12,7 @@ This is a list of user-visible and/or major changes to GNU Pth. For more details please have a look at the ChangeLog file. - Changes between 1.4 and 2.0 (24-Mar-2001 to xx-Nov-2002) + Changes between 1.4 and 2.0 (24-Mar-2001 to xx-Jan-2003) *) Make pth_poll(3) more compliant to POSIX.1-2001/SUSv3 poll(2). *) Make pth_select(3) more compliant to POSIX.1-2001/SUSv3 select(2). Index: ossp-pkg/pth/README RCS File: /v/ossp/cvs/ossp-pkg/pth/README,v rcsdiff -q -kk '-r1.199' '-r1.200' -u '/v/ossp/cvs/ossp-pkg/pth/README,v' 2>/dev/null --- README 2002/12/04 14:11:21 1.199 +++ README 2003/01/01 15:49:11 1.200 @@ -5,7 +5,7 @@ |_| \__|_| |_| the impossible.'' GNU Pth - The GNU Portable Threads - Version 2.0b2 (04-Dec-2002) + Version ABSTRACT @@ -54,7 +54,7 @@ COPYRIGHT AND LICENSE - Copyright (c) 1999-2002 Ralf S. Engelschall + Copyright (c) 1999-2003 Ralf S. Engelschall This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Index: ossp-pkg/pth/aclocal.m4 RCS File: /v/ossp/cvs/ossp-pkg/pth/aclocal.m4,v rcsdiff -q -kk '-r1.100' '-r1.101' -u '/v/ossp/cvs/ossp-pkg/pth/aclocal.m4,v' 2>/dev/null --- aclocal.m4 2002/11/03 19:06:19 1.100 +++ aclocal.m4 2003/01/01 15:49:11 1.101 @@ -1,6 +1,6 @@ dnl ## dnl ## GNU Pth - The GNU Portable Threads -dnl ## Copyright (c) 1999-2002 Ralf S. Engelschall +dnl ## Copyright (c) 1999-2003 Ralf S. Engelschall dnl ## dnl ## This file is part of GNU Pth, a non-preemptive thread scheduling dnl ## library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/config.param RCS File: /v/ossp/cvs/ossp-pkg/pth/config.param,v rcsdiff -q -kk '-r1.19' '-r1.20' -u '/v/ossp/cvs/ossp-pkg/pth/config.param,v' 2>/dev/null --- config.param 2002/11/03 11:06:56 1.19 +++ config.param 2003/01/01 15:49:11 1.20 @@ -1,6 +1,6 @@ ## ## GNU Pth - The GNU Portable Threads -## Copyright (c) 1999-2002 Ralf S. Engelschall +## Copyright (c) 1999-2003 Ralf S. Engelschall ## ## This file is part of GNU Pth, a non-preemptive thread scheduling ## library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/pth/configure.ac,v rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-pkg/pth/configure.ac,v' 2>/dev/null --- configure.ac 2002/11/09 14:00:41 1.9 +++ configure.ac 2003/01/01 15:49:11 1.10 @@ -1,6 +1,6 @@ dnl ## dnl ## GNU Pth - The GNU Portable Threads -dnl ## Copyright (c) 1999-2002 Ralf S. Engelschall +dnl ## Copyright (c) 1999-2003 Ralf S. Engelschall dnl ## dnl ## This file is part of GNU Pth, a non-preemptive thread scheduling dnl ## library which can be found at http://www.gnu.org/software/pth/. @@ -42,7 +42,7 @@ AC_HEADLINE(dnl GNU Pth, Portable Threads, dnl PTH_VERSION, pth_vers.c, dnl -[Copyright (c) 1999-2002 Ralf S. Engelschall ]) +[Copyright (c) 1999-2003 Ralf S. Engelschall ]) AC_CONFIG_PARAM(config.param) AC_CONFIG_HEADER(pth_acdef.h)dnl AC_PREFIX_DEFAULT(/usr/local) Index: ossp-pkg/pth/devtool.func RCS File: /v/ossp/cvs/ossp-pkg/pth/devtool.func,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/pth/devtool.func,v' 2>/dev/null --- devtool.func 2002/10/15 20:34:22 1.3 +++ devtool.func 2003/01/01 15:49:11 1.4 @@ -1,6 +1,6 @@ ## ## devtool.func -- Development Tool Functions -## Copyright (c) 2001-2002 Ralf S. Engelschall +## Copyright (c) 2001-2003 Ralf S. Engelschall ## devtool_require () { Index: ossp-pkg/pth/pth-config.in RCS File: /v/ossp/cvs/ossp-pkg/pth/pth-config.in,v rcsdiff -q -kk '-r1.24' '-r1.25' -u '/v/ossp/cvs/ossp-pkg/pth/pth-config.in,v' 2>/dev/null --- pth-config.in 2002/10/15 20:34:22 1.24 +++ pth-config.in 2003/01/01 15:49:11 1.25 @@ -1,7 +1,7 @@ #!/bin/sh ## ## GNU Pth - The GNU Portable Threads -## Copyright (c) 1999-2002 Ralf S. Engelschall +## Copyright (c) 1999-2003 Ralf S. Engelschall ## ## This file is part of GNU Pth, a non-preemptive thread scheduling ## library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth-config.pod RCS File: /v/ossp/cvs/ossp-pkg/pth/pth-config.pod,v rcsdiff -q -kk '-r1.20' '-r1.21' -u '/v/ossp/cvs/ossp-pkg/pth/pth-config.pod,v' 2>/dev/null --- pth-config.pod 2002/01/27 11:03:40 1.20 +++ pth-config.pod 2003/01/01 15:49:11 1.21 @@ -1,6 +1,6 @@ ## ## GNU Pth - The GNU Portable Threads -## Copyright (c) 1999-2002 Ralf S. Engelschall +## Copyright (c) 1999-2003 Ralf S. Engelschall ## ## This file is part of GNU Pth, a non-preemptive thread scheduling ## library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth.h.in RCS File: /v/ossp/cvs/ossp-pkg/pth/pth.h.in,v rcsdiff -q -kk '-r1.139' '-r1.140' -u '/v/ossp/cvs/ossp-pkg/pth/pth.h.in,v' 2>/dev/null --- pth.h.in 2002/11/08 16:05:54 1.139 +++ pth.h.in 2003/01/01 15:49:11 1.140 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth.m4 RCS File: /v/ossp/cvs/ossp-pkg/pth/pth.m4,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/pth/pth.m4,v' 2>/dev/null --- pth.m4 2002/10/24 15:33:47 1.11 +++ pth.m4 2003/01/01 15:49:11 1.12 @@ -1,6 +1,6 @@ dnl ## dnl ## GNU Pth - The GNU Portable Threads -dnl ## Copyright (c) 1999-2002 Ralf S. Engelschall +dnl ## Copyright (c) 1999-2003 Ralf S. Engelschall dnl ## dnl ## This file is part of GNU Pth, a non-preemptive thread scheduling dnl ## library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth.pod RCS File: /v/ossp/cvs/ossp-pkg/pth/pth.pod,v rcsdiff -q -kk '-r1.161' '-r1.162' -u '/v/ossp/cvs/ossp-pkg/pth/pth.pod,v' 2>/dev/null --- pth.pod 2002/11/08 16:05:55 1.161 +++ pth.pod 2003/01/01 15:49:11 1.162 @@ -1,6 +1,6 @@ ## ## GNU Pth - The GNU Portable Threads -## Copyright (c) 1999-2002 Ralf S. Engelschall +## Copyright (c) 1999-2003 Ralf S. Engelschall ## ## This file is part of GNU Pth, a non-preemptive thread scheduling ## library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth.spec RCS File: /v/ossp/cvs/ossp-pkg/pth/pth.spec,v rcsdiff -q -kk '-r1.10' '-r1.11' -u '/v/ossp/cvs/ossp-pkg/pth/pth.spec,v' 2>/dev/null --- pth.spec 2002/10/15 20:34:22 1.10 +++ pth.spec 2003/01/01 15:49:11 1.11 @@ -1,6 +1,6 @@ ## ## GNU Pth - The GNU Portable Threads -## Copyright (c) 2000-2002 Ralf S. Engelschall +## Copyright (c) 2000-2003 Ralf S. Engelschall ## ## This file is part of GNU Pth, a non-preemptive thread scheduling ## library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_acmac.h.in RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_acmac.h.in,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/pth/pth_acmac.h.in,v' 2>/dev/null --- pth_acmac.h.in 2002/01/27 11:03:40 1.8 +++ pth_acmac.h.in 2003/01/01 15:49:11 1.9 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_attr.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_attr.c,v rcsdiff -q -kk '-r1.18' '-r1.19' -u '/v/ossp/cvs/ossp-pkg/pth/pth_attr.c,v' 2>/dev/null --- pth_attr.c 2002/11/03 11:15:04 1.18 +++ pth_attr.c 2003/01/01 15:49:11 1.19 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_cancel.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_cancel.c,v rcsdiff -q -kk '-r1.26' '-r1.27' -u '/v/ossp/cvs/ossp-pkg/pth/pth_cancel.c,v' 2>/dev/null --- pth_cancel.c 2002/10/24 15:21:13 1.26 +++ pth_cancel.c 2003/01/01 15:49:11 1.27 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_clean.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_clean.c,v rcsdiff -q -kk '-r1.17' '-r1.18' -u '/v/ossp/cvs/ossp-pkg/pth/pth_clean.c,v' 2>/dev/null --- pth_clean.c 2002/10/24 15:21:13 1.17 +++ pth_clean.c 2003/01/01 15:49:11 1.18 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_compat.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_compat.c,v rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-pkg/pth/pth_compat.c,v' 2>/dev/null --- pth_compat.c 2002/01/27 11:03:40 1.9 +++ pth_compat.c 2003/01/01 15:49:11 1.10 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_data.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_data.c,v rcsdiff -q -kk '-r1.29' '-r1.30' -u '/v/ossp/cvs/ossp-pkg/pth/pth_data.c,v' 2>/dev/null --- pth_data.c 2002/10/24 15:21:13 1.29 +++ pth_data.c 2003/01/01 15:49:11 1.30 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_debug.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_debug.c,v rcsdiff -q -kk '-r1.28' '-r1.29' -u '/v/ossp/cvs/ossp-pkg/pth/pth_debug.c,v' 2>/dev/null --- pth_debug.c 2002/10/24 15:21:13 1.28 +++ pth_debug.c 2003/01/01 15:49:11 1.29 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_errno.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_errno.c,v rcsdiff -q -kk '-r1.24' '-r1.25' -u '/v/ossp/cvs/ossp-pkg/pth/pth_errno.c,v' 2>/dev/null --- pth_errno.c 2002/10/24 15:21:13 1.24 +++ pth_errno.c 2003/01/01 15:49:11 1.25 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_event.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_event.c,v rcsdiff -q -kk '-r1.60' '-r1.61' -u '/v/ossp/cvs/ossp-pkg/pth/pth_event.c,v' 2>/dev/null --- pth_event.c 2002/11/05 19:39:09 1.60 +++ pth_event.c 2003/01/01 15:49:11 1.61 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_ext.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_ext.c,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/pth/pth_ext.c,v' 2>/dev/null --- pth_ext.c 2002/10/24 15:21:13 1.11 +++ pth_ext.c 2003/01/01 15:49:11 1.12 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_fork.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_fork.c,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/pth/pth_fork.c,v' 2>/dev/null --- pth_fork.c 2002/10/24 15:21:13 1.14 +++ pth_fork.c 2003/01/01 15:49:11 1.15 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_high.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_high.c,v rcsdiff -q -kk '-r1.104' '-r1.105' -u '/v/ossp/cvs/ossp-pkg/pth/pth_high.c,v' 2>/dev/null --- pth_high.c 2002/11/08 20:26:02 1.104 +++ pth_high.c 2003/01/01 15:49:11 1.105 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_lib.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_lib.c,v rcsdiff -q -kk '-r1.55' '-r1.56' -u '/v/ossp/cvs/ossp-pkg/pth/pth_lib.c,v' 2>/dev/null --- pth_lib.c 2002/11/09 16:29:26 1.55 +++ pth_lib.c 2003/01/01 15:49:12 1.56 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_mctx.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_mctx.c,v rcsdiff -q -kk '-r1.57' '-r1.58' -u '/v/ossp/cvs/ossp-pkg/pth/pth_mctx.c,v' 2>/dev/null --- pth_mctx.c 2002/10/24 15:21:14 1.57 +++ pth_mctx.c 2003/01/01 15:49:12 1.58 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_msg.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_msg.c,v rcsdiff -q -kk '-r1.25' '-r1.26' -u '/v/ossp/cvs/ossp-pkg/pth/pth_msg.c,v' 2>/dev/null --- pth_msg.c 2002/10/24 15:21:14 1.25 +++ pth_msg.c 2003/01/01 15:49:12 1.26 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_p.h.in RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_p.h.in,v rcsdiff -q -kk '-r1.35' '-r1.36' -u '/v/ossp/cvs/ossp-pkg/pth/pth_p.h.in,v' 2>/dev/null --- pth_p.h.in 2002/11/29 17:58:18 1.35 +++ pth_p.h.in 2003/01/01 15:49:12 1.36 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_pqueue.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_pqueue.c,v rcsdiff -q -kk '-r1.30' '-r1.31' -u '/v/ossp/cvs/ossp-pkg/pth/pth_pqueue.c,v' 2>/dev/null --- pth_pqueue.c 2002/01/27 11:03:40 1.30 +++ pth_pqueue.c 2003/01/01 15:49:12 1.31 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_ring.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_ring.c,v rcsdiff -q -kk '-r1.23' '-r1.24' -u '/v/ossp/cvs/ossp-pkg/pth/pth_ring.c,v' 2>/dev/null --- pth_ring.c 2002/10/24 15:21:14 1.23 +++ pth_ring.c 2003/01/01 15:49:12 1.24 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_sched.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_sched.c,v rcsdiff -q -kk '-r1.88' '-r1.89' -u '/v/ossp/cvs/ossp-pkg/pth/pth_sched.c,v' 2>/dev/null --- pth_sched.c 2002/11/09 16:29:26 1.88 +++ pth_sched.c 2003/01/01 15:49:12 1.89 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_string.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_string.c,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/pth/pth_string.c,v' 2>/dev/null --- pth_string.c 2002/10/15 20:34:23 1.7 +++ pth_string.c 2003/01/01 15:49:12 1.8 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_sync.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_sync.c,v rcsdiff -q -kk '-r1.38' '-r1.39' -u '/v/ossp/cvs/ossp-pkg/pth/pth_sync.c,v' 2>/dev/null --- pth_sync.c 2002/11/05 19:39:09 1.38 +++ pth_sync.c 2003/01/01 15:49:12 1.39 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_syscall.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_syscall.c,v rcsdiff -q -kk '-r1.28' '-r1.29' -u '/v/ossp/cvs/ossp-pkg/pth/pth_syscall.c,v' 2>/dev/null --- pth_syscall.c 2002/11/08 16:05:55 1.28 +++ pth_syscall.c 2003/01/01 15:49:12 1.29 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_tcb.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_tcb.c,v rcsdiff -q -kk '-r1.40' '-r1.41' -u '/v/ossp/cvs/ossp-pkg/pth/pth_tcb.c,v' 2>/dev/null --- pth_tcb.c 2002/11/03 11:15:05 1.40 +++ pth_tcb.c 2003/01/01 15:49:12 1.41 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_time.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_time.c,v rcsdiff -q -kk '-r1.27' '-r1.28' -u '/v/ossp/cvs/ossp-pkg/pth/pth_time.c,v' 2>/dev/null --- pth_time.c 2002/01/27 11:03:41 1.27 +++ pth_time.c 2003/01/01 15:49:12 1.28 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_uctx.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_uctx.c,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/pth/pth_uctx.c,v' 2>/dev/null --- pth_uctx.c 2002/11/03 09:59:33 1.1 +++ pth_uctx.c 2003/01/01 15:49:12 1.2 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_util.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_util.c,v rcsdiff -q -kk '-r1.22' '-r1.23' -u '/v/ossp/cvs/ossp-pkg/pth/pth_util.c,v' 2>/dev/null --- pth_util.c 2002/10/24 09:07:51 1.22 +++ pth_util.c 2003/01/01 15:49:12 1.23 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pth_vers.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v rcsdiff -q -kk '-r1.144' '-r1.145' -u '/v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v' 2>/dev/null --- pth_vers.c 2002/12/04 14:11:21 1.144 +++ pth_vers.c 2003/01/01 15:49:12 1.145 @@ -8,7 +8,7 @@ #ifndef _PTH_VERS_C_ #define _PTH_VERS_C_ -#define PTH_INTERNAL_VERSION 0x200102 +#define PTH_INTERNAL_VERSION 0x200103 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _PTH_VERS_C_AS_HEADER_ pth_internal_version_t pth_internal_version = { - 0x200102, - "2.0b2", - "2.0b2 (04-Dec-2002)", - "This is GNU Pth, Version 2.0b2 (04-Dec-2002)", - "GNU Pth 2.0b2 (04-Dec-2002)", - "GNU Pth/2.0b2", - "@(#)GNU Pth 2.0b2 (04-Dec-2002)", + 0x200103, + "2.0b3", + "2.0b3 (01-Jan-2003)", + "This is GNU Pth, Version 2.0b3 (01-Jan-2003)", + "GNU Pth 2.0b3 (01-Jan-2003)", + "GNU Pth/2.0b3", + "@(#)GNU Pth 2.0b3 (01-Jan-2003)", "$Id$" }; Index: ossp-pkg/pth/pthread-config.in RCS File: /v/ossp/cvs/ossp-pkg/pth/pthread-config.in,v rcsdiff -q -kk '-r1.20' '-r1.21' -u '/v/ossp/cvs/ossp-pkg/pth/pthread-config.in,v' 2>/dev/null --- pthread-config.in 2002/10/15 20:34:23 1.20 +++ pthread-config.in 2003/01/01 15:49:12 1.21 @@ -1,7 +1,7 @@ #!/bin/sh ## ## GNU Pth - The GNU Portable Threads -## Copyright (c) 1999-2002 Ralf S. Engelschall +## Copyright (c) 1999-2003 Ralf S. Engelschall ## ## This file is part of GNU Pth, a non-preemptive thread scheduling ## library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pthread-config.pod RCS File: /v/ossp/cvs/ossp-pkg/pth/pthread-config.pod,v rcsdiff -q -kk '-r1.16' '-r1.17' -u '/v/ossp/cvs/ossp-pkg/pth/pthread-config.pod,v' 2>/dev/null --- pthread-config.pod 2002/01/27 11:03:41 1.16 +++ pthread-config.pod 2003/01/01 15:49:12 1.17 @@ -1,6 +1,6 @@ ## ## GNU Pth - The GNU Portable Threads -## Copyright (c) 1999-2002 Ralf S. Engelschall +## Copyright (c) 1999-2003 Ralf S. Engelschall ## ## This file is part of GNU Pth, a non-preemptive thread scheduling ## library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pthread.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pthread.c,v rcsdiff -q -kk '-r1.63' '-r1.64' -u '/v/ossp/cvs/ossp-pkg/pth/pthread.c,v' 2>/dev/null --- pthread.c 2002/11/09 11:30:15 1.63 +++ pthread.c 2003/01/01 15:49:12 1.64 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pthread.h.in RCS File: /v/ossp/cvs/ossp-pkg/pth/pthread.h.in,v rcsdiff -q -kk '-r1.66' '-r1.67' -u '/v/ossp/cvs/ossp-pkg/pth/pthread.h.in,v' 2>/dev/null --- pthread.h.in 2002/11/09 11:30:15 1.66 +++ pthread.h.in 2003/01/01 15:49:12 1.67 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/pthread.pod RCS File: /v/ossp/cvs/ossp-pkg/pth/pthread.pod,v rcsdiff -q -kk '-r1.23' '-r1.24' -u '/v/ossp/cvs/ossp-pkg/pth/pthread.pod,v' 2>/dev/null --- pthread.pod 2002/10/15 20:34:23 1.23 +++ pthread.pod 2003/01/01 15:49:12 1.24 @@ -1,6 +1,6 @@ ## ## GNU Pth - The GNU Portable Threads -## Copyright (c) 1999-2002 Ralf S. Engelschall +## Copyright (c) 1999-2003 Ralf S. Engelschall ## ## This file is part of GNU Pth, a non-preemptive thread scheduling ## library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/striptease.mk RCS File: /v/ossp/cvs/ossp-pkg/pth/striptease.mk,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/pth/striptease.mk,v' 2>/dev/null --- striptease.mk 2002/10/15 20:34:23 1.7 +++ striptease.mk 2003/01/01 15:49:12 1.8 @@ -1,6 +1,6 @@ ## ## GNU Pth - The GNU Portable Threads -## Copyright (c) 1999-2002 Ralf S. Engelschall +## Copyright (c) 1999-2003 Ralf S. Engelschall ## ## This file is part of GNU Pth, a non-preemptive thread scheduling ## library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/striptease.pl RCS File: /v/ossp/cvs/ossp-pkg/pth/striptease.pl,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/pth/striptease.pl,v' 2>/dev/null --- striptease.pl 2002/10/15 20:34:23 1.14 +++ striptease.pl 2003/01/01 15:49:12 1.15 @@ -1,6 +1,6 @@ ## ## GNU Pth - The GNU Portable Threads -## Copyright (c) 1999-2002 Ralf S. Engelschall +## Copyright (c) 1999-2003 Ralf S. Engelschall ## ## This file is part of GNU Pth, a non-preemptive thread scheduling ## library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/test_common.c RCS File: /v/ossp/cvs/ossp-pkg/pth/test_common.c,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/pth/test_common.c,v' 2>/dev/null --- test_common.c 2002/01/27 11:03:41 1.14 +++ test_common.c 2003/01/01 15:49:12 1.15 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/test_common.h RCS File: /v/ossp/cvs/ossp-pkg/pth/test_common.h,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/pth/test_common.h,v' 2>/dev/null --- test_common.h 2002/01/27 11:03:41 1.7 +++ test_common.h 2003/01/01 15:49:12 1.8 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/test_httpd.c RCS File: /v/ossp/cvs/ossp-pkg/pth/test_httpd.c,v rcsdiff -q -kk '-r1.52' '-r1.53' -u '/v/ossp/cvs/ossp-pkg/pth/test_httpd.c,v' 2>/dev/null --- test_httpd.c 2002/01/27 11:03:41 1.52 +++ test_httpd.c 2003/01/01 15:49:12 1.53 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/test_misc.c RCS File: /v/ossp/cvs/ossp-pkg/pth/test_misc.c,v rcsdiff -q -kk '-r1.33' '-r1.34' -u '/v/ossp/cvs/ossp-pkg/pth/test_misc.c,v' 2>/dev/null --- test_misc.c 2002/01/27 11:03:41 1.33 +++ test_misc.c 2003/01/01 15:49:12 1.34 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/test_mp.c RCS File: /v/ossp/cvs/ossp-pkg/pth/test_mp.c,v rcsdiff -q -kk '-r1.42' '-r1.43' -u '/v/ossp/cvs/ossp-pkg/pth/test_mp.c,v' 2>/dev/null --- test_mp.c 2002/11/05 19:39:09 1.42 +++ test_mp.c 2003/01/01 15:49:12 1.43 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/test_philo.c RCS File: /v/ossp/cvs/ossp-pkg/pth/test_philo.c,v rcsdiff -q -kk '-r1.19' '-r1.20' -u '/v/ossp/cvs/ossp-pkg/pth/test_philo.c,v' 2>/dev/null --- test_philo.c 2002/10/15 20:34:23 1.19 +++ test_philo.c 2003/01/01 15:49:12 1.20 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/test_pthread.c RCS File: /v/ossp/cvs/ossp-pkg/pth/test_pthread.c,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/pth/test_pthread.c,v' 2>/dev/null --- test_pthread.c 2002/11/03 09:24:42 1.14 +++ test_pthread.c 2003/01/01 15:49:12 1.15 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/test_select.c RCS File: /v/ossp/cvs/ossp-pkg/pth/test_select.c,v rcsdiff -q -kk '-r1.15' '-r1.16' -u '/v/ossp/cvs/ossp-pkg/pth/test_select.c,v' 2>/dev/null --- test_select.c 2002/11/03 09:24:42 1.15 +++ test_select.c 2003/01/01 15:49:12 1.16 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/test_sfio.c RCS File: /v/ossp/cvs/ossp-pkg/pth/test_sfio.c,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/pth/test_sfio.c,v' 2>/dev/null --- test_sfio.c 2002/01/27 11:03:41 1.11 +++ test_sfio.c 2003/01/01 15:49:12 1.12 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/test_sig.c RCS File: /v/ossp/cvs/ossp-pkg/pth/test_sig.c,v rcsdiff -q -kk '-r1.19' '-r1.20' -u '/v/ossp/cvs/ossp-pkg/pth/test_sig.c,v' 2>/dev/null --- test_sig.c 2002/01/27 11:03:41 1.19 +++ test_sig.c 2003/01/01 15:49:12 1.20 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/test_std.c RCS File: /v/ossp/cvs/ossp-pkg/pth/test_std.c,v rcsdiff -q -kk '-r1.17' '-r1.18' -u '/v/ossp/cvs/ossp-pkg/pth/test_std.c,v' 2>/dev/null --- test_std.c 2002/11/03 09:24:42 1.17 +++ test_std.c 2003/01/01 15:49:12 1.18 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/. Index: ossp-pkg/pth/test_uctx.c RCS File: /v/ossp/cvs/ossp-pkg/pth/test_uctx.c,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/pth/test_uctx.c,v' 2>/dev/null --- test_uctx.c 2002/11/03 09:59:33 1.1 +++ test_uctx.c 2003/01/01 15:49:12 1.2 @@ -1,6 +1,6 @@ /* ** GNU Pth - The GNU Portable Threads -** Copyright (c) 1999-2002 Ralf S. Engelschall +** Copyright (c) 1999-2003 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library which can be found at http://www.gnu.org/software/pth/.