diff options
author | Mark H Weaver <mhw@netris.org> | 2014-10-10 22:36:54 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-10-10 23:31:55 -0400 |
commit | b9ace68613395fda26f3f3d7dc2ac9bc52cd7f2a (patch) | |
tree | 1e43359da2374d86bed103cf67b5d7518b0862e7 /THANKS | |
parent | 6b47249a28c7725714ee0e356d3d4b01dfc96aa2 (diff) |
scm_boot_guile: Gracefully handle the case where argc == 0.
Fixes <http://bugs.gnu.org/18680>.
Reported by Nala Ginrut <nalaginrut@gmail.com>.
* libguile/init.c (scm_boot_guile): Do not canonicalize argv[0] unless
argc > 0.
* THANKS: Add Nala Ginrut to the fixes section.
Diffstat (limited to 'THANKS')
-rw-r--r-- | THANKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ For fixes or providing information which led to a fix: Andrew Gaylard Nils Gey Eric Gillespie, Jr + Nala Ginrut Didier Godefroy Panicz Maciej Godek John Goerzen |