1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-15 10:10:21 +02:00

*** empty log message ***

This commit is contained in:
Thien-Thi Nguyen 2002-02-09 00:45:52 +00:00
parent 82599ef14c
commit 895688f64f

View file

@ -1,3 +1,8 @@
2002-02-08 Thien-Thi Nguyen <ttn@glug.org>
* gsubr.c (scm_make_gsubr): On "too many args" error,
also display arg count and name. Thanks to Bill Schottstaedt.
2002-01-24 Thien-Thi Nguyen <ttn@glug.org>
* net_db.c (inet_aton): Surround decl w/ `#ifndef HAVE_INET_ATON'.