1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00
guile/module/language
Andy Wingo 1e23b461ec remove program-name, program-documentation
* libguile/programs.h:
* libguile/programs.c (scm_program_name): Remove. procedure-name is
  sufficient.

* module/system/vm/program.scm (program-name): Remove from exports list.
  (program-documentation): Remove; procedure-documentation is
  sufficient.

* libguile/debug.c (scm_procedure_name): Remove special case for
  programs.

* module/language/tree-il/analyze.scm (validate-arity): Use
  procedure-name.

* module/ice-9/documentation.scm (object-documentation): Just use
  procedure-documentation, without special cases for programs.
2010-04-17 15:21:08 +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 remove program-name, program-documentation 2010-04-17 15:21:08 +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