* gh_init.c (gh_standard_handler): Return SCM_BOOL_F, not garbage.
authorJim Blandy <jimb@red-bean.com>
Mon, 14 Apr 1997 06:42:27 +0000 (06:42 +0000)
committerJim Blandy <jimb@red-bean.com>
Mon, 14 Apr 1997 06:42:27 +0000 (06:42 +0000)
commitee2a8b9bdd1d548e5530f4f132aa436167154a00
tree752b54578b9f14e466cc3e8c712e47b4bf4a9c78
parentf4d7dfb69da543557bfca4b63e992868e0e37110
* gh_init.c (gh_standard_handler): Return SCM_BOOL_F, not garbage.

Merge GH interface library into libguile.
* gh.h, gh_data.c, gh_eval.c, gh_funcs.c, gh_init.c, gh_io.c,
gh_list.c, gh_predicates.c, gh_test_c, gh_test_c.c, gh_test_repl,
gh_test_repl.c: New files.
* Makefile.am (libguile_la_SOURCES): Add gh_data.c, gh_eval.c,
gh_funcs.c, gh_init.c, gh_io.c, gh_list.c, gh_predicates.c.  Move
_scm.h to ...
(EXTRA_libguile_la_SOURCES): ... here.
(pkginclude_HEADERS): Add variable, to get gh.h installed.
(THREAD_LIBS, check_ldadd, check_PROGRAMS, gh_test_c_SOURCES,
gh_test_c_LDADD, gh_test_repl_SOURCES, gh_test_repl_LDADD):
New variables, describing how to build the gh test programs.
* configure.in: Check for -lm, -lsocket, -lnsl; we need this to
build the test programs, and we probably should have been linking
libguile.la against them all along, to support AIX shared libs.
Add cflags for threads to CFLAGS; add libs for threads to new
variable THREAD_LIBS, used in Makefile.am.
* ChangeLog-gh: log from old `gh' subdirectory.
* Makefile.in, configure, scmconfig.h.in: Rebuilt.
17 files changed:
libguile/ChangeLog
libguile/ChangeLog-gh [new file with mode: 0644]
libguile/Makefile.am
libguile/Makefile.in
libguile/configure
libguile/configure.in
libguile/gh.h [new file with mode: 0644]
libguile/gh_data.c [new file with mode: 0644]
libguile/gh_eval.c [new file with mode: 0644]
libguile/gh_funcs.c [new file with mode: 0644]
libguile/gh_init.c [new file with mode: 0644]
libguile/gh_io.c [new file with mode: 0644]
libguile/gh_list.c [new file with mode: 0644]
libguile/gh_predicates.c [new file with mode: 0644]
libguile/gh_test_c.c [new file with mode: 0644]
libguile/gh_test_repl.c [new file with mode: 0644]
libguile/scmconfig.h.in