OSSP CVS Repository

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

Check-in Number: 2722
Date: 2002-Nov-03 12:24:49 (local)
2002-Nov-03 11:24:49 (UTC)
User:rse
Branch:
Comment: cleanups for next release already in advance
Tickets:
Inspections:
Files:
ossp-pkg/pth/ChangeLog      1.584 -> 1.585     1 inserted, 1 deleted
ossp-pkg/pth/NEWS      1.33 -> 1.34     7 inserted, 0 deleted
ossp-pkg/pth/pth_vers.c      1.140 -> 1.141     9 inserted, 9 deleted

ossp-pkg/pth/ChangeLog 1.584 -> 1.585

--- ChangeLog    2002/11/03 11:15:04     1.584
+++ ChangeLog    2002/11/03 11:24:49     1.585
@@ -19,7 +19,7 @@
     | |_ ___) |
   __|_(_)____/____________________________________________________________
 
-  Changes between 1.4.1 and 1.5.0 (27-Jan-2002 to xx-Oct-2002)
+  Changes between 1.4.1 and 1.5.0 (27-Jan-2002 to xx-Nov-2002)
 
    *) Added thread attribute PTH_ATTR_DISPATCHES which (in bounded
       attribute objects) is incremented every time the context


ossp-pkg/pth/NEWS 1.33 -> 1.34

--- NEWS 2002/10/20 11:55:03     1.33
+++ NEWS 2002/11/03 11:24:49     1.34
@@ -14,6 +14,13 @@
 
   Changes between 1.4 and 1.5 (24-Mar-2001 to xx-Oct-2002)
 
+   *) Added thread attribute PTH_ATTR_DISPATCHES.
+   *) Added sub-API pth_uctx_* for user-space context switching.
+   *) Add a Pth variant of the new POSIX pselect(2) function.
+   *) Internally cleaned up the error handling macros.
+   *) Added POSIX-compliant sanity checks for bad fds.
+   *) Added pth_nanosleep() function.
+   *) Allow a NULL name for pth_msgport_create()
    *) Completely rewrote the "hard syscall mapping". 
    *) Added support to pth_poll(3) for POLLD{RD,WR}{NORM,BAND}.
    *) Fixed a long-standing termination bug in pth_exit(3).


ossp-pkg/pth/pth_vers.c 1.140 -> 1.141

--- pth_vers.c   2002/01/27 16:14:02     1.140
+++ pth_vers.c   2002/11/03 11:24:49     1.141
@@ -8,7 +8,7 @@
 #ifndef _PTH_VERS_C_
 #define _PTH_VERS_C_
 
-#define PTH_INTERNAL_VERSION 0x105101
+#define PTH_INTERNAL_VERSION 0x105200
 
 typedef struct {
     const int   v_hex;
@@ -32,14 +32,14 @@
 #undef  _PTH_VERS_C_AS_HEADER_
 
 pth_internal_version_t pth_internal_version = {
-    0x105101,
-    "1.5b1",
-    "1.5b1 (27-Jan-2002)",
-    "This is GNU Pth, Version 1.5b1 (27-Jan-2002)",
-    "GNU Pth 1.5b1 (27-Jan-2002)",
-    "GNU Pth/1.5b1",
-    "@(#)GNU Pth 1.5b1 (27-Jan-2002)",
-    "$Id: GNU Pth 1.5b1 (27-Jan-2002) $"
+    0x105200,
+    "1.5.0",
+    "1.5.0 (03-Nov-2002)",
+    "This is GNU Pth, Version 1.5.0 (03-Nov-2002)",
+    "GNU Pth 1.5.0 (03-Nov-2002)",
+    "GNU Pth/1.5.0",
+    "@(#)GNU Pth 1.5.0 (03-Nov-2002)",
+    "$Id: GNU Pth 1.5.0 (03-Nov-2002) $"
 };
 
 #endif /* _PTH_VERS_C_AS_HEADER_ */

CVSTrac 2.0.1