@@ -175,7 +175,6 @@ h2xs.SH Program to make .xs files from C header files
175
175
handy.h Handy definitions
176
176
hints/3b1.sh Hints for named architecture
177
177
hints/3b1cc Hints for named architecture
178
- hints/PowerUNIX.sh Hints for named architecture
179
178
hints/README.hints Notes about hints.
180
179
hints/aix.sh Hints for named architecture
181
180
hints/altos486.sh Hints for named architecture
@@ -210,6 +209,7 @@ hints/netbsd.sh Hints for named architecture
210
209
hints/next_3_0.sh Hints for named architecture
211
210
hints/next_3_2.sh Hints for named architecture
212
211
hints/opus.sh Hints for named architecture
212
+ hints/powerunix.sh Hints for named architecture
213
213
hints/sco_2_3_0.sh Hints for named architecture
214
214
hints/sco_2_3_1.sh Hints for named architecture
215
215
hints/sco_2_3_2.sh Hints for named architecture
@@ -273,6 +273,7 @@ lib/Text/ParseWords.pm Perl module to split words on arbitrary delimiter
273
273
lib/Text/Soundex.pm Perl module to implement Soundex
274
274
lib/Text/Tabs.pm Do expand and unexpand
275
275
lib/TieHash.pm Base class for tied hashes
276
+ lib/SubstrHash.pm Compact hash for known key, value and table size
276
277
lib/Time/Local.pm Reverse translation of localtime, gmtime
277
278
lib/abbrev.pl An abbreviation table builder
278
279
lib/assert.pl assertion and panic with stack trace
@@ -402,6 +403,7 @@ pod/perlsyn.pod Syntax info
402
403
pod/perltrap.pod Trap info
403
404
pod/perlvar.pod Variable info
404
405
pod/pod2html Translator to turn pod into HTML
406
+ pod/pod2latex Translator to turn pod into LaTeX
405
407
pod/pod2man Translator to turn pod into manpage
406
408
pod/splitman Splits perlfunc into multiple man pages
407
409
pp.c Push/Pop code
@@ -448,6 +450,7 @@ t/io/print.t See if print commands work
448
450
t/io/tell.t See if file seeking works
449
451
t/lib/anydbm.t See if AnyDBM_File works
450
452
t/lib/bigint.t See if bigint.pl works
453
+ t/lib/bigintpm.t See if BigInt.pm works
451
454
t/lib/db-btree.t See if DB_File works
452
455
t/lib/db-hash.t See if DB_File works
453
456
t/lib/db-recno.t See if DB_File works
@@ -485,6 +488,7 @@ t/op/mkdir.t See if mkdir works
485
488
t/op/my.t See if lexical scoping works
486
489
t/op/oct.t See if oct and hex work
487
490
t/op/ord.t See if ord works
491
+ t/op/overload.t See if operator overload works
488
492
t/op/pack.t See if pack and unpack work
489
493
t/op/pat.t See if esoteric patterns work
490
494
t/op/push.t See if push and pop work
@@ -516,13 +520,17 @@ toke.c The tokener
516
520
unixish.h Defines that are assumed on Unix
517
521
util.c Utility routines
518
522
util.h Public declarations for the above
523
+ vms/Makefile VMS port
519
524
vms/config.vms VMS port
520
525
vms/descrip.mms VMS port
521
- vms/ext/MM_VMS.pm VMS port
526
+ vms/ext/Filespec.pm VMS-Unix file syntax interconversion
527
+ vms/ext/MM_VMS.pm VMS-specific methods for MakeMaker
528
+ vms/ext/VMS/stdio/Makefile.PL MakeMaker driver for VMS::stdio
529
+ vms/ext/VMS/stdio/stdio.pm VMS options to stdio routines
530
+ vms/ext/VMS/stdio/stdio.xs VMS options to stdio routines
522
531
vms/gen_shrfls.pl VMS port
523
532
vms/genconfig.pl VMS port
524
533
vms/genopt.com VMS port
525
- vms/makefile. VMS port
526
534
vms/mms2make.pl VMS port
527
535
vms/perlshr.c VMS port
528
536
vms/perlvms.pod VMS port
@@ -536,7 +544,7 @@ writemain.SH Generate perlmain.c from miniperlmain.c+extensions
536
544
x2p/EXTERN.h Same as above
537
545
x2p/INTERN.h Same as above
538
546
x2p/Makefile.SH Precursor to Makefile
539
- x2p/a2p.c A byacc'ed a2p.y
547
+ x2p/a2p.c Output of a2p.y run through byacc
540
548
x2p/a2p.h Global declarations
541
549
x2p/a2p.man Manual page for awk to perl translator
542
550
x2p/a2p.y A yacc grammer for awk
0 commit comments