1
Fork 0
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:
Kevin Ryde 2006-12-12 22:55:15 +00:00
parent da502adc2e
commit c31f534e18
3 changed files with 8 additions and 0 deletions

View file

@ -3,6 +3,9 @@
* api-control.texi (Handling Errors): Cross reference "Error * api-control.texi (Handling Errors): Cross reference "Error
Reporting" for `scm-error', not just "above". Reporting" for `scm-error', not just "above".
* posix.texi (Encryption): Cross reference crypt in the glibc manual.
Clarify that key and salt are strings.
* srfi-modules.texi (SRFI-17): Expand variously. * srfi-modules.texi (SRFI-17): Expand variously.
2006-10-05 Kevin Ryde <user42@zip.com.au> 2006-10-05 Kevin Ryde <user42@zip.com.au>

View file

@ -4,6 +4,9 @@
scm_procedure_p, not just SCM_CLOSUREP. In particular this picks up scm_procedure_p, not just SCM_CLOSUREP. In particular this picks up
procedures with setters as used in srfi-17. procedures with setters as used in srfi-17.
* posix.c (scm_crypt): Check for NULL return from crypt(), which the
linux man page says is a possibility.
2006-12-12 Ludovic Courtès <ludovic.courtes@laas.fr> 2006-12-12 Ludovic Courtès <ludovic.courtes@laas.fr>
* libguile/unif.c (read_decimal_integer): Let RESP be SIGN * RES * libguile/unif.c (read_decimal_integer): Let RESP be SIGN * RES

View file

@ -3,6 +3,8 @@
* tests/eval.test: Exercise top-level define setting procedure-name. * tests/eval.test: Exercise top-level define setting procedure-name.
* tests/srfi-17.test (car): Check procedure-name property. * tests/srfi-17.test (car): Check procedure-name property.
* tests/numbers.test (*): Exercise multiply by exact 0 giving exact 0.
2006-12-12 Ludovic Courtès <ludovic.courtes@laas.fr> 2006-12-12 Ludovic Courtès <ludovic.courtes@laas.fr>
* tests/unif.test (syntax): New test prefix. Check syntax for * tests/unif.test (syntax): New test prefix. Check syntax for