diff options
author | Stephen McCamant <smcc@mit.edu> | 1998-08-02 11:16:50 -0500 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-02 23:15:00 +0000 |
commit | 136254bc5c4bebd1c4c4acc6f09a4ea0ed7fd514 (patch) | |
tree | c9072155bc41ea39ad0529e6e181fedc57cef5f8 /Changes | |
parent | ba1ac97691f605d2aaa9008a954c1aa8ac884815 (diff) | |
download | perl-136254bc5c4bebd1c4c4acc6f09a4ea0ed7fd514.tar.gz |
allow *FOO{BAR}[0] etc. (without intervening arrow)
Message-ID: <13764.54929.60137.104838@alias-2.pr.mcs.net>
Subject: [PATCH] Re: Minor nit in glob notation
p4raw-id: //depot/maint-5.005/perl@1716
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -78,6 +78,25 @@ Version 5.005_02 Second maintenance release of 5.005 ---------------- ____________________________________________________________________________ +[ 1713] By: gsar on 1998/08/02 09:28:32 + Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> + Date: Sun, 2 Aug 1998 04:35:11 -0400 (EDT) + Message-Id: <199808020835.EAA09367@monk.mps.ohio-state.edu> + Subject: [PATCH 5.005_*] Better debugging output from malloc.c + Branch: maint-5.005/perl + ! malloc.c +____________________________________________________________________________ +[ 1712] By: gsar on 1998/08/02 09:16:55 + Log: fix longstanding bug in pack('u',...) (reads garbage beyond the end + of the input string) + Branch: maint-5.005/perl + ! pp.c +____________________________________________________________________________ +[ 1711] By: gsar on 1998/08/02 08:14:25 + Log: update Changes, tweak Porting/makerel + Branch: maint-5.005/perl + ! Changes Porting/makerel +____________________________________________________________________________ [ 1710] By: gsar on 1998/08/02 07:31:37 Log: remove CRs from djgpp/configure.bat (Porting/makerel adds them) Branch: maint-5.005/perl |