summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tweak to eval.ceval-cleanupAndy Wingo2009-08-211-3/+3
* eval.i.c -> eval.cAndy Wingo2009-08-213-1690/+1653
* more ceval excisionAndy Wingo2009-08-212-44/+24
* remove code from eval.i.c that was only for CEVAL.Andy Wingo2009-08-211-259/+0
* Don't double-include eval.i.c -- let's only build deval.Andy Wingo2009-08-212-48/+37
* gut trampolinesAndy Wingo2009-08-211-306/+11
* expand out named let to letrec in the eval caseAndy Wingo2009-08-212-5340/+5365
* eval is actually compileAndy Wingo2009-08-202-24/+30
* programs have their own tc7 nowAndy Wingo2009-08-2019-81/+91
* eval-elisp uses primitive-evalAndy Wingo2009-08-201-1/+4
* define @bind using syntax-caseAndy Wingo2009-08-202-9/+39
* use primitive-eval in run-vm-tests.scmAndy Wingo2009-08-201-2/+1
* better VM error messagesAndy Wingo2009-08-201-9/+8
* update docs for calling convention changeAndy Wingo2009-08-201-64/+54
* push new frame on stack before procedure & argsAndy Wingo2009-08-205-57/+78
* reorder frame layoutAndy Wingo2009-08-206-123/+85
* remove dead weight from vm-i-system.cAndy Wingo2009-08-202-222/+59
* disable autocompilation in the test suiteAndy Wingo2009-08-201-1/+1
* autocompiled files before installation go to a cache dir in the builddirAndy Wingo2009-08-204-3/+10
* type limits error in string-tabulateMichael Gran2009-08-201-1/+1
* Update srfi-13 functions for UnicodeMichael Gran2009-08-191-913/+593
* Some srfi-13 test with wide stringsMichael Gran2009-08-191-4/+52
* Updates to benchmarks for srfi-13Michael Gran2009-08-191-46/+65
* Avoid possible mutex hang on error message outputMichael Gran2009-08-191-1/+26
* Add VM exception in strings.testMichael Gran2009-08-191-0/+4
* Try to optimize scm_string for speedMichael Gran2009-08-191-10/+32
* Rename string-width to string-bytes-per-charMichael Gran2009-08-194-8/+8
* Misleading error message text in scm_i_string_writable_wide_charsMichael Gran2009-08-191-1/+1
* procedure-documentation works on vm proceduresAndy Wingo2009-08-191-0/+4
* Display wide strings using escapesMichael Gran2009-08-181-2/+1
* Avoid double-casts of stringbufMichael Gran2009-08-181-11/+11
* Avoid compilation warnings in SCM_MAKE_CHARMichael Gran2009-08-181-3/+9
* Benchmarks for common character and string proceduresMichael Gran2009-08-182-0/+348
* remove (ice-9 lineio)'s dependency on (ice-9 readline)Andy Wingo2009-08-181-1/+1
* `load' autocompilesAndy Wingo2009-08-183-7/+51
* Thanks, Mike.Ludovic Courtès2009-08-171-0/+1
* Update `NEWS' for commit d8dd381fa781c236ae777ca1ac55b73d3ca91c2a.Ludovic Courtès2009-08-172-0/+8
* Bump version number for 1.9.2.release_1-9-2Ludovic Courtès2009-08-151-1/+1
* Turn off auto-compilation to stand-alone tests.Ludovic Courtès2009-08-151-1/+2
* Update the manual and `NEWS' regarding `guile-2.0.pc'.Ludovic Courtès2009-08-152-5/+15
* Add proper `--help' and `--version' for `guile-tools compile'.Ludovic Courtès2009-08-156-7/+29
* update NEWS for 1.9.2Andy Wingo2009-08-151-53/+65
* Update `.gitignore' for GNU Global.Ludovic Courtès2009-08-151-0/+4
* Switch from `guile-1.8.pc' to `guile-2.0.pc'.Ludovic Courtès2009-08-156-8/+9
* Uncomment run-time objcode alignment check.Ludovic Courtès2009-08-132-7/+7
* Remove deprecated semi-public memoizers.Ludovic Courtès2009-08-132-67/+4
* Make the evaluator's memoizers private.Ludovic Courtès2009-08-133-128/+129
* compiler.test: Enforce evaluation order.Ludovic Courtès2009-08-131-9/+11
* Allow fresh modules to be passed to `compile'.Ludovic Courtès2009-08-133-6/+34
* Allow redefinitions in compiled code as in `(define round round)'.Ludovic Courtès2009-08-133-5105/+5987