summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-08 07:03:34 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-08 07:03:34 +0000
commitde9935764f15576c558d571d489e20d90137c654 (patch)
tree9cbc274d045e5c334b59a525b8903071521386a9 /Changes
parent4b03c463062e98b705eba8e55aae59fb6286f5ca (diff)
downloadperl-de9935764f15576c558d571d489e20d90137c654.tar.gz
update Changes
p4raw-id: //depot/perl@5038
Diffstat (limited to 'Changes')
-rw-r--r--Changes24
1 files changed, 24 insertions, 0 deletions
diff --git a/Changes b/Changes
index 843c8954af..642f565ba8 100644
--- a/Changes
+++ b/Changes
@@ -79,6 +79,30 @@ Version v5.5.650 Development release working toward v5.6
----------------
____________________________________________________________________________
+[ 5037] By: gsar on 2000/02/08 06:59:55
+ Log: Windows has a somewhat different sitelib layout, and needs
+ $sitelib/archname added as well
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 5036] By: gsar on 2000/02/08 06:59:03
+ Log: change#4987 appears to have broken libs scan for platforms that
+ don't set ignore_versioned_solibs (Solaris is one of them); add
+ derivative fix from the older logic for skipping versioned .so
+ libs
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 5035] By: gsar on 2000/02/07 21:21:44
+ Log: sprintf("%v"...) buffer resizing busted
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 5034] By: gsar on 2000/02/07 19:16:21
+ Log: update Changes
+ Branch: perl
+ ! Changes pod/perlhist.pod
+____________________________________________________________________________
[ 5033] By: gsar on 2000/02/07 19:01:08
Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
only when XX > 127