Age | Commit message (Expand) | Author | Files | Lines |
2013-06-27 | remove apply:nconc2last | Andy Wingo | 1 | -12/+0 |
2013-04-07 | Clarify 'file-encoding' docs: heuristics may be improved later. | Mark H Weaver | 1 | -14/+22 |
2013-03-28 | Document (system repl server) | Ian Price | 1 | -0/+47 |
2013-03-26 | Manual: xref SRFI-45 from core Delayed Evaluation section. | Mark H Weaver | 1 | -1/+2 |
2013-03-02 | Improve keyword notation of Texinfo function definitions. | Bake Timmons | 1 | -6/+12 |
2013-01-22 | `include' relative paths relative to including file | Andy Wingo | 1 | -0/+3 |
2013-01-21 | fix try-module-autoload, which did not detect failure to find the file | Andy Wingo | 1 | -8/+13 |
2012-11-28 | Add parse-path-with-ellipsis, and use it for GUILE_LOAD_PATH et al. | Mark H Weaver | 1 | -7/+20 |
2012-11-23 | doc: Mention the `duplicate-case-datum' and `bad-case-datum' warnings. | Ludovic Courtès | 1 | -1/+2 |
2012-10-26 | Implement SRFI-105 curly infix expressions. | Mark H Weaver | 1 | -1/+6 |
2012-10-26 | Implement #!fold-case and #!no-fold-case reader directives. | Mark H Weaver | 1 | -7/+15 |
2012-02-04 | Improve consistency of definitions of C functions in manual. | Bake Timmons | 1 | -1/+1 |
2012-02-04 | Make notation for Scheme repeated arguments more consistent in manual. | Bake Timmons | 1 | -8/+7 |
2012-02-02 | Make consistent the usage of variable names in the function definitions found... | Bake Timmons | 1 | -3/+3 |
2012-01-30 | doc: Add "warnings" to the concept index. | Ludovic Courtès | 1 | -0/+1 |
2012-01-30 | Rename scm_call_varargs -> scm_call | Mark H Weaver | 1 | -5/+5 |
2012-01-30 | Implement scm_call_varargs and scm_call_{7,8,9} | Mark H Weaver | 1 | -0/+15 |
2012-01-27 | document `include', `include-from-path' | Andy Wingo | 1 | -0/+62 |
2012-01-27 | more documentation on the process of loading source and compiled files | Andy Wingo | 1 | -8/+70 |
2012-01-26 | update local-eval docs | Andy Wingo | 1 | -21/+46 |
2012-01-26 | Implement `local-eval', `local-compile', and `the-environment' | Andy Wingo | 1 | -0/+34 |
2012-01-23 | current-filename canonicalizes path, remove add-to-path | Andy Wingo | 1 | -8/+1 |
2012-01-21 | add current-filename, add-to-path, add-to-load-path | Andy Wingo | 1 | -46/+79 |
2012-01-12 | print-options doc update | Andy Wingo | 1 | -1/+3 |
2011-11-22 | Add a `--target' option to `guild compile'. | Ludovic Courtès | 1 | -0/+7 |
2011-05-31 | rename `guile-tools' to `guild' | Andy Wingo | 1 | -4/+4 |
2011-05-20 | fix documentation for option-set! syntaxen | Andy Wingo | 1 | -5/+9 |
2011-04-15 | add --fresh-auto-compile | Andy Wingo | 1 | -0/+9 |
2011-03-08 | eval-string docs | Andy Wingo | 1 | -10/+39 |
2011-03-08 | document scm_call_{5,6,n} | Andy Wingo | 1 | -0/+8 |
2011-02-15 | Document `%auto-compilation-options'. | Ludovic Courtès | 1 | -3/+11 |
2011-01-28 | update api-evaluation.texi | Andy Wingo | 1 | -10/+21 |
2011-01-24 | Choose the input source file encoding in a locale-independent way. | Ludovic Courtès | 1 | -2/+9 |
2011-01-21 | document hungry-eol-escapes | Andy Wingo | 1 | -3/+5 |
2010-10-08 | Add `-Wformat'. | Ludovic Courtès | 1 | -4/+4 |
2010-10-07 | update traps documentation (unfinished) | Andy Wingo | 1 | -33/+0 |
2010-10-01 | move read and print options docs to the procedures they parameterize | Andy Wingo | 1 | -20/+100 |
2010-09-24 | remove evaluator-traps-interface | Andy Wingo | 1 | -43/+0 |
2010-09-24 | remove eval-options | Andy Wingo | 1 | -33/+1 |
2010-09-16 | update vm hooks doc | Andy Wingo | 1 | -8/+6 |
2010-08-16 | a number of doc fixes | Andy Wingo | 1 | -15/+0 |
2010-04-10 | Merge branch 'master' into wip-manual-2 | Neil Jerram | 1 | -4/+57 |
2010-03-14 | add some vm hook docs | Andy Wingo | 1 | -0/+9 |
2010-01-19 | Document `guile-tools compile'. | Ludovic Courtès | 1 | -3/+45 |
2009-12-27 | Automatic manual updates following libguile docstring changes | Neil Jerram | 1 | -1/+3 |
2009-12-19 | Remove page breaks except before new chapters and indices | Neil Jerram | 1 | -1/+0 |
2009-11-23 | Correct manual wrt. encoding names. | Ludovic Courtès | 1 | -2/+3 |
2009-11-16 | Improve documentation of supported encoding names. | Ludovic Courtès | 1 | -12/+21 |
2009-11-14 | Replace `setbinary' by a public `%default-port-encoding' fluid. | Ludovic Courtès | 1 | -2/+5 |
2009-10-19 | Add support for R6RS/SRFI-30 nested block comments. | Ludovic Courtès | 1 | -0/+15 |