Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-10-15 | Document the interaction of the "compilee" with the compiler's current module. | Ludovic Courtès | 1 | -0/+15 |
2009-10-15 | Restore signature of `scm_primitive_load_path ()' as found in 1.8. | Ludovic Courtès | 1 | -2/+9 |
2009-09-21 | Typo fixes | Neil Jerram | 1 | -1/+1 |
2009-09-05 | Doc updates for character encoding of source code files | Michael Gran | 1 | -0/+70 |
2009-01-09 | rename translate.scm to compile-ghil.scm, and more work on compiler.texi | Andy Wingo | 1 | -3/+3 |
2009-01-08 | start at documenting the compiler | Andy Wingo | 1 | -4/+104 |
2007-01-19 | * api-options.texi (Evaluator trap options): document | Han-Wen Nienhuys | 1 | -0/+3 |
2006-10-09 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+11 |
2005-12-14 | (Fly Evaluation): Add scm_call_4, suggested by Bruce Korb. | Kevin Ryde | 1 | -0/+1 |
2005-12-14 | * api-evaluation.texi (Loading): Document custom reader. | Neil Jerram | 1 | -5/+26 |
2005-03-02 | Updates for the new thread stuff. | Marius Vollmer | 1 | -2/+4 |