summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-30Amend `NEWS'.v2.0.4Ludovic Courtès1-6/+6
2012-01-30Remove stale test file.Ludovic Courtès1-1/+3
2012-01-30doc: Add "warnings" to the concept index.Ludovic Courtès1-0/+1
2012-01-30fix hook invocation during thread guilificationAndy Wingo1-0/+4
2012-01-30Rename scm_call_varargs -> scm_callMark H Weaver5-16/+16
2012-01-30Implement scm_call_varargs and scm_call_{7,8,9}Mark H Weaver5-0/+86
2012-01-30Fix primitive-eval to return #<unspecified> for definitionsMark H Weaver3-1/+7
2012-01-30Fix 'local-eval' when the specified environment is a moduleMark H Weaver2-10/+12
2012-01-30Update user-visible copyright dates in manual and REPL to 2012Mark H Weaver2-2/+2
2012-01-30Augment `Libs.private' with for non-GNU platforms.Ludovic Courtès1-1/+4
2012-01-29paper over some "lexical vars are collectable" flakinessAndy Wingo1-11/+23
2012-01-29Revert "vm-i-scheme.c slight refactor"Andy Wingo1-125/+45
2012-01-29Revert "attempt to clear stale references on VM C stack"Andy Wingo4-229/+10
2012-01-29Revert "Work around instruction reordering on SPARC and HPPA in the VM."Ludovic Courtès1-21/+4
2012-01-28Fix double-free error on non-GNU systems.Chris K. Jester-Young1-0/+3
2012-01-28mention new manual sections in NEWSAndy Wingo1-0/+6
2012-01-27Build with `-fno-strict-aliasing' when available.Ludovic Courtès1-1/+6
2012-01-27attempt to clear stale references on VM C stackAndy Wingo4-10/+229
2012-01-27vm-i-scheme.c slight refactorAndy Wingo1-45/+125
2012-01-27document `include', `include-from-path'Andy Wingo1-0/+62
2012-01-27more documentation on the process of loading source and compiled filesAndy Wingo5-60/+89
2012-01-27Fix error messages involving definition formsMark H Weaver3-11325/+11472
2012-01-26update NEWSAndy Wingo1-28/+77
2012-01-26fix test-loose-endsAndy Wingo1-1/+4
2012-01-26update local-eval docsAndy Wingo1-21/+46
2012-01-26more readable gensymsAndy Wingo3-5989/+5214
2012-01-26globally unique marks and labels using syntax-session-idAndy Wingo5-12952/+12112
2012-01-26Revert "Universally-unique gensyms"Andy Wingo3-44/+11
2012-01-26Implement `local-eval', `local-compile', and `the-environment'Andy Wingo7-7/+411
2012-01-26Fix a couple of warnings.Ludovic Courtès2-2/+4
2012-01-26Fix typo in `-Wformat'.Ludovic Courtès1-1/+1
2012-01-26Add warnings for unsupported `simple-format' options.Ludovic Courtès4-31/+112
2012-01-25Import Gnulib's `setenv' module, for MinGW.Ludovic Courtès5-2/+550
2012-01-25new syntax procedures to (system syntax)Andy Wingo4-12338/+12375
2012-01-25add syntax-moduleAndy Wingo4-7053/+7082
2012-01-25add syntax-locally-bound-identifiersAndy Wingo4-11457/+13078
2012-01-25fix "lexical vars are collectable" testAndy Wingo1-3/+6
2012-01-25better function prologue disassemblyAndy Wingo1-1/+4
2012-01-25add another case in which to fold (values FOO) to FOO, for some FOOAndy Wingo1-2/+4
2012-01-25fix values miscompilation in push context with RAAndy Wingo2-6/+22
2012-01-24Work around instruction reordering on SPARC and HPPA in the VM.Ludovic Courtès1-4/+21
2012-01-24vlist: Use (ice-9 format).Ludovic Courtès1-1/+2
2012-01-23FFI: Fix `set-pointer-finalizer!' to leave the type cell unchanged.Ludovic Courtès2-3/+7
2012-01-23guile-readline: Clean `.go' files.Ludovic Courtès1-2/+3
2012-01-23current-filename canonicalizes path, remove add-to-pathAndy Wingo2-16/+5
2012-01-23Adjust tests that relied on the output of the hash table printer.Ludovic Courtès2-9/+12
2012-01-23Print the address of hash tables.Ludovic Courtès1-2/+5
2012-01-22Augment `release.org'.Ludovic Courtès1-0/+10
2012-01-22Parenthesize and type `SCM_FRAME' macros; check layout of `scm_vm_frame'.Ludovic Courtès3-7/+16
2012-01-22Relax `asm-to-bytecode.test' for when target CPU == native CPU.Ludovic Courtès1-2/+18