summaryrefslogtreecommitdiff
path: root/doc/ref/api-evaluation.texi
AgeCommit message (Expand)AuthorFilesLines
2024-05-06Fix typos throughout codebase.Morgan Smith1-15/+15
2023-07-16Fix typos throughout codebase.Morgan Smith1-2/+2
2021-03-04Update documentation to incorporate read-syntaxAndy Wingo1-0/+52
2021-01-07New warnings: -Wuse-before-definition, -Wnon-idempotent-definitionAndy Wingo1-8/+4
2020-09-05Update NEWSAndy Wingo1-1/+0
2020-05-12Update NEWS for baseline compilerAndy Wingo1-5/+23
2019-12-02Add --r6rs and --r7rs options to "guild compile"Andy Wingo1-0/+6
2019-08-25Letrectify only on -O2; update docsAndy Wingo1-0/+11
2018-08-07Add -Wshadowed-toplevel.Ludovic Courtès1-1/+3
2018-08-07compile: Add '-x' flag.Ludovic Courtès1-0/+6
2017-05-22Update effective version to 3.0Andy Wingo1-2/+2
2017-04-18Add sandboxed evaluation facilityAndy Wingo1-0/+265
2017-03-10Revert "Fix "Scheme Syntax" info rendering"Andy Wingo1-2/+2
2017-03-01Fix "Scheme Syntax" info renderingAndy Wingo1-2/+2
2016-07-25doc: Add unquote and unquote-splicing examples.Ludovic Courtès1-1/+3
2014-09-30Merge branch 'stable-2.0'Mark H Weaver1-2/+3
2014-08-12doc: "!#" does not need to appear on a line of its own.Ludovic Courtès1-2/+3
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver1-0/+49
2014-02-12Add cooperative REPL server module.David Thompson1-0/+45
2014-02-12REPL Server: Fix 'stop-server-and-clients!'.Mark H Weaver1-0/+4
2014-02-07Merge commit 'a5cbbaa66a2491453db0edff9b0cb592a98f61bf'Andy Wingo1-1/+1
2014-01-21Fix nested block comment example in manual.Mark H Weaver1-1/+1
2014-01-14Merge branch 'stable-2.0'Mark H Weaver1-2/+8
2014-01-14print: Support R7RS |...| symbol notation.Mark H Weaver1-0/+2
2014-01-14read: Support R7RS |...| symbol notation.Mark H Weaver1-2/+6
2013-11-28Fix "include" doc typoAndy Wingo1-1/+1
2013-11-28Use version 2.2 in manual examplesAndy Wingo1-2/+2
2013-11-28Fix some references to objcode in the manualAndy Wingo1-5/+5
2013-06-27remove apply:nconc2lastAndy Wingo1-12/+0
2013-04-07Clarify 'file-encoding' docs: heuristics may be improved later.Mark H Weaver1-14/+22
2013-03-28Document (system repl server)Ian Price1-0/+47
2013-03-26Manual: xref SRFI-45 from core Delayed Evaluation section.Mark H Weaver1-1/+2
2013-03-02Improve keyword notation of Texinfo function definitions.Bake Timmons1-6/+12
2013-01-22`include' relative paths relative to including fileAndy Wingo1-0/+3
2013-01-21fix try-module-autoload, which did not detect failure to find the fileAndy Wingo1-8/+13
2012-11-28Add parse-path-with-ellipsis, and use it for GUILE_LOAD_PATH et al.Mark H Weaver1-7/+20
2012-11-23doc: Mention the `duplicate-case-datum' and `bad-case-datum' warnings.Ludovic Courtès1-1/+2
2012-10-26Implement SRFI-105 curly infix expressions.Mark H Weaver1-1/+6
2012-10-26Implement #!fold-case and #!no-fold-case reader directives.Mark H Weaver1-7/+15
2012-02-04Improve consistency of definitions of C functions in manual.Bake Timmons1-1/+1
2012-02-04Make notation for Scheme repeated arguments more consistent in manual.Bake Timmons1-8/+7
2012-02-02Make consistent the usage of variable names in the function definitions found...Bake Timmons1-3/+3
2012-01-30doc: Add "warnings" to the concept index.Ludovic Courtès1-0/+1
2012-01-30Rename scm_call_varargs -> scm_callMark H Weaver1-5/+5
2012-01-30Implement scm_call_varargs and scm_call_{7,8,9}Mark H Weaver1-0/+15
2012-01-27document `include', `include-from-path'Andy Wingo1-0/+62
2012-01-27more documentation on the process of loading source and compiled filesAndy Wingo1-8/+70
2012-01-26update local-eval docsAndy Wingo1-21/+46
2012-01-26Implement `local-eval', `local-compile', and `the-environment'Andy Wingo1-0/+34
2012-01-23current-filename canonicalizes path, remove add-to-pathAndy Wingo1-8/+1