mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
* 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. |
||
---|---|---|
.. | ||
ChangeLog-2008 | ||
gds-faq.txt | ||
gds-scheme.el | ||
gds-server.el | ||
gds-test.el | ||
gds-test.sh | ||
gds-test.stdin | ||
gds-tutorial.txt | ||
gds.el | ||
gud-guile.el | ||
guile-c.el | ||
guile-emacs.scm | ||
guile-scheme.el | ||
guile.el | ||
Makefile.am | ||
multistring.el | ||
patch.el | ||
ppexpand.el | ||
README | ||
update-changelog.el |
Index gud-guile.el --- Support for debugging guile internals guile-c.el --- Guile C editing commands guile-scheme.el --- Guile Scheme editing mode guile.el --- Emacs Guile interface multistring.el --- editing multiline strings. patch.el --- mail/apply a patch ppexpand.el --- temporarily expanding macros in a pretty way. update-changelog.el --- stitch rcs2log output to ChangeLog Generated using: for f in *.el ; do sed -e 's/^....//g' -e '1q' $f ; done