OSSP CVS Repository

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

Check-in Number: 2017
Date: 2002-Mar-15 11:47:36 (local)
2002-Mar-15 10:47:36 (UTC)
User:rse
Branch:
Comment: polishing for release
Tickets:
Inspections:
Files:
ossp-pkg/sa/README      1.4 -> 1.5     6 inserted, 6 deleted
ossp-pkg/sa/VERSION      1.2 -> 1.3     1 inserted, 1 deleted
ossp-pkg/sa/aclocal.m4      1.4 -> 1.5     0 inserted, 1 deleted
ossp-pkg/sa/configure.ac      1.11 -> 1.12     3 inserted, 3 deleted
ossp-pkg/sa/sa-config.in      1.3 -> 1.4     3 inserted, 3 deleted
ossp-pkg/sa/sa.ac      1.9 -> 1.10     3 inserted, 3 deleted
ossp-pkg/sa/sa.c      1.57 -> 1.58     3 inserted, 3 deleted
ossp-pkg/sa/sa.h      1.29 -> 1.30     3 inserted, 3 deleted
ossp-pkg/sa/sa.pod      1.24 -> 1.25     3 inserted, 3 deleted
ossp-pkg/sa/sa_test.c      1.15 -> 1.16     3 inserted, 3 deleted

ossp-pkg/sa/README 1.4 -> 1.5

--- README       2002/01/31 21:35:13     1.4
+++ README       2002/03/15 10:47:36     1.5
@@ -3,8 +3,8 @@
   \__ \ (_| |
   |___/\__,_|
 
-  OSSP sa -- Socket Abstraction Library
-  Version 0.9.0 (31-Jan-2002)
+  OSSP sa - Socket Abstraction
+  Version 0.9.1 (15-Mar-2002)
 
   ABSTRACT
 
@@ -21,8 +21,8 @@
   Copyright (c) 2001-2002 The OSSP Project <http://www.ossp.org/>
   Copyright (c) 2001-2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
 
-  This file is part of OSSP SA, a socket abstraction library which
-  can be found at http://www.ossp.org/pkg/sa/.
+  This file is part of OSSP sa, a socket abstraction library which
+  can be found at http://www.ossp.org/pkg/lib/sa/.
 
   Permission to use, copy, modify, and distribute this software for
   any purpose with or without fee is hereby granted, provided that
@@ -46,6 +46,6 @@
 
   The documentation and latest release can be found on
 
-  o http://www.ossp.org/pkg/sa/
-  o  ftp://ftp.ossp.org/pkg/sa/
+  o http://www.ossp.org/pkg/lib/sa/
+  o  ftp://ftp.ossp.org/pkg/lib/sa/
 


ossp-pkg/sa/VERSION 1.2 -> 1.3

--- VERSION      2002/01/31 21:35:13     1.2
+++ VERSION      2002/03/15 10:47:36     1.3
@@ -2,5 +2,5 @@
   VERSION -- Version Information for OSSP sa (syntax: Text)
   [automatically generated and maintained by GNU shtool]
 
-  This is OSSP sa, Version 0.9.0 (31-Jan-2002)
+  This is OSSP sa, Version 0.9.1 (15-Mar-2002)
 


ossp-pkg/sa/aclocal.m4 1.4 -> 1.5

--- aclocal.m4   2002/01/30 16:43:00     1.4
+++ aclocal.m4   2002/03/15 10:47:36     1.5
@@ -77,7 +77,6 @@
               * ) AC_COMPILER_OPTION(pipe, -pipe, -pipe, CFLAGS="$CFLAGS -pipe") ;;
     esac
     AC_COMPILER_OPTION(defdbg, -DDEBUG, -DDEBUG, CFLAGS="$CFLAGS -DDEBUG")
-    AC_COMPILER_OPTION(ggdb3, -ggdb3, -ggdb3, CFLAGS="$CFLAGS -ggdb3")
     CFLAGS="$CFLAGS -pedantic"
     CFLAGS="$CFLAGS -Wall"
     WMORE="-Wshadow -Wpointer-arith -Wcast-align -Winline"


ossp-pkg/sa/configure.ac 1.11 -> 1.12

--- configure.ac 2002/03/14 15:39:43     1.11
+++ configure.ac 2002/03/15 10:47:36     1.12
@@ -1,11 +1,11 @@
 dnl ##
-dnl ##  SA - OSSP Socket Abstraction Library
+dnl ##  OSSP sa - Socket Abstraction
 dnl ##  Copyright (c) 2001 Ralf S. Engelschall <rse@engelschall.com>
 dnl ##  Copyright (c) 2001 The OSSP Project <http://www.ossp.org/>
 dnl ##  Copyright (c) 2001 Cable & Wireless Deutschland <http://www.cw.com/de/>
 dnl ##
-dnl ##  This file is part of OSSP SA, a socket abstraction library which
-dnl ##  can be found at http://www.ossp.org/pkg/sa/.
+dnl ##  This file is part of OSSP sa, a socket abstraction library which
+dnl ##  can be found at http://www.ossp.org/pkg/lib/sa/.
 dnl ##
 dnl ##  Permission to use, copy, modify, and distribute this software for
 dnl ##  any purpose with or without fee is hereby granted, provided that


