• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..14-Nov-20134

aclocal.m4H A D06-Mar-2002147

configureH A D11-Dec-2012521.8 KiB

configure.inH A D11-Dec-201210.5 KiB

demos/H14-Nov-201310

doc/H14-Nov-20134

ffidlConfig.h.inH A D11-Dec-20126.6 KiB

generic/H14-Nov-20134

GNUmakefile.inH A D07-Aug-200814.7 KiB

library/H14-Nov-20133

license.termsH A D07-Aug-20081.2 KiB

pkgIndex.tcl.inH A D01-Mar-2006201

README.txtH A D07-Aug-20081.7 KiB

tclconfig/H14-Nov-20136

tests/H14-Nov-20138

README.txt

1------------------------------------------------------------------------
2                         Ffidl Version 0.6.1
3                      Darwin 9 Universal version
4    Copyright (c) 1999 by Roger E Critchlow Jr, Santa Fe, NM, USA
5                           rec@elf.org
6
7Changes since ffidl 0.5 are under BSD License and are
8Copyright (c) 2005-2008, Daniel A. Steffen <das@users.sourceforge.net>
9
10------------------------------------------------------------------------
11
12Ffidl allows you to define Tcl/Tk extensions with pure Tcl wrappers
13calling any shared library installed on your system, including the Tcl
14and Tk core libraries.
15
16Documentation can be found at doc/ffidl.html.
17
18license.terms specifies the license under which Ffidl is distributed,
19and that there is NO WARRANTY.
20
21libffi/LICENSE specifies the license under which libffi is distributed,
22and that there is NO WARRANTY.
23
24------------------------------------------------------------------------
25
26Changes since ffidl 0.6:
27 - support for 4-way universal builds on Darwin
28 - support for Leopard libffi
29 - removal of ffcall and other code unused in Darwin universal build
30 - support for Darwin Intel
31 - Tcl ObjType bugfixes
32 - TEA 3.6 buildsystem
33
34Changes since ffidl 0.5:
35 - updates for 2005 version of libffi
36 - TEA 3.2 buildsystem, testsuite
37 - support for Tcl 8.4, Tcl_WideInt, TclpDlopen
38 - support for Darwin PowerPC
39 - fixes for 64bit (LP64)
40 - callouts & callbacks are created/used relative to current namespace
41   (for unqualified names)
42 - addition of [ffidl::stubsymbol] for Tcl/Tk symbol resolution via stubs
43   tables
44 - callbacks can be called anytime, not just from inside callouts
45   (using Tcl_BackgroundError to report errors)
46
47------------------------------------------------------------------------
48