summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2005-06-04 16:40:15 +0300
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-04 16:55:27 +0000
commit646ca15d5cf720a2af3a258d7092a967f3a80550 (patch)
treeaaeb71a847a7f7821fbe4b337d1d88f9f5c2ad4b /MANIFEST
parenta433f3d2dda4db41b26d144e96f50f2022801470 (diff)
downloadperl-646ca15d5cf720a2af3a258d7092a967f3a80550.tar.gz
further speeding up of is_utf8_string()
Message-ID: <42A1850F.4040109@gmail.com> p4raw-id: //depot/perl@24706
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index a3597dd938..9fb3834224 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2756,6 +2756,7 @@ t/op/caller.t See if caller() works
t/op/chars.t See if character escapes work
t/op/chdir.t See if chdir works
t/op/chop.t See if chop works
+t/op/chr.t See if chr works
t/op/closure.t See if closures work
t/op/cmp.t See if the various string and numeric compare work
t/op/concat.t See if string concatenation works