1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 01:00:20 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-08-10 00:25:37 +00:00
parent fa4e29e484
commit 98aaa52419
3 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2004-08-10 Kevin Ryde <user42@zip.com.au>
* posix.c (scm_putenv): Use unsetenv to remove entries (ie. no "="),
when available, for the benefit of FreeBSD and other systems where
putenv() doesn't do that itself.
2004-08-06 Rob Browning <rlb@defaultvalue.org>
* net_db.c (scm_resolv_error): don't put bad_value in the format string