1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1996-10-29 20:53:19 +00:00
parent 4e9d47f6b1
commit 3027db9d22

View file

@ -1,3 +1,24 @@
Tue Oct 29 14:55:40 1996 Marius Vollmer <mvo@zagadka.ping.de>
* snarf.h: New file.
* guile-snarf.sh: New file.
* Makefile.in (inner_h_files): Added snarf.h
(ancillary, install, uninstall, distclean): Added actions for
guile-snarf.
(.c.x): Use guile-snarf.
(guile-snarf): New rule, to produce guile-snarf from guile-snarf.sh.
(gen_c_files): Note that these depend on guile-snarf.
* _scm.h: Removed the snarfing macros (SCM_PROC, etc). They are
now in "snarf.h". Added #include "snarf.h" to get them.
* libguile.h: Added #include "snarf.h".
(Patches applied and tweaked by Jim Blandy.)
Tue Oct 29 13:21:13 1996 Jim Blandy <jimb@totoro.cyclic.com>
* socket.c: Use K&R style declaration for 'close'; the GNU coding
standards suggest against providing prototypes for system
functions. Thanks to Greg Troxel.
Mon Oct 28 16:48:32 1996 Jim Blandy <jimb@floss.cyclic.com> Mon Oct 28 16:48:32 1996 Jim Blandy <jimb@floss.cyclic.com>
* strports.c (scm_eval_0str): New function. * strports.c (scm_eval_0str): New function.