* backtrace.c (scm_set_print_params_x): Renamed from
authorGreg J. Badros <gjb@cs.washington.edu>
Tue, 14 Dec 1999 17:41:59 +0000 (17:41 +0000)
committerGreg J. Badros <gjb@cs.washington.edu>
Tue, 14 Dec 1999 17:41:59 +0000 (17:41 +0000)
commite8e9b690b4f0394f958e0613bc2a4d5e8c524518
tree9368d40ade081bf917992e8f6092cc6d95104963
parent5623a9b4590618773e7969b512850cd92bfd79ed
* backtrace.c (scm_set_print_params_x): Renamed from
set_print_params_x.

* guile-doc-snarf.in: Use guile-snarf.awk, not
guile-doc-snarf.awk.  Pass the basename of $filename

* load.h: Added prototypes for scm_sys_library_dir,
scm_sys_site_dir.

* load.c (scm_sys_library_dir, scm_sys_site_dir):  Added these
functions, and took out the old scm_library_dir, scm_site_dir,
scm_pkgdata_dir.  Now the primitives are %package-data-dir
(already existed), %library-dir, and %site-dir.

* debug.c: Use SCM_MISC_ERROR when possible instead of using
s_scm_* in a scm_misc_error() call.

* Makefile.am: Use guile-snarf.awk, not guile-doc-snarf.awk.  Make
using guile-doc-snarf send stdout to $@ to create the .x file like
guile-snarf does.

* guile-snarf.awk.in: Added.
libguile/Makefile.am
libguile/backtrace.c
libguile/debug.c
libguile/guile-doc-snarf.in
libguile/guile-snarf.awk.in [new file with mode: 0644]
libguile/load.c
libguile/load.h