1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/module
Andy Wingo 15bb587f45 fix arity check for applicable structs
* module/language/tree-il/analyze.scm (validate-arity): Fix for
  applicable structs.  Applicable structs are procedures, but not every
  struct has a first slot, and not every struct with a procedure in its
  first slot is applicable.  Besides, the approach in this patch gives
  better errors.
2012-05-21 18:06:34 +02:00
..
ice-9 fix more assumptions that the frame-procedure is a procedure 2012-05-11 14:30:43 +02:00
language fix arity check for applicable structs 2012-05-21 18:06:34 +02:00
oop disable optimizations in goops dispatch procedures 2012-04-23 21:52:24 +02:00
rnrs Improve the usage of variable names in Scheme docstrings. 2012-02-02 12:24:40 +01:00
scripts Fix a couple of warnings. 2012-01-26 00:37:23 +01:00
srfi SRFI-9: Set the `record-constructor' slot of the RTD. 2012-04-10 00:17:39 +02:00
sxml remove duplicate when/unless definitions 2012-01-20 21:16:50 +01:00
system fix more assumptions that the frame-procedure is a procedure 2012-05-11 14:30:43 +02:00
texinfo docbook->texi fix 2012-05-08 16:03:54 +02:00
web add bad-request printer 2012-03-22 09:56:27 +01:00
Makefile.am rearrange scheme compilation order 2012-05-21 17:48:45 +02:00
rnrs.scm Enhance transcoder-related functionality of `(rnrs io ports)' 2011-03-13 23:14:43 +01:00
statprof.scm add gcprof 2011-05-05 11:43:12 +02:00
texinfo.scm add support for texinfo parsed arguments, like @acronym 2012-05-07 20:29:14 +02:00