From: Nicholas Clark Date: Mon, 9 Feb 2009 20:33:53 +0000 (+0000) Subject: Rename ext/XS/Typemap to ext/XS-Typemap X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2336398ced407314bc7337ba89847a0183e6b314;hp=4455f5a6814020ed04d0755a167c698a958bdbe7;p=p5sagit%2Fp5-mst-13.2.git Rename ext/XS/Typemap to ext/XS-Typemap --- diff --git a/MANIFEST b/MANIFEST index 5dbcf28..508c007 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1453,13 +1453,13 @@ 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 -ext/XS/Typemap/t/Typemap.t test that typemaps work -ext/XS/Typemap/typemap XS::Typemap extension -ext/XS/Typemap/Typemap.pm XS::Typemap extension -ext/XS/Typemap/Typemap.xs XS::Typemap extension +ext/XS-Typemap/Makefile.PL XS::Typemap extension +ext/XS-Typemap/README XS::Typemap extension +ext/XS-Typemap/stdio.c XS::Typemap extension +ext/XS-Typemap/t/Typemap.t test that typemaps work +ext/XS-Typemap/typemap XS::Typemap extension +ext/XS-Typemap/Typemap.pm XS::Typemap extension +ext/XS-Typemap/Typemap.xs XS::Typemap extension fakesdio.h stdio in terms of PerlIO fakethr.h Fake threads header form.h Public declarations for formats diff --git a/ext/.gitignore b/ext/.gitignore index d770499..820dc7b 100644 --- a/ext/.gitignore +++ b/ext/.gitignore @@ -11,3 +11,4 @@ ppport.h !/XS-APItest/core.c !/XS-APItest/exception.c !/XS-APItest/notcore.c +!/XS-Typemap/stdio.c diff --git a/ext/XS/Typemap/Makefile.PL b/ext/XS-Typemap/Makefile.PL similarity index 100% rename from ext/XS/Typemap/Makefile.PL rename to ext/XS-Typemap/Makefile.PL diff --git a/ext/XS/Typemap/README b/ext/XS-Typemap/README similarity index 100% rename from ext/XS/Typemap/README rename to ext/XS-Typemap/README diff --git a/ext/XS/Typemap/Typemap.pm b/ext/XS-Typemap/Typemap.pm similarity index 100% rename from ext/XS/Typemap/Typemap.pm rename to ext/XS-Typemap/Typemap.pm diff --git a/ext/XS/Typemap/Typemap.xs b/ext/XS-Typemap/Typemap.xs similarity index 100% rename from ext/XS/Typemap/Typemap.xs rename to ext/XS-Typemap/Typemap.xs diff --git a/ext/XS/Typemap/stdio.c b/ext/XS-Typemap/stdio.c similarity index 100% rename from ext/XS/Typemap/stdio.c rename to ext/XS-Typemap/stdio.c diff --git a/ext/XS/Typemap/t/Typemap.t b/ext/XS-Typemap/t/Typemap.t similarity index 100% rename from ext/XS/Typemap/t/Typemap.t rename to ext/XS-Typemap/t/Typemap.t diff --git a/ext/XS/Typemap/typemap b/ext/XS-Typemap/typemap similarity index 100% rename from ext/XS/Typemap/typemap rename to ext/XS-Typemap/typemap diff --git a/ext/XS/.gitignore b/ext/XS/.gitignore deleted file mode 100644 index c4145a9..0000000 --- a/ext/XS/.gitignore +++ /dev/null @@ -1 +0,0 @@ -!/Typemap/stdio.c