1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 14:20:26 +02:00
guile/module/system/vm
Andy Wingo f916cbc4b1 update procedure docs for programs, lambda*, case-lambda
* module/system/vm/program.scm: Export the arity things again, and
  program-arity. Why not.

* doc/ref/api-procedures.texi (Compiled Procedures): Update for current
  API.
  (Optional Arguments): Update to assume lambda* and define* are always
  available, and (ice-9 optargs) is now the ghetto.
  (Case-lambda): Now here, moved from SRFI-16 docs. Also docs
  case-lambda*.

* doc/ref/srfi-modules.texi: Point to core case-lambda docs.
2009-10-27 00:08:20 +01:00
..
debug.scm fix erroneous #:use-syntax clausen 2009-04-22 22:27:50 +02:00
frame.scm arities can have noncontiguous starts and ends 2009-10-25 13:12:27 +01:00
instruction.scm Switch remaining GPLv2+ Guile-VM headers to LGPLv3+. 2009-07-15 22:46:54 +02:00
objcode.scm Switch remaining GPLv2+ Guile-VM headers to LGPLv3+. 2009-07-15 22:46:54 +02:00
profile.scm Switch remaining GPLv2+ Guile-VM headers to LGPLv3+. 2009-07-15 22:46:54 +02:00
program.scm update procedure docs for programs, lambda*, case-lambda 2009-10-27 00:08:20 +01:00
trace.scm remove all mentions of "external" from the compiler and related code 2009-07-23 17:15:17 +02:00
vm.scm frame, program, objcode, etc inits use load-extension 2009-03-27 18:40:15 -07:00