1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/module
Andy Wingo 4e02ce55a6 Fix error when boot-9.go after "skip invalid .go files" commit
* module/ice-9/boot-9.scm (map, for-each): Move definition up before
  loading r4rs.go.  Before, when r4rs.go was being loaded, there was a
  window in which "catch" defined in Scheme used with-fluids before
  "map" was defined, but if "with-fluids" in eval.scm uses "map".  That
  would lead to the inability to catch errors (stack overflow) if
  `catch' was used in that window -- which it now is, due to the "skip
  invalid .go files" patch.
2016-07-14 16:20:59 +02:00
..
ice-9 Fix error when boot-9.go after "skip invalid .go files" commit 2016-07-14 16:20:59 +02:00
language Constant-folding eq? and eqv? uses deduplication 2016-06-26 22:37:33 +02:00
oop Accessor methods only apply to subclasses with their slot 2015-01-26 17:57:44 +01:00
rnrs Fix (rnrs io simple) to open file ports in textual mode. 2014-03-19 23:36:46 -04:00
scripts guild disassemble: Use #:prefix instead of #:renamer. 2014-09-20 05:47:05 -04:00
srfi Don't recurse in drop-right 2016-07-12 15:53:40 +02:00
sxml Remove duplicate definitions of call/ec' and let/ec'. 2013-04-06 15:40:19 +02:00
system Use source file permissions for compiled files 2016-06-21 18:05:16 +02:00
texinfo Fix texinfo->html for @acronym, @itemize 2016-06-26 22:30:57 +02:00
web Fix uri-decode behavior for "+" 2016-06-21 18:02:03 +02:00
Makefile.am Add meta/build-env 2016-07-10 13:21:38 +02:00
rnrs.scm Add missing R6RS `open-file-input/output-port' procedure 2012-11-12 20:47:57 +01:00
statprof.scm statprof: 'statprof' and 'with-statprof' return the code's return values. 2015-01-11 20:44:44 +01:00
texinfo.scm Fix newline preservation in @example with lines beginning with @ 2014-03-17 21:49:16 +01:00