mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
*** empty log message ***
This commit is contained in:
parent
657e792903
commit
6a88895b7b
1 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
|||
2005-12-07 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
From Andy Wingo.
|
||||
Reported by Bruce Korb:
|
||||
|
||||
* init.c (invoke_main_func): Don't call exit here. Throws that
|
||||
are only caught by scm_with_guile will bypass us and would cause
|
||||
scm_boot_guile to return erroneously.
|
||||
(scm_boot_guile): Expect scm_with_guile to return and call exit
|
||||
here, passing it an appropriate exit code.
|
||||
|
||||
From Andy Wingo:
|
||||
|
||||
* script.c (scm_find_executable): Compile fix -- fgetc returns an
|
||||
unsigned char cast to an int, or -1 for EOS.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue