summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit '53d81399bef1d9396665e79fb6b9c25eb8e2a6ad' into vm-checkAndy Wingo2009-03-171-8/+60
|\ \ | |/
| * cleanups to value and help help handlersAndy Wingo2009-01-281-19/+14
| * merge in from guile-lib: add some extensibility to `help'Andy Wingo2009-01-271-8/+64
* | Merge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907' into vm-checkAndy Wingo2009-03-173-1/+3
|\ \ | |/
| * Fix build when scm_t_timespec is different from struct timespecNeil Jerram2009-01-233-1/+3
* | Merge commit 'cbee5075d69cb057c4af4c5e24319da90367897f' into vm-checkAndy Wingo2009-03-173-0/+21
|\ \ | |/
| * Fix MinGW HAVE_STRUCT_TIMESPEC build problemNeil Jerram2009-01-233-0/+21
* | Merge commit '32a2609de06af65341e6b4db6961557b788821e8' into vm-checkAndy Wingo2009-03-173-1882/+0
|\ \ | |/
| * Remove useless cooperative multi-threading source files.Ludovic Courtès2009-01-183-1882/+0
* | Merge commit 'e95d11110b7af0f528404d28209c3a464ab7074d' into vm-checkAndy Wingo2009-03-172-6/+4
|\ \ | |/
| * Make variables related to the subr table size private and unsigned.Ludovic Courtès2009-01-182-6/+4
* | Merge commit '752be95a475132506c35922d284884cf776149d0' into vm-checkAndy Wingo2009-03-172-237/+1
|\ \ | |/
| * Remove `INSTALL'Neil Jerram2009-01-172-291/+1
* | Merge commit '8b0174c879bf74981efe702a00471ed5b8e6912e' into vm-checkAndy Wingo2009-03-172-3/+22
|\ \ | |/
| * Don't try to unlock already unlocked heap mutexNeil Jerram2009-01-152-3/+22
* | revert annotation support in syncase. another day perhaps.Andy Wingo2009-03-171-3/+4
* | Fix errors when stripping annotationsAndy Wingo2009-03-083-5/+5
* | actually use syncase's source information tracking. rock!Andy Wingo2009-03-062-3/+18
* | modify psyntax so it produced annotated source if given annotated sourceAndy Wingo2009-03-062-34/+40
* | support source-level annotations in syncaseAndy Wingo2009-03-065-25/+29
* | fix eval-when statements in boot-9Andy Wingo2009-03-061-7/+7
* | Replace eval-case with eval-whenAndy Wingo2009-03-069-147/+104
* | fixups to expand.scmAndy Wingo2009-03-021-15/+16
* | add separate expansion phase, to detwingle things a bitAndy Wingo2009-03-026-12/+361
* | fix printer in struct docsAndy Wingo2009-03-021-5/+5
* | add annotation moduleAndy Wingo2009-03-021-0/+54
* | make the ES compiler more readable via use of ->Andy Wingo2009-02-271-303/+314
* | use -> macro in scheme->ghil compilerAndy Wingo2009-02-271-41/+46
* | slight optimization in transform-record, note in optimize*Andy Wingo2009-02-272-3/+9
* | introduce -> binding inside transform-record body expressionsAndy Wingo2009-02-272-48/+36
* | first stabs as s-expression-driven transformation of GHILAndy Wingo2009-02-272-3/+167
* | common slot accessors are procedures-with-settersAndy Wingo2009-02-271-4/+5
* | use common slots mechanism in ghilAndy Wingo2009-02-272-24/+27
* | define-type has #:common-slotsAndy Wingo2009-02-271-6/+16
* | fix variable not initialized spurious warningsAndy Wingo2009-02-251-2/+2
* | don't crash etch's gccAndy Wingo2009-02-251-0/+4
* | export procedure-arguments from ice-9 sessionAndy Wingo2009-02-252-2/+35
* | Aggregate makefiles for `module/system' and `module/language'.Ludovic Courtès2009-02-2415-60/+88
* | unbork the replAndy Wingo2009-02-241-1/+1
* | in meta-reader, return directly if the peeked char is EOFAndy Wingo2009-02-241-3/+9
* | use umask when making permissions on .go filesAndy Wingo2009-02-241-0/+1
* | use nobase in am/guilecAndy Wingo2009-02-241-1/+2
* | parse division vs regexps properlyAndy Wingo2009-02-221-1/+4
* | compile for-inAndy Wingo2009-02-224-27/+65
* | fix "for" compilationAndy Wingo2009-02-221-2/+2
* | add scheme integration to js via `require'Andy Wingo2009-02-221-0/+26
* | ecmascript tokens have source infoAndy Wingo2009-02-221-31/+38
* | throw SyntaxError on bad syntaxAndy Wingo2009-02-222-20/+26
* | more arithmetic on non-numbersAndy Wingo2009-02-222-2/+32
* | + for strings, global js object, new Foo() worksAndy Wingo2009-02-226-34/+96