diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-04 07:59:05 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-04 07:59:05 +0000 |
commit | 423cee853811c26846bd1948939b85f9866dfb4a (patch) | |
tree | a1adb3cff6fd86474503248d2eba6747f0adeb02 /MAINTAIN | |
parent | fd1e013efb606b51dc27fba846b1bedb38910a76 (diff) | |
download | perl-423cee853811c26846bd1948939b85f9866dfb4a.tar.gz |
Introduce the charnames pragma.
Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
To: Chip Salzenberg <[11]chip@perlsupport.com>
Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
Date: Sat, 31 Jul 1999 05:44:05 -0400
Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
To: Mailing list Perl5 <perl5-porters@perl.org>
Subject: [PATCH 5.005_58] Named characters in Perl
Date: Mon, 2 Aug 1999 19:25:40 -0400
Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@3916
Diffstat (limited to 'MAINTAIN')
-rw-r--r-- | MAINTAIN | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -477,6 +477,7 @@ lib/bigint.pl lib/bigrat.pl lib/blib.pm lib/cacheout.pl +lib/charnames.pm ilya lib/chat2.pl lib/complete.pl lib/constant.pm @@ -683,6 +684,7 @@ t/lib/cgi-form.t t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t +t/lib/charnames.t ilya t/lib/checktree.t t/lib/complex.t complex t/lib/db-btree.t pmarquess |