mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
*** empty log message ***
This commit is contained in:
parent
e9b6a0fb97
commit
cc720f64d8
3 changed files with 38 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
1998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||||
|
|
||||||
|
* configure.in: Call AM_PROG_CC_STDC, to see what flags we should
|
||||||
|
pass the compiler to make it support ANSI. (Thanks to Bernard
|
||||||
|
Urban.)
|
||||||
|
* aclocal.m4, configure: Regenerated.
|
||||||
|
|
||||||
1998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
|
1998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||||
|
|
||||||
* Guile 1.3 released.
|
* Guile 1.3 released.
|
||||||
|
|
6
THANKS
6
THANKS
|
@ -2,7 +2,13 @@ The Guile core distribution:
|
||||||
|
|
||||||
Bug reports and fixes from:
|
Bug reports and fixes from:
|
||||||
|
|
||||||
|
Etienne Bernard
|
||||||
|
Brad Bowman
|
||||||
|
Russ McManus
|
||||||
Nicolas Neuss
|
Nicolas Neuss
|
||||||
|
Richard Polton
|
||||||
|
Bernard Urban
|
||||||
|
|
||||||
Also, thanks to:
|
Also, thanks to:
|
||||||
|
- Craig Brozefsky, for his work on the Guile mailing list web archives
|
||||||
- Pat Eyler, for his continuing work on the Guile web pages
|
- Pat Eyler, for his continuing work on the Guile web pages
|
||||||
|
|
|
@ -1,3 +1,28 @@
|
||||||
|
1998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||||
|
|
||||||
|
* gc.h: Remove all uses of SCM_P. (Thanks to Richard Polton.)
|
||||||
|
|
||||||
|
* guile-snarf.in: Never generate an empty file. (Thanks to
|
||||||
|
Richard Polton.)
|
||||||
|
|
||||||
|
* gh.h (gh_enter, gh_new_procedure0_0, gh_new_procedure0_1,
|
||||||
|
gh_new_procedure0_2, gh_new_procedure1_0, gh_new_procedure1_1,
|
||||||
|
gh_new_procedure1_2, gh_new_procedure2_0, gh_new_procedure2_1,
|
||||||
|
gh_new_procedure2_2, gh_new_procedure3_0, gh_new_procedure4_0,
|
||||||
|
gh_new_procedure5_0): Specify argument types, to appease C++
|
||||||
|
compilers. (Thanks to Brad Bowman.)
|
||||||
|
|
||||||
|
Bug reports from Russ McManus:
|
||||||
|
* guile-snarf.in: If the CPP environment variable is set, use that
|
||||||
|
as the C preprocessor, instead of the preprocessor autoconf
|
||||||
|
found.
|
||||||
|
* snarf.h (SCM_PROC): Cast the function pointer passed to
|
||||||
|
scm_make_gsubr, to satisfy C++.
|
||||||
|
|
||||||
|
* gh_eval.c (gh_eval_str_with_catch, gh_eval_file_with_catch):
|
||||||
|
Use the handler passed, instead of ignoring it and using
|
||||||
|
gh_standard_handler. (Thanks to Etienne Bernard.)
|
||||||
|
|
||||||
1998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
|
1998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
|
||||||
|
|
||||||
* ports.h: Put text after #endif in comment. (Thanks to Nicolas
|
* ports.h: Put text after #endif in comment. (Thanks to Nicolas
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue