1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
guile/module/language
Andy Wingo 3fc7e2c123 deprecate arity access via (procedure-properties proc 'arity)
* libguile/procprop.h (scm_sym_arity): Deprecate. I didn't move it to
  deprecated.h though, because that might have some boot implications --
  though I didn't check.

* libguile/procprop.c (scm_procedure_properties)
  (scm_set_procedure_properties_x, scm_procedure_property)
  (scm_set_procedure_property_x): Deprecate access to a procedure's
  arity via procedure-properties. Users should use
  procedure-minimum-arity.

* module/ice-9/channel.scm (eval):
* module/ice-9/session.scm (arity):
* module/language/tree-il/analyze.scm (validate-arity): Fix up instances
  of (procedure-property x 'arity) to use procedure-minimum-arity.
2010-04-17 16:28:52 +02:00
..
assembly Don't export write-bytecode' from (language assembly compile-bytecode)'. 2010-03-07 23:53:22 +01:00
brainfuck Revert "implement #:predicate" and remove predicate from <lambda-case> 2009-11-15 21:02:26 +01:00
bytecode language-readers receive environment as an arg 2009-10-16 13:39:24 +02:00
ecmascript fix array bugs in ecmascript 2010-03-31 22:31:11 +02:00
elisp change remaining %nil -> #nil 2010-04-09 21:06:29 +02:00
glil %nil -> #nil 2010-04-09 14:17:04 +02:00
objcode allocate free variables inline to closures 2010-01-09 16:43:26 +01:00
scheme rename sc-expand to macroexpand 2010-03-19 15:22:27 +01:00
tree-il deprecate arity access via (procedure-properties proc 'arity) 2010-04-17 16:28:52 +02:00
value Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
assembly.scm %nil -> #nil 2010-04-09 14:17:04 +02:00
glil.scm prompt handlers are always inline 2010-02-19 15:30:34 +01:00
objcode.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
tree-il.scm abort always dispatches to VM bytecode, to detect same-invocation aborts 2010-02-22 21:54:06 +01:00