mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 04:10:18 +02:00
*** empty log message ***
This commit is contained in:
parent
fa4e29e484
commit
98aaa52419
3 changed files with 12 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
2004-08-10 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* configure.in (AC_CHECK_FUNCS): Add unsetenv.
|
||||
* configure.in (AC_CHECK_FUNCS): Add unsetenv and _NSGetEnviron.
|
||||
(AC_CHECK_HEADERS): Add crt_externs.h.
|
||||
|
||||
2004-08-10 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2004-08-10 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* tests/posix.test (putenv, setenv): New tests.
|
||||
|
||||
2004-08-07 Rob Browning <rlb@defaultvalue.org>
|
||||
|
||||
* tests/srfi-4.test: rewrite tests and add tests for write/read
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue