diff options
author | George Shapovalov <george@gentoo.org> | 2002-11-08 23:05:18 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-11-08 23:05:18 +0000 |
commit | 18f75ee4ffd9fb6321ed75d5f6a504376362a8b4 (patch) | |
tree | 376b4a358cd9f7f58191288ddf5a243ad5057c24 /dev-lang/sr/ChangeLog | |
parent | ebuilds for bluez bluetooth drivers and utils (diff) | |
download | historical-18f75ee4ffd9fb6321ed75d5f6a504376362a8b4.tar.gz historical-18f75ee4ffd9fb6321ed75d5f6a504376362a8b4.tar.bz2 historical-18f75ee4ffd9fb6321ed75d5f6a504376362a8b4.zip |
new package: SR (Synchronizing Resources) is a language for writing concurrent programs.
Diffstat (limited to 'dev-lang/sr/ChangeLog')
-rw-r--r-- | dev-lang/sr/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-lang/sr/ChangeLog b/dev-lang/sr/ChangeLog new file mode 100644 index 000000000000..204fb4bfb188 --- /dev/null +++ b/dev-lang/sr/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for dev-lang/sr +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-lang/sr/ChangeLog,v 1.1 2002/11/08 23:05:18 george 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> |