OSSP CVS Repository

ossp - Check-in [135]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 135
Date: 2000-Aug-17 09:57:37 (local)
2000-Aug-17 07:57:37 (UTC)
User:rse
Branch:
Comment: *** empty log message ***
Tickets:
Inspections:
Files:
ossp-pkg/pth/ChangeLog      1.525 -> 1.526     81 inserted, 0 deleted
ossp-pkg/pth/HISTORY      added-> 1.6

ossp-pkg/pth/ChangeLog 1.525 -> 1.526

--- ChangeLog    2000/08/18 07:39:08     1.525
+++ ChangeLog    2000/08/18 07:57:37     1.526
@@ -154,6 +154,87 @@
     | |_ ___) |
   __|_(_)____/____________________________________________________________
 
+  Changes between 1.3.6 and 1.3.7 (01-Jul-2000 to 29-Jul-2000)
+
+   *) Backport from GNU Pth 1.4a3: 
+      Upgraded to GNU shtool 1.5.1. This fixes especially the
+      compilation problems under Solaris which were caused by a too
+      unportable `shtool version' command from 1.5.0.
+      [Ralf S. Engelschall]
+
+   *) Backport from GNU Pth 1.4a3: 
+      Fixed (unused) pth_time_mul() function: operator & replaced by %
+      [Tim Harris <tim.harris@snellwilcox.com>]
+
+  Changes between 1.3.5 and 1.3.6 (17-Apr-2000 to 01-Jul-2000)
+
+   *) Backport from GNU Pth 1.4a2: 
+      Upgraded to GNU Shtool 1.5.0
+      [Ralf S. Engelschall]
+
+   *) Backport from GNU Pth 1.4a2: 
+      Added OS/390 support to config.sub.
+      [Greg Ames <gregames@raleigh.ibm.com>]
+
+   *) Backport from GNU Pth 1.4a2: 
+      Upgraded rse-pmt.ps paper to latest version as it was
+      published on USENIX 2000.
+      [Ralf S. Engelschall]
+
+   *) Backport from GNU Pth 1.4a2: 
+      Upgraded to GNU libtool 1.3.5
+      [Ralf S. Engelschall]
+
+   *) Backport from GNU Pth 1.4a2: 
+      Allow for convinience reasons pth_usleep() to accept also
+      arguments greater than 1000000.
+      [Harvinder Sawhney <hsawhney@hotmail.com>]
+
+  Changes between 1.3.4 and 1.3.5 (16-Apr-2000 to 17-Apr-2000)
+
+   *) Fixed the <sys/select.h> checks in Autoconf: the logic
+      was reversed and this way <sys/select.h> wasn't included on
+      platforms were it existed and included where it wasn't present.
+      [M. Lavasani <lavasani@connect.org.uk>]
+
+  Changes between 1.3.3 and 1.3.4 (10-Mar-2000 to 16-Apr-2000)
+
+   *) Merged from Pth 1.4a1:
+      Fixed usage of `volatile' qualifier in pointer context.
+      [Ralf S. Engelschall]
+   
+   *) Merged from Pth 1.4a1:
+      Now pth.h and pthread.h include the non-standard <sys/select.h>
+      header on brain-dead platforms (like AIX) to get the definition of
+      fd_set (which is required for the pth_select prototype).
+      [Ralf S. Engelschall, Stian Seeberg <stian@nimsoft.no>]
+
+   *) Merged from Pth 1.4a1:
+      Fixed auto-configuration for ISC and Win32/Cygwin platforms.
+      [Ralf S. Engelschall, Giwon On <Giwon.On@KOM.tu-darmstadt.de>]
+
+   *) Merged from Pth 1.4a1:
+      Removed -L. from $(LDFLAGS) in Makefile.in, because this
+      is not required (libtool already takes care of this).
+      [Ralf S. Engelschall]
+
+   *) Merged from Pth 1.4a1:
+      Removed the too explicit `-m 644' from the libtool/shtool
+      installation command for libpth.la and instead use a `umask 022'.
+      The reason is because some platforms require the shared libraries
+      to be executable, so we cannot use an explicit mode. But we use the
+      umask to make sure we don't result in world or group writeable files.
+      [Ralf S. Engelschall, Daniel Richard G. <straker@MIT.EDU>]
+
+   *) Merged from Pth 1.4a1:
+      Use full-path /sbin/sysctl in config.guess on FreeBSD because
+      not all users have /sbin in their $PATH.
+      [Jeff Trawick <trawick@ibm.net>]
+
+   *) Merged from Pth 1.4a1:
+      Upgraded to GNU shtool 1.4.9
+      [Ralf S. Engelschall]
+
   Changes between 1.3.2 and 1.3.3 (24-Feb-2000 to 10-Mar-2000)
 
    *) Under Solaris and --enable-optimize we now also check for the


ossp-pkg/pth/HISTORY -> 1.6

