1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
guile/module
Andy Wingo a75ea65896 fix memq/memv inlining
* module/language/tree-il/inline.scm (boolean-value): Add a case for
  applications of primitives, and move the memq/memv->bool code here.
  (inline!): We were inlining (memq 'a '(a b c)) => #t, and not the list
  tail, which was an embarrassing bug.  Fixed by moving this code to the
  boolean-value function.  Thanks to Mark Harig for the report.
2011-02-07 21:58:51 +01:00
..
ice-9 hack around bug in port-filename 2011-02-07 21:43:11 +01:00
language fix memq/memv inlining 2011-02-07 21:58:51 +01:00
oop Fix GOOPS method compilation bug when no next-method exists 2011-01-30 13:30:08 +01:00
rnrs R6RS: Have put-char', put-string', etc. raise an `&i/o-encoding-error'. 2011-02-02 18:06:29 +01:00
scripts Have "frisk" recognize #:use-module' and #:autoload'. 2010-10-27 23:31:49 +02:00
srfi Get rid of `define-macro' in the SRFI 26 implementation 2010-12-07 23:13:55 +01:00
sxml sxml->xml fix 2010-12-02 22:24:26 +01:00
system Use 'substring' instead of obsoleted 'make-shared-substring' 2011-02-02 05:45:37 -08:00
texinfo stexi->shtml supports itemx 2011-01-25 17:59:45 +01:00
web request and response cleanups 2011-01-10 22:44:41 -08:00
Makefile.am store macro definitions in the function slot 2010-12-07 13:21:02 +01:00
rnrs.scm implement port-eof? 2011-01-21 08:27:08 +01:00
statprof.scm remove a number of debug options 2010-09-24 20:57:01 +02:00
texinfo.scm Remove unused top-level variables. 2010-01-11 01:21:14 +01:00