summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-24 20:00:26 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-24 20:00:26 +0000
commit2ab51d5cecc9717df43a4772a7aec36627de6a30 (patch)
tree0021486d6415ed49555f0753af32b0e05bea6a99 /dev-lang/cm3-bin
parentver bump #39170 (diff)
downloadhistorical-2ab51d5cecc9717df43a4772a7aec36627de6a30.tar.gz
historical-2ab51d5cecc9717df43a4772a7aec36627de6a30.tar.bz2
historical-2ab51d5cecc9717df43a4772a7aec36627de6a30.zip
fix metadata #39234
Diffstat (limited to 'dev-lang/cm3-bin')
-rw-r--r--dev-lang/cm3-bin/cm3-bin-5.2.6.ebuild4
-rw-r--r--dev-lang/cm3-bin/metadata.xml8
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-lang/cm3-bin/cm3-bin-5.2.6.ebuild b/dev-lang/cm3-bin/cm3-bin-5.2.6.ebuild
index b0fc876b8cef..05d5ef2a3f19 100644
--- a/dev-lang/cm3-bin/cm3-bin-5.2.6.ebuild
+++ b/dev-lang/cm3-bin/cm3-bin-5.2.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.2.6.ebuild,v 1.5 2003/07/28 21:00:11 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.2.6.ebuild,v 1.6 2004/01/24 19:59:33 vapier Exp $
DESCRIPTION="Critical Mass Modula-3 compiler (binary version)"
HOMEPAGE="http://www.elegosoft.com/cm3/"
diff --git a/dev-lang/cm3-bin/metadata.xml b/dev-lang/cm3-bin/metadata.xml
index 5d4bbc40ed5b..a6d903896ca0 100644
--- a/dev-lang/cm3-bin/metadata.xml
+++ b/dev-lang/cm3-bin/metadata.xml
@@ -14,16 +14,16 @@ available so far. The changes made by Critical Mass, Inc. since their CM3 4.1
release include:
* Modula-3 modules loadable at runtime
- * <*IMPLICIT*> exceptions (changes language semantics)
+ * *IMPLICIT* exceptions (changes language semantics)
* checked runtime errors are mapped to the implicit exception RuntimeError.E
* garbage collector failures are also mapped to implicit exceptions
* COM-compatible object layout (for WIN32)
* Unicode support: WIDECHAR, Text, Text8, Text16, Unicode interfaces
* extended ASSERT pragma:
- <*ASSERT condition [ ("," | WITH) msg ] *>>
+ *ASSERT condition [ ("," | WITH) msg ] *
* new DEBUG pragma:
- <*DEBUG condition [ ("," | WITH) msg {, msg} ] *>
- <*DEBUG [ msg {, msg } ] *>
+ *DEBUG condition [ ("," | WITH) msg {, msg} ] *
+ *DEBUG [ msg {, msg } ] *
* 64 bit support for 64 bit machines
There have been many more changes, and the 4.1 release also contained lots of