From: Christian G. <phi...@us...> - 2002-10-21 16:43:19
|
Update of /cvsroot/perl-xml/XML-LibXML-Common In directory usw-pr-cvs1:/tmp/cvs-serv24889 Modified Files: Changes Common.pm Common.xs README Log Message: Modified Files: Changes + version notes Common.pm + version number updates + license statement Common.xs - potential memory leak Makefile.PL timestamp README + license statement Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/XML-LibXML-Common/Changes,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Changes 14 Oct 2002 10:34:53 -0000 1.3 +++ Changes 21 Oct 2002 16:43:16 -0000 1.4 @@ -1,11 +1,12 @@ Revision history for Perl extension XML::LibXML::Common. -0.01 Sat Aug 31 18:29:05 2002 - - original version; created by h2xs 1.21 with options +0.11 Sat Okt 12 21:30:00 2002 + - added a disclaimer note and the license statement 0.10 Sat Aug 31 20:00:00 2002 - - implemented encoding functions + - implemented encoding functions - libxml/ libgdome conform implementation -0.11 Sat Okt 12 21:30:00 2002 - - added a disclaimer note and the license statement \ No newline at end of file +0.01 Sat Aug 31 18:29:05 2002 + - original version; created by h2xs 1.21 with options + Index: Common.pm =================================================================== RCS file: /cvsroot/perl-xml/XML-LibXML-Common/Common.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Common.pm 14 Oct 2002 10:34:53 -0000 1.2 +++ Common.pm 21 Oct 2002 16:43:16 -0000 1.3 @@ -292,6 +292,13 @@ Christian Glahn, (chr...@ui...) Innsbruck University +=head1 COPYRIGHT + +(c) 2002 Christian Glahn. All rights reserved. + +This program is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + =head1 SEE ALSO L<perl>, L<XML::LibXML>, L<XML::GDOME> Index: Common.xs =================================================================== RCS file: /cvsroot/perl-xml/XML-LibXML-Common/Common.xs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Common.xs 14 Oct 2002 20:12:37 -0000 1.2 +++ Common.xs 21 Oct 2002 16:43:16 -0000 1.3 @@ -9,7 +9,7 @@ #include "ppport.h" #include <libxml/parser.h> -#include <libxml/tree.h> +/* #include <libxml/tree.h> */ #ifdef __cplusplus } @@ -108,7 +108,7 @@ } } - if ( !tstr ) {b + if ( !tstr ) { croak( "return value missing!" ); } Index: README =================================================================== RCS file: /cvsroot/perl-xml/XML-LibXML-Common/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- README 14 Oct 2002 10:34:53 -0000 1.3 +++ README 21 Oct 2002 16:43:16 -0000 1.4 @@ -19,7 +19,13 @@ christian glahn ( christian.glahn at uibk.ac.at ) -Copyright 2001-2002 University of Innsbruck, All rights reserved. +License +======= + +This is free software, you may use it and distribute it under the same +terms as Perl itself. + +Copyright (c) 2002 Christian Glahn, All rights reserved. DISCLAIMER ========== |