Hamlib/libltdl
Dale E. Edmons, KD7ENI fb8c26bb5a 1) Updated branch_ts2k with respect to HEAD.
2) Working ts2k_menu.  (only in RIG_MODEL_TS2K)
3) Split TS-2000 into experimental and standard versions:
   RIG_MODEL_TS2000 = standard, RIG_MODEL_TS2K = experimental.
4) Basic command parser in tests/rc.  Will open/close rig or copy a
   freq from one rig/vfo to another rig/vfo.  Very cool.  Very basic.
   Very experimental.
5) Added test programs.
   a) testcmd - calls parser (no command prompt yet!)
   b) testts2k - replacement for testrig (with trivial modification)
   c) testptt - testts2k/testrig should not transmit.  TX stuff in testptt.
6) Used crowbar to merge HEAD into branch_ts2k.  Working on clean-up.
7) I'm sure I've forgotten or neglected to mention some other stuff.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1123 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-07-26 08:53:11 +00:00
..
COPYING.LIB
Makefile.am
Makefile.in 1) Updated branch_ts2k with respect to HEAD. 2002-07-26 08:53:11 +00:00
README
acinclude.m4
aclocal.m4
config-h.in
config.h
configure
configure.in
ltdl.c
ltdl.h
stamp-h
stamp-h.in

README

This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.

It supports the following dlopen interfaces:
* dlopen (Solaris, Linux and various BSD flavors)
* shl_load (HP-UX)
* LoadLibrary (Win16 and Win32)
* load_add_on (BeOS)
* GNU DLD (emulates dynamic linking for static libraries)
* libtool's dlpreopen