diff -crN perl-4.036/Makefile perl-4.036x/Makefile *** perl-4.036/Makefile Thu Jul 30 01:10:17 1992 --- perl-4.036x/Makefile Tue May 4 19:40:33 2010 *************** *** 1,4 **** ! # : Makefile.SH,v 14240Revision: 4.0.1.4 14240Date: 92/06/08 11:40:43 $ # # $Log: Makefile.SH,v $ # Revision 4.0.1.4 92/06/08 11:40:43 lwall --- 1,4 ---- ! # : Makefile.SH,v 81108Revision: 4.0.1.4 81108Date: 92/06/08 11:40:43 $ # # $Log: Makefile.SH,v $ # Revision 4.0.1.4 92/06/08 11:40:43 lwall *************** *** 25,45 **** CC = cc YACC = /usr/bin/yacc ! bin = /local/bin ! scriptdir = /local/bin ! privlib = /local/lib/perl ! mansrc = /local/man/man1 manext = 1 LDFLAGS = CLDFLAGS = SMALL = LARGE = ! mallocsrc = malloc.c ! mallocobj = malloc.o SLN = ln -s RMS = rm -f ! libs = -lnsl -ldbm -lm -lposix public = perl taintperl --- 25,45 ---- CC = cc YACC = /usr/bin/yacc ! bin = /home/local/perl4/bin ! scriptdir = /home/local/perl4/bin ! privlib = /home/local/perl4/lib ! mansrc = /home/local/perl4/man/man1 manext = 1 LDFLAGS = CLDFLAGS = SMALL = LARGE = ! mallocsrc = ! mallocobj = SLN = ln -s RMS = rm -f ! libs = -lm /usr/lib/libcrypt.a public = perl taintperl diff -crN perl-4.036/c2ph perl-4.036x/c2ph *** perl-4.036/c2ph Thu Jul 30 01:10:18 1992 --- perl-4.036x/c2ph Tue May 4 19:40:33 2010 *************** *** 1,4 **** ! #!/local/bin/perl # # # c2ph (aka pstruct) --- 1,4 ---- ! #!/home/local/perl4/bin/perl # # # c2ph (aka pstruct) diff -crN perl-4.036/config.h perl-4.036x/config.h *** perl-4.036/config.h Thu Jul 30 01:10:19 1992 --- perl-4.036x/config.h Tue May 4 19:40:33 2010 *************** *** 35,54 **** * This symbol contains the number of bytes required to align a double. * Usual values are 2, 4, and 8. */ ! #define ALIGNBYTES 8 /**/ /* BIN * This symbol holds the name of the directory in which the user wants * to keep publicly executable images for the package in question. It * is most often a local directory such as /usr/local/bin. */ ! #define BIN "/local/bin" /**/ /* BYTEORDER * This symbol contains an encoding of the order of bytes in a long. * Usual values (in hex) are 0x1234, 0x4321, 0x2143, 0x3412... */ ! #define BYTEORDER 0x4321 /**/ /* CPPSTDIN * This symbol contains the first part of the string which will invoke --- 35,54 ---- * This symbol contains the number of bytes required to align a double. * Usual values are 2, 4, and 8. */ ! #define ALIGNBYTES 4 /**/ /* BIN * This symbol holds the name of the directory in which the user wants * to keep publicly executable images for the package in question. It * is most often a local directory such as /usr/local/bin. */ ! #define BIN "/home/local/perl4/bin" /**/ /* BYTEORDER * This symbol contains an encoding of the order of bytes in a long. * Usual values (in hex) are 0x1234, 0x4321, 0x2143, 0x3412... */ ! #define BYTEORDER 0x1234 /**/ /* CPPSTDIN * This symbol contains the first part of the string which will invoke *************** *** 61,68 **** * output. This symbol will have the value "-" if CPPSTDIN needs a minus * to specify standard input, otherwise the value is "". */ ! #define CPPSTDIN "/usr/lib/cpp" ! #define CPPMINUS "" /* HAS_BCMP * This symbol, if defined, indicates that the bcmp routine is available --- 61,68 ---- * output. This symbol will have the value "-" if CPPSTDIN needs a minus * to specify standard input, otherwise the value is "". */ ! #define CPPSTDIN "cc -E" ! #define CPPMINUS "-" /* HAS_BCMP * This symbol, if defined, indicates that the bcmp routine is available *************** *** 112,118 **** * is up to the package author to declare sprintf correctly based on the * symbol. */ ! #define CHARSPRINTF /**/ /* HAS_CHSIZE * This symbol, if defined, indicates that the chsize routine is available --- 112,118 ---- * is up to the package author to declare sprintf correctly based on the * symbol. */ ! /*#undef CHARSPRINTF /**/ /* HAS_CHSIZE * This symbol, if defined, indicates that the chsize routine is available *************** *** 130,136 **** * This symbol, if defined, indicates that the C-shell exists. * If defined, contains the full pathname of csh. */ ! #define CSH "/usr/bin/csh" /**/ /* DOSUID * This symbol, if defined, indicates that the C program should --- 130,136 ---- * This symbol, if defined, indicates that the C-shell exists. * If defined, contains the full pathname of csh. */ ! #define CSH "/bin/csh" /**/ /* DOSUID * This symbol, if defined, indicates that the C program should *************** *** 194,200 **** * This symbol, if defined, indicates that the gethostent() routine is * available to lookup host names in some data base or other. */ ! /*#undef HAS_GETHOSTENT /**/ /* HAS_GETPGRP * This symbol, if defined, indicates that the getpgrp() routine is --- 194,200 ---- * This symbol, if defined, indicates that the gethostent() routine is * available to lookup host names in some data base or other. */ ! #define HAS_GETHOSTENT /**/ /* HAS_GETPGRP * This symbol, if defined, indicates that the getpgrp() routine is *************** *** 283,296 **** * roll your own. */ #define HAS_MEMCPY /**/ ! /*#undef SAFE_MEMCPY /**/ /* HAS_MEMMOVE * This symbol, if defined, indicates that the memmove routine is available * to move potentially overlapping blocks of memory. Otherwise you * should use bcopy() or roll your own. */ ! /*#undef HAS_MEMMOVE /**/ /* HAS_MEMSET * This symbol, if defined, indicates that the memset routine is available --- 283,296 ---- * roll your own. */ #define HAS_MEMCPY /**/ ! #define SAFE_MEMCPY /**/ /* HAS_MEMMOVE * This symbol, if defined, indicates that the memmove routine is available * to move potentially overlapping blocks of memory. Otherwise you * should use bcopy() or roll your own. */ ! #define HAS_MEMMOVE /**/ /* HAS_MEMSET * This symbol, if defined, indicates that the memset routine is available *************** *** 345,351 **** * This symbol, if defined, indicates that dbm.h exists and should * be included. */ ! #define HAS_ODBM /**/ /* HAS_OPEN3 * This manifest constant lets the C program know that the three --- 345,351 ---- * This symbol, if defined, indicates that dbm.h exists and should * be included. */ ! /*#undef HAS_ODBM /**/ /* HAS_OPEN3 * This manifest constant lets the C program know that the three *************** *** 455,461 **** * program. */ #define HAS_SETREGID /**/ ! /*#undef HAS_SETRESGID /**/ /* HAS_SETREUID * This symbol, if defined, indicates that the setreuid routine is --- 455,461 ---- * program. */ #define HAS_SETREGID /**/ ! #define HAS_SETRESGID /**/ /* HAS_SETREUID * This symbol, if defined, indicates that the setreuid routine is *************** *** 467,473 **** * program. */ #define HAS_SETREUID /**/ ! /*#undef HAS_SETRESUID /**/ /* HAS_SETRGID * This symbol, if defined, indicates that the setrgid routine is available --- 467,473 ---- * program. */ #define HAS_SETREUID /**/ ! #define HAS_SETRESUID /**/ /* HAS_SETRGID * This symbol, if defined, indicates that the setrgid routine is available *************** *** 497,503 **** */ #define HAS_SHMAT /**/ ! /*#undef VOIDSHMAT /**/ /* HAS_SHMCTL * This symbol, if defined, indicates that the shmctl() routine is --- 497,503 ---- */ #define HAS_SHMAT /**/ ! #define VOIDSHMAT /**/ /* HAS_SHMCTL * This symbol, if defined, indicates that the shmctl() routine is *************** *** 545,551 **** * This symbol is defined if this system has a FILE structure declaring * _ptr and _cnt in stdio.h. */ ! #define STDSTDIO /**/ /* STRUCTCOPY * This symbol, if defined, indicates that this C compiler knows how --- 545,551 ---- * This symbol is defined if this system has a FILE structure declaring * _ptr and _cnt in stdio.h. */ ! /*#undef STDSTDIO /**/ /* STRUCTCOPY * This symbol, if defined, indicates that this C compiler knows how *************** *** 608,614 **** * This symbol, if defined, indicates that this C compiler knows about * the volatile declaration. */ ! /*#undef HASVOLATILE /**/ /* HAS_VPRINTF * This symbol, if defined, indicates that the vprintf routine is available --- 608,614 ---- * This symbol, if defined, indicates that this C compiler knows about * the volatile declaration. */ ! #define HASVOLATILE /**/ /* HAS_VPRINTF * This symbol, if defined, indicates that the vprintf routine is available *************** *** 622,628 **** * symbol. */ #define HAS_VPRINTF /**/ ! #define CHARVSPRINTF /**/ /* HAS_WAIT4 * This symbol, if defined, indicates that wait4() exists. --- 622,628 ---- * symbol. */ #define HAS_VPRINTF /**/ ! /*#undef CHARVSPRINTF /**/ /* HAS_WAIT4 * This symbol, if defined, indicates that wait4() exists. *************** *** 644,650 **** * This symbol has a value like gid_t, int, ushort, or whatever type is * used in the return value of getgroups(). */ ! #define GROUPSTYPE int /**/ /* I_FCNTL * This manifest constant tells the C program to include . --- 644,650 ---- * This symbol has a value like gid_t, int, ushort, or whatever type is * used in the return value of getgroups(). */ ! #define GROUPSTYPE gid_t /**/ /* I_FCNTL * This manifest constant tells the C program to include . *************** *** 704,714 **** */ #define I_PWD /**/ /*#undef PWQUOTA /**/ ! #define PWAGE /**/ ! /*#undef PWCHANGE /**/ ! /*#undef PWCLASS /**/ ! /*#undef PWEXPIRE /**/ ! #define PWCOMMENT /**/ /* I_SYS_FILE * This manifest constant tells the C program to include . --- 704,714 ---- */ #define I_PWD /**/ /*#undef PWQUOTA /**/ ! /*#undef PWAGE /**/ ! #define PWCHANGE /**/ ! #define PWCLASS /**/ ! #define PWEXPIRE /**/ ! /*#undef PWCOMMENT /**/ /* I_SYS_FILE * This manifest constant tells the C program to include . *************** *** 755,761 **** * This symbol, if defined, indicates to the C program that it should * include vfork.h. */ ! #define I_VFORK /**/ /* INTSIZE * This symbol contains the size of an int, so that the C preprocessor --- 755,761 ---- * This symbol, if defined, indicates to the C program that it should * include vfork.h. */ ! /*#undef I_VFORK /**/ /* INTSIZE * This symbol contains the size of an int, so that the C preprocessor *************** *** 801,809 **** /* MALLOCPTRTYPE * This symbol defines the kind of ptr returned by malloc and realloc. */ ! #define MYMALLOC /**/ ! #define MALLOCPTRTYPE char /**/ /* RANDBITS --- 801,809 ---- /* MALLOCPTRTYPE * This symbol defines the kind of ptr returned by malloc and realloc. */ ! /*#undef MYMALLOC /**/ ! #define MALLOCPTRTYPE void /**/ /* RANDBITS *************** *** 817,834 **** * to keep publicly executable scripts for the package in question. It * is often a directory that is mounted across diverse architectures. */ ! #define SCRIPTDIR "/local/bin" /**/ /* SIG_NAME * This symbol contains an list of signal names in order. */ ! #define SIG_NAME "ZERO","HUP","INT","QUIT","ILL","TRAP","ABRT","EMT","FPE","KILL","BUS","SEGV","SYS","PIPE","ALRM","TERM","URG","STOP","TSTP","CONT","CLD","TTIN","TTOU","IO","XCPU","XFSZ","VTALRM","PROF","WINCH","LOST","USR1","USR2" /**/ /* STDCHAR * This symbol is defined to be the type of char used in stdio.h. * It has the values "unsigned char" or "char". */ ! #define STDCHAR unsigned char /**/ /* UIDTYPE * This symbol has a value like uid_t, int, ushort, or whatever type is --- 817,834 ---- * to keep publicly executable scripts for the package in question. It * is often a directory that is mounted across diverse architectures. */ ! #define SCRIPTDIR "/home/local/perl4/bin" /**/ /* SIG_NAME * This symbol contains an list of signal names in order. */ ! #define SIG_NAME "ZERO","HUP","INT","QUIT","ILL","TRAP","ABRT","EMT","FPE","KILL","BUS","SEGV","SYS","PIPE","ALRM","TERM","URG","STOP","TSTP","CONT","CHLD","TTIN","TTOU","IO","XCPU","XFSZ","VTALRM","PROF","WINCH","INFO","USR1","USR2" /**/ /* STDCHAR * This symbol is defined to be the type of char used in stdio.h. * It has the values "unsigned char" or "char". */ ! #define STDCHAR char /**/ /* UIDTYPE * This symbol has a value like uid_t, int, ushort, or whatever type is *************** *** 887,892 **** * execution path, but it should be accessible by the world. The program * should be prepared to do ~ expansion. */ ! #define PRIVLIB "/local/lib/perl" /**/ #endif --- 887,892 ---- * execution path, but it should be accessible by the world. The program * should be prepared to do ~ expansion. */ ! #define PRIVLIB "/home/local/perl4/lib" /**/ #endif diff -crN perl-4.036/config.sh perl-4.036x/config.sh *** perl-4.036/config.sh Thu Jul 30 01:10:11 1992 --- perl-4.036x/config.sh Tue May 4 19:40:29 2010 *************** *** 18,33 **** tr uniq ' ! expr='/usr/bin/expr' sed='/usr/bin/sed' ! echo='echo' ! cat='/usr/bin/cat' ! rm='/usr/bin/rm' ! mv='/usr/bin/mv' ! cp='/usr/bin/cp' tail='' tr='/usr/bin/tr' ! mkdir='/usr/bin/mkdir' sort='/usr/bin/sort' uniq='/usr/bin/uniq' grep='/usr/bin/grep' --- 18,33 ---- tr uniq ' ! expr='/bin/expr' sed='/usr/bin/sed' ! echo='/bin/echo' ! cat='/bin/cat' ! rm='/bin/rm' ! mv='/bin/mv' ! cp='/bin/cp' tail='' tr='/usr/bin/tr' ! mkdir='/bin/mkdir' sort='/usr/bin/sort' uniq='/usr/bin/uniq' grep='/usr/bin/grep' *************** *** 53,60 **** vi='' mailx='' mail='' ! cpp='/usr/lib/cpp' ! perl='/usr/bin/perl' emacs='' ls='' rmail='' --- 53,60 ---- vi='' mailx='' mail='' ! cpp='/usr/bin/cpp' ! perl='/usr/local/bin/perl' emacs='' ls='' rmail='' *************** *** 63,72 **** smail='' tbl='' troff='' ! nroff='/usr/bin/nroff' uname='/usr/bin/uname' uuname='' ! line='/usr/bin/line' chgrp='' chmod='' lint='' --- 63,72 ---- smail='' tbl='' troff='' ! nroff='/usr/local/bin/nroff' uname='/usr/bin/uname' uuname='' ! line='line' chgrp='' chmod='' lint='' *************** *** 79,85 **** touch='' make='' date='' ! csh='/usr/bin/csh' bash='' ksh='' lex='' --- 79,85 ---- touch='' make='' date='' ! csh='/bin/csh' bash='' ksh='' lex='' *************** *** 88,111 **** Log='$Log' Header='$Header' Id='$Id' ! lastuname='SunOS beach 4.1.2 2 sun4m' ! alignbytes='8' ! bin='/local/bin' ! installbin='/local/bin' ! byteorder='4321' contains='grep' ! cppstdin='/usr/lib/cpp' ! cppminus='' d_bcmp='define' d_bcopy='define' d_safebcpy='define' d_bzero='define' d_castneg='define' castflags='0' ! d_charsprf='define' d_chsize='undef' d_crypt='define' ! cryptlib='' d_csh='define' d_dosuid='undef' d_dup2='define' --- 88,111 ---- Log='$Log' Header='$Header' Id='$Id' ! lastuname='FreeBSD localhost.example.jp 4.11-RELEASE-p26 FreeBSD 4.11-RELEASE-p26 #1: Sat Aug 23 01:31:49 JST 2008 nobody .at. localhost:/usr/src/sys/compile/LOCALHOST i386' ! alignbytes='4' ! bin='/home/local/perl4/bin' ! installbin='/home/local/perl4/bin' ! byteorder='1234' contains='grep' ! cppstdin='cc -E' ! cppminus='-' d_bcmp='define' d_bcopy='define' d_safebcpy='define' d_bzero='define' d_castneg='define' castflags='0' ! d_charsprf='undef' d_chsize='undef' d_crypt='define' ! cryptlib='/usr/lib/libcrypt.a' d_csh='define' d_dosuid='undef' d_dup2='define' *************** *** 115,121 **** d_flexfnam='define' d_flock='define' d_getgrps='define' ! d_gethent='undef' d_getpgrp='define' d_getpgrp2='undef' d_getprior='define' --- 115,121 ---- d_flexfnam='define' d_flock='define' d_getgrps='define' ! d_gethent='define' d_getpgrp='define' d_getpgrp2='undef' d_getprior='define' *************** *** 126,133 **** d_lstat='define' d_memcmp='define' d_memcpy='define' ! d_safemcpy='undef' ! d_memmove='undef' d_memset='define' d_mkdir='define' d_msg='define' --- 126,133 ---- d_lstat='define' d_memcmp='define' d_memcpy='define' ! d_safemcpy='define' ! d_memmove='define' d_memset='define' d_mkdir='define' d_msg='define' *************** *** 136,142 **** d_msgrcv='define' d_msgsnd='define' d_ndbm='define' ! d_odbm='define' d_open3='define' d_readdir='define' d_rename='define' --- 136,142 ---- d_msgrcv='define' d_msgsnd='define' d_ndbm='define' ! d_odbm='undef' d_open3='define' d_readdir='define' d_rename='define' *************** *** 154,167 **** d_setpgrp2='undef' d_setprior='define' d_setregid='define' ! d_setresgid='undef' d_setreuid='define' ! d_setresuid='undef' d_setrgid='define' d_setruid='define' d_shm='define' d_shmat='define' ! d_voidshmat='undef' d_shmctl='define' d_shmdt='define' d_shmget='define' --- 154,167 ---- d_setpgrp2='undef' d_setprior='define' d_setregid='define' ! d_setresgid='define' d_setreuid='define' ! d_setresuid='define' d_setrgid='define' d_setruid='define' d_shm='define' d_shmat='define' ! d_voidshmat='define' d_shmctl='define' d_shmdt='define' d_shmget='define' *************** *** 170,176 **** d_oldsock='undef' socketlib='' d_statblks='define' ! d_stdstdio='define' d_strctcpy='define' d_strerror='define' d_symlink='define' --- 170,176 ---- d_oldsock='undef' socketlib='' d_statblks='define' ! d_stdstdio='undef' d_strctcpy='define' d_strerror='define' d_symlink='define' *************** *** 180,192 **** d_vfork='define' d_voidsig='define' d_tosignal='int' ! d_volatile='undef' d_vprintf='define' ! d_charvspr='define' d_wait4='define' d_waitpid='define' gidtype='gid_t' ! groupstype='int' i_fcntl='undef' i_gdbm='undef' i_grp='define' --- 180,192 ---- d_vfork='define' d_voidsig='define' d_tosignal='int' ! d_volatile='define' d_vprintf='define' ! d_charvspr='undef' d_wait4='define' d_waitpid='define' gidtype='gid_t' ! groupstype='gid_t' i_fcntl='undef' i_gdbm='undef' i_grp='define' *************** *** 194,204 **** i_sysin='undef' i_pwd='define' d_pwquota='undef' ! d_pwage='define' ! d_pwchange='undef' ! d_pwclass='undef' ! d_pwexpire='undef' ! d_pwcomment='define' i_sys_file='define' i_sysioctl='define' i_time='undef' --- 194,204 ---- i_sysin='undef' i_pwd='define' d_pwquota='undef' ! d_pwage='undef' ! d_pwchange='define' ! d_pwclass='define' ! d_pwexpire='define' ! d_pwcomment='undef' i_sys_file='define' i_sysioctl='define' i_time='undef' *************** *** 207,215 **** d_systimekernel='undef' i_utime='define' i_varargs='define' ! i_vfork='define' intsize='4' ! libc='/usr/lib/libc.so.1.7.1' nm_opts='' libndir='' i_my_dir='undef' --- 207,215 ---- d_systimekernel='undef' i_utime='define' i_varargs='define' ! i_vfork='undef' intsize='4' ! libc='/usr/lib/libc.a' nm_opts='' libndir='' i_my_dir='undef' *************** *** 220,230 **** d_dirnamlen='undef' ndirc='' ndiro='' ! mallocsrc='malloc.c' ! mallocobj='malloc.o' ! d_mymalloc='define' ! mallocptrtype='char' ! mansrc='/local/man/man1' manext='1' models='none' split='' --- 220,230 ---- d_dirnamlen='undef' ndirc='' ndiro='' ! mallocsrc='' ! mallocobj='' ! d_mymalloc='undef' ! mallocptrtype='void' ! mansrc='/home/local/perl4/man/man1' manext='1' models='none' split='' *************** *** 233,256 **** large='' huge='' optimize='-O' ! ccflags=' -I/usr/include/sun -I/usr/ucbinclude' ! cppflags=' -I/usr/include/sun -I/usr/ucbinclude' ldflags='' cc='cc' nativegcc='' ! libs='-lnsl -ldbm -lm -lposix' n='-n' c='' package='perl' randbits='31' ! scriptdir='/local/bin' ! installscr='/local/bin' ! sig_name='ZERO HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM URG STOP TSTP CONT CLD TTIN TTOU IO XCPU XFSZ VTALRM PROF WINCH LOST USR1 USR2' spitshell='cat' shsharp='true' sharpbang='#!' startsh='#!/bin/sh' ! stdchar='unsigned char' uidtype='uid_t' usrinclude='/usr/include' inclPath='' --- 233,256 ---- large='' huge='' optimize='-O' ! ccflags='' ! cppflags='' ldflags='' cc='cc' nativegcc='' ! libs='-lm' n='-n' c='' package='perl' randbits='31' ! scriptdir='/home/local/perl4/bin' ! installscr='/home/local/perl4/bin' ! sig_name='ZERO HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM URG STOP TSTP CONT CHLD TTIN TTOU IO XCPU XFSZ VTALRM PROF WINCH INFO USR1 USR2' spitshell='cat' shsharp='true' sharpbang='#!' startsh='#!/bin/sh' ! stdchar='char' uidtype='uid_t' usrinclude='/usr/include' inclPath='' *************** *** 262,268 **** w_s_tm='1' yacc='/usr/bin/yacc' lib='' ! privlib='/local/lib/perl' ! installprivlib='/local/lib/perl' ! PATCHLEVEL=35 CONFIG=true --- 262,268 ---- w_s_tm='1' yacc='/usr/bin/yacc' lib='' ! privlib='/home/local/perl4/lib' ! installprivlib='/home/local/perl4/lib' ! PATCHLEVEL=36 CONFIG=true diff -crN perl-4.036/config.sh.old perl-4.036x/config.sh.old *** perl-4.036/config.sh.old Thu Jul 30 00:02:14 1992 --- perl-4.036x/config.sh.old Thu Jul 30 01:10:11 1992 *************** *** 238,244 **** ldflags='' cc='cc' nativegcc='' ! libs='-lnsl -ldbm -lm' n='-n' c='' package='perl' --- 238,244 ---- ldflags='' cc='cc' nativegcc='' ! libs='-lnsl -ldbm -lm -lposix' n='-n' c='' package='perl' diff -crN perl-4.036/h2ph perl-4.036x/h2ph *** perl-4.036/h2ph Thu Jul 30 01:10:20 1992 --- perl-4.036x/h2ph Tue May 4 19:40:33 2010 *************** *** 1,8 **** ! #!/local/bin/perl 'di'; 'ig00'; ! $perlincl = '/local/lib/perl'; chdir '/usr/include' || die "Can't cd /usr/include"; --- 1,8 ---- ! #!/home/local/perl4/bin/perl 'di'; 'ig00'; ! $perlincl = '/home/local/perl4/lib'; chdir '/usr/include' || die "Can't cd /usr/include"; diff -crN perl-4.036/h2ph.man perl-4.036x/h2ph.man *** perl-4.036/h2ph.man Thu Jul 30 01:10:20 1992 --- perl-4.036x/h2ph.man Tue May 4 19:40:33 2010 *************** *** 1,8 **** ! #!/local/bin/perl 'di'; 'ig00'; ! $perlincl = '/local/lib/perl'; chdir '/usr/include' || die "Can't cd /usr/include"; --- 1,8 ---- ! #!/home/local/perl4/bin/perl 'di'; 'ig00'; ! $perlincl = '/home/local/perl4/lib'; chdir '/usr/include' || die "Can't cd /usr/include"; diff -crN perl-4.036/installperl perl-4.036x/installperl *** perl-4.036/installperl Wed Jun 24 12:27:30 1992 --- perl-4.036x/installperl Tue May 4 19:44:56 2010 *************** *** 1,6 **** #!./perl ! $mainperldir = "/usr/bin"; while (@ARGV) { $nonono = 1 if $ARGV[0] eq '-n'; --- 1,7 ---- #!./perl ! #$mainperldir = "/usr/bin"; ! $mainperldir = "/home/local/perl4/bin"; while (@ARGV) { $nonono = 1 if $ARGV[0] eq '-n'; diff -crN perl-4.036/makedepend perl-4.036x/makedepend *** perl-4.036/makedepend Thu Jul 30 01:10:21 1992 --- perl-4.036x/makedepend Tue May 4 19:40:33 2010 *************** *** 1,5 **** #!/bin/sh ! # : makedepend.SH,v 14240Revision: 4.0.1.4 14240Date: 92/06/08 13:51:24 $ # # $Log: makedepend.SH,v $ # Revision 4.0.1.4 92/06/08 13:51:24 lwall --- 1,5 ---- #!/bin/sh ! # : makedepend.SH,v 81108Revision: 4.0.1.4 81108Date: 92/06/08 13:51:24 $ # # $Log: makedepend.SH,v $ # Revision 4.0.1.4 92/06/08 13:51:24 lwall *************** *** 21,36 **** export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0; kill $$) ! cat='/usr/bin/cat' ! cppflags=' -I/usr/include/sun -I/usr/ucbinclude' ! cp='/usr/bin/cp' ! cppstdin='/usr/lib/cpp' ! cppminus='' ! echo='echo' egrep='/usr/bin/egrep' ! expr='/usr/bin/expr' ! mv='/usr/bin/mv' ! rm='/usr/bin/rm' sed='/usr/bin/sed' sort='/usr/bin/sort' test='test' --- 21,36 ---- export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0; kill $$) ! cat='/bin/cat' ! cppflags='' ! cp='/bin/cp' ! cppstdin='cc -E' ! cppminus='-' ! echo='/bin/echo' egrep='/usr/bin/egrep' ! expr='/bin/expr' ! mv='/bin/mv' ! rm='/bin/rm' sed='/usr/bin/sed' sort='/usr/bin/sort' test='test' diff -crN perl-4.036/makedir perl-4.036x/makedir *** perl-4.036/makedir Thu Jul 30 01:10:22 1992 --- perl-4.036x/makedir Tue May 4 19:40:33 2010 *************** *** 1,5 **** #!/bin/sh ! # : makedir.SH,v 14240Revision: 4.0.1.1 14240Date: 92/06/08 14:24:55 $ # # $Log: makedir.SH,v $ # Revision 4.0.1.1 92/06/08 14:24:55 lwall --- 1,5 ---- #!/bin/sh ! # : makedir.SH,v 81108Revision: 4.0.1.1 81108Date: 92/06/08 14:24:55 $ # # $Log: makedir.SH,v $ # Revision 4.0.1.1 92/06/08 14:24:55 lwall *************** *** 14,20 **** case $# in 0) ! echo "makedir pathname filenameflag" exit 1 ;; esac --- 14,20 ---- case $# in 0) ! /bin/echo "makedir pathname filenameflag" exit 1 ;; esac *************** *** 27,33 **** : strip last component if it is to be a filename case X$2 in ! X1) set `echo $1 | /usr/bin/sed 's:\(.*\)/[^/]*$:\1:'` ;; *) set $1 ;; esac --- 27,33 ---- : strip last component if it is to be a filename case X$2 in ! X1) set `/bin/echo $1 | /usr/bin/sed 's:\(.*\)/[^/]*$:\1:'` ;; *) set $1 ;; esac *************** *** 52,56 **** set $list for dir do ! /usr/bin/mkdir $dir >/dev/null 2>&1 done --- 52,56 ---- set $list for dir do ! /bin/mkdir $dir >/dev/null 2>&1 done diff -crN perl-4.036/makefile perl-4.036x/makefile *** perl-4.036/makefile Thu Jul 30 01:11:05 1992 --- perl-4.036x/makefile Tue May 4 19:40:45 2010 *************** *** 1,4 **** ! # : Makefile.SH,v 14240Revision: 4.0.1.4 14240Date: 92/06/08 11:40:43 $ # # $Log: Makefile.SH,v $ # Revision 4.0.1.4 92/06/08 11:40:43 lwall --- 1,4 ---- ! # : Makefile.SH,v 81108Revision: 4.0.1.4 81108Date: 92/06/08 11:40:43 $ # # $Log: Makefile.SH,v $ # Revision 4.0.1.4 92/06/08 11:40:43 lwall *************** *** 25,45 **** CC = cc YACC = /usr/bin/yacc ! bin = /local/bin ! scriptdir = /local/bin ! privlib = /local/lib/perl ! mansrc = /local/man/man1 manext = 1 LDFLAGS = CLDFLAGS = SMALL = LARGE = ! mallocsrc = malloc.c ! mallocobj = malloc.o SLN = ln -s RMS = rm -f ! libs = -lnsl -ldbm -lm -lposix public = perl taintperl --- 25,45 ---- CC = cc YACC = /usr/bin/yacc ! bin = /home/local/perl4/bin ! scriptdir = /home/local/perl4/bin ! privlib = /home/local/perl4/lib ! mansrc = /home/local/perl4/man/man1 manext = 1 LDFLAGS = CLDFLAGS = SMALL = LARGE = ! mallocsrc = ! mallocobj = SLN = ln -s RMS = rm -f ! libs = -lm /usr/lib/libcrypt.a public = perl taintperl *************** *** 332,367 **** # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE # If this runs make out of memory, delete /usr/include lines. array.o: ! array.o: /usr/ucbinclude/ctype.h ! array.o: /usr/ucbinclude/dirent.h ! array.o: /usr/ucbinclude/errno.h ! array.o: /usr/ucbinclude/machine/devaddr.h ! array.o: /usr/ucbinclude/machine/param.h ! array.o: /usr/ucbinclude/machine/setjmp.h ! array.o: /usr/ucbinclude/ndbm.h ! array.o: /usr/ucbinclude/netinet/in.h ! array.o: /usr/ucbinclude/setjmp.h ! array.o: /usr/ucbinclude/stdio.h ! array.o: /usr/ucbinclude/sys/dirent.h ! array.o: /usr/ucbinclude/sys/errno.h ! array.o: /usr/ucbinclude/sys/filio.h ! array.o: /usr/ucbinclude/sys/ioccom.h ! array.o: /usr/ucbinclude/sys/ioctl.h ! array.o: /usr/ucbinclude/sys/param.h ! array.o: /usr/ucbinclude/sys/signal.h ! array.o: /usr/ucbinclude/sys/sockio.h ! array.o: /usr/ucbinclude/sys/stat.h ! array.o: /usr/ucbinclude/sys/stdtypes.h ! array.o: /usr/ucbinclude/sys/sysmacros.h ! array.o: /usr/ucbinclude/sys/time.h ! array.o: /usr/ucbinclude/sys/times.h ! array.o: /usr/ucbinclude/sys/ttold.h ! array.o: /usr/ucbinclude/sys/ttychars.h ! array.o: /usr/ucbinclude/sys/ttycom.h ! array.o: /usr/ucbinclude/sys/ttydev.h ! array.o: /usr/ucbinclude/sys/types.h ! array.o: /usr/ucbinclude/time.h ! array.o: /usr/ucbinclude/vm/faultcode.h array.o: EXTERN.h array.o: arg.h array.o: array.c --- 332,377 ---- # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE # If this runs make out of memory, delete /usr/include lines. array.o: ! array.o: /usr/include/ctype.h ! array.o: /usr/include/db.h ! array.o: /usr/include/dirent.h ! array.o: /usr/include/errno.h ! array.o: /usr/include/limits.h ! array.o: /usr/include/machine/ansi.h ! array.o: /usr/include/machine/endian.h ! array.o: /usr/include/machine/limits.h ! array.o: /usr/include/machine/param.h ! array.o: /usr/include/machine/setjmp.h ! array.o: /usr/include/machine/signal.h ! array.o: /usr/include/machine/trap.h ! array.o: /usr/include/machine/types.h ! array.o: /usr/include/machine/ucontext.h ! array.o: /usr/include/ndbm.h ! array.o: /usr/include/netinet/in.h ! array.o: /usr/include/netinet6/in6.h ! array.o: /usr/include/runetype.h ! array.o: /usr/include/setjmp.h ! array.o: /usr/include/stdio.h ! array.o: /usr/include/stdlib.h ! array.o: /usr/include/string.h ! array.o: /usr/include/sys/_posix.h ! array.o: /usr/include/sys/cdefs.h ! array.o: /usr/include/sys/dirent.h ! array.o: /usr/include/sys/filio.h ! array.o: /usr/include/sys/inttypes.h ! array.o: /usr/include/sys/ioccom.h ! array.o: /usr/include/sys/ioctl.h ! array.o: /usr/include/sys/param.h ! array.o: /usr/include/sys/signal.h ! array.o: /usr/include/sys/sockio.h ! array.o: /usr/include/sys/stat.h ! array.o: /usr/include/sys/syslimits.h ! array.o: /usr/include/sys/time.h ! array.o: /usr/include/sys/times.h ! array.o: /usr/include/sys/ttycom.h ! array.o: /usr/include/sys/types.h ! array.o: /usr/include/sys/ucontext.h ! array.o: /usr/include/time.h array.o: EXTERN.h array.o: arg.h array.o: array.c *************** *** 378,414 **** array.o: str.h array.o: util.h cmd.o: ! cmd.o: /usr/ucbinclude/ctype.h ! cmd.o: /usr/ucbinclude/dirent.h ! cmd.o: /usr/ucbinclude/errno.h ! cmd.o: /usr/ucbinclude/machine/devaddr.h ! cmd.o: /usr/ucbinclude/machine/param.h ! cmd.o: /usr/ucbinclude/machine/setjmp.h ! cmd.o: /usr/ucbinclude/ndbm.h ! cmd.o: /usr/ucbinclude/netinet/in.h ! cmd.o: /usr/ucbinclude/setjmp.h ! cmd.o: /usr/ucbinclude/stdio.h ! cmd.o: /usr/ucbinclude/sys/dirent.h ! cmd.o: /usr/ucbinclude/sys/errno.h ! cmd.o: /usr/ucbinclude/sys/filio.h ! cmd.o: /usr/ucbinclude/sys/ioccom.h ! cmd.o: /usr/ucbinclude/sys/ioctl.h ! cmd.o: /usr/ucbinclude/sys/param.h ! cmd.o: /usr/ucbinclude/sys/signal.h ! cmd.o: /usr/ucbinclude/sys/sockio.h ! cmd.o: /usr/ucbinclude/sys/stat.h ! cmd.o: /usr/ucbinclude/sys/stdtypes.h ! cmd.o: /usr/ucbinclude/sys/sysmacros.h ! cmd.o: /usr/ucbinclude/sys/time.h ! cmd.o: /usr/ucbinclude/sys/times.h ! cmd.o: /usr/ucbinclude/sys/ttold.h ! cmd.o: /usr/ucbinclude/sys/ttychars.h ! cmd.o: /usr/ucbinclude/sys/ttycom.h ! cmd.o: /usr/ucbinclude/sys/ttydev.h ! cmd.o: /usr/ucbinclude/sys/types.h ! cmd.o: /usr/ucbinclude/time.h ! cmd.o: /usr/ucbinclude/varargs.h ! cmd.o: /usr/ucbinclude/vm/faultcode.h cmd.o: EXTERN.h cmd.o: arg.h cmd.o: array.h --- 388,434 ---- array.o: str.h array.o: util.h cmd.o: ! cmd.o: /usr/include/ctype.h ! cmd.o: /usr/include/db.h ! cmd.o: /usr/include/dirent.h ! cmd.o: /usr/include/errno.h ! cmd.o: /usr/include/limits.h ! cmd.o: /usr/include/machine/ansi.h ! cmd.o: /usr/include/machine/endian.h ! cmd.o: /usr/include/machine/limits.h ! cmd.o: /usr/include/machine/param.h ! cmd.o: /usr/include/machine/setjmp.h ! cmd.o: /usr/include/machine/signal.h ! cmd.o: /usr/include/machine/trap.h ! cmd.o: /usr/include/machine/types.h ! cmd.o: /usr/include/machine/ucontext.h ! cmd.o: /usr/include/ndbm.h ! cmd.o: /usr/include/netinet/in.h ! cmd.o: /usr/include/netinet6/in6.h ! cmd.o: /usr/include/runetype.h ! cmd.o: /usr/include/setjmp.h ! cmd.o: /usr/include/stdio.h ! cmd.o: /usr/include/stdlib.h ! cmd.o: /usr/include/string.h ! cmd.o: /usr/include/sys/_posix.h ! cmd.o: /usr/include/sys/cdefs.h ! cmd.o: /usr/include/sys/dirent.h ! cmd.o: /usr/include/sys/filio.h ! cmd.o: /usr/include/sys/inttypes.h ! cmd.o: /usr/include/sys/ioccom.h ! cmd.o: /usr/include/sys/ioctl.h ! cmd.o: /usr/include/sys/param.h ! cmd.o: /usr/include/sys/signal.h ! cmd.o: /usr/include/sys/sockio.h ! cmd.o: /usr/include/sys/stat.h ! cmd.o: /usr/include/sys/syslimits.h ! cmd.o: /usr/include/sys/time.h ! cmd.o: /usr/include/sys/times.h ! cmd.o: /usr/include/sys/ttycom.h ! cmd.o: /usr/include/sys/types.h ! cmd.o: /usr/include/sys/ucontext.h ! cmd.o: /usr/include/time.h ! cmd.o: /usr/include/varargs.h cmd.o: EXTERN.h cmd.o: arg.h cmd.o: array.h *************** *** 425,460 **** cmd.o: str.h cmd.o: util.h cons.o: ! cons.o: /usr/ucbinclude/ctype.h ! cons.o: /usr/ucbinclude/dirent.h ! cons.o: /usr/ucbinclude/errno.h ! cons.o: /usr/ucbinclude/machine/devaddr.h ! cons.o: /usr/ucbinclude/machine/param.h ! cons.o: /usr/ucbinclude/machine/setjmp.h ! cons.o: /usr/ucbinclude/ndbm.h ! cons.o: /usr/ucbinclude/netinet/in.h ! cons.o: /usr/ucbinclude/setjmp.h ! cons.o: /usr/ucbinclude/stdio.h ! cons.o: /usr/ucbinclude/sys/dirent.h ! cons.o: /usr/ucbinclude/sys/errno.h ! cons.o: /usr/ucbinclude/sys/filio.h ! cons.o: /usr/ucbinclude/sys/ioccom.h ! cons.o: /usr/ucbinclude/sys/ioctl.h ! cons.o: /usr/ucbinclude/sys/param.h ! cons.o: /usr/ucbinclude/sys/signal.h ! cons.o: /usr/ucbinclude/sys/sockio.h ! cons.o: /usr/ucbinclude/sys/stat.h ! cons.o: /usr/ucbinclude/sys/stdtypes.h ! cons.o: /usr/ucbinclude/sys/sysmacros.h ! cons.o: /usr/ucbinclude/sys/time.h ! cons.o: /usr/ucbinclude/sys/times.h ! cons.o: /usr/ucbinclude/sys/ttold.h ! cons.o: /usr/ucbinclude/sys/ttychars.h ! cons.o: /usr/ucbinclude/sys/ttycom.h ! cons.o: /usr/ucbinclude/sys/ttydev.h ! cons.o: /usr/ucbinclude/sys/types.h ! cons.o: /usr/ucbinclude/time.h ! cons.o: /usr/ucbinclude/vm/faultcode.h cons.o: EXTERN.h cons.o: arg.h cons.o: array.h --- 445,490 ---- cmd.o: str.h cmd.o: util.h cons.o: ! cons.o: /usr/include/ctype.h ! cons.o: /usr/include/db.h ! cons.o: /usr/include/dirent.h ! cons.o: /usr/include/errno.h ! cons.o: /usr/include/limits.h ! cons.o: /usr/include/machine/ansi.h ! cons.o: /usr/include/machine/endian.h ! cons.o: /usr/include/machine/limits.h ! cons.o: /usr/include/machine/param.h ! cons.o: /usr/include/machine/setjmp.h ! cons.o: /usr/include/machine/signal.h ! cons.o: /usr/include/machine/trap.h ! cons.o: /usr/include/machine/types.h ! cons.o: /usr/include/machine/ucontext.h ! cons.o: /usr/include/ndbm.h ! cons.o: /usr/include/netinet/in.h ! cons.o: /usr/include/netinet6/in6.h ! cons.o: /usr/include/runetype.h ! cons.o: /usr/include/setjmp.h ! cons.o: /usr/include/stdio.h ! cons.o: /usr/include/stdlib.h ! cons.o: /usr/include/string.h ! cons.o: /usr/include/sys/_posix.h ! cons.o: /usr/include/sys/cdefs.h ! cons.o: /usr/include/sys/dirent.h ! cons.o: /usr/include/sys/filio.h ! cons.o: /usr/include/sys/inttypes.h ! cons.o: /usr/include/sys/ioccom.h ! cons.o: /usr/include/sys/ioctl.h ! cons.o: /usr/include/sys/param.h ! cons.o: /usr/include/sys/signal.h ! cons.o: /usr/include/sys/sockio.h ! cons.o: /usr/include/sys/stat.h ! cons.o: /usr/include/sys/syslimits.h ! cons.o: /usr/include/sys/time.h ! cons.o: /usr/include/sys/times.h ! cons.o: /usr/include/sys/ttycom.h ! cons.o: /usr/include/sys/types.h ! cons.o: /usr/include/sys/ucontext.h ! cons.o: /usr/include/time.h cons.o: EXTERN.h cons.o: arg.h cons.o: array.h *************** *** 472,507 **** cons.o: str.h cons.o: util.h consarg.o: ! consarg.o: /usr/ucbinclude/ctype.h ! consarg.o: /usr/ucbinclude/dirent.h ! consarg.o: /usr/ucbinclude/errno.h ! consarg.o: /usr/ucbinclude/machine/devaddr.h ! consarg.o: /usr/ucbinclude/machine/param.h ! consarg.o: /usr/ucbinclude/machine/setjmp.h ! consarg.o: /usr/ucbinclude/ndbm.h ! consarg.o: /usr/ucbinclude/netinet/in.h ! consarg.o: /usr/ucbinclude/setjmp.h ! consarg.o: /usr/ucbinclude/stdio.h ! consarg.o: /usr/ucbinclude/sys/dirent.h ! consarg.o: /usr/ucbinclude/sys/errno.h ! consarg.o: /usr/ucbinclude/sys/filio.h ! consarg.o: /usr/ucbinclude/sys/ioccom.h ! consarg.o: /usr/ucbinclude/sys/ioctl.h ! consarg.o: /usr/ucbinclude/sys/param.h ! consarg.o: /usr/ucbinclude/sys/signal.h ! consarg.o: /usr/ucbinclude/sys/sockio.h ! consarg.o: /usr/ucbinclude/sys/stat.h ! consarg.o: /usr/ucbinclude/sys/stdtypes.h ! consarg.o: /usr/ucbinclude/sys/sysmacros.h ! consarg.o: /usr/ucbinclude/sys/time.h ! consarg.o: /usr/ucbinclude/sys/times.h ! consarg.o: /usr/ucbinclude/sys/ttold.h ! consarg.o: /usr/ucbinclude/sys/ttychars.h ! consarg.o: /usr/ucbinclude/sys/ttycom.h ! consarg.o: /usr/ucbinclude/sys/ttydev.h ! consarg.o: /usr/ucbinclude/sys/types.h ! consarg.o: /usr/ucbinclude/time.h ! consarg.o: /usr/ucbinclude/vm/faultcode.h consarg.o: EXTERN.h consarg.o: arg.h consarg.o: array.h --- 502,547 ---- cons.o: str.h cons.o: util.h consarg.o: ! consarg.o: /usr/include/ctype.h ! consarg.o: /usr/include/db.h ! consarg.o: /usr/include/dirent.h ! consarg.o: /usr/include/errno.h ! consarg.o: /usr/include/limits.h ! consarg.o: /usr/include/machine/ansi.h ! consarg.o: /usr/include/machine/endian.h ! consarg.o: /usr/include/machine/limits.h ! consarg.o: /usr/include/machine/param.h ! consarg.o: /usr/include/machine/setjmp.h ! consarg.o: /usr/include/machine/signal.h ! consarg.o: /usr/include/machine/trap.h ! consarg.o: /usr/include/machine/types.h ! consarg.o: /usr/include/machine/ucontext.h ! consarg.o: /usr/include/ndbm.h ! consarg.o: /usr/include/netinet/in.h ! consarg.o: /usr/include/netinet6/in6.h ! consarg.o: /usr/include/runetype.h ! consarg.o: /usr/include/setjmp.h ! consarg.o: /usr/include/stdio.h ! consarg.o: /usr/include/stdlib.h ! consarg.o: /usr/include/string.h ! consarg.o: /usr/include/sys/_posix.h ! consarg.o: /usr/include/sys/cdefs.h ! consarg.o: /usr/include/sys/dirent.h ! consarg.o: /usr/include/sys/filio.h ! consarg.o: /usr/include/sys/inttypes.h ! consarg.o: /usr/include/sys/ioccom.h ! consarg.o: /usr/include/sys/ioctl.h ! consarg.o: /usr/include/sys/param.h ! consarg.o: /usr/include/sys/signal.h ! consarg.o: /usr/include/sys/sockio.h ! consarg.o: /usr/include/sys/stat.h ! consarg.o: /usr/include/sys/syslimits.h ! consarg.o: /usr/include/sys/time.h ! consarg.o: /usr/include/sys/times.h ! consarg.o: /usr/include/sys/ttycom.h ! consarg.o: /usr/include/sys/types.h ! consarg.o: /usr/include/sys/ucontext.h ! consarg.o: /usr/include/time.h consarg.o: EXTERN.h consarg.o: arg.h consarg.o: array.h *************** *** 518,553 **** consarg.o: str.h consarg.o: util.h doarg.o: ! doarg.o: /usr/ucbinclude/ctype.h ! doarg.o: /usr/ucbinclude/dirent.h ! doarg.o: /usr/ucbinclude/errno.h ! doarg.o: /usr/ucbinclude/machine/devaddr.h ! doarg.o: /usr/ucbinclude/machine/param.h ! doarg.o: /usr/ucbinclude/machine/setjmp.h ! doarg.o: /usr/ucbinclude/ndbm.h ! doarg.o: /usr/ucbinclude/netinet/in.h ! doarg.o: /usr/ucbinclude/setjmp.h ! doarg.o: /usr/ucbinclude/stdio.h ! doarg.o: /usr/ucbinclude/sys/dirent.h ! doarg.o: /usr/ucbinclude/sys/errno.h ! doarg.o: /usr/ucbinclude/sys/filio.h ! doarg.o: /usr/ucbinclude/sys/ioccom.h ! doarg.o: /usr/ucbinclude/sys/ioctl.h ! doarg.o: /usr/ucbinclude/sys/param.h ! doarg.o: /usr/ucbinclude/sys/signal.h ! doarg.o: /usr/ucbinclude/sys/sockio.h ! doarg.o: /usr/ucbinclude/sys/stat.h ! doarg.o: /usr/ucbinclude/sys/stdtypes.h ! doarg.o: /usr/ucbinclude/sys/sysmacros.h ! doarg.o: /usr/ucbinclude/sys/time.h ! doarg.o: /usr/ucbinclude/sys/times.h ! doarg.o: /usr/ucbinclude/sys/ttold.h ! doarg.o: /usr/ucbinclude/sys/ttychars.h ! doarg.o: /usr/ucbinclude/sys/ttycom.h ! doarg.o: /usr/ucbinclude/sys/ttydev.h ! doarg.o: /usr/ucbinclude/sys/types.h ! doarg.o: /usr/ucbinclude/time.h ! doarg.o: /usr/ucbinclude/vm/faultcode.h doarg.o: EXTERN.h doarg.o: arg.h doarg.o: array.h --- 558,603 ---- consarg.o: str.h consarg.o: util.h doarg.o: ! doarg.o: /usr/include/ctype.h ! doarg.o: /usr/include/db.h ! doarg.o: /usr/include/dirent.h ! doarg.o: /usr/include/errno.h ! doarg.o: /usr/include/limits.h ! doarg.o: /usr/include/machine/ansi.h ! doarg.o: /usr/include/machine/endian.h ! doarg.o: /usr/include/machine/limits.h ! doarg.o: /usr/include/machine/param.h ! doarg.o: /usr/include/machine/setjmp.h ! doarg.o: /usr/include/machine/signal.h ! doarg.o: /usr/include/machine/trap.h ! doarg.o: /usr/include/machine/types.h ! doarg.o: /usr/include/machine/ucontext.h ! doarg.o: /usr/include/ndbm.h ! doarg.o: /usr/include/netinet/in.h ! doarg.o: /usr/include/netinet6/in6.h ! doarg.o: /usr/include/runetype.h ! doarg.o: /usr/include/setjmp.h ! doarg.o: /usr/include/stdio.h ! doarg.o: /usr/include/stdlib.h ! doarg.o: /usr/include/string.h ! doarg.o: /usr/include/sys/_posix.h ! doarg.o: /usr/include/sys/cdefs.h ! doarg.o: /usr/include/sys/dirent.h ! doarg.o: /usr/include/sys/filio.h ! doarg.o: /usr/include/sys/inttypes.h ! doarg.o: /usr/include/sys/ioccom.h ! doarg.o: /usr/include/sys/ioctl.h ! doarg.o: /usr/include/sys/param.h ! doarg.o: /usr/include/sys/signal.h ! doarg.o: /usr/include/sys/sockio.h ! doarg.o: /usr/include/sys/stat.h ! doarg.o: /usr/include/sys/syslimits.h ! doarg.o: /usr/include/sys/time.h ! doarg.o: /usr/include/sys/times.h ! doarg.o: /usr/include/sys/ttycom.h ! doarg.o: /usr/include/sys/types.h ! doarg.o: /usr/include/sys/ucontext.h ! doarg.o: /usr/include/time.h doarg.o: EXTERN.h doarg.o: arg.h doarg.o: array.h *************** *** 564,612 **** doarg.o: str.h doarg.o: util.h doio.o: ! doio.o: /usr/ucbinclude/ctype.h ! doio.o: /usr/ucbinclude/dirent.h ! doio.o: /usr/ucbinclude/errno.h ! doio.o: /usr/ucbinclude/grp.h ! doio.o: /usr/ucbinclude/machine/devaddr.h ! doio.o: /usr/ucbinclude/machine/iocache.h ! doio.o: /usr/ucbinclude/machine/mmu.h ! doio.o: /usr/ucbinclude/machine/param.h ! doio.o: /usr/ucbinclude/machine/setjmp.h ! doio.o: /usr/ucbinclude/ndbm.h ! doio.o: /usr/ucbinclude/netdb.h ! doio.o: /usr/ucbinclude/netinet/in.h ! doio.o: /usr/ucbinclude/pwd.h ! doio.o: /usr/ucbinclude/setjmp.h ! doio.o: /usr/ucbinclude/stdio.h ! doio.o: /usr/ucbinclude/sys/dirent.h ! doio.o: /usr/ucbinclude/sys/errno.h ! doio.o: /usr/ucbinclude/sys/fcntlcom.h ! doio.o: /usr/ucbinclude/sys/file.h ! doio.o: /usr/ucbinclude/sys/filio.h ! doio.o: /usr/ucbinclude/sys/ioccom.h ! doio.o: /usr/ucbinclude/sys/ioctl.h ! doio.o: /usr/ucbinclude/sys/ipc.h ! doio.o: /usr/ucbinclude/sys/msg.h ! doio.o: /usr/ucbinclude/sys/param.h ! doio.o: /usr/ucbinclude/sys/sem.h ! doio.o: /usr/ucbinclude/sys/shm.h ! doio.o: /usr/ucbinclude/sys/signal.h ! doio.o: /usr/ucbinclude/sys/socket.h ! doio.o: /usr/ucbinclude/sys/sockio.h ! doio.o: /usr/ucbinclude/sys/stat.h ! doio.o: /usr/ucbinclude/sys/stdtypes.h ! doio.o: /usr/ucbinclude/sys/sysmacros.h ! doio.o: /usr/ucbinclude/sys/time.h ! doio.o: /usr/ucbinclude/sys/times.h ! doio.o: /usr/ucbinclude/sys/ttold.h ! doio.o: /usr/ucbinclude/sys/ttychars.h ! doio.o: /usr/ucbinclude/sys/ttycom.h ! doio.o: /usr/ucbinclude/sys/ttydev.h ! doio.o: /usr/ucbinclude/sys/types.h ! doio.o: /usr/ucbinclude/time.h ! doio.o: /usr/ucbinclude/utime.h ! doio.o: /usr/ucbinclude/vm/faultcode.h doio.o: EXTERN.h doio.o: arg.h doio.o: array.h --- 614,671 ---- doarg.o: str.h doarg.o: util.h doio.o: ! doio.o: /usr/include/ctype.h ! doio.o: /usr/include/db.h ! doio.o: /usr/include/dirent.h ! doio.o: /usr/include/errno.h ! doio.o: /usr/include/grp.h ! doio.o: /usr/include/limits.h ! doio.o: /usr/include/machine/ansi.h ! doio.o: /usr/include/machine/endian.h ! doio.o: /usr/include/machine/limits.h ! doio.o: /usr/include/machine/param.h ! doio.o: /usr/include/machine/setjmp.h ! doio.o: /usr/include/machine/signal.h ! doio.o: /usr/include/machine/trap.h ! doio.o: /usr/include/machine/types.h ! doio.o: /usr/include/machine/ucontext.h ! doio.o: /usr/include/ndbm.h ! doio.o: /usr/include/netdb.h ! doio.o: /usr/include/netinet/in.h ! doio.o: /usr/include/netinet6/in6.h ! doio.o: /usr/include/pwd.h ! doio.o: /usr/include/runetype.h ! doio.o: /usr/include/setjmp.h ! doio.o: /usr/include/stdio.h ! doio.o: /usr/include/stdlib.h ! doio.o: /usr/include/string.h ! doio.o: /usr/include/sys/_posix.h ! doio.o: /usr/include/sys/cdefs.h ! doio.o: /usr/include/sys/dirent.h ! doio.o: /usr/include/sys/fcntl.h ! doio.o: /usr/include/sys/file.h ! doio.o: /usr/include/sys/filio.h ! doio.o: /usr/include/sys/inttypes.h ! doio.o: /usr/include/sys/ioccom.h ! doio.o: /usr/include/sys/ioctl.h ! doio.o: /usr/include/sys/ipc.h ! doio.o: /usr/include/sys/msg.h ! doio.o: /usr/include/sys/param.h ! doio.o: /usr/include/sys/sem.h ! doio.o: /usr/include/sys/shm.h ! doio.o: /usr/include/sys/signal.h ! doio.o: /usr/include/sys/socket.h ! doio.o: /usr/include/sys/sockio.h ! doio.o: /usr/include/sys/stat.h ! doio.o: /usr/include/sys/syslimits.h ! doio.o: /usr/include/sys/time.h ! doio.o: /usr/include/sys/times.h ! doio.o: /usr/include/sys/ttycom.h ! doio.o: /usr/include/sys/types.h ! doio.o: /usr/include/sys/ucontext.h ! doio.o: /usr/include/sys/unistd.h ! doio.o: /usr/include/time.h ! doio.o: /usr/include/utime.h doio.o: EXTERN.h doio.o: arg.h doio.o: array.h *************** *** 623,658 **** doio.o: str.h doio.o: util.h dolist.o: ! dolist.o: /usr/ucbinclude/ctype.h ! dolist.o: /usr/ucbinclude/dirent.h ! dolist.o: /usr/ucbinclude/errno.h ! dolist.o: /usr/ucbinclude/machine/devaddr.h ! dolist.o: /usr/ucbinclude/machine/param.h ! dolist.o: /usr/ucbinclude/machine/setjmp.h ! dolist.o: /usr/ucbinclude/ndbm.h ! dolist.o: /usr/ucbinclude/netinet/in.h ! dolist.o: /usr/ucbinclude/setjmp.h ! dolist.o: /usr/ucbinclude/stdio.h ! dolist.o: /usr/ucbinclude/sys/dirent.h ! dolist.o: /usr/ucbinclude/sys/errno.h ! dolist.o: /usr/ucbinclude/sys/filio.h ! dolist.o: /usr/ucbinclude/sys/ioccom.h ! dolist.o: /usr/ucbinclude/sys/ioctl.h ! dolist.o: /usr/ucbinclude/sys/param.h ! dolist.o: /usr/ucbinclude/sys/signal.h ! dolist.o: /usr/ucbinclude/sys/sockio.h ! dolist.o: /usr/ucbinclude/sys/stat.h ! dolist.o: /usr/ucbinclude/sys/stdtypes.h ! dolist.o: /usr/ucbinclude/sys/sysmacros.h ! dolist.o: /usr/ucbinclude/sys/time.h ! dolist.o: /usr/ucbinclude/sys/times.h ! dolist.o: /usr/ucbinclude/sys/ttold.h ! dolist.o: /usr/ucbinclude/sys/ttychars.h ! dolist.o: /usr/ucbinclude/sys/ttycom.h ! dolist.o: /usr/ucbinclude/sys/ttydev.h ! dolist.o: /usr/ucbinclude/sys/types.h ! dolist.o: /usr/ucbinclude/time.h ! dolist.o: /usr/ucbinclude/vm/faultcode.h dolist.o: EXTERN.h dolist.o: arg.h dolist.o: array.h --- 682,727 ---- doio.o: str.h doio.o: util.h dolist.o: ! dolist.o: /usr/include/ctype.h ! dolist.o: /usr/include/db.h ! dolist.o: /usr/include/dirent.h ! dolist.o: /usr/include/errno.h ! dolist.o: /usr/include/limits.h ! dolist.o: /usr/include/machine/ansi.h ! dolist.o: /usr/include/machine/endian.h ! dolist.o: /usr/include/machine/limits.h ! dolist.o: /usr/include/machine/param.h ! dolist.o: /usr/include/machine/setjmp.h ! dolist.o: /usr/include/machine/signal.h ! dolist.o: /usr/include/machine/trap.h ! dolist.o: /usr/include/machine/types.h ! dolist.o: /usr/include/machine/ucontext.h ! dolist.o: /usr/include/ndbm.h ! dolist.o: /usr/include/netinet/in.h ! dolist.o: /usr/include/netinet6/in6.h ! dolist.o: /usr/include/runetype.h ! dolist.o: /usr/include/setjmp.h ! dolist.o: /usr/include/stdio.h ! dolist.o: /usr/include/stdlib.h ! dolist.o: /usr/include/string.h ! dolist.o: /usr/include/sys/_posix.h ! dolist.o: /usr/include/sys/cdefs.h ! dolist.o: /usr/include/sys/dirent.h ! dolist.o: /usr/include/sys/filio.h ! dolist.o: /usr/include/sys/inttypes.h ! dolist.o: /usr/include/sys/ioccom.h ! dolist.o: /usr/include/sys/ioctl.h ! dolist.o: /usr/include/sys/param.h ! dolist.o: /usr/include/sys/signal.h ! dolist.o: /usr/include/sys/sockio.h ! dolist.o: /usr/include/sys/stat.h ! dolist.o: /usr/include/sys/syslimits.h ! dolist.o: /usr/include/sys/time.h ! dolist.o: /usr/include/sys/times.h ! dolist.o: /usr/include/sys/ttycom.h ! dolist.o: /usr/include/sys/types.h ! dolist.o: /usr/include/sys/ucontext.h ! dolist.o: /usr/include/time.h dolist.o: EXTERN.h dolist.o: arg.h dolist.o: array.h *************** *** 669,704 **** dolist.o: str.h dolist.o: util.h dump.o: ! dump.o: /usr/ucbinclude/ctype.h ! dump.o: /usr/ucbinclude/dirent.h ! dump.o: /usr/ucbinclude/errno.h ! dump.o: /usr/ucbinclude/machine/devaddr.h ! dump.o: /usr/ucbinclude/machine/param.h ! dump.o: /usr/ucbinclude/machine/setjmp.h ! dump.o: /usr/ucbinclude/ndbm.h ! dump.o: /usr/ucbinclude/netinet/in.h ! dump.o: /usr/ucbinclude/setjmp.h ! dump.o: /usr/ucbinclude/stdio.h ! dump.o: /usr/ucbinclude/sys/dirent.h ! dump.o: /usr/ucbinclude/sys/errno.h ! dump.o: /usr/ucbinclude/sys/filio.h ! dump.o: /usr/ucbinclude/sys/ioccom.h ! dump.o: /usr/ucbinclude/sys/ioctl.h ! dump.o: /usr/ucbinclude/sys/param.h ! dump.o: /usr/ucbinclude/sys/signal.h ! dump.o: /usr/ucbinclude/sys/sockio.h ! dump.o: /usr/ucbinclude/sys/stat.h ! dump.o: /usr/ucbinclude/sys/stdtypes.h ! dump.o: /usr/ucbinclude/sys/sysmacros.h ! dump.o: /usr/ucbinclude/sys/time.h ! dump.o: /usr/ucbinclude/sys/times.h ! dump.o: /usr/ucbinclude/sys/ttold.h ! dump.o: /usr/ucbinclude/sys/ttychars.h ! dump.o: /usr/ucbinclude/sys/ttycom.h ! dump.o: /usr/ucbinclude/sys/ttydev.h ! dump.o: /usr/ucbinclude/sys/types.h ! dump.o: /usr/ucbinclude/time.h ! dump.o: /usr/ucbinclude/vm/faultcode.h dump.o: EXTERN.h dump.o: arg.h dump.o: array.h --- 738,783 ---- dolist.o: str.h dolist.o: util.h dump.o: ! dump.o: /usr/include/ctype.h ! dump.o: /usr/include/db.h ! dump.o: /usr/include/dirent.h ! dump.o: /usr/include/errno.h ! dump.o: /usr/include/limits.h ! dump.o: /usr/include/machine/ansi.h ! dump.o: /usr/include/machine/endian.h ! dump.o: /usr/include/machine/limits.h ! dump.o: /usr/include/machine/param.h ! dump.o: /usr/include/machine/setjmp.h ! dump.o: /usr/include/machine/signal.h ! dump.o: /usr/include/machine/trap.h ! dump.o: /usr/include/machine/types.h ! dump.o: /usr/include/machine/ucontext.h ! dump.o: /usr/include/ndbm.h ! dump.o: /usr/include/netinet/in.h ! dump.o: /usr/include/netinet6/in6.h ! dump.o: /usr/include/runetype.h ! dump.o: /usr/include/setjmp.h ! dump.o: /usr/include/stdio.h ! dump.o: /usr/include/stdlib.h ! dump.o: /usr/include/string.h ! dump.o: /usr/include/sys/_posix.h ! dump.o: /usr/include/sys/cdefs.h ! dump.o: /usr/include/sys/dirent.h ! dump.o: /usr/include/sys/filio.h ! dump.o: /usr/include/sys/inttypes.h ! dump.o: /usr/include/sys/ioccom.h ! dump.o: /usr/include/sys/ioctl.h ! dump.o: /usr/include/sys/param.h ! dump.o: /usr/include/sys/signal.h ! dump.o: /usr/include/sys/sockio.h ! dump.o: /usr/include/sys/stat.h ! dump.o: /usr/include/sys/syslimits.h ! dump.o: /usr/include/sys/time.h ! dump.o: /usr/include/sys/times.h ! dump.o: /usr/include/sys/ttycom.h ! dump.o: /usr/include/sys/types.h ! dump.o: /usr/include/sys/ucontext.h ! dump.o: /usr/include/time.h dump.o: EXTERN.h dump.o: arg.h dump.o: array.h *************** *** 715,753 **** dump.o: str.h dump.o: util.h eval.o: ! eval.o: /usr/ucbinclude/ctype.h ! eval.o: /usr/ucbinclude/dirent.h ! eval.o: /usr/ucbinclude/errno.h ! eval.o: /usr/ucbinclude/machine/devaddr.h ! eval.o: /usr/ucbinclude/machine/param.h ! eval.o: /usr/ucbinclude/machine/setjmp.h ! eval.o: /usr/ucbinclude/ndbm.h ! eval.o: /usr/ucbinclude/netinet/in.h ! eval.o: /usr/ucbinclude/setjmp.h ! eval.o: /usr/ucbinclude/stdio.h ! eval.o: /usr/ucbinclude/sys/dirent.h ! eval.o: /usr/ucbinclude/sys/errno.h ! eval.o: /usr/ucbinclude/sys/fcntlcom.h ! eval.o: /usr/ucbinclude/sys/file.h ! eval.o: /usr/ucbinclude/sys/filio.h ! eval.o: /usr/ucbinclude/sys/ioccom.h ! eval.o: /usr/ucbinclude/sys/ioctl.h ! eval.o: /usr/ucbinclude/sys/param.h ! eval.o: /usr/ucbinclude/sys/signal.h ! eval.o: /usr/ucbinclude/sys/sockio.h ! eval.o: /usr/ucbinclude/sys/stat.h ! eval.o: /usr/ucbinclude/sys/stdtypes.h ! eval.o: /usr/ucbinclude/sys/sysmacros.h ! eval.o: /usr/ucbinclude/sys/time.h ! eval.o: /usr/ucbinclude/sys/times.h ! eval.o: /usr/ucbinclude/sys/ttold.h ! eval.o: /usr/ucbinclude/sys/ttychars.h ! eval.o: /usr/ucbinclude/sys/ttycom.h ! eval.o: /usr/ucbinclude/sys/ttydev.h ! eval.o: /usr/ucbinclude/sys/types.h ! eval.o: /usr/ucbinclude/time.h ! eval.o: /usr/ucbinclude/vfork.h ! eval.o: /usr/ucbinclude/vm/faultcode.h eval.o: EXTERN.h eval.o: arg.h eval.o: array.h --- 794,842 ---- dump.o: str.h dump.o: util.h eval.o: ! eval.o: /usr/include/ctype.h ! eval.o: /usr/include/db.h ! eval.o: /usr/include/dirent.h ! eval.o: /usr/include/errno.h ! eval.o: /usr/include/limits.h ! eval.o: /usr/include/machine/ansi.h ! eval.o: /usr/include/machine/endian.h ! eval.o: /usr/include/machine/limits.h ! eval.o: /usr/include/machine/param.h ! eval.o: /usr/include/machine/setjmp.h ! eval.o: /usr/include/machine/signal.h ! eval.o: /usr/include/machine/trap.h ! eval.o: /usr/include/machine/types.h ! eval.o: /usr/include/machine/ucontext.h ! eval.o: /usr/include/ndbm.h ! eval.o: /usr/include/netinet/in.h ! eval.o: /usr/include/netinet6/in6.h ! eval.o: /usr/include/runetype.h ! eval.o: /usr/include/setjmp.h ! eval.o: /usr/include/stdio.h ! eval.o: /usr/include/stdlib.h ! eval.o: /usr/include/string.h ! eval.o: /usr/include/sys/_posix.h ! eval.o: /usr/include/sys/cdefs.h ! eval.o: /usr/include/sys/dirent.h ! eval.o: /usr/include/sys/fcntl.h ! eval.o: /usr/include/sys/file.h ! eval.o: /usr/include/sys/filio.h ! eval.o: /usr/include/sys/inttypes.h ! eval.o: /usr/include/sys/ioccom.h ! eval.o: /usr/include/sys/ioctl.h ! eval.o: /usr/include/sys/param.h ! eval.o: /usr/include/sys/signal.h ! eval.o: /usr/include/sys/sockio.h ! eval.o: /usr/include/sys/stat.h ! eval.o: /usr/include/sys/syslimits.h ! eval.o: /usr/include/sys/time.h ! eval.o: /usr/include/sys/times.h ! eval.o: /usr/include/sys/ttycom.h ! eval.o: /usr/include/sys/types.h ! eval.o: /usr/include/sys/ucontext.h ! eval.o: /usr/include/sys/unistd.h ! eval.o: /usr/include/time.h eval.o: EXTERN.h eval.o: arg.h eval.o: array.h *************** *** 764,799 **** eval.o: str.h eval.o: util.h form.o: ! form.o: /usr/ucbinclude/ctype.h ! form.o: /usr/ucbinclude/dirent.h ! form.o: /usr/ucbinclude/errno.h ! form.o: /usr/ucbinclude/machine/devaddr.h ! form.o: /usr/ucbinclude/machine/param.h ! form.o: /usr/ucbinclude/machine/setjmp.h ! form.o: /usr/ucbinclude/ndbm.h ! form.o: /usr/ucbinclude/netinet/in.h ! form.o: /usr/ucbinclude/setjmp.h ! form.o: /usr/ucbinclude/stdio.h ! form.o: /usr/ucbinclude/sys/dirent.h ! form.o: /usr/ucbinclude/sys/errno.h ! form.o: /usr/ucbinclude/sys/filio.h ! form.o: /usr/ucbinclude/sys/ioccom.h ! form.o: /usr/ucbinclude/sys/ioctl.h ! form.o: /usr/ucbinclude/sys/param.h ! form.o: /usr/ucbinclude/sys/signal.h ! form.o: /usr/ucbinclude/sys/sockio.h ! form.o: /usr/ucbinclude/sys/stat.h ! form.o: /usr/ucbinclude/sys/stdtypes.h ! form.o: /usr/ucbinclude/sys/sysmacros.h ! form.o: /usr/ucbinclude/sys/time.h ! form.o: /usr/ucbinclude/sys/times.h ! form.o: /usr/ucbinclude/sys/ttold.h ! form.o: /usr/ucbinclude/sys/ttychars.h ! form.o: /usr/ucbinclude/sys/ttycom.h ! form.o: /usr/ucbinclude/sys/ttydev.h ! form.o: /usr/ucbinclude/sys/types.h ! form.o: /usr/ucbinclude/time.h ! form.o: /usr/ucbinclude/vm/faultcode.h form.o: EXTERN.h form.o: arg.h form.o: array.h --- 853,898 ---- eval.o: str.h eval.o: util.h form.o: ! form.o: /usr/include/ctype.h ! form.o: /usr/include/db.h ! form.o: /usr/include/dirent.h ! form.o: /usr/include/errno.h ! form.o: /usr/include/limits.h ! form.o: /usr/include/machine/ansi.h ! form.o: /usr/include/machine/endian.h ! form.o: /usr/include/machine/limits.h ! form.o: /usr/include/machine/param.h ! form.o: /usr/include/machine/setjmp.h ! form.o: /usr/include/machine/signal.h ! form.o: /usr/include/machine/trap.h ! form.o: /usr/include/machine/types.h ! form.o: /usr/include/machine/ucontext.h ! form.o: /usr/include/ndbm.h ! form.o: /usr/include/netinet/in.h ! form.o: /usr/include/netinet6/in6.h ! form.o: /usr/include/runetype.h ! form.o: /usr/include/setjmp.h ! form.o: /usr/include/stdio.h ! form.o: /usr/include/stdlib.h ! form.o: /usr/include/string.h ! form.o: /usr/include/sys/_posix.h ! form.o: /usr/include/sys/cdefs.h ! form.o: /usr/include/sys/dirent.h ! form.o: /usr/include/sys/filio.h ! form.o: /usr/include/sys/inttypes.h ! form.o: /usr/include/sys/ioccom.h ! form.o: /usr/include/sys/ioctl.h ! form.o: /usr/include/sys/param.h ! form.o: /usr/include/sys/signal.h ! form.o: /usr/include/sys/sockio.h ! form.o: /usr/include/sys/stat.h ! form.o: /usr/include/sys/syslimits.h ! form.o: /usr/include/sys/time.h ! form.o: /usr/include/sys/times.h ! form.o: /usr/include/sys/ttycom.h ! form.o: /usr/include/sys/types.h ! form.o: /usr/include/sys/ucontext.h ! form.o: /usr/include/time.h form.o: EXTERN.h form.o: arg.h form.o: array.h *************** *** 810,847 **** form.o: str.h form.o: util.h hash.o: ! hash.o: /usr/ucbinclude/ctype.h ! hash.o: /usr/ucbinclude/dirent.h ! hash.o: /usr/ucbinclude/errno.h ! hash.o: /usr/ucbinclude/machine/devaddr.h ! hash.o: /usr/ucbinclude/machine/param.h ! hash.o: /usr/ucbinclude/machine/setjmp.h ! hash.o: /usr/ucbinclude/ndbm.h ! hash.o: /usr/ucbinclude/netinet/in.h ! hash.o: /usr/ucbinclude/setjmp.h ! hash.o: /usr/ucbinclude/stdio.h ! hash.o: /usr/ucbinclude/sys/dirent.h ! hash.o: /usr/ucbinclude/sys/errno.h ! hash.o: /usr/ucbinclude/sys/fcntlcom.h ! hash.o: /usr/ucbinclude/sys/file.h ! hash.o: /usr/ucbinclude/sys/filio.h ! hash.o: /usr/ucbinclude/sys/ioccom.h ! hash.o: /usr/ucbinclude/sys/ioctl.h ! hash.o: /usr/ucbinclude/sys/param.h ! hash.o: /usr/ucbinclude/sys/signal.h ! hash.o: /usr/ucbinclude/sys/sockio.h ! hash.o: /usr/ucbinclude/sys/stat.h ! hash.o: /usr/ucbinclude/sys/stdtypes.h ! hash.o: /usr/ucbinclude/sys/sysmacros.h ! hash.o: /usr/ucbinclude/sys/time.h ! hash.o: /usr/ucbinclude/sys/times.h ! hash.o: /usr/ucbinclude/sys/ttold.h ! hash.o: /usr/ucbinclude/sys/ttychars.h ! hash.o: /usr/ucbinclude/sys/ttycom.h ! hash.o: /usr/ucbinclude/sys/ttydev.h ! hash.o: /usr/ucbinclude/sys/types.h ! hash.o: /usr/ucbinclude/time.h ! hash.o: /usr/ucbinclude/vm/faultcode.h hash.o: EXTERN.h hash.o: arg.h hash.o: array.h --- 909,957 ---- form.o: str.h form.o: util.h hash.o: ! hash.o: /usr/include/ctype.h ! hash.o: /usr/include/db.h ! hash.o: /usr/include/dirent.h ! hash.o: /usr/include/errno.h ! hash.o: /usr/include/limits.h ! hash.o: /usr/include/machine/ansi.h ! hash.o: /usr/include/machine/endian.h ! hash.o: /usr/include/machine/limits.h ! hash.o: /usr/include/machine/param.h ! hash.o: /usr/include/machine/setjmp.h ! hash.o: /usr/include/machine/signal.h ! hash.o: /usr/include/machine/trap.h ! hash.o: /usr/include/machine/types.h ! hash.o: /usr/include/machine/ucontext.h ! hash.o: /usr/include/ndbm.h ! hash.o: /usr/include/netinet/in.h ! hash.o: /usr/include/netinet6/in6.h ! hash.o: /usr/include/runetype.h ! hash.o: /usr/include/setjmp.h ! hash.o: /usr/include/stdio.h ! hash.o: /usr/include/stdlib.h ! hash.o: /usr/include/string.h ! hash.o: /usr/include/sys/_posix.h ! hash.o: /usr/include/sys/cdefs.h ! hash.o: /usr/include/sys/dirent.h ! hash.o: /usr/include/sys/fcntl.h ! hash.o: /usr/include/sys/file.h ! hash.o: /usr/include/sys/filio.h ! hash.o: /usr/include/sys/inttypes.h ! hash.o: /usr/include/sys/ioccom.h ! hash.o: /usr/include/sys/ioctl.h ! hash.o: /usr/include/sys/param.h ! hash.o: /usr/include/sys/signal.h ! hash.o: /usr/include/sys/sockio.h ! hash.o: /usr/include/sys/stat.h ! hash.o: /usr/include/sys/syslimits.h ! hash.o: /usr/include/sys/time.h ! hash.o: /usr/include/sys/times.h ! hash.o: /usr/include/sys/ttycom.h ! hash.o: /usr/include/sys/types.h ! hash.o: /usr/include/sys/ucontext.h ! hash.o: /usr/include/sys/unistd.h ! hash.o: /usr/include/time.h hash.o: EXTERN.h hash.o: arg.h hash.o: array.h *************** *** 857,939 **** hash.o: stab.h hash.o: str.h hash.o: util.h - malloc.o: - malloc.o: /usr/ucbinclude/ctype.h - malloc.o: /usr/ucbinclude/dirent.h - malloc.o: /usr/ucbinclude/errno.h - malloc.o: /usr/ucbinclude/machine/devaddr.h - malloc.o: /usr/ucbinclude/machine/param.h - malloc.o: /usr/ucbinclude/machine/setjmp.h - malloc.o: /usr/ucbinclude/ndbm.h - malloc.o: /usr/ucbinclude/netinet/in.h - malloc.o: /usr/ucbinclude/setjmp.h - malloc.o: /usr/ucbinclude/stdio.h - malloc.o: /usr/ucbinclude/sys/dirent.h - malloc.o: /usr/ucbinclude/sys/errno.h - malloc.o: /usr/ucbinclude/sys/filio.h - malloc.o: /usr/ucbinclude/sys/ioccom.h - malloc.o: /usr/ucbinclude/sys/ioctl.h - malloc.o: /usr/ucbinclude/sys/param.h - malloc.o: /usr/ucbinclude/sys/signal.h - malloc.o: /usr/ucbinclude/sys/sockio.h - malloc.o: /usr/ucbinclude/sys/stat.h - malloc.o: /usr/ucbinclude/sys/stdtypes.h - malloc.o: /usr/ucbinclude/sys/sysmacros.h - malloc.o: /usr/ucbinclude/sys/time.h - malloc.o: /usr/ucbinclude/sys/times.h - malloc.o: /usr/ucbinclude/sys/ttold.h - malloc.o: /usr/ucbinclude/sys/ttychars.h - malloc.o: /usr/ucbinclude/sys/ttycom.h - malloc.o: /usr/ucbinclude/sys/ttydev.h - malloc.o: /usr/ucbinclude/sys/types.h - malloc.o: /usr/ucbinclude/time.h - malloc.o: /usr/ucbinclude/vm/faultcode.h - malloc.o: EXTERN.h - malloc.o: arg.h - malloc.o: array.h - malloc.o: cmd.h - malloc.o: config.h - malloc.o: form.h - malloc.o: handy.h - malloc.o: hash.h - malloc.o: malloc.c - malloc.o: perl.h - malloc.o: regexp.h - malloc.o: spat.h - malloc.o: stab.h - malloc.o: str.h - malloc.o: util.h perl.o: ! perl.o: /usr/ucbinclude/ctype.h ! perl.o: /usr/ucbinclude/dirent.h ! perl.o: /usr/ucbinclude/errno.h ! perl.o: /usr/ucbinclude/machine/devaddr.h ! perl.o: /usr/ucbinclude/machine/param.h ! perl.o: /usr/ucbinclude/machine/setjmp.h ! perl.o: /usr/ucbinclude/ndbm.h ! perl.o: /usr/ucbinclude/netinet/in.h ! perl.o: /usr/ucbinclude/setjmp.h ! perl.o: /usr/ucbinclude/stdio.h ! perl.o: /usr/ucbinclude/sys/dirent.h ! perl.o: /usr/ucbinclude/sys/errno.h ! perl.o: /usr/ucbinclude/sys/filio.h ! perl.o: /usr/ucbinclude/sys/ioccom.h ! perl.o: /usr/ucbinclude/sys/ioctl.h ! perl.o: /usr/ucbinclude/sys/param.h ! perl.o: /usr/ucbinclude/sys/signal.h ! perl.o: /usr/ucbinclude/sys/sockio.h ! perl.o: /usr/ucbinclude/sys/stat.h ! perl.o: /usr/ucbinclude/sys/stdtypes.h ! perl.o: /usr/ucbinclude/sys/sysmacros.h ! perl.o: /usr/ucbinclude/sys/time.h ! perl.o: /usr/ucbinclude/sys/times.h ! perl.o: /usr/ucbinclude/sys/ttold.h ! perl.o: /usr/ucbinclude/sys/ttychars.h ! perl.o: /usr/ucbinclude/sys/ttycom.h ! perl.o: /usr/ucbinclude/sys/ttydev.h ! perl.o: /usr/ucbinclude/sys/types.h ! perl.o: /usr/ucbinclude/time.h ! perl.o: /usr/ucbinclude/vm/faultcode.h perl.o: EXTERN.h perl.o: arg.h perl.o: array.h --- 967,1013 ---- hash.o: stab.h hash.o: str.h hash.o: util.h perl.o: ! perl.o: /usr/include/ctype.h ! perl.o: /usr/include/db.h ! perl.o: /usr/include/dirent.h ! perl.o: /usr/include/errno.h ! perl.o: /usr/include/limits.h ! perl.o: /usr/include/machine/ansi.h ! perl.o: /usr/include/machine/endian.h ! perl.o: /usr/include/machine/limits.h ! perl.o: /usr/include/machine/param.h ! perl.o: /usr/include/machine/setjmp.h ! perl.o: /usr/include/machine/signal.h ! perl.o: /usr/include/machine/trap.h ! perl.o: /usr/include/machine/types.h ! perl.o: /usr/include/machine/ucontext.h ! perl.o: /usr/include/ndbm.h ! perl.o: /usr/include/netinet/in.h ! perl.o: /usr/include/netinet6/in6.h ! perl.o: /usr/include/runetype.h ! perl.o: /usr/include/setjmp.h ! perl.o: /usr/include/stdio.h ! perl.o: /usr/include/stdlib.h ! perl.o: /usr/include/string.h ! perl.o: /usr/include/sys/_posix.h ! perl.o: /usr/include/sys/cdefs.h ! perl.o: /usr/include/sys/dirent.h ! perl.o: /usr/include/sys/filio.h ! perl.o: /usr/include/sys/inttypes.h ! perl.o: /usr/include/sys/ioccom.h ! perl.o: /usr/include/sys/ioctl.h ! perl.o: /usr/include/sys/param.h ! perl.o: /usr/include/sys/signal.h ! perl.o: /usr/include/sys/sockio.h ! perl.o: /usr/include/sys/stat.h ! perl.o: /usr/include/sys/syslimits.h ! perl.o: /usr/include/sys/time.h ! perl.o: /usr/include/sys/times.h ! perl.o: /usr/include/sys/ttycom.h ! perl.o: /usr/include/sys/types.h ! perl.o: /usr/include/sys/ucontext.h ! perl.o: /usr/include/time.h perl.o: EXTERN.h perl.o: arg.h perl.o: array.h *************** *** 952,987 **** perl.o: str.h perl.o: util.h regcomp.o: ! regcomp.o: /usr/ucbinclude/ctype.h ! regcomp.o: /usr/ucbinclude/dirent.h ! regcomp.o: /usr/ucbinclude/errno.h ! regcomp.o: /usr/ucbinclude/machine/devaddr.h ! regcomp.o: /usr/ucbinclude/machine/param.h ! regcomp.o: /usr/ucbinclude/machine/setjmp.h ! regcomp.o: /usr/ucbinclude/ndbm.h ! regcomp.o: /usr/ucbinclude/netinet/in.h ! regcomp.o: /usr/ucbinclude/setjmp.h ! regcomp.o: /usr/ucbinclude/stdio.h ! regcomp.o: /usr/ucbinclude/sys/dirent.h ! regcomp.o: /usr/ucbinclude/sys/errno.h ! regcomp.o: /usr/ucbinclude/sys/filio.h ! regcomp.o: /usr/ucbinclude/sys/ioccom.h ! regcomp.o: /usr/ucbinclude/sys/ioctl.h ! regcomp.o: /usr/ucbinclude/sys/param.h ! regcomp.o: /usr/ucbinclude/sys/signal.h ! regcomp.o: /usr/ucbinclude/sys/sockio.h ! regcomp.o: /usr/ucbinclude/sys/stat.h ! regcomp.o: /usr/ucbinclude/sys/stdtypes.h ! regcomp.o: /usr/ucbinclude/sys/sysmacros.h ! regcomp.o: /usr/ucbinclude/sys/time.h ! regcomp.o: /usr/ucbinclude/sys/times.h ! regcomp.o: /usr/ucbinclude/sys/ttold.h ! regcomp.o: /usr/ucbinclude/sys/ttychars.h ! regcomp.o: /usr/ucbinclude/sys/ttycom.h ! regcomp.o: /usr/ucbinclude/sys/ttydev.h ! regcomp.o: /usr/ucbinclude/sys/types.h ! regcomp.o: /usr/ucbinclude/time.h ! regcomp.o: /usr/ucbinclude/vm/faultcode.h regcomp.o: EXTERN.h regcomp.o: INTERN.h regcomp.o: arg.h --- 1026,1071 ---- perl.o: str.h perl.o: util.h regcomp.o: ! regcomp.o: /usr/include/ctype.h ! regcomp.o: /usr/include/db.h ! regcomp.o: /usr/include/dirent.h ! regcomp.o: /usr/include/errno.h ! regcomp.o: /usr/include/limits.h ! regcomp.o: /usr/include/machine/ansi.h ! regcomp.o: /usr/include/machine/endian.h ! regcomp.o: /usr/include/machine/limits.h ! regcomp.o: /usr/include/machine/param.h ! regcomp.o: /usr/include/machine/setjmp.h ! regcomp.o: /usr/include/machine/signal.h ! regcomp.o: /usr/include/machine/trap.h ! regcomp.o: /usr/include/machine/types.h ! regcomp.o: /usr/include/machine/ucontext.h ! regcomp.o: /usr/include/ndbm.h ! regcomp.o: /usr/include/netinet/in.h ! regcomp.o: /usr/include/netinet6/in6.h ! regcomp.o: /usr/include/runetype.h ! regcomp.o: /usr/include/setjmp.h ! regcomp.o: /usr/include/stdio.h ! regcomp.o: /usr/include/stdlib.h ! regcomp.o: /usr/include/string.h ! regcomp.o: /usr/include/sys/_posix.h ! regcomp.o: /usr/include/sys/cdefs.h ! regcomp.o: /usr/include/sys/dirent.h ! regcomp.o: /usr/include/sys/filio.h ! regcomp.o: /usr/include/sys/inttypes.h ! regcomp.o: /usr/include/sys/ioccom.h ! regcomp.o: /usr/include/sys/ioctl.h ! regcomp.o: /usr/include/sys/param.h ! regcomp.o: /usr/include/sys/signal.h ! regcomp.o: /usr/include/sys/sockio.h ! regcomp.o: /usr/include/sys/stat.h ! regcomp.o: /usr/include/sys/syslimits.h ! regcomp.o: /usr/include/sys/time.h ! regcomp.o: /usr/include/sys/times.h ! regcomp.o: /usr/include/sys/ttycom.h ! regcomp.o: /usr/include/sys/types.h ! regcomp.o: /usr/include/sys/ucontext.h ! regcomp.o: /usr/include/time.h regcomp.o: EXTERN.h regcomp.o: INTERN.h regcomp.o: arg.h *************** *** 1000,1035 **** regcomp.o: str.h regcomp.o: util.h regexec.o: ! regexec.o: /usr/ucbinclude/ctype.h ! regexec.o: /usr/ucbinclude/dirent.h ! regexec.o: /usr/ucbinclude/errno.h ! regexec.o: /usr/ucbinclude/machine/devaddr.h ! regexec.o: /usr/ucbinclude/machine/param.h ! regexec.o: /usr/ucbinclude/machine/setjmp.h ! regexec.o: /usr/ucbinclude/ndbm.h ! regexec.o: /usr/ucbinclude/netinet/in.h ! regexec.o: /usr/ucbinclude/setjmp.h ! regexec.o: /usr/ucbinclude/stdio.h ! regexec.o: /usr/ucbinclude/sys/dirent.h ! regexec.o: /usr/ucbinclude/sys/errno.h ! regexec.o: /usr/ucbinclude/sys/filio.h ! regexec.o: /usr/ucbinclude/sys/ioccom.h ! regexec.o: /usr/ucbinclude/sys/ioctl.h ! regexec.o: /usr/ucbinclude/sys/param.h ! regexec.o: /usr/ucbinclude/sys/signal.h ! regexec.o: /usr/ucbinclude/sys/sockio.h ! regexec.o: /usr/ucbinclude/sys/stat.h ! regexec.o: /usr/ucbinclude/sys/stdtypes.h ! regexec.o: /usr/ucbinclude/sys/sysmacros.h ! regexec.o: /usr/ucbinclude/sys/time.h ! regexec.o: /usr/ucbinclude/sys/times.h ! regexec.o: /usr/ucbinclude/sys/ttold.h ! regexec.o: /usr/ucbinclude/sys/ttychars.h ! regexec.o: /usr/ucbinclude/sys/ttycom.h ! regexec.o: /usr/ucbinclude/sys/ttydev.h ! regexec.o: /usr/ucbinclude/sys/types.h ! regexec.o: /usr/ucbinclude/time.h ! regexec.o: /usr/ucbinclude/vm/faultcode.h regexec.o: EXTERN.h regexec.o: arg.h regexec.o: array.h --- 1084,1129 ---- regcomp.o: str.h regcomp.o: util.h regexec.o: ! regexec.o: /usr/include/ctype.h ! regexec.o: /usr/include/db.h ! regexec.o: /usr/include/dirent.h ! regexec.o: /usr/include/errno.h ! regexec.o: /usr/include/limits.h ! regexec.o: /usr/include/machine/ansi.h ! regexec.o: /usr/include/machine/endian.h ! regexec.o: /usr/include/machine/limits.h ! regexec.o: /usr/include/machine/param.h ! regexec.o: /usr/include/machine/setjmp.h ! regexec.o: /usr/include/machine/signal.h ! regexec.o: /usr/include/machine/trap.h ! regexec.o: /usr/include/machine/types.h ! regexec.o: /usr/include/machine/ucontext.h ! regexec.o: /usr/include/ndbm.h ! regexec.o: /usr/include/netinet/in.h ! regexec.o: /usr/include/netinet6/in6.h ! regexec.o: /usr/include/runetype.h ! regexec.o: /usr/include/setjmp.h ! regexec.o: /usr/include/stdio.h ! regexec.o: /usr/include/stdlib.h ! regexec.o: /usr/include/string.h ! regexec.o: /usr/include/sys/_posix.h ! regexec.o: /usr/include/sys/cdefs.h ! regexec.o: /usr/include/sys/dirent.h ! regexec.o: /usr/include/sys/filio.h ! regexec.o: /usr/include/sys/inttypes.h ! regexec.o: /usr/include/sys/ioccom.h ! regexec.o: /usr/include/sys/ioctl.h ! regexec.o: /usr/include/sys/param.h ! regexec.o: /usr/include/sys/signal.h ! regexec.o: /usr/include/sys/sockio.h ! regexec.o: /usr/include/sys/stat.h ! regexec.o: /usr/include/sys/syslimits.h ! regexec.o: /usr/include/sys/time.h ! regexec.o: /usr/include/sys/times.h ! regexec.o: /usr/include/sys/ttycom.h ! regexec.o: /usr/include/sys/types.h ! regexec.o: /usr/include/sys/ucontext.h ! regexec.o: /usr/include/time.h regexec.o: EXTERN.h regexec.o: arg.h regexec.o: array.h *************** *** 1047,1082 **** regexec.o: str.h regexec.o: util.h stab.o: ! stab.o: /usr/ucbinclude/ctype.h ! stab.o: /usr/ucbinclude/dirent.h ! stab.o: /usr/ucbinclude/errno.h ! stab.o: /usr/ucbinclude/machine/devaddr.h ! stab.o: /usr/ucbinclude/machine/param.h ! stab.o: /usr/ucbinclude/machine/setjmp.h ! stab.o: /usr/ucbinclude/ndbm.h ! stab.o: /usr/ucbinclude/netinet/in.h ! stab.o: /usr/ucbinclude/setjmp.h ! stab.o: /usr/ucbinclude/stdio.h ! stab.o: /usr/ucbinclude/sys/dirent.h ! stab.o: /usr/ucbinclude/sys/errno.h ! stab.o: /usr/ucbinclude/sys/filio.h ! stab.o: /usr/ucbinclude/sys/ioccom.h ! stab.o: /usr/ucbinclude/sys/ioctl.h ! stab.o: /usr/ucbinclude/sys/param.h ! stab.o: /usr/ucbinclude/sys/signal.h ! stab.o: /usr/ucbinclude/sys/sockio.h ! stab.o: /usr/ucbinclude/sys/stat.h ! stab.o: /usr/ucbinclude/sys/stdtypes.h ! stab.o: /usr/ucbinclude/sys/sysmacros.h ! stab.o: /usr/ucbinclude/sys/time.h ! stab.o: /usr/ucbinclude/sys/times.h ! stab.o: /usr/ucbinclude/sys/ttold.h ! stab.o: /usr/ucbinclude/sys/ttychars.h ! stab.o: /usr/ucbinclude/sys/ttycom.h ! stab.o: /usr/ucbinclude/sys/ttydev.h ! stab.o: /usr/ucbinclude/sys/types.h ! stab.o: /usr/ucbinclude/time.h ! stab.o: /usr/ucbinclude/vm/faultcode.h stab.o: EXTERN.h stab.o: arg.h stab.o: array.h --- 1141,1186 ---- regexec.o: str.h regexec.o: util.h stab.o: ! stab.o: /usr/include/ctype.h ! stab.o: /usr/include/db.h ! stab.o: /usr/include/dirent.h ! stab.o: /usr/include/errno.h ! stab.o: /usr/include/limits.h ! stab.o: /usr/include/machine/ansi.h ! stab.o: /usr/include/machine/endian.h ! stab.o: /usr/include/machine/limits.h ! stab.o: /usr/include/machine/param.h ! stab.o: /usr/include/machine/setjmp.h ! stab.o: /usr/include/machine/signal.h ! stab.o: /usr/include/machine/trap.h ! stab.o: /usr/include/machine/types.h ! stab.o: /usr/include/machine/ucontext.h ! stab.o: /usr/include/ndbm.h ! stab.o: /usr/include/netinet/in.h ! stab.o: /usr/include/netinet6/in6.h ! stab.o: /usr/include/runetype.h ! stab.o: /usr/include/setjmp.h ! stab.o: /usr/include/stdio.h ! stab.o: /usr/include/stdlib.h ! stab.o: /usr/include/string.h ! stab.o: /usr/include/sys/_posix.h ! stab.o: /usr/include/sys/cdefs.h ! stab.o: /usr/include/sys/dirent.h ! stab.o: /usr/include/sys/filio.h ! stab.o: /usr/include/sys/inttypes.h ! stab.o: /usr/include/sys/ioccom.h ! stab.o: /usr/include/sys/ioctl.h ! stab.o: /usr/include/sys/param.h ! stab.o: /usr/include/sys/signal.h ! stab.o: /usr/include/sys/sockio.h ! stab.o: /usr/include/sys/stat.h ! stab.o: /usr/include/sys/syslimits.h ! stab.o: /usr/include/sys/time.h ! stab.o: /usr/include/sys/times.h ! stab.o: /usr/include/sys/ttycom.h ! stab.o: /usr/include/sys/types.h ! stab.o: /usr/include/sys/ucontext.h ! stab.o: /usr/include/time.h stab.o: EXTERN.h stab.o: arg.h stab.o: array.h *************** *** 1093,1128 **** stab.o: str.h stab.o: util.h str.o: ! str.o: /usr/ucbinclude/ctype.h ! str.o: /usr/ucbinclude/dirent.h ! str.o: /usr/ucbinclude/errno.h ! str.o: /usr/ucbinclude/machine/devaddr.h ! str.o: /usr/ucbinclude/machine/param.h ! str.o: /usr/ucbinclude/machine/setjmp.h ! str.o: /usr/ucbinclude/ndbm.h ! str.o: /usr/ucbinclude/netinet/in.h ! str.o: /usr/ucbinclude/setjmp.h ! str.o: /usr/ucbinclude/stdio.h ! str.o: /usr/ucbinclude/sys/dirent.h ! str.o: /usr/ucbinclude/sys/errno.h ! str.o: /usr/ucbinclude/sys/filio.h ! str.o: /usr/ucbinclude/sys/ioccom.h ! str.o: /usr/ucbinclude/sys/ioctl.h ! str.o: /usr/ucbinclude/sys/param.h ! str.o: /usr/ucbinclude/sys/signal.h ! str.o: /usr/ucbinclude/sys/sockio.h ! str.o: /usr/ucbinclude/sys/stat.h ! str.o: /usr/ucbinclude/sys/stdtypes.h ! str.o: /usr/ucbinclude/sys/sysmacros.h ! str.o: /usr/ucbinclude/sys/time.h ! str.o: /usr/ucbinclude/sys/times.h ! str.o: /usr/ucbinclude/sys/ttold.h ! str.o: /usr/ucbinclude/sys/ttychars.h ! str.o: /usr/ucbinclude/sys/ttycom.h ! str.o: /usr/ucbinclude/sys/ttydev.h ! str.o: /usr/ucbinclude/sys/types.h ! str.o: /usr/ucbinclude/time.h ! str.o: /usr/ucbinclude/vm/faultcode.h str.o: EXTERN.h str.o: arg.h str.o: array.h --- 1197,1242 ---- stab.o: str.h stab.o: util.h str.o: ! str.o: /usr/include/ctype.h ! str.o: /usr/include/db.h ! str.o: /usr/include/dirent.h ! str.o: /usr/include/errno.h ! str.o: /usr/include/limits.h ! str.o: /usr/include/machine/ansi.h ! str.o: /usr/include/machine/endian.h ! str.o: /usr/include/machine/limits.h ! str.o: /usr/include/machine/param.h ! str.o: /usr/include/machine/setjmp.h ! str.o: /usr/include/machine/signal.h ! str.o: /usr/include/machine/trap.h ! str.o: /usr/include/machine/types.h ! str.o: /usr/include/machine/ucontext.h ! str.o: /usr/include/ndbm.h ! str.o: /usr/include/netinet/in.h ! str.o: /usr/include/netinet6/in6.h ! str.o: /usr/include/runetype.h ! str.o: /usr/include/setjmp.h ! str.o: /usr/include/stdio.h ! str.o: /usr/include/stdlib.h ! str.o: /usr/include/string.h ! str.o: /usr/include/sys/_posix.h ! str.o: /usr/include/sys/cdefs.h ! str.o: /usr/include/sys/dirent.h ! str.o: /usr/include/sys/filio.h ! str.o: /usr/include/sys/inttypes.h ! str.o: /usr/include/sys/ioccom.h ! str.o: /usr/include/sys/ioctl.h ! str.o: /usr/include/sys/param.h ! str.o: /usr/include/sys/signal.h ! str.o: /usr/include/sys/sockio.h ! str.o: /usr/include/sys/stat.h ! str.o: /usr/include/sys/syslimits.h ! str.o: /usr/include/sys/time.h ! str.o: /usr/include/sys/times.h ! str.o: /usr/include/sys/ttycom.h ! str.o: /usr/include/sys/types.h ! str.o: /usr/include/sys/ucontext.h ! str.o: /usr/include/time.h str.o: EXTERN.h str.o: arg.h str.o: array.h *************** *** 1140,1177 **** str.o: str.h str.o: util.h toke.o: ! toke.o: /usr/ucbinclude/ctype.h ! toke.o: /usr/ucbinclude/dirent.h ! toke.o: /usr/ucbinclude/errno.h ! toke.o: /usr/ucbinclude/machine/devaddr.h ! toke.o: /usr/ucbinclude/machine/param.h ! toke.o: /usr/ucbinclude/machine/setjmp.h ! toke.o: /usr/ucbinclude/ndbm.h ! toke.o: /usr/ucbinclude/netinet/in.h ! toke.o: /usr/ucbinclude/setjmp.h ! toke.o: /usr/ucbinclude/stdio.h ! toke.o: /usr/ucbinclude/sys/dirent.h ! toke.o: /usr/ucbinclude/sys/errno.h ! toke.o: /usr/ucbinclude/sys/fcntlcom.h ! toke.o: /usr/ucbinclude/sys/file.h ! toke.o: /usr/ucbinclude/sys/filio.h ! toke.o: /usr/ucbinclude/sys/ioccom.h ! toke.o: /usr/ucbinclude/sys/ioctl.h ! toke.o: /usr/ucbinclude/sys/param.h ! toke.o: /usr/ucbinclude/sys/signal.h ! toke.o: /usr/ucbinclude/sys/sockio.h ! toke.o: /usr/ucbinclude/sys/stat.h ! toke.o: /usr/ucbinclude/sys/stdtypes.h ! toke.o: /usr/ucbinclude/sys/sysmacros.h ! toke.o: /usr/ucbinclude/sys/time.h ! toke.o: /usr/ucbinclude/sys/times.h ! toke.o: /usr/ucbinclude/sys/ttold.h ! toke.o: /usr/ucbinclude/sys/ttychars.h ! toke.o: /usr/ucbinclude/sys/ttycom.h ! toke.o: /usr/ucbinclude/sys/ttydev.h ! toke.o: /usr/ucbinclude/sys/types.h ! toke.o: /usr/ucbinclude/time.h ! toke.o: /usr/ucbinclude/vm/faultcode.h toke.o: EXTERN.h toke.o: arg.h toke.o: array.h --- 1254,1302 ---- str.o: str.h str.o: util.h toke.o: ! toke.o: /usr/include/ctype.h ! toke.o: /usr/include/db.h ! toke.o: /usr/include/dirent.h ! toke.o: /usr/include/errno.h ! toke.o: /usr/include/limits.h ! toke.o: /usr/include/machine/ansi.h ! toke.o: /usr/include/machine/endian.h ! toke.o: /usr/include/machine/limits.h ! toke.o: /usr/include/machine/param.h ! toke.o: /usr/include/machine/setjmp.h ! toke.o: /usr/include/machine/signal.h ! toke.o: /usr/include/machine/trap.h ! toke.o: /usr/include/machine/types.h ! toke.o: /usr/include/machine/ucontext.h ! toke.o: /usr/include/ndbm.h ! toke.o: /usr/include/netinet/in.h ! toke.o: /usr/include/netinet6/in6.h ! toke.o: /usr/include/runetype.h ! toke.o: /usr/include/setjmp.h ! toke.o: /usr/include/stdio.h ! toke.o: /usr/include/stdlib.h ! toke.o: /usr/include/string.h ! toke.o: /usr/include/sys/_posix.h ! toke.o: /usr/include/sys/cdefs.h ! toke.o: /usr/include/sys/dirent.h ! toke.o: /usr/include/sys/fcntl.h ! toke.o: /usr/include/sys/file.h ! toke.o: /usr/include/sys/filio.h ! toke.o: /usr/include/sys/inttypes.h ! toke.o: /usr/include/sys/ioccom.h ! toke.o: /usr/include/sys/ioctl.h ! toke.o: /usr/include/sys/param.h ! toke.o: /usr/include/sys/signal.h ! toke.o: /usr/include/sys/sockio.h ! toke.o: /usr/include/sys/stat.h ! toke.o: /usr/include/sys/syslimits.h ! toke.o: /usr/include/sys/time.h ! toke.o: /usr/include/sys/times.h ! toke.o: /usr/include/sys/ttycom.h ! toke.o: /usr/include/sys/types.h ! toke.o: /usr/include/sys/ucontext.h ! toke.o: /usr/include/sys/unistd.h ! toke.o: /usr/include/time.h toke.o: EXTERN.h toke.o: arg.h toke.o: array.h *************** *** 1189,1228 **** toke.o: toke.c toke.o: util.h util.o: ! util.o: /usr/ucbinclude/ctype.h ! util.o: /usr/ucbinclude/dirent.h ! util.o: /usr/ucbinclude/errno.h ! util.o: /usr/ucbinclude/machine/devaddr.h ! util.o: /usr/ucbinclude/machine/param.h ! util.o: /usr/ucbinclude/machine/setjmp.h ! util.o: /usr/ucbinclude/ndbm.h ! util.o: /usr/ucbinclude/netinet/in.h ! util.o: /usr/ucbinclude/setjmp.h ! util.o: /usr/ucbinclude/stdio.h ! util.o: /usr/ucbinclude/sys/dirent.h ! util.o: /usr/ucbinclude/sys/errno.h ! util.o: /usr/ucbinclude/sys/fcntlcom.h ! util.o: /usr/ucbinclude/sys/file.h ! util.o: /usr/ucbinclude/sys/filio.h ! util.o: /usr/ucbinclude/sys/ioccom.h ! util.o: /usr/ucbinclude/sys/ioctl.h ! util.o: /usr/ucbinclude/sys/param.h ! util.o: /usr/ucbinclude/sys/signal.h ! util.o: /usr/ucbinclude/sys/sockio.h ! util.o: /usr/ucbinclude/sys/stat.h ! util.o: /usr/ucbinclude/sys/stdtypes.h ! util.o: /usr/ucbinclude/sys/sysmacros.h ! util.o: /usr/ucbinclude/sys/time.h ! util.o: /usr/ucbinclude/sys/times.h ! util.o: /usr/ucbinclude/sys/ttold.h ! util.o: /usr/ucbinclude/sys/ttychars.h ! util.o: /usr/ucbinclude/sys/ttycom.h ! util.o: /usr/ucbinclude/sys/ttydev.h ! util.o: /usr/ucbinclude/sys/types.h ! util.o: /usr/ucbinclude/time.h ! util.o: /usr/ucbinclude/varargs.h ! util.o: /usr/ucbinclude/vfork.h ! util.o: /usr/ucbinclude/vm/faultcode.h util.o: EXTERN.h util.o: arg.h util.o: array.h --- 1314,1363 ---- toke.o: toke.c toke.o: util.h util.o: ! util.o: /usr/include/ctype.h ! util.o: /usr/include/db.h ! util.o: /usr/include/dirent.h ! util.o: /usr/include/errno.h ! util.o: /usr/include/limits.h ! util.o: /usr/include/machine/ansi.h ! util.o: /usr/include/machine/endian.h ! util.o: /usr/include/machine/limits.h ! util.o: /usr/include/machine/param.h ! util.o: /usr/include/machine/setjmp.h ! util.o: /usr/include/machine/signal.h ! util.o: /usr/include/machine/trap.h ! util.o: /usr/include/machine/types.h ! util.o: /usr/include/machine/ucontext.h ! util.o: /usr/include/ndbm.h ! util.o: /usr/include/netinet/in.h ! util.o: /usr/include/netinet6/in6.h ! util.o: /usr/include/runetype.h ! util.o: /usr/include/setjmp.h ! util.o: /usr/include/stdio.h ! util.o: /usr/include/stdlib.h ! util.o: /usr/include/string.h ! util.o: /usr/include/sys/_posix.h ! util.o: /usr/include/sys/cdefs.h ! util.o: /usr/include/sys/dirent.h ! util.o: /usr/include/sys/fcntl.h ! util.o: /usr/include/sys/file.h ! util.o: /usr/include/sys/filio.h ! util.o: /usr/include/sys/inttypes.h ! util.o: /usr/include/sys/ioccom.h ! util.o: /usr/include/sys/ioctl.h ! util.o: /usr/include/sys/param.h ! util.o: /usr/include/sys/signal.h ! util.o: /usr/include/sys/sockio.h ! util.o: /usr/include/sys/stat.h ! util.o: /usr/include/sys/syslimits.h ! util.o: /usr/include/sys/time.h ! util.o: /usr/include/sys/times.h ! util.o: /usr/include/sys/ttycom.h ! util.o: /usr/include/sys/types.h ! util.o: /usr/include/sys/ucontext.h ! util.o: /usr/include/sys/unistd.h ! util.o: /usr/include/time.h ! util.o: /usr/include/varargs.h util.o: EXTERN.h util.o: arg.h util.o: array.h *************** *** 1239,1274 **** util.o: util.c util.o: util.h usersub.o: ! usersub.o: /usr/ucbinclude/ctype.h ! usersub.o: /usr/ucbinclude/dirent.h ! usersub.o: /usr/ucbinclude/errno.h ! usersub.o: /usr/ucbinclude/machine/devaddr.h ! usersub.o: /usr/ucbinclude/machine/param.h ! usersub.o: /usr/ucbinclude/machine/setjmp.h ! usersub.o: /usr/ucbinclude/ndbm.h ! usersub.o: /usr/ucbinclude/netinet/in.h ! usersub.o: /usr/ucbinclude/setjmp.h ! usersub.o: /usr/ucbinclude/stdio.h ! usersub.o: /usr/ucbinclude/sys/dirent.h ! usersub.o: /usr/ucbinclude/sys/errno.h ! usersub.o: /usr/ucbinclude/sys/filio.h ! usersub.o: /usr/ucbinclude/sys/ioccom.h ! usersub.o: /usr/ucbinclude/sys/ioctl.h ! usersub.o: /usr/ucbinclude/sys/param.h ! usersub.o: /usr/ucbinclude/sys/signal.h ! usersub.o: /usr/ucbinclude/sys/sockio.h ! usersub.o: /usr/ucbinclude/sys/stat.h ! usersub.o: /usr/ucbinclude/sys/stdtypes.h ! usersub.o: /usr/ucbinclude/sys/sysmacros.h ! usersub.o: /usr/ucbinclude/sys/time.h ! usersub.o: /usr/ucbinclude/sys/times.h ! usersub.o: /usr/ucbinclude/sys/ttold.h ! usersub.o: /usr/ucbinclude/sys/ttychars.h ! usersub.o: /usr/ucbinclude/sys/ttycom.h ! usersub.o: /usr/ucbinclude/sys/ttydev.h ! usersub.o: /usr/ucbinclude/sys/types.h ! usersub.o: /usr/ucbinclude/time.h ! usersub.o: /usr/ucbinclude/vm/faultcode.h usersub.o: EXTERN.h usersub.o: arg.h usersub.o: array.h --- 1374,1419 ---- util.o: util.c util.o: util.h usersub.o: ! usersub.o: /usr/include/ctype.h ! usersub.o: /usr/include/db.h ! usersub.o: /usr/include/dirent.h ! usersub.o: /usr/include/errno.h ! usersub.o: /usr/include/limits.h ! usersub.o: /usr/include/machine/ansi.h ! usersub.o: /usr/include/machine/endian.h ! usersub.o: /usr/include/machine/limits.h ! usersub.o: /usr/include/machine/param.h ! usersub.o: /usr/include/machine/setjmp.h ! usersub.o: /usr/include/machine/signal.h ! usersub.o: /usr/include/machine/trap.h ! usersub.o: /usr/include/machine/types.h ! usersub.o: /usr/include/machine/ucontext.h ! usersub.o: /usr/include/ndbm.h ! usersub.o: /usr/include/netinet/in.h ! usersub.o: /usr/include/netinet6/in6.h ! usersub.o: /usr/include/runetype.h ! usersub.o: /usr/include/setjmp.h ! usersub.o: /usr/include/stdio.h ! usersub.o: /usr/include/stdlib.h ! usersub.o: /usr/include/string.h ! usersub.o: /usr/include/sys/_posix.h ! usersub.o: /usr/include/sys/cdefs.h ! usersub.o: /usr/include/sys/dirent.h ! usersub.o: /usr/include/sys/filio.h ! usersub.o: /usr/include/sys/inttypes.h ! usersub.o: /usr/include/sys/ioccom.h ! usersub.o: /usr/include/sys/ioctl.h ! usersub.o: /usr/include/sys/param.h ! usersub.o: /usr/include/sys/signal.h ! usersub.o: /usr/include/sys/sockio.h ! usersub.o: /usr/include/sys/stat.h ! usersub.o: /usr/include/sys/syslimits.h ! usersub.o: /usr/include/sys/time.h ! usersub.o: /usr/include/sys/times.h ! usersub.o: /usr/include/sys/ttycom.h ! usersub.o: /usr/include/sys/types.h ! usersub.o: /usr/include/sys/ucontext.h ! usersub.o: /usr/include/time.h usersub.o: EXTERN.h usersub.o: arg.h usersub.o: array.h diff -crN perl-4.036/makefile.old perl-4.036x/makefile.old *** perl-4.036/makefile.old Thu Jul 30 01:11:04 1992 --- perl-4.036x/makefile.old Tue May 4 19:40:45 2010 *************** *** 1,4 **** ! # : Makefile.SH,v 14240Revision: 4.0.1.4 14240Date: 92/06/08 11:40:43 $ # # $Log: Makefile.SH,v $ # Revision 4.0.1.4 92/06/08 11:40:43 lwall --- 1,4 ---- ! # : Makefile.SH,v 81108Revision: 4.0.1.4 81108Date: 92/06/08 11:40:43 $ # # $Log: Makefile.SH,v $ # Revision 4.0.1.4 92/06/08 11:40:43 lwall *************** *** 25,45 **** CC = cc YACC = /usr/bin/yacc ! bin = /local/bin ! scriptdir = /local/bin ! privlib = /local/lib/perl ! mansrc = /local/man/man1 manext = 1 LDFLAGS = CLDFLAGS = SMALL = LARGE = ! mallocsrc = malloc.c ! mallocobj = malloc.o SLN = ln -s RMS = rm -f ! libs = -lnsl -ldbm -lm -lposix public = perl taintperl --- 25,45 ---- CC = cc YACC = /usr/bin/yacc ! bin = /home/local/perl4/bin ! scriptdir = /home/local/perl4/bin ! privlib = /home/local/perl4/lib ! mansrc = /home/local/perl4/man/man1 manext = 1 LDFLAGS = CLDFLAGS = SMALL = LARGE = ! mallocsrc = ! mallocobj = SLN = ln -s RMS = rm -f ! libs = -lm /usr/lib/libcrypt.a public = perl taintperl diff -crN perl-4.036/perly.h perl-4.036x/perly.h *** perl-4.036/perly.h Thu Jul 30 01:12:24 1992 --- perl-4.036x/perly.h Tue May 4 19:44:12 2010 *************** *** 1,5 **** ! typedef union { int ival; char *cval; ARG *arg; --- 1,80 ---- + #ifndef YYERRCODE + #define YYERRCODE 256 + #endif ! #define WORD 257 ! #define LABEL 258 ! #define APPEND 259 ! #define OPEN 260 ! #define SSELECT 261 ! #define LOOPEX 262 ! #define DOTDOT 263 ! #define USING 264 ! #define FORMAT 265 ! #define DO 266 ! #define SHIFT 267 ! #define PUSH 268 ! #define POP 269 ! #define LVALFUN 270 ! #define WHILE 271 ! #define UNTIL 272 ! #define IF 273 ! #define UNLESS 274 ! #define ELSE 275 ! #define ELSIF 276 ! #define CONTINUE 277 ! #define SPLIT 278 ! #define FLIST 279 ! #define FOR 280 ! #define FILOP 281 ! #define FILOP2 282 ! #define FILOP3 283 ! #define FILOP4 284 ! #define FILOP22 285 ! #define FILOP25 286 ! #define FUNC0 287 ! #define FUNC1 288 ! #define FUNC2 289 ! #define FUNC2x 290 ! #define FUNC3 291 ! #define FUNC4 292 ! #define FUNC5 293 ! #define HSHFUN 294 ! #define HSHFUN3 295 ! #define FLIST2 296 ! #define SUB 297 ! #define FILETEST 298 ! #define LOCAL 299 ! #define DELETE 300 ! #define RELOP 301 ! #define EQOP 302 ! #define MULOP 303 ! #define ADDOP 304 ! #define PACKAGE 305 ! #define AMPER 306 ! #define FORMLIST 307 ! #define REG 308 ! #define ARYLEN 309 ! #define ARY 310 ! #define HSH 311 ! #define STAR 312 ! #define SUBST 313 ! #define PATTERN 314 ! #define RSTRING 315 ! #define TRANS 316 ! #define LISTOP 317 ! #define OROR 318 ! #define ANDAND 319 ! #define UNIOP 320 ! #define LS 321 ! #define RS 322 ! #define MATCH 323 ! #define NMATCH 324 ! #define UMINUS 325 ! #define POW 326 ! #define INC 327 ! #define DEC 328 ! typedef union { int ival; char *cval; ARG *arg; *************** *** 9,84 **** FCMD *formval; } YYSTYPE; extern YYSTYPE yylval; - # define WORD 257 - # define LABEL 258 - # define APPEND 259 - # define OPEN 260 - # define SSELECT 261 - # define LOOPEX 262 - # define DOTDOT 263 - # define USING 264 - # define FORMAT 265 - # define DO 266 - # define SHIFT 267 - # define PUSH 268 - # define POP 269 - # define LVALFUN 270 - # define WHILE 271 - # define UNTIL 272 - # define IF 273 - # define UNLESS 274 - # define ELSE 275 - # define ELSIF 276 - # define CONTINUE 277 - # define SPLIT 278 - # define FLIST 279 - # define FOR 280 - # define FILOP 281 - # define FILOP2 282 - # define FILOP3 283 - # define FILOP4 284 - # define FILOP22 285 - # define FILOP25 286 - # define FUNC0 287 - # define FUNC1 288 - # define FUNC2 289 - # define FUNC2x 290 - # define FUNC3 291 - # define FUNC4 292 - # define FUNC5 293 - # define HSHFUN 294 - # define HSHFUN3 295 - # define FLIST2 296 - # define SUB 297 - # define FILETEST 298 - # define LOCAL 299 - # define DELETE 300 - # define RELOP 301 - # define EQOP 302 - # define MULOP 303 - # define ADDOP 304 - # define PACKAGE 305 - # define AMPER 306 - # define FORMLIST 307 - # define REG 308 - # define ARYLEN 309 - # define ARY 310 - # define HSH 311 - # define STAR 312 - # define SUBST 313 - # define PATTERN 314 - # define RSTRING 315 - # define TRANS 316 - # define LISTOP 317 - # define OROR 318 - # define ANDAND 319 - # define UNIOP 320 - # define LS 321 - # define RS 322 - # define MATCH 323 - # define NMATCH 324 - # define UMINUS 325 - # define POW 326 - # define INC 327 - # define DEC 328 extern YYSTYPE yylval; --- 84,87 ---- diff -crN perl-4.036/pstruct perl-4.036x/pstruct *** perl-4.036/pstruct Thu Jul 30 01:10:18 1992 --- perl-4.036x/pstruct Tue May 4 19:40:33 2010 *************** *** 1,4 **** ! #!/local/bin/perl # # # c2ph (aka pstruct) --- 1,4 ---- ! #!/home/local/perl4/bin/perl # # # c2ph (aka pstruct) diff -crN perl-4.036/x2p/Makefile perl-4.036x/x2p/Makefile *** perl-4.036/x2p/Makefile Thu Jul 30 01:10:22 1992 --- perl-4.036x/x2p/Makefile Tue May 4 19:40:33 2010 *************** *** 1,4 **** ! # : Makefile.SH,v 14240Revision: 4.0.1.3 14240Date: 92/06/08 16:11:32 $ # # $Log: Makefile.SH,v $ # Revision 4.0.1.3 92/06/08 16:11:32 lwall --- 1,4 ---- ! # : Makefile.SH,v 81108Revision: 4.0.1.3 81108Date: 92/06/08 16:11:32 $ # # $Log: Makefile.SH,v $ # Revision 4.0.1.3 92/06/08 16:11:32 lwall *************** *** 19,36 **** CC = cc YACC = /usr/bin/yacc ! bin = /local/bin lib = ! mansrc = /local/man/man1 manext = 1 LDFLAGS = SMALL = LARGE = ! mallocsrc = malloc.c ! mallocobj = malloc.o shellflags = ! libs = -lnsl -ldbm -lm -lposix CCCMD = `sh $(shellflags) cflags $@` --- 19,36 ---- CC = cc YACC = /usr/bin/yacc ! bin = /home/local/perl4/bin lib = ! mansrc = /home/local/perl4/man/man1 manext = 1 LDFLAGS = SMALL = LARGE = ! mallocsrc = ! mallocobj = shellflags = ! libs = -lm CCCMD = `sh $(shellflags) cflags $@` diff -crN perl-4.036/x2p/config.sh perl-4.036x/x2p/config.sh *** perl-4.036/x2p/config.sh Thu Jul 30 01:10:11 1992 --- perl-4.036x/x2p/config.sh Tue May 4 19:40:29 2010 *************** *** 18,33 **** tr uniq ' ! expr='/usr/bin/expr' sed='/usr/bin/sed' ! echo='echo' ! cat='/usr/bin/cat' ! rm='/usr/bin/rm' ! mv='/usr/bin/mv' ! cp='/usr/bin/cp' tail='' tr='/usr/bin/tr' ! mkdir='/usr/bin/mkdir' sort='/usr/bin/sort' uniq='/usr/bin/uniq' grep='/usr/bin/grep' --- 18,33 ---- tr uniq ' ! expr='/bin/expr' sed='/usr/bin/sed' ! echo='/bin/echo' ! cat='/bin/cat' ! rm='/bin/rm' ! mv='/bin/mv' ! cp='/bin/cp' tail='' tr='/usr/bin/tr' ! mkdir='/bin/mkdir' sort='/usr/bin/sort' uniq='/usr/bin/uniq' grep='/usr/bin/grep' *************** *** 53,60 **** vi='' mailx='' mail='' ! cpp='/usr/lib/cpp' ! perl='/usr/bin/perl' emacs='' ls='' rmail='' --- 53,60 ---- vi='' mailx='' mail='' ! cpp='/usr/bin/cpp' ! perl='/usr/local/bin/perl' emacs='' ls='' rmail='' *************** *** 63,72 **** smail='' tbl='' troff='' ! nroff='/usr/bin/nroff' uname='/usr/bin/uname' uuname='' ! line='/usr/bin/line' chgrp='' chmod='' lint='' --- 63,72 ---- smail='' tbl='' troff='' ! nroff='/usr/local/bin/nroff' uname='/usr/bin/uname' uuname='' ! line='line' chgrp='' chmod='' lint='' *************** *** 79,85 **** touch='' make='' date='' ! csh='/usr/bin/csh' bash='' ksh='' lex='' --- 79,85 ---- touch='' make='' date='' ! csh='/bin/csh' bash='' ksh='' lex='' *************** *** 88,111 **** Log='$Log' Header='$Header' Id='$Id' ! lastuname='SunOS beach 4.1.2 2 sun4m' ! alignbytes='8' ! bin='/local/bin' ! installbin='/local/bin' ! byteorder='4321' contains='grep' ! cppstdin='/usr/lib/cpp' ! cppminus='' d_bcmp='define' d_bcopy='define' d_safebcpy='define' d_bzero='define' d_castneg='define' castflags='0' ! d_charsprf='define' d_chsize='undef' d_crypt='define' ! cryptlib='' d_csh='define' d_dosuid='undef' d_dup2='define' --- 88,111 ---- Log='$Log' Header='$Header' Id='$Id' ! lastuname='FreeBSD localhost.example.jp 4.11-RELEASE-p26 FreeBSD 4.11-RELEASE-p26 #1: Sat Aug 23 01:31:49 JST 2008 nobody .at. localhost:/usr/src/sys/compile/LOCALHOST i386' ! alignbytes='4' ! bin='/home/local/perl4/bin' ! installbin='/home/local/perl4/bin' ! byteorder='1234' contains='grep' ! cppstdin='cc -E' ! cppminus='-' d_bcmp='define' d_bcopy='define' d_safebcpy='define' d_bzero='define' d_castneg='define' castflags='0' ! d_charsprf='undef' d_chsize='undef' d_crypt='define' ! cryptlib='/usr/lib/libcrypt.a' d_csh='define' d_dosuid='undef' d_dup2='define' *************** *** 115,121 **** d_flexfnam='define' d_flock='define' d_getgrps='define' ! d_gethent='undef' d_getpgrp='define' d_getpgrp2='undef' d_getprior='define' --- 115,121 ---- d_flexfnam='define' d_flock='define' d_getgrps='define' ! d_gethent='define' d_getpgrp='define' d_getpgrp2='undef' d_getprior='define' *************** *** 126,133 **** d_lstat='define' d_memcmp='define' d_memcpy='define' ! d_safemcpy='undef' ! d_memmove='undef' d_memset='define' d_mkdir='define' d_msg='define' --- 126,133 ---- d_lstat='define' d_memcmp='define' d_memcpy='define' ! d_safemcpy='define' ! d_memmove='define' d_memset='define' d_mkdir='define' d_msg='define' *************** *** 136,142 **** d_msgrcv='define' d_msgsnd='define' d_ndbm='define' ! d_odbm='define' d_open3='define' d_readdir='define' d_rename='define' --- 136,142 ---- d_msgrcv='define' d_msgsnd='define' d_ndbm='define' ! d_odbm='undef' d_open3='define' d_readdir='define' d_rename='define' *************** *** 154,167 **** d_setpgrp2='undef' d_setprior='define' d_setregid='define' ! d_setresgid='undef' d_setreuid='define' ! d_setresuid='undef' d_setrgid='define' d_setruid='define' d_shm='define' d_shmat='define' ! d_voidshmat='undef' d_shmctl='define' d_shmdt='define' d_shmget='define' --- 154,167 ---- d_setpgrp2='undef' d_setprior='define' d_setregid='define' ! d_setresgid='define' d_setreuid='define' ! d_setresuid='define' d_setrgid='define' d_setruid='define' d_shm='define' d_shmat='define' ! d_voidshmat='define' d_shmctl='define' d_shmdt='define' d_shmget='define' *************** *** 170,176 **** d_oldsock='undef' socketlib='' d_statblks='define' ! d_stdstdio='define' d_strctcpy='define' d_strerror='define' d_symlink='define' --- 170,176 ---- d_oldsock='undef' socketlib='' d_statblks='define' ! d_stdstdio='undef' d_strctcpy='define' d_strerror='define' d_symlink='define' *************** *** 180,192 **** d_vfork='define' d_voidsig='define' d_tosignal='int' ! d_volatile='undef' d_vprintf='define' ! d_charvspr='define' d_wait4='define' d_waitpid='define' gidtype='gid_t' ! groupstype='int' i_fcntl='undef' i_gdbm='undef' i_grp='define' --- 180,192 ---- d_vfork='define' d_voidsig='define' d_tosignal='int' ! d_volatile='define' d_vprintf='define' ! d_charvspr='undef' d_wait4='define' d_waitpid='define' gidtype='gid_t' ! groupstype='gid_t' i_fcntl='undef' i_gdbm='undef' i_grp='define' *************** *** 194,204 **** i_sysin='undef' i_pwd='define' d_pwquota='undef' ! d_pwage='define' ! d_pwchange='undef' ! d_pwclass='undef' ! d_pwexpire='undef' ! d_pwcomment='define' i_sys_file='define' i_sysioctl='define' i_time='undef' --- 194,204 ---- i_sysin='undef' i_pwd='define' d_pwquota='undef' ! d_pwage='undef' ! d_pwchange='define' ! d_pwclass='define' ! d_pwexpire='define' ! d_pwcomment='undef' i_sys_file='define' i_sysioctl='define' i_time='undef' *************** *** 207,215 **** d_systimekernel='undef' i_utime='define' i_varargs='define' ! i_vfork='define' intsize='4' ! libc='/usr/lib/libc.so.1.7.1' nm_opts='' libndir='' i_my_dir='undef' --- 207,215 ---- d_systimekernel='undef' i_utime='define' i_varargs='define' ! i_vfork='undef' intsize='4' ! libc='/usr/lib/libc.a' nm_opts='' libndir='' i_my_dir='undef' *************** *** 220,230 **** d_dirnamlen='undef' ndirc='' ndiro='' ! mallocsrc='malloc.c' ! mallocobj='malloc.o' ! d_mymalloc='define' ! mallocptrtype='char' ! mansrc='/local/man/man1' manext='1' models='none' split='' --- 220,230 ---- d_dirnamlen='undef' ndirc='' ndiro='' ! mallocsrc='' ! mallocobj='' ! d_mymalloc='undef' ! mallocptrtype='void' ! mansrc='/home/local/perl4/man/man1' manext='1' models='none' split='' *************** *** 233,256 **** large='' huge='' optimize='-O' ! ccflags=' -I/usr/include/sun -I/usr/ucbinclude' ! cppflags=' -I/usr/include/sun -I/usr/ucbinclude' ldflags='' cc='cc' nativegcc='' ! libs='-lnsl -ldbm -lm -lposix' n='-n' c='' package='perl' randbits='31' ! scriptdir='/local/bin' ! installscr='/local/bin' ! sig_name='ZERO HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM URG STOP TSTP CONT CLD TTIN TTOU IO XCPU XFSZ VTALRM PROF WINCH LOST USR1 USR2' spitshell='cat' shsharp='true' sharpbang='#!' startsh='#!/bin/sh' ! stdchar='unsigned char' uidtype='uid_t' usrinclude='/usr/include' inclPath='' --- 233,256 ---- large='' huge='' optimize='-O' ! ccflags='' ! cppflags='' ldflags='' cc='cc' nativegcc='' ! libs='-lm' n='-n' c='' package='perl' randbits='31' ! scriptdir='/home/local/perl4/bin' ! installscr='/home/local/perl4/bin' ! sig_name='ZERO HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM URG STOP TSTP CONT CHLD TTIN TTOU IO XCPU XFSZ VTALRM PROF WINCH INFO USR1 USR2' spitshell='cat' shsharp='true' sharpbang='#!' startsh='#!/bin/sh' ! stdchar='char' uidtype='uid_t' usrinclude='/usr/include' inclPath='' *************** *** 262,268 **** w_s_tm='1' yacc='/usr/bin/yacc' lib='' ! privlib='/local/lib/perl' ! installprivlib='/local/lib/perl' ! PATCHLEVEL=35 CONFIG=true --- 262,268 ---- w_s_tm='1' yacc='/usr/bin/yacc' lib='' ! privlib='/home/local/perl4/lib' ! installprivlib='/home/local/perl4/lib' ! PATCHLEVEL=36 CONFIG=true diff -crN perl-4.036/x2p/find2perl perl-4.036x/x2p/find2perl *** perl-4.036/x2p/find2perl Thu Jul 30 01:10:24 1992 --- perl-4.036x/x2p/find2perl Tue May 4 19:40:33 2010 *************** *** 1,9 **** ! #!/local/bin/perl ! eval 'exec /local/bin/perl -S $0 ${1+"$@"}' if $running_under_some_shell; ! $bin = "/local/bin"; while ($ARGV[0] =~ /^[^-!(]/) { --- 1,9 ---- ! #!/home/local/perl4/bin/perl ! eval 'exec /home/local/perl4/bin/perl -S $0 ${1+"$@"}' if $running_under_some_shell; ! $bin = "/home/local/perl4/bin"; while ($ARGV[0] =~ /^[^-!(]/) { *************** *** 41,51 **** die "Malformed -perm argument: $onum\n" unless $onum =~ /^-?[0-7]+$/; if ($onum =~ s/^-//) { $onum = '0' . sprintf("%o", oct($onum) & 017777); # s/b 07777 ? ! $out .= &tab . "(\$mode & $onum) == $onum"; } else { $onum = '0' . $onum unless $onum =~ /^0/; ! $out .= &tab . "(\$mode & 0777) == $onum"; } } elsif ($_ eq 'type') { --- 41,51 ---- die "Malformed -perm argument: $onum\n" unless $onum =~ /^-?[0-7]+$/; if ($onum =~ s/^-//) { $onum = '0' . sprintf("%o", oct($onum) & 017777); # s/b 07777 ? ! $out .= &tab . "((\$mode & $onum) == $onum)"; } else { $onum = '0' . $onum unless $onum =~ /^0/; ! $out .= &tab . "((\$mode & 0777) == $onum)"; } } elsif ($_ eq 'type') { diff -crN perl-4.036/x2p/makefile perl-4.036x/x2p/makefile *** perl-4.036/x2p/makefile Thu Jul 30 01:11:13 1992 --- perl-4.036x/x2p/makefile Tue May 4 19:40:46 2010 *************** *** 1,4 **** ! # : Makefile.SH,v 14240Revision: 4.0.1.3 14240Date: 92/06/08 16:11:32 $ # # $Log: Makefile.SH,v $ # Revision 4.0.1.3 92/06/08 16:11:32 lwall --- 1,4 ---- ! # : Makefile.SH,v 81108Revision: 4.0.1.3 81108Date: 92/06/08 16:11:32 $ # # $Log: Makefile.SH,v $ # Revision 4.0.1.3 92/06/08 16:11:32 lwall *************** *** 19,36 **** CC = cc YACC = /usr/bin/yacc ! bin = /local/bin lib = ! mansrc = /local/man/man1 manext = 1 LDFLAGS = SMALL = LARGE = ! mallocsrc = malloc.c ! mallocobj = malloc.o shellflags = ! libs = -lnsl -ldbm -lm -lposix CCCMD = `sh $(shellflags) cflags $@` --- 19,36 ---- CC = cc YACC = /usr/bin/yacc ! bin = /home/local/perl4/bin lib = ! mansrc = /home/local/perl4/man/man1 manext = 1 LDFLAGS = SMALL = LARGE = ! mallocsrc = ! mallocobj = shellflags = ! libs = -lm CCCMD = `sh $(shellflags) cflags $@` *************** *** 127,134 **** # If this runs make out of memory, delete /usr/include lines. hash.o: hash.o: ../config.h ! hash.o: /usr/ucbinclude/ctype.h ! hash.o: /usr/ucbinclude/stdio.h hash.o: EXTERN.h hash.o: a2p.h hash.o: handy.h --- 127,137 ---- # If this runs make out of memory, delete /usr/include lines. hash.o: hash.o: ../config.h ! hash.o: /usr/include/ctype.h ! hash.o: /usr/include/machine/ansi.h ! hash.o: /usr/include/runetype.h ! hash.o: /usr/include/stdio.h ! hash.o: /usr/include/sys/cdefs.h hash.o: EXTERN.h hash.o: a2p.h hash.o: handy.h *************** *** 136,191 **** hash.o: hash.h hash.o: str.h hash.o: util.h - malloc.o: - malloc.o: ../arg.h - malloc.o: ../array.h - malloc.o: ../cmd.h - malloc.o: ../config.h - malloc.o: ../form.h - malloc.o: ../handy.h - malloc.o: ../hash.h - malloc.o: ../perl.h - malloc.o: ../regexp.h - malloc.o: ../spat.h - malloc.o: ../stab.h - malloc.o: ../str.h - malloc.o: ../util.h - malloc.o: /usr/ucbinclude/ctype.h - malloc.o: /usr/ucbinclude/dirent.h - malloc.o: /usr/ucbinclude/errno.h - malloc.o: /usr/ucbinclude/machine/devaddr.h - malloc.o: /usr/ucbinclude/machine/param.h - malloc.o: /usr/ucbinclude/machine/setjmp.h - malloc.o: /usr/ucbinclude/ndbm.h - malloc.o: /usr/ucbinclude/netinet/in.h - malloc.o: /usr/ucbinclude/setjmp.h - malloc.o: /usr/ucbinclude/stdio.h - malloc.o: /usr/ucbinclude/sys/dirent.h - malloc.o: /usr/ucbinclude/sys/errno.h - malloc.o: /usr/ucbinclude/sys/filio.h - malloc.o: /usr/ucbinclude/sys/ioccom.h - malloc.o: /usr/ucbinclude/sys/ioctl.h - malloc.o: /usr/ucbinclude/sys/param.h - malloc.o: /usr/ucbinclude/sys/signal.h - malloc.o: /usr/ucbinclude/sys/sockio.h - malloc.o: /usr/ucbinclude/sys/stat.h - malloc.o: /usr/ucbinclude/sys/stdtypes.h - malloc.o: /usr/ucbinclude/sys/sysmacros.h - malloc.o: /usr/ucbinclude/sys/time.h - malloc.o: /usr/ucbinclude/sys/times.h - malloc.o: /usr/ucbinclude/sys/ttold.h - malloc.o: /usr/ucbinclude/sys/ttychars.h - malloc.o: /usr/ucbinclude/sys/ttycom.h - malloc.o: /usr/ucbinclude/sys/ttydev.h - malloc.o: /usr/ucbinclude/sys/types.h - malloc.o: /usr/ucbinclude/time.h - malloc.o: /usr/ucbinclude/vm/faultcode.h - malloc.o: EXTERN.h - malloc.o: malloc.c str.o: str.o: ../config.h ! str.o: /usr/ucbinclude/ctype.h ! str.o: /usr/ucbinclude/stdio.h str.o: EXTERN.h str.o: a2p.h str.o: handy.h --- 139,151 ---- hash.o: hash.h hash.o: str.h hash.o: util.h str.o: str.o: ../config.h ! str.o: /usr/include/ctype.h ! str.o: /usr/include/machine/ansi.h ! str.o: /usr/include/runetype.h ! str.o: /usr/include/stdio.h ! str.o: /usr/include/sys/cdefs.h str.o: EXTERN.h str.o: a2p.h str.o: handy.h *************** *** 195,202 **** str.o: util.h util.o: util.o: ../config.h ! util.o: /usr/ucbinclude/ctype.h ! util.o: /usr/ucbinclude/stdio.h util.o: EXTERN.h util.o: INTERN.h util.o: a2p.h --- 155,165 ---- str.o: util.h util.o: util.o: ../config.h ! util.o: /usr/include/ctype.h ! util.o: /usr/include/machine/ansi.h ! util.o: /usr/include/runetype.h ! util.o: /usr/include/stdio.h ! util.o: /usr/include/sys/cdefs.h util.o: EXTERN.h util.o: INTERN.h util.o: a2p.h *************** *** 207,214 **** util.o: util.h walk.o: walk.o: ../config.h ! walk.o: /usr/ucbinclude/ctype.h ! walk.o: /usr/ucbinclude/stdio.h walk.o: EXTERN.h walk.o: a2p.h walk.o: handy.h --- 170,180 ---- util.o: util.h walk.o: walk.o: ../config.h ! walk.o: /usr/include/ctype.h ! walk.o: /usr/include/machine/ansi.h ! walk.o: /usr/include/runetype.h ! walk.o: /usr/include/stdio.h ! walk.o: /usr/include/sys/cdefs.h walk.o: EXTERN.h walk.o: a2p.h walk.o: handy.h diff -crN perl-4.036/x2p/makefile.old perl-4.036x/x2p/makefile.old *** perl-4.036/x2p/makefile.old Thu Jul 30 01:11:13 1992 --- perl-4.036x/x2p/makefile.old Tue May 4 19:40:46 2010 *************** *** 1,4 **** ! # : Makefile.SH,v 14240Revision: 4.0.1.3 14240Date: 92/06/08 16:11:32 $ # # $Log: Makefile.SH,v $ # Revision 4.0.1.3 92/06/08 16:11:32 lwall --- 1,4 ---- ! # : Makefile.SH,v 81108Revision: 4.0.1.3 81108Date: 92/06/08 16:11:32 $ # # $Log: Makefile.SH,v $ # Revision 4.0.1.3 92/06/08 16:11:32 lwall *************** *** 19,36 **** CC = cc YACC = /usr/bin/yacc ! bin = /local/bin lib = ! mansrc = /local/man/man1 manext = 1 LDFLAGS = SMALL = LARGE = ! mallocsrc = malloc.c ! mallocobj = malloc.o shellflags = ! libs = -lnsl -ldbm -lm -lposix CCCMD = `sh $(shellflags) cflags $@` --- 19,36 ---- CC = cc YACC = /usr/bin/yacc ! bin = /home/local/perl4/bin lib = ! mansrc = /home/local/perl4/man/man1 manext = 1 LDFLAGS = SMALL = LARGE = ! mallocsrc = ! mallocobj = shellflags = ! libs = -lm CCCMD = `sh $(shellflags) cflags $@` diff -crN perl-4.036/x2p/s2p perl-4.036x/x2p/s2p *** perl-4.036/x2p/s2p Thu Jul 30 01:10:25 1992 --- perl-4.036x/x2p/s2p Tue May 4 19:40:33 2010 *************** *** 1,9 **** ! #!/local/bin/perl ! eval 'exec /local/bin/perl -S $0 ${1+"$@"}' if $running_under_some_shell; ! $bin = '/local/bin'; # $RCSfile: s2p.SH,v $$Revision: 4.0.1.2 $$Date: 92/06/08 17:26:31 $ # --- 1,9 ---- ! #!/home/local/perl4/bin/perl ! eval 'exec /home/local/perl4/bin/perl -S $0 ${1+"$@"}' if $running_under_some_shell; ! $bin = '/home/local/perl4/bin'; # $RCSfile: s2p.SH,v $$Revision: 4.0.1.2 $$Date: 92/06/08 17:26:31 $ # diff -crN perl-4.036/x2p/util.h perl-4.036x/x2p/util.h *** perl-4.036/x2p/util.h Fri Jun 12 14:43:22 1992 --- perl-4.036x/x2p/util.h Tue May 4 19:43:59 2010 *************** *** 42,48 **** --- 42,50 ---- char *get_a_line(); char *savestr(); int makedir(); + #if 0 /* for FreeBSD 4.11R */ void setenv(); + #endif int envix(); void notincl(); char *getval();