1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2006-12-12 22:34:39 +00:00
parent 7f6a4429dc
commit 9a2e827c0e
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2006-12-13 Kevin Ryde <user42@zip.com.au>
* eval.c (scm_m_define): Set 'name procedure property on any
scm_procedure_p, not just SCM_CLOSUREP. In particular this picks up
procedures with setters as used in srfi-17.
2006-12-12 Ludovic Courtès <ludovic.courtes@laas.fr>
* libguile/unif.c (read_decimal_integer): Let RESP be SIGN * RES

View file

@ -1,6 +1,7 @@
2006-12-13 Kevin Ryde <user42@zip.com.au>
* tests/eval.test: Exercise top-level define setting procedure-name.
* tests/srfi-17.test (car): Check procedure-name property.
2006-12-12 Ludovic Courtès <ludovic.courtes@laas.fr>