OpenBSD CVS

CVS log for ports/devel/dyncall/distinfo


[BACK] Up to [local] / ports / devel / dyncall

Request diff between arbitrary revisions


Default branch: kmos, MAIN


Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Apr 15 17:11:37 2020 UTC (4 years, 1 month ago) by kmos
Branch: kmos, MAIN
CVS Tags: kmos_20200415, OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, HEAD
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

dyncall-1.1

Needed for upcoming lwjgl 3.x port update

The dyncall library encapsulates architecture-, OS- and compiler-specific
function call semantics in a virtual bind argument parameters from
left to right and then call interface allowing programmers to call
C functions in a completely dynamic manner. In other words, instead
of calling a function directly, the dyncall library provides a
mechanism to push the function parameters manually and to issue the
call afterwards.  This means, that a program can determine at runtime
what function to call, and what parameters to pass to it. The library
is written in C and assembly and provides a very simple C interface
to program against.

tweaks from and ok tracey@

Revision 1.1 / (download) - annotate - [select for diffs], Wed Apr 15 17:11:37 2020 UTC (4 years, 1 month ago) by kmos
Branch point for: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.