blob: 9ddd42746f49450e7e4e401f7bab2e9c182a4449 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# ChangeLog for dev-libs/aterm
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/aterm/ChangeLog,v 1.9 2004/02/17 01:18:06 agriffis Exp $
16 Feb 2004; Aron Griffis <agriffis@gentoo.org> aterm-1.6.7.ebuild:
add ~alpha and ~ia64
16 Dec 2003; Jason Wever <weeve@gentoo.org> aterm-1.6.7.ebuild:
Added ~sparc keyword to fix broken dependencies for dev-lang/stratego.
20 Jan 2003; Jon Nall <nall@gentoo.org> aterm-1.6.7.ebuild: :
keyworded ~ppc
14 Jan 2003; Karl Trygve Kalleberg <karltk@gentoo.org> aterm-1.6.7.ebuild:
Unmasked. Needed by dev-lang/stratego-0.8.1.
*aterm-1.6.7 (19 Oct 2002)
19 Oct 2002; Karl Trygve Kalleberg <karltk@gentoo.org> aterm-1.6.7.ebuild files/digest-aterm-1.6.7 :
New upstream version.
*aterm-1.6.6 (11 Apr 2002)
11 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> aterm-1.6.6.ebuild files/digest-aterm-1.6.6:
ATerm (short for Annotated Term) is an abstract data type designed for the
exchange of tree-like data structures between distributed applications.
The ATerm library forms a comprehensive procedural interface which enables
creation and manipulation of ATerms in C and Java. The ATerm implementation
is based on maximal subterm sharing and automatic garbage collection.
A binary exchange format for the concise representation of ATerms (sharing
preserved) allows the fast exchange of ATerms between applications. In a
typical application---parse trees which contain considerable redundant
information---less than 2 bytes are needed to represent a node in memory,
and less than 2 bits are needed to represent it in binary format. The
implementation of ATerms scales up to the manipulation of ATerms in the
giga-byte range.
|