1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00
guile/module/srfi
Andy Wingo 6c3686ea14 define macros before functions using macros; more MV fixen in srfi-69
* module/srfi/srfi-69.scm: Move the macros up before the functions that
  use them, so that the compiler can do its job.
  (hash-table-walk): While it is true about what I said about R5RS
  before, it seems that for R6 this will have to change. Anyway. In the
  meantime, since the test suite checks that hash-table-walk procedures'
  return values and number of return values are ignored, call that
  procedure within a call-with-values.
2008-11-01 20:31:57 +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 define macros before functions using macros; more MV fixen in srfi-69 2008-11-01 20:31:57 +01:00
srfi-88.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00