This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The first big import towards 5.8.1, @18078. Please do NOT
[perl5.git] / ext / List / Util / ChangeLog
index 934643a..89e33e9 100644 (file)
@@ -1,3 +1,39 @@
+Change 757 on 2002/11/03 by <gbarr@pobox.com> (Graham Barr)
+
+       Add XS_VERSION
+
+Change 756 on 2002/11/03 by <gbarr@pobox.com> (Graham Barr)
+
+       Use PAD_* macros in 5.9
+       Reuse our own target when calling pp_rand in shuffle() so we dont need to create a fake pad
+
+Change 751 on 2002/10/18 by <gbarr@pobox.com> (Graham Barr)
+
+       Fix context so that sub for reduce/first  is always in a scalar context
+       Fix sum/min/max so that they dont upgrade thier argumetns to NVs
+       if they are IV or UV
+
+Change 750 on 2002/10/14 by <gbarr@pobox.com> (Graham Barr)
+
+       Add isvstring()
+
+Change 745 on 2002/09/23 by <gbarr@pobox.com> (Graham Barr)
+
+       Scalar::Util
+       - Add refaddr()
+
+Change 722 on 2002/04/29 by <gbarr@pobox.com> (Graham Barr)
+
+       Release 1.0701
+
+Change 721 on 2002/04/29 by <gbarr@pobox.com> (Graham Barr)
+
+       Add comment to README about failing tests on perl5.6.0
+
+Change 714 on 2002/03/18 by <gbarr@pobox.com> (Graham Barr)
+
+       Release 1.07
+
 Change 713 on 2002/03/18 by <gbarr@pobox.com> (Graham Barr)
 
        Add Scalar::Util::openhandle()