Index: ossp-pkg/pth/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/pth/ChangeLog,v rcsdiff -q -kk '-r1.606' '-r1.607' -u '/v/ossp/cvs/ossp-pkg/pth/ChangeLog,v' 2>/dev/null --- ChangeLog 2003/03/22 20:28:42 1.606 +++ ChangeLog 2003/04/03 18:09:05 1.607 @@ -21,6 +21,10 @@ Changes between 2.0.0 and 2.0.1 (17-Feb-2003 to xx-XXX-2003) + *) Fixed implementation so that --enable-pthread now correctly + implies --enable-syscall-soft. + [Steve Alstrin , Ralf S. Engelschall] + *) Replace some 0 by more politically correct NULL in pth_string.c [Ralf S. Engelschall] Index: ossp-pkg/pth/THANKS RCS File: /v/ossp/cvs/ossp-pkg/pth/THANKS,v rcsdiff -q -kk '-r1.91' '-r1.92' -u '/v/ossp/cvs/ossp-pkg/pth/THANKS,v' 2>/dev/null --- THANKS 2002/11/29 17:58:18 1.91 +++ THANKS 2003/04/03 18:09:05 1.92 @@ -12,6 +12,7 @@ Credit has to be given to the following people who contributed ideas, bugfixes, hints, gave platform feedback, etc. (in alphabetical order): + o Steve Alstrin o Jens Andersen o J.David Anglin o Dmitry A. Antipov Index: ossp-pkg/pth/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/pth/configure.ac,v rcsdiff -q -kk '-r1.10' '-r1.11' -u '/v/ossp/cvs/ossp-pkg/pth/configure.ac,v' 2>/dev/null --- configure.ac 2003/01/01 15:49:11 1.10 +++ configure.ac 2003/04/03 18:09:05 1.11 @@ -588,6 +588,7 @@ UNINSTALL_PTHREAD=uninstall-pthread TEST_PTHREAD=test_pthread enable_syscall_soft=yes + PTH_SYSCALL_SOFT=1 AC_HAVE_HEADERS(pthread.h) ac_warn=no if test ".$ac_cv_header_pthread_h" = .yes; then