96 lines
3.5 KiB
Text
96 lines
3.5 KiB
Text
# ChangeLog for dev-lang/mmix
|
|
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/ChangeLog,v 1.22 2012/05/10 15:47:03 ago Exp $
|
|
|
|
10 May 2012; Agostino Sarubbo <ago@gentoo.org> -mmix-20060324-r1.ebuild,
|
|
-mmix-20060324.ebuild, -mmix-20100311.ebuild, -mmix-20110420.ebuild:
|
|
Remove old
|
|
|
|
10 Mar 2012; Brent Baude <ranger@gentoo.org> mmix-20110605.ebuild:
|
|
Marking mmix-20110605 ppc for bug 400003
|
|
|
|
16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> mmix-20110605.ebuild:
|
|
x86 stable wrt bug #400003
|
|
|
|
*mmix-20110605 (27 Jul 2011)
|
|
|
|
27 Jul 2011; Michael Weber <xmw@gentoo.org>
|
|
files/mmix-20110420-makefile.patch, +mmix-20110605.ebuild:
|
|
Version bump
|
|
|
|
*mmix-20110420 (10 May 2011)
|
|
|
|
10 May 2011; Michael Weber <xmw@gentoo.org> mmix-20100311.ebuild,
|
|
+mmix-20110420.ebuild, +files/mmix-20110420-makefile.patch:
|
|
Version bump
|
|
|
|
*mmix-20100311 (18 Sep 2010)
|
|
*mmix-20060324-r1 (18 Sep 2010)
|
|
|
|
18 Sep 2010; Jeroen Roovers <jer@gentoo.org> +mmix-20060324-r1.ebuild,
|
|
+files/mmix-20060324-includes.patch, +files/mmix-20060324-makefile.patch,
|
|
+mmix-20100311.ebuild:
|
|
Version bump. Respect LDFLAGS (bug #335415), CC. Fix some compiler
|
|
warnings. Fix parallel make.
|
|
|
|
03 Sep 2008; Christian Faulhammer <opfer@gentoo.org> mmix-20060324.ebuild:
|
|
fix dependency to virtual/tex-base, this fixes bug 185637 and bug 222501
|
|
|
|
03 Sep 2008; Christian Faulhammer <opfer@gentoo.org>
|
|
-mmix-20020216.ebuild:
|
|
clean up
|
|
|
|
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
|
|
Transition to Manifest2.
|
|
|
|
02 Jan 2007; Andrej Kacian <ticho@gentoo.org> mmix-20060324.ebuild:
|
|
Stable on x86, bug #136559.
|
|
|
|
23 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
|
|
mmix-20060324.ebuild:
|
|
Stable on ppc wrt bug #136559.
|
|
|
|
12 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> mmix-20020216.ebuild,
|
|
mmix-20060324.ebuild:
|
|
Unkeywording sparc, see #136559
|
|
|
|
08 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org>
|
|
mmix-20060324.ebuild:
|
|
Fix tetex dependency, thanks to David Klempner for reporting; bug 136559
|
|
|
|
*mmix-20060324 (20 Apr 2006)
|
|
|
|
20 Apr 2006; Carsten Lohrke <carlo@gentoo.org> +metadata.xml,
|
|
+mmix-20060324.ebuild:
|
|
Version bump.
|
|
|
|
04 May 2005; David Holm <dholm@gentoo.org> mmix-20020216.ebuild:
|
|
Added to ~ppc.
|
|
|
|
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> mmix-20020216.ebuild:
|
|
virtual/glibc -> virtual/libc
|
|
|
|
18 Dec 2003; Chuck Short <zul@gentoo.org> mmix-20020216.ebuild:
|
|
Added dependcy, need ghostscript to read the manual. Closes #35559.
|
|
|
|
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
|
|
|
|
*mmix-20020216 (04 May 2002)
|
|
|
|
04 May 2002; Karl Trygve Kalleberg <karltk@gentoo.org> mmix-20020216.ebuild files/digest-mmix-20020216 :
|
|
|
|
From Knuth's page:
|
|
|
|
MMIX is a machine that operates primarily on 64-bit words. It has 256
|
|
general-purpose 64-bit registers that each can hold either fixed-point or
|
|
floating-point numbers. Most instructions have the 4-byte form `OP X Y Z',
|
|
where each of OP, X, Y, and Z is a single 8-bit byte. For example, if OP is
|
|
the code for ADD the meaning is ``X=Y+Z''; i.e., ``Set register X to the
|
|
contents of register Y plus the contents of register Z.'' The 256 possible
|
|
OP codes fall into a dozen or so easily remembered categories.
|
|
|
|
The designers of important real-world processor chips (e.g., MIPS and
|
|
ALPHA) have helped me with the design of MMIX. So I'm excited about the
|
|
prospects.
|
|
|
|
Ebuild provided by Hanno Boeck <hanno@gmx.de>.
|