diff options
author | Gary Houston <ghouston@arglist.com> | 2000-04-04 19:12:59 +0000 |
---|---|---|
committer | Gary Houston <ghouston@arglist.com> | 2000-04-04 19:12:59 +0000 |
commit | 873c35ee824f062c151ff15f0bee22e00e11f059 (patch) | |
tree | 5baab72215dbc6de181ff5e55f7882306f7c4ec2 | |
parent | 1de052a72c66a35b3d41da846c0c76d6f946e440 (diff) | |
download | guile-873c35ee824f062c151ff15f0bee22e00e11f059.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 6ad428c29..0ac54315a 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2000-04-04 Gary Houston <ghouston@arglist.com> + + * error.c (scm_syserror): save errno before doing anything else, + since it's used in two expressions and may get mutated (thanks to + Dirk Herrmann). + 2000-04-04 Dirk Herrmann <D.Herrmann@tu-bs.de> * debug.c (scm_procedure_source, scm_procedure_environment), |