summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-09 20:27:54 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-09 21:35:11 +0000
commit4455f5a6814020ed04d0755a167c698a958bdbe7 (patch)
tree80749ba76c1e8a64f02db38894264b51dcc71545
parentb3cfe2487385f8657cc702ce248e29d040e015b0 (diff)
downloadperl-4455f5a6814020ed04d0755a167c698a958bdbe7.tar.gz
Rename ext/XS/APItest to ext/XS-APItest
-rw-r--r--MANIFEST42
-rw-r--r--ext/.gitignore3
-rw-r--r--ext/XS-APItest/.gitignore (renamed from ext/XS/APItest/.gitignore)0
-rw-r--r--ext/XS-APItest/APItest.pm (renamed from ext/XS/APItest/APItest.pm)0
-rw-r--r--ext/XS-APItest/APItest.xs (renamed from ext/XS/APItest/APItest.xs)0
-rw-r--r--ext/XS-APItest/MANIFEST (renamed from ext/XS/APItest/MANIFEST)0
-rw-r--r--ext/XS-APItest/Makefile.PL (renamed from ext/XS/APItest/Makefile.PL)0
-rw-r--r--ext/XS-APItest/README (renamed from ext/XS/APItest/README)0
-rw-r--r--ext/XS-APItest/core.c (renamed from ext/XS/APItest/core.c)0
-rw-r--r--ext/XS-APItest/core_or_not.inc (renamed from ext/XS/APItest/core_or_not.inc)0
-rw-r--r--ext/XS-APItest/exception.c (renamed from ext/XS/APItest/exception.c)0
-rw-r--r--ext/XS-APItest/notcore.c (renamed from ext/XS/APItest/notcore.c)0
-rw-r--r--ext/XS-APItest/t/call.t (renamed from ext/XS/APItest/t/call.t)0
-rw-r--r--ext/XS-APItest/t/exception.t (renamed from ext/XS/APItest/t/exception.t)0
-rw-r--r--ext/XS-APItest/t/hash.t (renamed from ext/XS/APItest/t/hash.t)0
-rw-r--r--ext/XS-APItest/t/my_cxt.t (renamed from ext/XS/APItest/t/my_cxt.t)0
-rw-r--r--ext/XS-APItest/t/op.t (renamed from ext/XS/APItest/t/op.t)0
-rw-r--r--ext/XS-APItest/t/printf.t (renamed from ext/XS/APItest/t/printf.t)0
-rw-r--r--ext/XS-APItest/t/push.t (renamed from ext/XS/APItest/t/push.t)0
-rw-r--r--ext/XS-APItest/t/rmagical.t (renamed from ext/XS/APItest/t/rmagical.t)0
-rw-r--r--ext/XS-APItest/t/svpeek.t (renamed from ext/XS/APItest/t/svpeek.t)0
-rw-r--r--ext/XS-APItest/t/svsetsv.t (renamed from ext/XS/APItest/t/svsetsv.t)0
-rw-r--r--ext/XS-APItest/t/xs_special_subs.t (renamed from ext/XS/APItest/t/xs_special_subs.t)0
-rw-r--r--ext/XS-APItest/t/xs_special_subs_require.t (renamed from ext/XS/APItest/t/xs_special_subs_require.t)0
-rw-r--r--ext/XS/.gitignore3
-rw-r--r--t/op/caller.pl2
26 files changed, 25 insertions, 25 deletions
diff --git a/MANIFEST b/MANIFEST
index 4f4a10028d..5dbcf281ee 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1432,27 +1432,27 @@ ext/Win32/t/Names.t See if Win32 extension works
ext/Win32/t/Unicode.t See if Win32 extension works
ext/Win32/Win32.pm Win32 extension Perl module
ext/Win32/Win32.xs Win32 extension external subroutines
-ext/XS/APItest/APItest.pm XS::APItest extension
-ext/XS/APItest/APItest.xs XS::APItest extension
-ext/XS/APItest/core.c Test API functions when PERL_CORE is defined
-ext/XS/APItest/core_or_not.inc Code common to core.c and notcore.c
-ext/XS/APItest/exception.c XS::APItest extension
-ext/XS/APItest/Makefile.PL XS::APItest extension
-ext/XS/APItest/MANIFEST XS::APItest extension
-ext/XS/APItest/notcore.c Test API functions when PERL_CORE is not defined
-ext/XS/APItest/README XS::APItest extension
-ext/XS/APItest/t/call.t XS::APItest extension
-ext/XS/APItest/t/exception.t XS::APItest extension
-ext/XS/APItest/t/hash.t XS::APItest: tests for hash related APIs
-ext/XS/APItest/t/my_cxt.t XS::APItest: test MY_CXT interface
-ext/XS/APItest/t/op.t XS::APItest: tests for OP related APIs
-ext/XS/APItest/t/printf.t XS::APItest extension
-ext/XS/APItest/t/push.t XS::APItest extension
-ext/XS/APItest/t/rmagical.t XS::APItest extension
-ext/XS/APItest/t/svpeek.t XS::APItest extension
-ext/XS/APItest/t/svsetsv.t Test behaviour of sv_setsv with/without PERL_CORE
-ext/XS/APItest/t/xs_special_subs_require.t for require too
-ext/XS/APItest/t/xs_special_subs.t Test that XS BEGIN/CHECK/INIT/END work
+ext/XS-APItest/APItest.pm XS::APItest extension
+ext/XS-APItest/APItest.xs XS::APItest extension
+ext/XS-APItest/core.c Test API functions when PERL_CORE is defined
+ext/XS-APItest/core_or_not.inc Code common to core.c and notcore.c
+ext/XS-APItest/exception.c XS::APItest extension
+ext/XS-APItest/Makefile.PL XS::APItest extension
+ext/XS-APItest/MANIFEST XS::APItest extension
+ext/XS-APItest/notcore.c Test API functions when PERL_CORE is not defined
+ext/XS-APItest/README XS::APItest extension
+ext/XS-APItest/t/call.t XS::APItest extension
+ext/XS-APItest/t/exception.t XS::APItest extension
+ext/XS-APItest/t/hash.t XS::APItest: tests for hash related APIs
+ext/XS-APItest/t/my_cxt.t XS::APItest: test MY_CXT interface
+ext/XS-APItest/t/op.t XS::APItest: tests for OP related APIs
+ext/XS-APItest/t/printf.t XS::APItest extension
+ext/XS-APItest/t/push.t XS::APItest extension
+ext/XS-APItest/t/rmagical.t XS::APItest extension
+ext/XS-APItest/t/svpeek.t XS::APItest extension
+ext/XS-APItest/t/svsetsv.t Test behaviour of sv_setsv with/without PERL_CORE
+ext/XS-APItest/t/xs_special_subs_require.t for require too
+ext/XS-APItest/t/xs_special_subs.t Test that XS BEGIN/CHECK/INIT/END work
ext/XS/Typemap/Makefile.PL XS::Typemap extension
ext/XS/Typemap/README XS::Typemap extension
ext/XS/Typemap/stdio.c XS::Typemap extension
diff --git a/ext/.gitignore b/ext/.gitignore
index bc9afbc355..d770499864 100644
--- a/ext/.gitignore
+++ b/ext/.gitignore
@@ -8,3 +8,6 @@ ppport.h
!/Devel-PPPort/module2.c
!/Devel-PPPort/module3.c
!/File-Glob/bsd_glob.c
+!/XS-APItest/core.c
+!/XS-APItest/exception.c
+!/XS-APItest/notcore.c
diff --git a/ext/XS/APItest/.gitignore b/ext/XS-APItest/.gitignore
index 7ba0a5a289..7ba0a5a289 100644
--- a/ext/XS/APItest/.gitignore
+++ b/ext/XS-APItest/.gitignore
diff --git a/ext/XS/APItest/APItest.pm b/ext/XS-APItest/APItest.pm
index 12d0a03e01..12d0a03e01 100644
--- a/ext/XS/APItest/APItest.pm
+++ b/ext/XS-APItest/APItest.pm
diff --git a/ext/XS/APItest/APItest.xs b/ext/XS-APItest/APItest.xs
index 7e7f78b211..7e7f78b211 100644
--- a/ext/XS/APItest/APItest.xs
+++ b/ext/XS-APItest/APItest.xs
diff --git a/ext/XS/APItest/MANIFEST b/ext/XS-APItest/MANIFEST
index a8cfd5f05d..a8cfd5f05d 100644
--- a/ext/XS/APItest/MANIFEST
+++ b/ext/XS-APItest/MANIFEST
diff --git a/ext/XS/APItest/Makefile.PL b/ext/XS-APItest/Makefile.PL
index 59d35c937b..59d35c937b 100644
--- a/ext/XS/APItest/Makefile.PL
+++ b/ext/XS-APItest/Makefile.PL
diff --git a/ext/XS/APItest/README b/ext/XS-APItest/README
index cdbf449e26..cdbf449e26 100644
--- a/ext/XS/APItest/README
+++ b/ext/XS-APItest/README
diff --git a/ext/XS/APItest/core.c b/ext/XS-APItest/core.c
index 39192b01a7..39192b01a7 100644
--- a/ext/XS/APItest/core.c
+++ b/ext/XS-APItest/core.c
diff --git a/ext/XS/APItest/core_or_not.inc b/ext/XS-APItest/core_or_not.inc
index 8fa32349cb..8fa32349cb 100644
--- a/ext/XS/APItest/core_or_not.inc
+++ b/ext/XS-APItest/core_or_not.inc
diff --git a/ext/XS/APItest/exception.c b/ext/XS-APItest/exception.c
index 01ff912a2a..01ff912a2a 100644
--- a/ext/XS/APItest/exception.c
+++ b/ext/XS-APItest/exception.c
diff --git a/ext/XS/APItest/notcore.c b/ext/XS-APItest/notcore.c
index 9e19d8a14b..9e19d8a14b 100644
--- a/ext/XS/APItest/notcore.c
+++ b/ext/XS-APItest/notcore.c
diff --git a/ext/XS/APItest/t/call.t b/ext/XS-APItest/t/call.t
index f06ae88507..f06ae88507 100644
--- a/ext/XS/APItest/t/call.t
+++ b/ext/XS-APItest/t/call.t
diff --git a/ext/XS/APItest/t/exception.t b/ext/XS-APItest/t/exception.t
index 2ac7132b63..2ac7132b63 100644
--- a/ext/XS/APItest/t/exception.t
+++ b/ext/XS-APItest/t/exception.t
diff --git a/ext/XS/APItest/t/hash.t b/ext/XS-APItest/t/hash.t
index c7581b2036..c7581b2036 100644
--- a/ext/XS/APItest/t/hash.t
+++ b/ext/XS-APItest/t/hash.t
diff --git a/ext/XS/APItest/t/my_cxt.t b/ext/XS-APItest/t/my_cxt.t
index beda2d24a0..beda2d24a0 100644
--- a/ext/XS/APItest/t/my_cxt.t
+++ b/ext/XS-APItest/t/my_cxt.t
diff --git a/ext/XS/APItest/t/op.t b/ext/XS-APItest/t/op.t
index f541888483..f541888483 100644
--- a/ext/XS/APItest/t/op.t
+++ b/ext/XS-APItest/t/op.t
diff --git a/ext/XS/APItest/t/printf.t b/ext/XS-APItest/t/printf.t
index ef2769e8fa..ef2769e8fa 100644
--- a/ext/XS/APItest/t/printf.t
+++ b/ext/XS-APItest/t/printf.t
diff --git a/ext/XS/APItest/t/push.t b/ext/XS-APItest/t/push.t
index 66d442e385..66d442e385 100644
--- a/ext/XS/APItest/t/push.t
+++ b/ext/XS-APItest/t/push.t
diff --git a/ext/XS/APItest/t/rmagical.t b/ext/XS-APItest/t/rmagical.t
index 8e1a0a01d3..8e1a0a01d3 100644
--- a/ext/XS/APItest/t/rmagical.t
+++ b/ext/XS-APItest/t/rmagical.t
diff --git a/ext/XS/APItest/t/svpeek.t b/ext/XS-APItest/t/svpeek.t
index 822638648e..822638648e 100644
--- a/ext/XS/APItest/t/svpeek.t
+++ b/ext/XS-APItest/t/svpeek.t
diff --git a/ext/XS/APItest/t/svsetsv.t b/ext/XS-APItest/t/svsetsv.t
index dcf388ab70..dcf388ab70 100644
--- a/ext/XS/APItest/t/svsetsv.t
+++ b/ext/XS-APItest/t/svsetsv.t
diff --git a/ext/XS/APItest/t/xs_special_subs.t b/ext/XS-APItest/t/xs_special_subs.t
index 13b0461dd8..13b0461dd8 100644
--- a/ext/XS/APItest/t/xs_special_subs.t
+++ b/ext/XS-APItest/t/xs_special_subs.t
diff --git a/ext/XS/APItest/t/xs_special_subs_require.t b/ext/XS-APItest/t/xs_special_subs_require.t
index af957be1e2..af957be1e2 100644
--- a/ext/XS/APItest/t/xs_special_subs_require.t
+++ b/ext/XS-APItest/t/xs_special_subs_require.t
diff --git a/ext/XS/.gitignore b/ext/XS/.gitignore
index 2c69454aae..c4145a94f2 100644
--- a/ext/XS/.gitignore
+++ b/ext/XS/.gitignore
@@ -1,4 +1 @@
-!/APItest/core.c
-!/APItest/exception.c
-!/APItest/notcore.c
!/Typemap/stdio.c
diff --git a/t/op/caller.pl b/t/op/caller.pl
index b0545f06bb..bf2afe974d 100644
--- a/t/op/caller.pl
+++ b/t/op/caller.pl
@@ -1,4 +1,4 @@
-# tests shared between t/op/caller.t and ext/XS/APItest/t/op.t
+# tests shared between t/op/caller.t and ext/XS-APItest/t/op.t
use strict;
use warnings;