Skip to content

Commit

Permalink
applied patch, along with many changes:
Browse files Browse the repository at this point in the history
 - ipfoo.h headers have been coalesced along with perlfoo.h into
   iperlsys.h
 - win32/cp*.h have been combined in perlhost.h
 - CPerlObj::PerlParse() takes an extra xsinit arg
 - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT
	Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active>
	Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler

p4raw-id: //depot/perl@1172
  • Loading branch information
Douglas Lankshear authored and Gurusamy Sarathy committed Jun 21, 1998
1 parent 01ae956 commit 0f4eea8
Show file tree
Hide file tree
Showing 28 changed files with 1,964 additions and 1,917 deletions.
16 changes: 2 additions & 14 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -404,13 +404,7 @@ installman Perl script to install man pages for pods
installperl Perl script to do "make install" dirty work
interp.sym Interpreter specific symbols to hide in a struct
intrpvar.h Variables held in each interpreter instance
ipdir.h Directory interface for Perl Object
ipenv.h Environment interface for Perl Object
iplio.h Low level IO interface for Perl Object
ipmem.h Memory interface for Perl Object
ipproc.h Process interface for Perl Object
ipsock.h Socket interface for Perl Object
ipstdio.h Stdio interface for Perl Object
iperlsys.h Perl's interface to the system
keywords.h The keyword numbers
keywords.pl Program to write keywords.h
lib/AnyDBM_File.pm Perl module to emulate dbmopen
Expand Down Expand Up @@ -632,18 +626,11 @@ patchlevel.h The current patch level of perl
perl.c main()
perl.h Global declarations
perl_exp.SH Creates list of exported symbols for AIX
perldir.h Macros for directory abstraction
perlenv.h Macros for environment abstraction
perlio.c C code for PerlIO abstraction
perlio.h Interface to PerlIO abstraction
perlio.sym Symbols for PerlIO abstraction
perllio.h Macros for Low level IO abstraction
perlmem.h Macros for memory allocation abstraction
perlproc.h Macros for process abstraction
perlsdio.h Fake stdio using perlio
perlsfio.h Prototype sfio mapping for PerlIO
perlsh A poor man's perl shell
perlsock.h Macros for socket abstraction
perlvars.h Global variables
perly.c A byacc'ed perly.y
perly.c.diff Fixup perly.c to allow recursion
Expand Down Expand Up @@ -1009,6 +996,7 @@ win32/makefile.mk Win32 makefile for DMAKE (BC++, VC++ builds)
win32/makemain.pl Win32 port
win32/makeperldef.pl Win32 port
win32/perlglob.c Win32 port
win32/perlhost.h Perl host implementation
win32/perllib.c Win32 port
win32/pod.mak Win32 port
win32/runperl.c Win32 port
Expand Down
60 changes: 0 additions & 60 deletions ipdir.h

This file was deleted.

21 changes: 0 additions & 21 deletions ipenv.h

This file was deleted.

Loading

0 comments on commit 0f4eea8

Please sign in to comment.