summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/jwasm/ChangeLog-2015')
-rw-r--r--dev-lang/jwasm/ChangeLog-201524
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-lang/jwasm/ChangeLog-2015 b/dev-lang/jwasm/ChangeLog-2015
new file mode 100644
index 00000000..96d3c816
--- /dev/null
+++ b/dev-lang/jwasm/ChangeLog-2015
@@ -0,0 +1,24 @@
+# ChangeLog for dev-lang/jwasm
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/jwasm/ChangeLog,v 1.3 2013/11/04 12:28:39 slyfox Exp $
+
+*jwasm-2.11 (04 Nov 2013)
+
+ 04 Nov 2013; Sergei Trofimovich <slyfox@gentoo.org>
+ +files/jwasm-2.11-types-test.patch, +jwasm-2.11.ebuild:
+ Version bump.
+
+*jwasm-2.10-r1 (16 May 2013)
+
+ 16 May 2013; Sergei Trofimovich <slyfox@gentoo.org>
+ +files/jwasm-2.10-types-test.patch, +files/jwasm-2.10-uint_32-on-amd64.patch,
+ +jwasm-2.10-r1.ebuild, -jwasm-2.10.ebuild:
+ Fix 'uint_32' type size (otherwise final binaries are completely broken on
+ amd64).
+
+*jwasm-2.10 (16 May 2013)
+
+ 16 May 2013; Sergei Trofimovich <slyfox@gentoo.org>
+ +files/jwasm-2.10-gcc-4.8-fwdecl.patch, +jwasm-2.10.ebuild, +metadata.xml:
+ Initial import. MASM-compatible TASM-similar assembler (Wasm fork). Bug
+ #431706 by Anton Kochkov and others.