This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 4.0 patch 19: (combined patch)
authorLarry Wall <lwall@netlabs.com>
Mon, 11 Nov 1991 03:50:16 +0000 (03:50 +0000)
committerLarry Wall <lwall@netlabs.com>
Mon, 11 Nov 1991 03:50:16 +0000 (03:50 +0000)
commit988174c19bcf26f6c6e0551f1dfbba78203bc2ce
tree7918e82dffc7e46c520ab9fafb727f369b32e8d9
parent55204971972392ce5a252fbbd6d78b1c48ed70e3
perl 4.0 patch 19:  (combined patch)

Ok, here's the cleanup patch I suggested you wait for.  Have at it...

Subject: added little-endian pack/unpack options

This is the only enhancement in this patch, but it seemed unlikely
to bust anything else, and added functionality that it was very
difficult to do any other way.  Compliments of David W. Sanderson.

Subject: op/regexp.t failed from missing arg to bcmp()
Subject: study was busted by 4.018
Subject: sort $subname was busted by changes in 4.018
Subject: default arg for shift was wrong after first subroutine definition

Things that broke in 4.018.  Shame on me.

Subject: do {$foo ne "bar";} returned wrong value

A bug of long standing.  How come nobody saw this one?  Or if you
did, why didn't you report it before now?  Or if you did, why did
I ignore you?  :-)

Subject: some machines need -lsocket before -lnsl
Subject: some earlier patches weren't propagated to alternate 286 code
Subject: compile in the x2p directory couldn't find cppstdin
Subject: more hints for aix, isc, hp, sco, uts
Subject: installperl no longer updates unchanged library files
Subject: uts wrongly defines S_ISDIR() et al
Subject: too many preprocessors can't expand a macro right in #if

The usual pastiche of portability kludges.

Subject: deleted some unused functions from usersub.c

And fixed the spelling of John Macdonald's name, and included his
suggested workaround for a certain vendor's stdio bug...

Subject: added readdir test
Subject: made op/groups.t more reliable
Subject: added test for sort $subname to op/sort.t
Subject: added some hacks to op/stat.t for weird filesystem architectures

Improvements (hopefully) to the regression tests.
23 files changed:
Configure
MANIFEST
cmd.c
doSH
doarg.c
dolist.c
hints/aix_rs.sh
hints/hp9000_800.sh
hints/isc_3_2_2.sh [new file with mode: 0644]
hints/sco_3.sh
hints/uts.sh
installperl
patchlevel.h
perl.c
perl.h
perl.man
t/op/groups.t
t/op/readdir.t [new file with mode: 0644]
t/op/sort.t
t/op/stat.t
toke.c
usersub.c
util.c