From ede127f76227d7fabb5ff7b6eeb756f46f4ac986 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 4 Apr 2011 12:20:21 +0200 Subject: [PATCH] dyncall: Added dyncall 0.6 - A virtual interface to call C functions in a completely dynamic manner --- develop/dyncall/dyncall.cache | 21 ++++++++++++++++++ develop/dyncall/dyncall.desc | 40 +++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 develop/dyncall/dyncall.cache create mode 100644 develop/dyncall/dyncall.desc diff --git a/develop/dyncall/dyncall.cache b/develop/dyncall/dyncall.cache new file mode 100644 index 000000000..db8bcfacd --- /dev/null +++ b/develop/dyncall/dyncall.cache @@ -0,0 +1,21 @@ + +[TIMESTAMP] 1301879121 Mon Apr 4 03:05:21 2011 +[BUILDTIME] 5 (5) +[SIZE] 0.09 MB, 27 files + +[DEP] bash +[DEP] binutils +[DEP] bzip2 +[DEP] cmake +[DEP] coreutils +[DEP] diffutils +[DEP] fhs +[DEP] findutils +[DEP] gcc +[DEP] glibc +[DEP] grep +[DEP] make +[DEP] sed +[DEP] sysfiles +[DEP] tar +[DEP] util-linux-ng diff --git a/develop/dyncall/dyncall.desc b/develop/dyncall/dyncall.desc new file mode 100644 index 000000000..b8314fb4d --- /dev/null +++ b/develop/dyncall/dyncall.desc @@ -0,0 +1,40 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../dyncall/dyncall.desc +[COPY] Copyright (C) 2011 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] A virtual interface to call C functions in a completely dynamic manner + +[T] The dyncall library encapsulates architecture-, OS- and compiler-specific +[T] function call semantics in a virtual "bind argument parameters from left to +[T] right and then call" interface allowing programmers to call C functions in +[T] a completely dynamic manner. In other words, instead of calling a function +[T] directly, the dyncall library provides a mechanism to push the function +[T] parameters manually and to issue the call afterwards. This means, that a +[T] program can determine at runtime what function to call, and what parameters +[T] to pass to it. The library is written in C and assembly and provides a very +[T] simple C interface to program against. + +[U] http://dyncall.org/ + +[A] Daniel Adler +[A] Tassilo Philipp +[M] The OpenSDE Community + +[C] extra/development + +[L] OpenSource +[S] Stable +[V] 0.6 +[P] X -----5---9 200.000 + +[D] 2583443207 dyncall-0.6.tar.gz http://dyncall.org/r0.6/