OSSP CVS Repository

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

Check-in Number: 4826
Date: 2004-Nov-03 20:00:50 (local)
2004-Nov-03 19:00:50 (UTC)
User:rse
Branch:
Comment: strip trailing whitespaces
Tickets:
Inspections:
Files:
ossp-pkg/uuid/perl/uuid.pod      1.3 -> 1.4     2 inserted, 2 deleted
ossp-pkg/uuid/perl/uuid.tm      1.1 -> 1.2     5 inserted, 5 deleted
ossp-pkg/uuid/perl/uuid.xs      1.1 -> 1.2     1 inserted, 1 deleted

ossp-pkg/uuid/perl/uuid.pod 1.3 -> 1.4

--- uuid.pod     2004/11/03 18:44:40     1.3
+++ uuid.pod     2004/11/03 19:00:50     1.4
@@ -24,7 +24,7 @@
 ##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 ##  SUCH DAMAGE.
 ##
-##  uuid.pm: Perl Binding (Perl/POD part) 
+##  uuid.pm: Perl Binding (Perl/POD part)
 ##
 
 =pod
@@ -89,7 +89,7 @@
 their expected arguments.
 
 =over 4
- 
+
 =item C<use OSSP::uuid qw(:all);>
 
 =item C<my $uuid; $rc = >B<uuid_create>C<($uuid);>


ossp-pkg/uuid/perl/uuid.tm 1.1 -> 1.2

--- uuid.tm      2004/11/03 14:52:10     1.1
+++ uuid.tm      2004/11/03 19:00:50     1.2
@@ -24,14 +24,14 @@
 ##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 ##  SUCH DAMAGE.
 ##
-##  uuid.tm: Perl XS typemap for xsubpp(1) 
+##  uuid.tm: Perl XS typemap for xsubpp(1)
 ##
 
 TYPEMAP
-uuid_t *        T_PTRREF  
-uuid_t **       T_PTRREF  
-uuid_rc_t       T_IV  
-uuid_fmt_t      T_IV  
+uuid_t *        T_PTRREF
+uuid_t **       T_PTRREF
+uuid_rc_t       T_IV
+uuid_fmt_t      T_IV
 int *           T_PV
 size_t *        T_PV
 const void *    T_PV


ossp-pkg/uuid/perl/uuid.xs 1.1 -> 1.2

--- uuid.xs      2004/11/03 14:52:10     1.1
+++ uuid.xs      2004/11/03 19:00:50     1.2
@@ -130,7 +130,7 @@
             if (items != 4)
                 croak("mode UUID_MAKE_V3 requires two additional arguments to uuid_make()");
                 if (!SvROK(ST(2)))
-                croak("mode UUID_MAKE_V3 requires a UUID object as namespace"); 
+                croak("mode UUID_MAKE_V3 requires a UUID object as namespace");
             ns   = INT2PTR(uuid_t *, SvIV((SV*)SvRV(ST(2))));
             name = (const char *)SvPV_nolen(ST(3));
             RETVAL = uuid_make(uuid, mode, ns, name);

CVSTrac 2.0.1