summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Update `NEWS'.Ludovic Courtès2009-02-121-1/+4
* | fix marking of double-cell subrsAndy Wingo2009-03-171-1/+7
* | Merge commit 'e092357058850a6f998bf462bdc5504c6379c96f' into vm-checkAndy Wingo2009-03-174-84/+20
|\ \ | |/
| * Small cleanup relative to the use of double cells for subrs.Ludovic Courtès2009-02-121-7/+1
| * Use double-cells to store subrs.Ludovic Courtès2009-02-124-79/+21
* | Merge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66' into vm-checkAndy Wingo2009-03-173-2/+4
|\ \ | |/
| * Add `SCM_SET_SUBR_GENERIC ()' to replace `SCM_SUBR_GENERIC ()' as an lvalue.Ludovic Courtès2009-02-113-2/+4
* | Merge commit 'cce8b2ce93703aff953750fb40cb53176ea66504' into vm-checkAndy Wingo2009-03-172-7/+7
|\ \ | |/
| * Use `SCM_SNAME ()' when requesting the name of a subr.Ludovic Courtès2009-02-112-7/+7
* | Merge commit '4c9e29ec38350a5206aa3e8e72ad4376512ada2b' into vm-checkAndy Wingo2009-03-171-5/+8
|\ \ | |/
| * Clean lib-version.texiNeil Jerram2009-02-091-5/+8
* | Merge commit 'ad5f5ada1d50ecdab634d60ffe3a13b9193156aa' into vm-checkAndy Wingo2009-03-174-3/+16
|\ \ | |/
| * Allow @ to work with (ice-9 syncase)Neil Jerram2009-02-084-3/+16
* | Merge commit '95a040cd2be7ad03bf197edbdb1fec2c52749ef6' into vm-checkAndy Wingo2009-03-173-1/+3
|\ \ | |/
| * Fix build when compiled with -Wundef -WerrorNeil Jerram2009-02-083-1/+3
* | Merge commit '6290d3f10927f887102a164ccb1a7291cc62288d' into vm-checkAndy Wingo2009-03-173-8/+8
|\ \ | |/
| * GOOPS: Statically allocate the PORT class array.Ludovic Courtès2009-02-033-8/+8
* | Merge commit '5bb2d903b9e54fdd5858a16ba11fa91a9dc0c692' into vm-checkAndy Wingo2009-03-174-10/+14
|\ \ | |/
| * Publish the maximum number of port types as `SCM_I_MAX_PORT_TYPE_COUNT'.Ludovic Courtès2009-02-034-10/+14
* | Merge commit '04795a1cb259c20896fb2edb50c58086027281b0' into vm-checkAndy Wingo2009-03-173-7/+6
|\ \ | |/
| * GOOPS: Statically allocate the SMOB class array.Ludovic Courtès2009-02-033-7/+6
* | Merge commit '202271f291971cf14175f5a1a193955f72d43d79' into vm-checkAndy Wingo2009-03-173-5/+9
|\ \ | |/
| * Publish the maximum number of SMOB types as `SCM_I_MAX_SMOB_TYPE_COUNT'.Ludovic Courtès2009-02-033-5/+9
* | Merge commit 'c010924a71f942100dc7b4021d5ef1c6decf9c85' into vm-checkAndy Wingo2009-03-171-4/+4
|\ \ | |/
| * Update SRFI-11 docs to use correct name for let*-values.Julian Graham2009-02-021-4/+4
* | 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