summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-09-23 01:39:23 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-09-23 01:39:23 +0000
commit2b336d574a67def1a543951ad2cebeef42c08aea (patch)
tree8e478421f56ffd8aa6794a7c4295e674daf902d4 /Changes
parent95883bf30d6fc6c143368c6f07aea00e33c76a2b (diff)
parent3da4a4041c2dd401ef4ab882068e7b1680dc25bd (diff)
downloadperl-2b336d574a67def1a543951ad2cebeef42c08aea.tar.gz
integrate maint-5.005 changes (except conflicting change#1794)
p4raw-link: @1794 on //depot/maint-5.005/perl: 3da4a4041c2dd401ef4ab882068e7b1680dc25bd p4raw-id: //depot/perl@1798
Diffstat (limited to 'Changes')
-rw-r--r--Changes11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changes b/Changes
index 0402995bcf..e6a2ede366 100644
--- a/Changes
+++ b/Changes
@@ -78,6 +78,17 @@ Version 5.005_51 Development release working toward 5.006
----------------
____________________________________________________________________________
+[ 1777] By: gsar on 1998/08/10 07:02:38
+ Log: various tweaks: fix signed vs. unsigned problems that prevented C++
+ builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
+ lexical warning testsuite for win32
+ Branch: perl
+ ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
+ ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
+ ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
+ ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
+ ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
[ 1776] By: gsar on 1998/08/09 17:53:48
Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
Branch: perl