diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-12 05:53:40 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-12 05:53:40 +0000 |
commit | 883d36a60f1dbc0dec153bce822eebaa5172be5d (patch) | |
tree | 9d44d5790271ac8cbfebc5b593cc817778bb7160 /Changes | |
parent | 4b5b211868f30398434fa5a1a79573d04770ccf2 (diff) | |
download | perl-883d36a60f1dbc0dec153bce822eebaa5172be5d.tar.gz |
apply parts of LynxOS patches from Alan Johnson
<johnson@alonn.gemse.fr>
p4raw-id: //depot/perl@4353
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 28 |
1 files changed, 27 insertions, 1 deletions
@@ -79,6 +79,32 @@ Version 5.005_62 Development release working toward 5.006 ---------------- ____________________________________________________________________________ +[ 4352] By: gsar on 1999/10/12 05:24:39 + Log: allow any unpack specifier to take a count via '/' + (from Ilya Zakharevich) + Branch: perl + ! pp.c t/op/pack.t +____________________________________________________________________________ +[ 4351] By: gsar on 1999/10/12 05:02:35 + Log: avoid warnings + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 4350] By: gsar on 1999/10/12 04:50:52 + Log: various cleanups + Branch: perl + ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y + ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc + ! win32/config.gc win32/config.vc win32/config_H.bc + ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL +____________________________________________________________________________ +[ 4349] By: gsar on 1999/10/12 00:23:11 + Log: update Changes, patchlevel etc. + Branch: perl + ! Changes Porting/findvars patchlevel.h win32/Makefile + ! win32/config_H.bc win32/config_H.gc win32/config_H.vc + ! win32/makefile.mk +____________________________________________________________________________ [ 4348] By: gsar on 1999/10/11 23:11:57 Log: add vec() example from Chaim Frenkel <chaimf@pobox.com> Branch: perl @@ -252,7 +278,7 @@ ____________________________________________________________________________ ____________________________________________________________________________ [ 4323] By: gsar on 1999/10/09 18:48:31 Log: don't run END blocks when running under -c switch (older, - rarely useful, behavior may still be obtained by putting + rarely useful behavior may still be obtained by putting BEGIN { $^C = 0; exit; } at the end of the script) Branch: perl ! perl.c |