diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-11-14 17:43:04 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-11-14 17:43:04 +0000 |
commit | 76ced9add7b621dfc9d4ecb534aeea8e131a418a (patch) | |
tree | 19a54bbf8edca4550ca6cb5172fae0e065affaa5 /MANIFEST | |
parent | a10525673ecdf376a72ebd9267ef94c761ff1705 (diff) | |
download | perl-76ced9add7b621dfc9d4ecb534aeea8e131a418a.tar.gz |
PerlIO #include and #ifdef re-work.
p4raw-id: //depot/perlio@7684
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |