summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-03 19:50:57 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-03 19:50:57 +0000
commit85c16d835facb3e1567f0ad453769c0d9a8da60b (patch)
tree18e98ac37b49f61765b436c2fb4fcc0f200c99a7 /MANIFEST
parent0686c0b8fd853975c64d3472ef479435ba920e0a (diff)
downloadperl-85c16d835facb3e1567f0ad453769c0d9a8da60b.tar.gz
Make crypt() do something more sane for Unicode
(take crypt() of the low eight bits of the characters, instead of taking crypt() of the UTF-8 of the scalar); add a test for crypt(). p4raw-id: //depot/perl@11852
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 3a93a81dc0..8f39648f03 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2019,6 +2019,7 @@ t/op/cmp.t See if the various string and numeric compare work
t/op/concat.t See if string concatenation works
t/op/cond.t See if conditional expressions work
t/op/context.t See if context propagation works
+t/op/crypt.t See if crypt works
t/op/defins.t See if auto-insert of defined() works
t/op/delete.t See if delete works
t/op/die.t See if die works