Skip to content

Commit 748a930

Browse files
author
Larry Wall
committed
Perl 5.001
[See the Changes file for a list of changes]
1 parent fec02dd commit 748a930

File tree

173 files changed

+10547
-5818
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+10547
-5818
lines changed

.dotest/last

Whitespace-only changes.

Changes

Lines changed: 1304 additions & 0 deletions
Large diffs are not rendered by default.

MANIFEST

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ h2xs.SH Program to make .xs files from C header files
175175
handy.h Handy definitions
176176
hints/3b1.sh Hints for named architecture
177177
hints/3b1cc Hints for named architecture
178-
hints/PowerUNIX.sh Hints for named architecture
179178
hints/README.hints Notes about hints.
180179
hints/aix.sh Hints for named architecture
181180
hints/altos486.sh Hints for named architecture
@@ -210,6 +209,7 @@ hints/netbsd.sh Hints for named architecture
210209
hints/next_3_0.sh Hints for named architecture
211210
hints/next_3_2.sh Hints for named architecture
212211
hints/opus.sh Hints for named architecture
212+
hints/powerunix.sh Hints for named architecture
213213
hints/sco_2_3_0.sh Hints for named architecture
214214
hints/sco_2_3_1.sh Hints for named architecture
215215
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
273273
lib/Text/Soundex.pm Perl module to implement Soundex
274274
lib/Text/Tabs.pm Do expand and unexpand
275275
lib/TieHash.pm Base class for tied hashes
276+
lib/SubstrHash.pm Compact hash for known key, value and table size
276277
lib/Time/Local.pm Reverse translation of localtime, gmtime
277278
lib/abbrev.pl An abbreviation table builder
278279
lib/assert.pl assertion and panic with stack trace
@@ -402,6 +403,7 @@ pod/perlsyn.pod Syntax info
402403
pod/perltrap.pod Trap info
403404
pod/perlvar.pod Variable info
404405
pod/pod2html Translator to turn pod into HTML
406+
pod/pod2latex Translator to turn pod into LaTeX
405407
pod/pod2man Translator to turn pod into manpage
406408
pod/splitman Splits perlfunc into multiple man pages
407409
pp.c Push/Pop code
@@ -448,6 +450,7 @@ t/io/print.t See if print commands work
448450
t/io/tell.t See if file seeking works
449451
t/lib/anydbm.t See if AnyDBM_File works
450452
t/lib/bigint.t See if bigint.pl works
453+
t/lib/bigintpm.t See if BigInt.pm works
451454
t/lib/db-btree.t See if DB_File works
452455
t/lib/db-hash.t See if DB_File works
453456
t/lib/db-recno.t See if DB_File works
@@ -485,6 +488,7 @@ t/op/mkdir.t See if mkdir works
485488
t/op/my.t See if lexical scoping works
486489
t/op/oct.t See if oct and hex work
487490
t/op/ord.t See if ord works
491+
t/op/overload.t See if operator overload works
488492
t/op/pack.t See if pack and unpack work
489493
t/op/pat.t See if esoteric patterns work
490494
t/op/push.t See if push and pop work
@@ -516,13 +520,17 @@ toke.c The tokener
516520
unixish.h Defines that are assumed on Unix
517521
util.c Utility routines
518522
util.h Public declarations for the above
523+
vms/Makefile VMS port
519524
vms/config.vms VMS port
520525
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
522531
vms/gen_shrfls.pl VMS port
523532
vms/genconfig.pl VMS port
524533
vms/genopt.com VMS port
525-
vms/makefile. VMS port
526534
vms/mms2make.pl VMS port
527535
vms/perlshr.c VMS port
528536
vms/perlvms.pod VMS port
@@ -536,7 +544,7 @@ writemain.SH Generate perlmain.c from miniperlmain.c+extensions
536544
x2p/EXTERN.h Same as above
537545
x2p/INTERN.h Same as above
538546
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
540548
x2p/a2p.h Global declarations
541549
x2p/a2p.man Manual page for awk to perl translator
542550
x2p/a2p.y A yacc grammer for awk

0 commit comments

Comments
 (0)