mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
*** empty log message ***
This commit is contained in:
parent
12b4f7e944
commit
dceef6be43
3 changed files with 41 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
|
|
||||||
|
* configure.in: Make it be guile-snarf.awk, since we'll be
|
||||||
|
switching names for guile-doc-snarf. (I wouldn't have changed
|
||||||
|
this, but I was getting ready to commit this way when the below
|
||||||
|
change was committed).
|
||||||
|
|
||||||
1999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
1999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||||
|
|
||||||
* configure.in: Create guile-doc-snarf.awk.
|
* configure.in: Create guile-doc-snarf.awk.
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Dec 13 13:57:57 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
|
|
||||||
|
* readline.c: Include libguile/scm_validate.h
|
||||||
|
|
||||||
Sun Dec 12 19:56:52 1999 Greg J. Badros <gjb@cs.washington.edu>
|
Sun Dec 12 19:56:52 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
|
|
||||||
* readline.c: Updated to use GUILE_PROC, SCM_VALIDATE, and have
|
* readline.c: Updated to use GUILE_PROC, SCM_VALIDATE, and have
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
Tue Dec 14 09:41:01 1999 Greg J. Badros <gjb@cs.washington.edu>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
|
* guile-doc-snarf.awk.in: Removed (sorry to back out a recent
|
||||||
|
commit; if we're going to switch to guile-snarf I figure it makes
|
||||||
|
sense to get this right now-- I'd already had the change in my
|
||||||
|
working copy when the below commit happened).
|
||||||
|
|
||||||
1999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
1999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||||
|
|
||||||
* guile-doc-snarf.awk: Removed.
|
* guile-doc-snarf.awk: Removed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue