OSSP CVS Repository

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

Check-in Number: 5458
Date: 2006-Jul-22 17:09:45 (local)
2006-Jul-22 15:09:45 (UTC)
User:rse
Branch:
Comment: activate Perl support
Tickets:
Inspections:
Files:
ossp-pkg/js/src/perlconnect/.cvsignore      added-> 1.1
ossp-pkg/js/src/perlconnect/JS.xs      1.1 -> 1.2     1 inserted, 1 deleted
ossp-pkg/js/src/perlconnect/Makefile.PL      1.1->removed
ossp-pkg/js/src/perlconnect/Makefile.PL.in      added-> 1.1

ossp-pkg/js/src/perlconnect/.cvsignore -> 1.1

*** /dev/null    Mon May 20 17:45:38 2024
--- -    Mon May 20 17:49:52 2024
***************
*** 0 ****
--- 1,6 ----
+ Makefile
+ Makefile.PL
+ blib
+ pm_to_blib
+ JS.bs
+ JS.c


ossp-pkg/js/src/perlconnect/JS.xs 1.1 -> 1.2

--- JS.xs        2005/11/25 08:16:37     1.1
+++ JS.xs        2006/07/22 15:09:45     1.2
@@ -61,7 +61,7 @@
 
 #include <jsapi.h>
 #include "jsperlpvt.h"
-#include <malloc.h>
+#include <stdlib.h>
 
 /* __REMOVE__ */
 /* #include <stdio.h>  */


ossp-pkg/js/src/perlconnect/Makefile.PL 1.1 -> 1.2



ossp-pkg/js/src/perlconnect/Makefile.PL.in -> 1.1

*** /dev/null    Mon May 20 17:45:38 2024
--- -    Mon May 20 17:49:52 2024
***************
*** 0 ****
--- 1,11 ----
+ 
+ use ExtUtils::MakeMaker;
+ 
+ WriteMakefile(
+     NAME         => 'JS',
+        DEFINE       => '-DXP_UNIX';
+        INC          => "-I..",
+        LIBS         => "-L../../.libs -ljs @LIBS@",
+        VERSION_FROM => 'JS.pm',
+ );
+ 

CVSTrac 2.0.1