ossp-pkg/sa/sa-config.in 1.3 -> 1.4

--- sa-config.in 2002/01/31 21:35:13     1.3
+++ sa-config.in 2002/03/15 10:47:36     1.4
@@ -1,12 +1,12 @@
 #!/bin/sh
 ##
-##  SA - OSSP Logging Library
+##  OSSP sa - Socket Abstraction
 ##  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com>
 ##  Copyright (c) 2001-2002 The OSSP Project <http://www.ossp.org/>
 ##  Copyright (c) 2001-2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
 ##
-##  This file is part of OSSP SA, a socket abstraction library which
-##  can be found at http://www.ossp.org/pkg/sa/.
+##  This file is part of OSSP sa, a socket abstraction library which
+##  can be found at http://www.ossp.org/pkg/lib/sa/.
 ##
 ##  Permission to use, copy, modify, and distribute this software for
 ##  any purpose with or without fee is hereby granted, provided that


ossp-pkg/sa/sa.ac 1.9 -> 1.10

--- sa.ac        2002/03/14 15:39:43     1.9
+++ sa.ac        2002/03/15 10:47:36     1.10
@@ -1,11 +1,11 @@
 dnl ##
-dnl ##  SA - OSSP Socket Abstraction Library
+dnl ##  OSSP sa - Socket Abstraction
 dnl ##  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com>
 dnl ##  Copyright (c) 2001-2002 The OSSP Project <http://www.ossp.org/>
 dnl ##  Copyright (c) 2001-2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
 dnl ##
-dnl ##  This file is part of OSSP SA, a socket abstraction library which
-dnl ##  can be found at http://www.ossp.org/pkg/sa/.
+dnl ##  This file is part of OSSP sa, a socket abstraction library which
+dnl ##  can be found at http://www.ossp.org/pkg/lib/sa/.
 dnl ##
 dnl ##  Permission to use, copy, modify, and distribute this software for
 dnl ##  any purpose with or without fee is hereby granted, provided that


ossp-pkg/sa/sa.c 1.57 -> 1.58

--- sa.c 2002/03/07 11:51:54     1.57
+++ sa.c 2002/03/15 10:47:36     1.58
@@ -1,11 +1,11 @@
 /*
-**  SA - OSSP Socket Abstraction Library
+**  OSSP sa - Socket Abstraction
 **  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com>
 **  Copyright (c) 2001-2002 The OSSP Project <http://www.ossp.org/>
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
 **
-**  This file is part of OSSP SA, a socket abstraction library which
-**  can be found at http://www.ossp.org/pkg/sa/.
+**  This file is part of OSSP sa, a socket abstraction library which
+**  can be found at http://www.ossp.org/pkg/lib/sa/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/sa/sa.h 1.29 -> 1.30

--- sa.h 2002/01/30 16:43:00     1.29
+++ sa.h 2002/03/15 10:47:36     1.30
@@ -1,11 +1,11 @@
 /*
-**  SA - OSSP Socket Abstraction Library
+**  OSSP sa - Socket Abstraction
 **  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com>
 **  Copyright (c) 2001-2002 The OSSP Project <http://www.ossp.org/>
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
 **
-**  This file is part of OSSP SA, a socket abstraction library which
-**  can be found at http://www.ossp.org/pkg/sa/.
+**  This file is part of OSSP sa, a socket abstraction library which
+**  can be found at http://www.ossp.org/pkg/lib/sa/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that


ossp-pkg/sa/sa.pod 1.24 -> 1.25

--- sa.pod       2002/01/31 21:35:13     1.24
+++ sa.pod       2002/03/15 10:47:36     1.25
@@ -1,11 +1,11 @@
 ##
-##  SA - OSSP Socket Abstraction Library
+##  OSSP sa - Socket Abstraction
 ##  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com>
 ##  Copyright (c) 2001-2002 The OSSP Project <http://www.ossp.org/>
 ##  Copyright (c) 2001-2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
 ##
-##  This file is part of OSSP SA, a socket abstraction library which
-##  can be found at http://www.ossp.org/pkg/sa/.
+##  This file is part of OSSP sa, a socket abstraction library which
+##  can be found at http://www.ossp.org/pkg/lib/sa/.
 ##
 ##  Permission to use, copy, modify, and distribute this software for
 ##  any purpose with or without fee is hereby granted, provided that


ossp-pkg/sa/sa_test.c 1.15 -> 1.16

--- sa_test.c    2002/01/31 21:17:50     1.15
+++ sa_test.c    2002/03/15 10:47:36     1.16
@@ -1,11 +1,11 @@
 /*
-**  SA - OSSP Socket Abstraction Library
+**  OSSP sa - Socket Abstraction
 **  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com>
 **  Copyright (c) 2001-2002 The OSSP Project <http://www.ossp.org/>
 **  Copyright (c) 2001-2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
 **
-**  This file is part of OSSP SA, a socket abstraction library which
-**  can be found at http://www.ossp.org/pkg/sa/.
+**  This file is part of OSSP sa, a socket abstraction library which
+**  can be found at http://www.ossp.org/pkg/lib/sa/.
 **
 **  Permission to use, copy, modify, and distribute this software for
 **  any purpose with or without fee is hereby granted, provided that

CVSTrac 2.0.1