summaryrefslogtreecommitdiff
path: root/doc/ref/api-modules.texi
AgeCommit message (Expand)AuthorFilesLines
2024-10-26doc: Fix implication of omitting optional arguments.Tomas Volf1-4/+4
2024-10-26doc: Document #:hide.Tomas Volf1-13/+20
2024-05-06Fix typos throughout codebase.Morgan Smith1-3/+3
2023-11-28Minor typo in the manual無無1-1/+1
2020-05-22doc: '@' is not equivalent to autoloading.Ludovic Courtès1-4/+0
2020-05-22doc: #:autoload does not pull in all the module bindings.Ludovic Courtès1-3/+5
2019-11-29Associate #:replace info with modules, not variablesAndy Wingo1-0/+5
2019-08-25Letrectify only on -O2; update docsAndy Wingo1-5/+79
2019-08-18Add notion of declarative modulesAndy Wingo1-1/+65
2016-05-22Fix typo in manual.Alex Kost1-2/+2
2014-10-01docs: Fix documented return type of 'scm_c_export'.Mark H Weaver1-1/+1
2014-09-20Document #:prefix option in use-module clauses.Mark H Weaver1-12/+25
2014-06-06R6RS library documentation fixTaylan Ulrich B1-2/+2
2013-04-07Remove outdated and misplaced "Included Guile Modules" node from manual.Mark H Weaver1-122/+1
2013-04-04Cross reference 'SRFI-9 Records' directly instead of 'SRFI-9'.Mark H Weaver1-1/+2
2013-03-10excise use of "iff" in the manualJason Earl1-4/+4
2013-03-05Fix thread-unsafe lazy initializations.Mark H Weaver1-6/+10
2013-03-02Improve keyword notation of Texinfo function definitions.Bake Timmons1-3/+6
2012-05-23deprecate scm_sym2varAndy Wingo1-0/+11
2012-02-04Make notation for Scheme repeated arguments more consistent in manual.Bake Timmons1-3/+3
2012-02-02Make consistent the usage of variable names in the function definitions found...Bake Timmons1-2/+2
2012-01-27more documentation on the process of loading source and compiled filesAndy Wingo1-3/+3
2012-01-21add current-filename, add-to-path, add-to-load-pathAndy Wingo1-1/+1
2012-01-07update api-modules.texiAndy Wingo1-354/+362
2011-09-27doc: Fix typesetting of function definitions in "Accessing Modules from C".Ludovic Courtès1-31/+31
2011-03-08scm_public_ref et al docsAndy Wingo1-1/+64
2011-02-13Typo fixNeil Jerram1-1/+1
2010-12-17add ,reload meta-command and document it and reload-moduleAndy Wingo1-0/+5
2010-12-17document variable-unset!Andy Wingo1-0/+5
2010-10-07update traps documentation (unfinished)Andy Wingo1-4/+0
2010-07-17recommend #:replaceAndy Wingo1-23/+16
2010-05-22Edits for R6RS library implementation documentation, as suggested byJulian Graham1-18/+17
2010-05-20Documentation for the R6RS `library' and `import' forms.Julian Graham1-0/+139
2010-04-10Merge branch 'master' into wip-manual-2Neil Jerram1-620/+237
2010-04-02add api-foreign.texiAndy Wingo1-645/+164
2010-03-17Change `dynamic-link' to return a global handle when the argument is omitted.Ludovic Courtès1-2/+7
2009-12-22Complete support for version information in Guile's `module' form.Julian Graham1-1/+124
2009-12-22Support for renaming bindings on module export.Julian Graham1-22/+28
2009-12-21remove "module system quirks" from the manualAndy Wingo1-36/+0
2009-12-19Remove page breaks except before new chapters and indicesNeil Jerram1-1/+0
2009-08-27Fix doc of let*-valuesNeil Jerram1-1/+1
2009-08-09Use #:keyword syntax in preference to :keywordNeil Jerram1-2/+2
2009-08-09In general, use @lisp in preference to @smalllispNeil Jerram1-20/+20
2008-06-28Fix doc typo regarding `use-syntax' and "syntax transformers".Ludovic Courtès1-5/+5
2008-03-19* api-debug.texi (Low Level Trap Calls): Removed (materialNeil Jerram1-1/+1
2007-07-10Changes from arch/CVS synchronizationLudovic Courtès1-1/+13
2006-09-15Doc typo fixesNeil Jerram1-1/+1
2006-04-16merge from 1.8 branchKevin Ryde1-28/+31
2006-02-04wrong @subsection in my lastKevin Ryde1-2/+0
2006-02-04(Compiled Code Installation): New section.Kevin Ryde1-3/+90