1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-17 11:10:18 +02:00
guile/module/srfi
Andy Wingo 0a283d1b0b avoid delivering 0 values to 1-valued continuations in srfi-19
* module/srfi/srfi-19.scm: Some parts of this code used a strange idiom,
  `(values)', to indicate that a procedure did nothing. However, quoth
  R5RS:

     Except for continuations created by the `call-with-values'
     procedure, all continuations take exactly one value.

  Indeed the VM indicated this error. I reworked the code to avoid these
  cases.
2008-11-01 14:28:24 +01:00
..
Makefile.am move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-1.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-2.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-4.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-6.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-8.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-9.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-10.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-11.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-13.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-14.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-16.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-17.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-18.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-19.scm avoid delivering 0 values to 1-valued continuations in srfi-19 2008-11-01 14:28:24 +01:00
srfi-26.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-31.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-34.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-35.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-37.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-39.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-60.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-69.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-88.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00