summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-22Update `NEWS'.v2.0.3Ludovic Courtès1-0/+2
2011-10-22Fix compilation of `deprecated.c' with SCM_DEBUG_TYPING_STRICTNESS=2.Ludovic Courtès1-5/+5
2011-10-22Bump version number for 2.0.3.Ludovic Courtès1-3/+3
2011-10-22Update Gnulib to v0.0-6523-gb3609c1.Ludovic Courtès142-2441/+4553
2011-10-22doc: Document the `sitedir' and `extensiondir' pkg-config variables.Ludovic Courtès1-1/+22
2011-10-22Fix compilation with `--enable-debug-malloc'.Bake Timmons1-2/+3
2011-10-22Initialize `get_internal_run_time' before it is used.Ludovic Courtès1-2/+2
2011-10-22set width for `,trace' commandBT Templeton1-1/+1
2011-10-21fix segfault in goops if class fields are redefinedAndy Wingo2-12/+70
2011-10-20fix misallocation of some <fix> proceduresAndy Wingo2-1/+14
2011-10-19slight frames.h refactorAndy Wingo1-17/+32
2011-10-18doc: Add `libguile-parallel.texi' to the distribution.Ludovic Courtès1-0/+1
2011-10-17fix (web http) write-date for mondaysAndy Wingo1-1/+1
2011-10-16doc: Complete renaming of `autoconf.texi'.Ludovic Courtès1-2/+2
2011-10-16Update (ice-9 match) from Chibi-Scheme.Ludovic Courtès3-23/+7
2011-10-15coverage: Add tests for `case-lambda'.Ludovic Courtès1-0/+22
2011-10-15doc: Mention the partial evaluator next to `define-inlinable'.Ludovic Courtès1-0/+20
2011-10-15coverage: Add test with `eval'.Ludovic Courtès1-2/+17
2011-10-15Default to using poll(2) in `fport_input_waiting'.Cedric Cellier1-2/+17
2011-10-12update NEWS for 2.0.3Andy Wingo1-0/+98
2011-10-12add "Installing Site Packages"Andy Wingo3-0/+66
2011-10-12update tour.texi for site modules and extensionsAndy Wingo1-3/+3
2011-10-12manual: reorganize autoconf, pkg-config infoAndy Wingo4-49/+78
2011-10-12remove documentation on autofrisk fooAndy Wingo1-109/+0
2011-10-12add (web client) docsAndy Wingo1-2/+37
2011-10-10fold constants with accessorsAndy Wingo2-30/+51
2011-10-10recognize string primitivesAndy Wingo1-4/+10
2011-10-10add ,expand and ,optimizeAndy Wingo3-0/+41
2011-10-10regenerate psyntax-pp.scmAndy Wingo1-14975/+24426
2011-10-10peval support for memq and memvAndy Wingo2-0/+83
2011-10-10add accessor-primitive?, peval uses itAndy Wingo2-40/+53
2011-10-10peval: visit operands on-demand, to inline mutually recursive bindingsAndy Wingo2-388/+478
2011-10-10peval: add operand structureAndy Wingo1-0/+57
2011-10-10peval: refactor loggingAndy Wingo1-5/+6
2011-10-09New functions scm_is_exact and scm_is_inexactMike Gran4-0/+58
2011-10-08Document SCM_ASSERT_TYPE and SCM_ASRTGO macrosMike Gran1-0/+11
2011-10-08peval: loggingAndy Wingo1-4/+52
2011-10-07peval: bugfix in constant-expression?Andy Wingo1-1/+2
2011-10-07optimizer verifies its outputAndy Wingo1-2/+4
2011-10-07add tree-il verifierAndy Wingo2-0/+262
2011-10-06peval refactorAndy Wingo1-9/+7
2011-10-06comment peval.scmAndy Wingo1-126/+196
2011-10-05fix reading of #||||#Andy Wingo2-21/+28
2011-09-30peval: Add test for possible infinite recursion.Ludovic Courtès1-0/+9
2011-09-30Add link to the (ice-9 match) bug.Ludovic Courtès1-0/+1
2011-09-30peval: Recognize module-refs to primitives.Ludovic Courtès2-0/+22
2011-09-28generate psyntax-pp in canonical formAndy Wingo2-27661/+26446
2011-09-28separate peval and a new canonicalization pass into their own modulesAndy Wingo6-1162/+1048
2011-09-28regenerate psyntax-pp.scm, with optimizationsAndy Wingo1-13702/+28957
2011-09-28((lambda ...) ...) fixAndy Wingo2-8/+9