summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2000-11-14 17:43:04 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2000-11-14 17:43:04 +0000
commit76ced9add7b621dfc9d4ecb534aeea8e131a418a (patch)
tree19a54bbf8edca4550ca6cb5172fae0e065affaa5 /MANIFEST
parenta10525673ecdf376a72ebd9267ef94c761ff1705 (diff)
downloadperl-76ced9add7b621dfc9d4ecb534aeea8e131a418a.tar.gz
PerlIO #include and #ifdef re-work.
p4raw-id: //depot/perlio@7684
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST4
1 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index eb1ec5cd58..6d71e692dd 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -442,6 +442,7 @@ ext/re/re.xs re extension external subroutines
ext/util/make_ext Used by Makefile to execute extension Makefiles
ext/util/mkbootstrap Turns ext/*/*_BS into bootstrap info
fakethr.h Fake threads header
+fakesdio.h stdio in terms of PerlIO
form.h Public declarations for the above
global.sym Symbols that need hiding when embedded
globals.c File to declare global symbols (for shared library)
@@ -1147,7 +1148,8 @@ perl.h Global declarations
perlapi.c Perl API functions
perlapi.h Perl API function declarations
perlio.c C code for PerlIO abstraction
-perlio.h compatibility stub
+perlio.h PerlIO abstraction
+perliol.h PerlIO Layer definition
perlio.sym Symbols for PerlIO abstraction
perlsdio.h Fake stdio using perlio
perlsfio.h Prototype sfio mapping for PerlIO