This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 4.0 patch 10: (combined patch)
authorLarry Wall <lwall@netlabs.com>
Sun, 9 Jun 1991 12:36:21 +0000 (12:36 +0000)
committerLarry Wall <lwall@netlabs.com>
Sun, 9 Jun 1991 12:36:21 +0000 (12:36 +0000)
commit1462b684862954f3522657efc93a3264698e4a9f
treec92554143d0076f4bd8a6f41f8caa3315eef035d
parentd48672a2009b4897fb5bf74d6723c050cdd015e0
perl 4.0 patch 10:  (combined patch)

Subject: pack(hh,1) dumped core
Subject: read didn't work from character special files open for writing
Subject: close-on-exec wrongly set on system file descriptors
Subject: //g only worked first time through
Subject: perl -v printed incorrect copyright notice
Subject: certain pattern optimizations were botched
Subject: documented some newer features in addenda
Subject: $) and $| incorrectly handled in run-time patterns
Subject: added tests for case-insensitive regular expressions
Subject: m'$foo' now treats string as single quoted
12 files changed:
doarg.c
doio.c
dolist.c
patchlevel.h
perl.c
perl.h
perl.man
str.c
t/op/pat.t
t/op/re_tests
t/op/regexp.t
toke.c