summaryrefslogtreecommitdiff
blob: dcb227809c4e11d7e5abeb84a94d74e0f19648b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ChangeLog for dev-lang/sr
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/sr/ChangeLog,v 1.3 2004/06/24 22:57:20 agriffis Exp $

*sr-2.3.2 (01 Nov 2002)

  08 Nov 2002; George Shapovalov <george@gentoo.org> sr-2.3.2.ebuild :

  first inclusion
  "SR (Synchronizing Resources) is a language for writing concurrent programs. The
  main language constructs are resources and operations. Resources encapsulate
  processes and variables they share; operations provide the primary mechanism for
  process interaction. SR provides a novel integration of the mechanisms for
  invoking and servicing operations. Consequently, all of local and remote
  procedure call, rendezvous, message passing, dynamic process creation,
  multicast, and semaphores are supported. SR also supports shared global
  variables and operations."

  ebuild submitted by David Holm <dholm@telia.com>