summaryrefslogtreecommitdiff
path: root/libguile/gh_init.c
AgeCommit message (Collapse)AuthorFilesLines
1998-10-03* init.c (invoke_main_func): Load the startup files (boot-9.scm)Jim Blandy1-1/+0
from here, not from scm_compile_shell_switches (which is a pretty dumb place to do it). (scm_load_startup_files): New function. (scm_ice_9_already_loaded): Variable moved to here from script.c. * script.c (scm_compile_shell_switches): Don't load the startup files here. (scm_ice_9_already_loaded): Variable moved. * init.c (scm_load_startup_files): Prototype for new function. * gh_init.c (gh_enter): Doc fix.
1997-11-25completing changes to gh_repl and uniform array stuffMark Galassi1-1/+0
1997-11-25made changes in gh_repl() and started adding the uniform array stuff to gh_Mark Galassi1-4/+4
1997-05-26* gh_init.c (gh_enter): Cast c_main_prog to a void * beforeJim Blandy1-1/+1
passing it as the closure argument to scm_boot_guile. (Bill Janssen)
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1997-05-16* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,Jim Blandy1-1/+1
gdb_interface.h, gdbint.c, gdbint.h, gh_data.c, gh_init.c, gh_io.c, gh_list.c, gh_predicates.c, gh_test_c.c, gh_test_repl.c, init.c, net_db.c, options.c, options.h, ports.c, print.c, read.c, script.h, snarf.h, srcprop.c, srcprop.h, stacks.c, stacks.h, throw.c: Update copyright years; these files have been worked on significantly in 1997, but only had copyright years for 1996. Also, change name of copyright holder on some from Mikael Djurfeldt to Free Software Foundation; he has signed papers assigning the changes to the FSF.
1997-04-14* gh_init.c (gh_standard_handler): Return SCM_BOOL_F, not garbage.Jim Blandy1-0/+107
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.