*** /dev/null    Thu May  2 10:45:35 2024
--- -    Thu May  2 10:46:36 2024
***************
*** 0 ****
--- 1,98 ----
+    ____  _   _
+   |  _ \| |_| |_
+   | |_) | __| '_ \          
+   |  __/| |_| | | |         ``Release early and often.''
+   |_|    \__|_| |_|              -- Eric S. Raymond
+                               
+   GNU Pth - The GNU Portable Threads
+ 
+   HISTORY
+   =======
+   
+   The following list provides an overview of the released GNU Pth
+   versions and this way shows its history and evolution.
+ 
+   __Date_____  __Version___  __Type_____
+   12-May-1999  0.9.0         pre-release
+   13-May-1999  0.9.1         pre-release
+   14-May-1999  0.9.2         pre-release
+   14-May-1999  0.9.3         pre-release
+   21-May-1999  0.9.4         pre-release
+   21-May-1999  0.9.5         pre-release
+   22-May-1999  0.9.6         pre-release
+   23-May-1999  0.9.7         pre-release
+   24-May-1999  0.9.8         pre-release
+   25-May-1999  0.9.9         pre-release
+   28-May-1999  0.9.10        pre-release
+   28-May-1999  0.9.11        pre-release
+   30-May-1999  0.9.12        pre-release
+   01-Jun-1999  0.9.13        pre-release
+   01-Jun-1999  0.9.14        pre-release
+   04-Jun-1999  0.9.15        pre-release
+   09-Jun-1999  0.9.16        pre-release
+   18-Jun-1999  0.9.17        pre-release
+   20-Jun-1999  0.9.18        pre-release
+   21-Jun-1999  0.9.19        pre-release
+   24-Jun-1999  0.9.20        pre-release
+   25-Jun-1999  0.9.21        pre-release
+   28-Jun-1999  1.0b1         beta
+   04-Jul-1999  1.0b2         beta
+   07-Jul-1999  1.0b3         beta
+   08-Jul-1999  1.0b4         beta
+   11-Jul-1999  1.0b5         beta
+   14-Jul-1999  1.0b6         beta
+   14-Jul-1999  1.0b7         beta
+   16-Jul-1999  1.0b8         beta
+   16-Jul-1999  1.0.0         release
+   22-Jul-1999  1.0.1         release
+   28-Jul-1999  1.0.2         release
+   30-Jul-1999  1.0.3         release
+   03-Aug-1999  1.0.4         release
+   07-Aug-1999  1.1b1         beta
+   10-Aug-1999  1.0.5         release
+   10-Aug-1999  1.1b2         beta
+   11-Aug-1999  1.1b3         beta
+   13-Aug-1999  1.1b4         beta
+   17-Aug-1999  1.1b5         beta
+   18-Aug-1999  1.1b6         beta
+   18-Aug-1999  1.1b7         beta
+   19-Aug-1999  1.1.0         release
+   21-Aug-1999  1.1.1         release
+   23-Aug-1999  1.1.2         release
+   27-Aug-1999  1.1.3         release
+   30-Aug-1999  1.1.4         release
+   02-Sep-1999  1.2b1         beta
+   02-Sep-1999  1.1.5         release
+   04-Sep-1999  1.2b2         beta
+   17-Sep-1999  1.2b3         beta
+   17-Sep-1999  1.2b4         beta
+   21-Sep-1999  1.2b5         beta
+   28-Sep-1999  1.1.6         release
+   28-Sep-1999  1.2b6         beta
+   22-Oct-1999  1.2b7         beta
+   26-Oct-1999  1.2b8         beta
+   21-Oct-1999  1.2.0         release
+   09-Nov-1999  1.3a1         alpha
+   14-Nov-1999  1.2.1         release
+   30-Dec-1999  1.3a2         alpha
+   08-Jan-2000  1.2.2         release
+   08-Jan-2000  1.3a3         alpha
+   08-Jan-2000  1.3a4         alpha
+   15-Jan-2000  1.3a5         alpha
+   26-Jan-2000  1.3b1         beta
+   28-Jan-2000  1.3b2         beta
+   04-Feb-2000  1.2.3         release
+   13-Feb-2000  1.3b3         beta
+   19-Feb-2000  1.3.0         release
+   20-Feb-2000  1.3.1         release
+   24-Feb-2000  1.3.2         release
+   10-Mar-2000  1.3.3         release
+   16-Apr-2000  1.3.4         release
+   16-Apr-2000  1.4a1         alpha
+   17-Apr-2000  1.3.5         release
+   01-Jul-2000  1.3.6         release
+   01-Jul-2000  1.4a2         alpha
+   29-Jul-2000  1.3.7         release
+   29-Jul-2000  1.4a3         alpha
+   xx-Aug-2000  1.4a4         alpha
+ 

CVSTrac 2.0.1