* guile-doc-snarf.awk: Removed.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Tue, 14 Dec 1999 17:08:25 +0000 (17:08 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Tue, 14 Dec 1999 17:08:25 +0000 (17:08 +0000)
commit5623a9b4590618773e7969b512850cd92bfd79ed
tree9c3a6cb6bd9f1fb65b70db25e53bca08aeecd50f
parent763a67161fe240b5ccfa64bb6bcd14573a55b8c8
* guile-doc-snarf.awk: Removed.

* guile-doc-snarf.awk.in: Added.

* ports.c (s_scm_pt_member): Fixed validation.

* guile-doc-snarf.in (filename): Use basename in order to strip
away path.

* debug.c (scm_make_iloc, s_scm_proc_to_mem): Added missing
semicolon.
(scm_memcons, scm_memcons, mem_to_proc): Renamed function name
strings to new form.

* backtrace.c (set_print_params_x): Fixed GUILE_PROC macro.

* tags.h (SCM_UNBOUND): New iflag which is needed for some time to
mark the unboundness of a GOOPS slot.  (Added now in order to
correct a oversight.  Should probably be removed again and
replaced with SCM_UNDEFINED when the corresponding code in GOOPS
is rewritten.)

* print.c (scm_isymnames): Added printed representation for
SCM_UNBOUND.

* eval.c (SCM_CEVAL): Bugfix: Added check for unbound slot in
SCM_IM_SLOT_REF.
libguile/ChangeLog
libguile/backtrace.c
libguile/debug.c
libguile/eval.c
libguile/guile-doc-snarf.awk.in [moved from libguile/guile-doc-snarf.awk with 100% similarity]
libguile/guile-doc-snarf.in
libguile/ports.c
libguile/print.c
libguile/tags.h