summaryrefslogtreecommitdiff
path: root/doc/ref/api-evaluation.texi
Commit message (Expand)AuthorAgeFilesLines
* Update documentation to incorporate read-syntaxAndy Wingo2021-03-041-0/+52
* New warnings: -Wuse-before-definition, -Wnon-idempotent-definitionAndy Wingo2021-01-071-8/+4
* Update NEWSAndy Wingo2020-09-051-1/+0
* Update NEWS for baseline compilerAndy Wingo2020-05-121-5/+23
* Add --r6rs and --r7rs options to "guild compile"Andy Wingo2019-12-021-0/+6
* Letrectify only on -O2; update docsAndy Wingo2019-08-251-0/+11
* Add -Wshadowed-toplevel.Ludovic Courtès2018-08-071-1/+3
* compile: Add '-x' flag.Ludovic Courtès2018-08-071-0/+6
* Update effective version to 3.0Andy Wingo2017-05-221-2/+2
* Add sandboxed evaluation facilityAndy Wingo2017-04-181-0/+265
* Revert "Fix "Scheme Syntax" info rendering"Andy Wingo2017-03-101-2/+2
* Fix "Scheme Syntax" info renderingAndy Wingo2017-03-011-2/+2
* doc: Add unquote and unquote-splicing examples.Ludovic Courtès2016-07-251-1/+3
* Merge branch 'stable-2.0'Mark H Weaver2014-09-301-2/+3
|\
| * doc: "!#" does not need to appear on a line of its own.Ludovic Courtès2014-08-121-2/+3
* | Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-251-0/+49
|\ \ | |/
| * Add cooperative REPL server module.David Thompson2014-02-121-0/+45
| * REPL Server: Fix 'stop-server-and-clients!'.Mark H Weaver2014-02-121-0/+4
* | Merge commit 'a5cbbaa66a2491453db0edff9b0cb592a98f61bf'Andy Wingo2014-02-071-1/+1
|\ \ | |/
| * Fix nested block comment example in manual.Mark H Weaver2014-01-211-1/+1
* | Merge branch 'stable-2.0'Mark H Weaver2014-01-141-2/+8
|\ \ | |/
| * print: Support R7RS |...| symbol notation.Mark H Weaver2014-01-141-0/+2
| * read: Support R7RS |...| symbol notation.Mark H Weaver2014-01-141-2/+6
* | Fix "include" doc typoAndy Wingo2013-11-281-1/+1
* | Use version 2.2 in manual examplesAndy Wingo2013-11-281-2/+2
* | Fix some references to objcode in the manualAndy Wingo2013-11-281-5/+5
* | remove apply:nconc2lastAndy Wingo2013-06-271-12/+0
|/
* Clarify 'file-encoding' docs: heuristics may be improved later.Mark H Weaver2013-04-071-14/+22
* Document (system repl server)Ian Price2013-03-281-0/+47
* Manual: xref SRFI-45 from core Delayed Evaluation section.Mark H Weaver2013-03-261-1/+2
* Improve keyword notation of Texinfo function definitions.Bake Timmons2013-03-021-6/+12
* `include' relative paths relative to including fileAndy Wingo2013-01-221-0/+3
* fix try-module-autoload, which did not detect failure to find the fileAndy Wingo2013-01-211-8/+13
* Add parse-path-with-ellipsis, and use it for GUILE_LOAD_PATH et al.Mark H Weaver2012-11-281-7/+20
* doc: Mention the `duplicate-case-datum' and `bad-case-datum' warnings.Ludovic Courtès2012-11-231-1/+2
* Implement SRFI-105 curly infix expressions.Mark H Weaver2012-10-261-1/+6
* Implement #!fold-case and #!no-fold-case reader directives.Mark H Weaver2012-10-261-7/+15
* Improve consistency of definitions of C functions in manual.Bake Timmons2012-02-041-1/+1
* Make notation for Scheme repeated arguments more consistent in manual.Bake Timmons2012-02-041-8/+7
* Make consistent the usage of variable names in the function definitions found...Bake Timmons2012-02-021-3/+3
* doc: Add "warnings" to the concept index.Ludovic Courtès2012-01-301-0/+1
* Rename scm_call_varargs -> scm_callMark H Weaver2012-01-301-5/+5
* Implement scm_call_varargs and scm_call_{7,8,9}Mark H Weaver2012-01-301-0/+15
* document `include', `include-from-path'Andy Wingo2012-01-271-0/+62
* more documentation on the process of loading source and compiled filesAndy Wingo2012-01-271-8/+70
* update local-eval docsAndy Wingo2012-01-261-21/+46
* Implement `local-eval', `local-compile', and `the-environment'Andy Wingo2012-01-261-0/+34
* current-filename canonicalizes path, remove add-to-pathAndy Wingo2012-01-231-8/+1
* add current-filename, add-to-path, add-to-load-pathAndy Wingo2012-01-211-46/+79
* print-options doc updateAndy Wingo2012-01-121-1/+3