mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
*** empty log message ***
This commit is contained in:
parent
da502adc2e
commit
c31f534e18
3 changed files with 8 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
* api-control.texi (Handling Errors): Cross reference "Error
|
||||
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.
|
||||
|
||||
2006-10-05 Kevin Ryde <user42@zip.com.au>
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
scm_procedure_p, not just SCM_CLOSUREP. In particular this picks up
|
||||
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>
|
||||
|
||||
* libguile/unif.c (read_decimal_integer): Let RESP be SIGN * RES
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
* tests/eval.test: Exercise top-level define setting procedure-name.
|
||||
* 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>
|
||||
|
||||
* tests/unif.test (syntax): New test prefix. Check syntax for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue