[commit: packages/primitive] ghc-head: Add a couple more changelog entries (f059c20)

git at git.haskell.org git at git.haskell.org
Wed Feb 19 22:24:42 UTC 2014


Repository : ssh://git@git.haskell.org/primitive

On branch  : ghc-head
Link       : http://git.haskell.org/packages/primitive.git/commitdiff/f059c20ca42262830d65ffbdb01cc713cf11ad29

>---------------------------------------------------------------

commit f059c20ca42262830d65ffbdb01cc713cf11ad29
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Nov 23 12:20:06 2013 +0100

    Add a couple more changelog entries


>---------------------------------------------------------------

f059c20ca42262830d65ffbdb01cc713cf11ad29
 changelog |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/changelog b/changelog
index f554d66..5cefd8c 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,10 @@ Changes in version 0.5.2.0
 
  * Add strict variants of 'MutVar' modification functions
 
+Changes in version 0.5.1.0
+
+ * Add support for GHC 7.7's new primitive 'Bool' representation
+
 Changes in version 0.5.0.1
 
  * Disable array copying primitives for GHC 7.6.* and earlier
@@ -11,3 +15,27 @@ Changes in version 0.5
  * New in "Data.Primitive.MutVar": 'atomicModifyMutVar'
 
  * Efficient block fill operations: 'setByteArray', 'setAddr'
+
+Changes in version 0.4.1
+
+ * New module "Data.Primitive.MutVar"
+
+Changes in version 0.4.0.1
+
+ * Critical bug fix in 'fillByteArray'
+
+Changes in version 0.4
+
+ * Support for GHC 7.2 array copying primitives
+
+ * New in "Data.Primitive.ByteArray": 'copyByteArray',
+   'copyMutableByteArray', 'moveByteArray', 'fillByteArray'
+
+ * Deprecated in "Data.Primitive.ByteArray": 'memcpyByteArray',
+   'memcpyByteArray'', 'memmoveByteArray', 'memsetByteArray'
+
+ * New in "Data.Primitive.Array": 'copyArray', 'copyMutableByteArray'
+
+ * New in "Data.Primitive.Addr": 'copyAddr', 'moveAddr'
+
+ * Deprecated in "Data.Primitive.Addr": 'memcpyAddr'



More information about the ghc-commits mailing list