summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST30
-rw-r--r--ext/Thread/create.tx (renamed from ext/Thread/create.t)0
-rw-r--r--ext/Thread/die.tx (renamed from ext/Thread/die.t)0
-rw-r--r--ext/Thread/die2.tx (renamed from ext/Thread/die2.t)0
-rw-r--r--ext/Thread/io.tx (renamed from ext/Thread/io.t)0
-rw-r--r--ext/Thread/join.tx (renamed from ext/Thread/join.t)0
-rw-r--r--ext/Thread/join2.tx (renamed from ext/Thread/join2.t)0
-rw-r--r--ext/Thread/list.tx (renamed from ext/Thread/list.t)0
-rw-r--r--ext/Thread/lock.tx (renamed from ext/Thread/lock.t)0
-rw-r--r--ext/Thread/queue.tx (renamed from ext/Thread/queue.t)0
-rw-r--r--ext/Thread/specific.tx (renamed from ext/Thread/specific.t)0
-rw-r--r--ext/Thread/sync.tx (renamed from ext/Thread/sync.t)0
-rw-r--r--ext/Thread/sync2.tx (renamed from ext/Thread/sync2.t)0
-rw-r--r--ext/Thread/unsync.tx (renamed from ext/Thread/unsync.t)0
-rw-r--r--ext/Thread/unsync2.tx (renamed from ext/Thread/unsync2.t)0
-rw-r--r--ext/Thread/unsync3.tx (renamed from ext/Thread/unsync3.t)0
-rw-r--r--ext/Thread/unsync4.tx (renamed from ext/Thread/unsync4.t)0
17 files changed, 15 insertions, 15 deletions
diff --git a/MANIFEST b/MANIFEST
index 9026368c83..c1322005af 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -606,23 +606,23 @@ ext/Thread/Thread/Semaphore.pm Thread semaphore objects
ext/Thread/Thread/Signal.pm Start a thread to run signal handlers
ext/Thread/Thread/Specific.pm Thread specific data access
ext/Thread/create.t Test thread creation
-ext/Thread/die.t Test thread die()
-ext/Thread/die2.t Test thread die() differently
-ext/Thread/io.t Test threads doing simple I/O
-ext/Thread/join.t Test thread joining
-ext/Thread/join2.t Test thread joining differently
-ext/Thread/list.t Test getting list of all threads
-ext/Thread/lock.t Test lock primitive
-ext/Thread/queue.t Test Thread::Queue module
-ext/Thread/specific.t Test thread-specific user data
-ext/Thread/sync.t Test thread synchronisation
-ext/Thread/sync2.t Test thread synchronisation
+ext/Thread/die.tx Test thread die()
+ext/Thread/die2.tx Test thread die() differently
+ext/Thread/io.tx Test threads doing simple I/O
+ext/Thread/join.tx Test thread joining
+ext/Thread/join2.tx Test thread joining differently
+ext/Thread/list.tx Test getting list of all threads
+ext/Thread/lock.tx Test lock primitive
+ext/Thread/queue.tx Test Thread::Queue module
+ext/Thread/specific.tx Test thread-specific user data
+ext/Thread/sync.tx Test thread synchronisation
+ext/Thread/sync2.tx Test thread synchronisation
ext/Thread/thr5005.t Test 5.005-style threading (skipped if no use5005threads)
ext/Thread/typemap Thread extension interface types
-ext/Thread/unsync.t Test thread implicit synchronisation
-ext/Thread/unsync2.t Test thread implicit synchronisation
-ext/Thread/unsync3.t Test thread implicit synchronisation
-ext/Thread/unsync4.t Test thread implicit synchronisation
+ext/Thread/unsync.tx Test thread implicit synchronisation
+ext/Thread/unsync2.tx Test thread implicit synchronisation
+ext/Thread/unsync3.tx Test thread implicit synchronisation
+ext/Thread/unsync4.tx Test thread implicit synchronisation
ext/Time/HiRes/Changes Time::HiRes extension
ext/Time/HiRes/HiRes.pm Time::HiRes extension
ext/Time/HiRes/HiRes.t Test for Time::HiRes
diff --git a/ext/Thread/create.t b/ext/Thread/create.tx
index 7cc8334eb4..7cc8334eb4 100644
--- a/ext/Thread/create.t
+++ b/ext/Thread/create.tx
diff --git a/ext/Thread/die.t b/ext/Thread/die.tx
index 1a65f1413b..1a65f1413b 100644
--- a/ext/Thread/die.t
+++ b/ext/Thread/die.tx
diff --git a/ext/Thread/die2.t b/ext/Thread/die2.tx
index 4bc611a321..4bc611a321 100644
--- a/ext/Thread/die2.t
+++ b/ext/Thread/die2.tx
diff --git a/ext/Thread/io.t b/ext/Thread/io.tx
index 693d91067d..693d91067d 100644
--- a/ext/Thread/io.t
+++ b/ext/Thread/io.tx
diff --git a/ext/Thread/join.t b/ext/Thread/join.tx
index d24473f2a0..d24473f2a0 100644
--- a/ext/Thread/join.t
+++ b/ext/Thread/join.tx
diff --git a/ext/Thread/join2.t b/ext/Thread/join2.tx
index 04f244d02c..04f244d02c 100644
--- a/ext/Thread/join2.t
+++ b/ext/Thread/join2.tx
diff --git a/ext/Thread/list.t b/ext/Thread/list.tx
index f03fa06c18..f03fa06c18 100644
--- a/ext/Thread/list.t
+++ b/ext/Thread/list.tx
diff --git a/ext/Thread/lock.t b/ext/Thread/lock.tx
index b8887878a0..b8887878a0 100644
--- a/ext/Thread/lock.t
+++ b/ext/Thread/lock.tx
diff --git a/ext/Thread/queue.t b/ext/Thread/queue.tx
index 5c1a7e763d..5c1a7e763d 100644
--- a/ext/Thread/queue.t
+++ b/ext/Thread/queue.tx
diff --git a/ext/Thread/specific.t b/ext/Thread/specific.tx
index c2bf1a15d0..c2bf1a15d0 100644
--- a/ext/Thread/specific.t
+++ b/ext/Thread/specific.tx
diff --git a/ext/Thread/sync.t b/ext/Thread/sync.tx
index c5cf1a754f..c5cf1a754f 100644
--- a/ext/Thread/sync.t
+++ b/ext/Thread/sync.tx
diff --git a/ext/Thread/sync2.t b/ext/Thread/sync2.tx
index ace0cbdfe7..ace0cbdfe7 100644
--- a/ext/Thread/sync2.t
+++ b/ext/Thread/sync2.tx
diff --git a/ext/Thread/unsync.t b/ext/Thread/unsync.tx
index 51faa8c24b..51faa8c24b 100644
--- a/ext/Thread/unsync.t
+++ b/ext/Thread/unsync.tx
diff --git a/ext/Thread/unsync2.t b/ext/Thread/unsync2.tx
index 0016646447..0016646447 100644
--- a/ext/Thread/unsync2.t
+++ b/ext/Thread/unsync2.tx
diff --git a/ext/Thread/unsync3.t b/ext/Thread/unsync3.tx
index a1d2c56d39..a1d2c56d39 100644
--- a/ext/Thread/unsync3.t
+++ b/ext/Thread/unsync3.tx
diff --git a/ext/Thread/unsync4.t b/ext/Thread/unsync4.tx
index 1186fc030f..1186fc030f 100644
--- a/ext/Thread/unsync4.t
+++ b/ext/Thread/unsync4.tx