Restore change 27486 accidently removed (also added to 1.19 before release)
[p5sagit/p5-mst-13.2.git] / ext / List / Util / Changes
index bbf8abe..74c0f85 100644 (file)
@@ -1,3 +1,42 @@
+1.19 -- Sun Dec 10 09:58:03 CST 2006
+
+Bug Fixes
+  * Fix invalid conversion from `const char*' to `char*' warnings
+  * Avoid Makefile error when building on Win32
+  * Fix undefined symbol error for perl < 5.9.0
+  * Fix hardcoded "/" in a filepath that causes p_tainted.t to fail on VMS
+
+Documentation
+  * Document that reduce calls BLOCK in a scalar context
+  * Add SEE ALSO sections to docs
+
+Enhancements
+  * A new regression test for readonly, taking a reference to a constant passed to a sub
+
+1.18 -- Fri Nov 25 09:30:29 CST 2005
+
+Bug Fixes
+  * Fix pure-perl version of refaddr to avoid blessing an un-blessed reference
+  * Fix memory leak in first() and reduce()
+  * Pure perl version of looks_like_number now matches XS version for
+    references and undef. It will now return undef
+
+Enhancements
+  * Support for using XSLoader instead of DynaLoader
+  * Use new multicall API
+
+1.17 -- Mon May 23 08:55:26 CDT 2005
+
+Bug Fixes
+  * Update XS code to declare PERL_UNUSED_DECL conditionally
+
+1.16 -- Fri May 20 10:22:49 CDT 2005
+
+Bug Fixes
+  * Change to refaddr.t test to avoid false errors on some 64 bit platforms
+  * Fix all perl only tests to work when in the core build environment
+  * Fix looks like number test to work for 5.8.5 and above
 1.15 -- Fri May 13 11:01:15 CDT 2005
 
 Bug Fixes