diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-09-02 09:58:43 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-09-13 21:14:00 -0600 |
commit | 1b0f46bfdeb9373b604bc2b77173cd26c0d37ecc (patch) | |
tree | a206c86485b86272106c7dd890bff39dc6367233 /MANIFEST | |
parent | 525b6419a6e9037dd46cd37b578c11266e7cd2b2 (diff) | |
download | perl-1b0f46bfdeb9373b604bc2b77173cd26c0d37ecc.tar.gz |
Rename regen'd hdr to reflect expanded capabilities
The recently added utf8_strings.h has been expanded to include more than
just strings. I'm renaming it to avoid confusion.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4919,7 +4919,7 @@ regen/regcharclass.pl Generate regcharclass.h from inline data regen/regcomp.pl Builder of regnodes.h regen/regen_lib.pl Common file routines for generator scripts regen/uconfig_h.pl generate uconfig.h (requires /bin/sh) -regen/utf8_strings.pl generate utf8_strings.h +regen/unicode_constants.pl generate unicode_constants.h regen/warnings.pl Program to write warnings.h and lib/warnings.pm regexec.c Regular expression evaluator regexp.h Public declarations for the above @@ -5555,11 +5555,11 @@ t/x2p/s2p.t See if s2p/psed work uconfig64.sh Configuration script for microperl for LP64 uconfig.h Configuration header for microperl uconfig.sh Configuration script for microperl +unicode_constants.h compile-time macros for Unicode code points universal.c The default UNIVERSAL package methods unixish.h Defines that are assumed on Unix utf8.c Unicode routines utf8.h Unicode header -utf8_strings.h compile-time macros for characters in UTF-8 utfebcdic.h Unicode on EBCDIC (UTF-EBCDIC, tr16) header util.c Utility routines util.h Dummy header |