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
3a56ef17cf
commit
cb3fdcc116
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@
|
||||||
* posix.c (scm_kill): When only raise() is available, throw an ENOSYS
|
* posix.c (scm_kill): When only raise() is available, throw an ENOSYS
|
||||||
error if pid is not our own process, instead of silently doing nothing.
|
error if pid is not our own process, instead of silently doing nothing.
|
||||||
|
|
||||||
|
* print.c (scm_write, scm_display, scm_write_char): Disable port close
|
||||||
|
on EPIPE. This was previously disabled but introduction of HAVE_PIPE
|
||||||
|
check in configure.in unintentionally enabled it. Believe that
|
||||||
|
testing errno after scm_prin1 or scm_putc is bogus, a long ago error
|
||||||
|
can leave errno in that state. popen.test "no duplicates" output test
|
||||||
|
provoked that.
|
||||||
|
|
||||||
2006-12-23 Han-Wen Nienhuys <hanwen@lilypond.org>
|
2006-12-23 Han-Wen Nienhuys <hanwen@lilypond.org>
|
||||||
|
|
||||||
* numbers.c (scm_i_fraction_reduce): move logic into
|
* numbers.c (scm_i_fraction_reduce): move logic into
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue