summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update `THANKS'.Ludovic Courtès2012-06-201-0/+1
* Fix cross-compilation of GOOPS-using code.Ludovic Courtès2012-06-201-5/+10
* Fix unbound variables and unbound valuesSjoerd van Leent2012-06-081-3/+3
* Fix invalid use of `SCM' as a Boolean.Ludovic Courtès2012-06-081-2/+2
* Update (ice-9 match) from Chibi-Scheme.Ludovic Courtès2012-06-082-3/+5
* Make `substitute' conversion strategy test portable.Ludovic Courtès2012-05-311-8/+15
* Fix port test that assumed string ports use the `error' conversion strategy.Ludovic Courtès2012-05-311-4/+7
* Have string ports honor `%default-port-conversion-strategy'.Ludovic Courtès2012-05-313-7/+23
* Add the `%default-port-conversion-strategy' fluid.Ludovic Courtès2012-05-318-89/+159
* Access `pt->ilseq_handler' directly when needed.Ludovic Courtès2012-05-312-8/+12
* coverage: Add test for applicable structs.Ludovic Courtès2012-05-311-1/+11
* finish deprecating eval closuresAndy Wingo2012-05-237-151/+120
* deprecate lookup closuresAndy Wingo2012-05-236-60/+70
* deprecate scm_sym2varAndy Wingo2012-05-239-97/+132
* fix arity check for applicable structsAndy Wingo2012-05-211-9/+8
* rearrange scheme compilation orderAndy Wingo2012-05-211-4/+4
* vm.c: remove a useless checkAndy Wingo2012-05-211-2/+1
* Add more `%file-port-name-canonicalization' tests.Ludovic Courtès2012-05-151-1/+19
* Fix relative file name canonicalization with empty %LOAD-PATH entries.Ludovic Courtès2012-05-152-22/+56
* fix the cse testsAndy Wingo2012-05-151-22/+37
* cse passes a lookup procedure to the effects analyzerAndy Wingo2012-05-151-4/+17
* better effects analysis for calls to lexically bound proceduresAndy Wingo2012-05-151-166/+186
* fix-letrec tweakAndy Wingo2012-05-151-4/+18
* CSE in tail positionAndy Wingo2012-05-151-1/+16
* stronger conditional optimizationAndy Wingo2012-05-152-3/+32
* optimization for chain of if expressions with common testsAndy Wingo2012-05-152-9/+95
* mvoe tree-il=? and tree-il-hash to tree-il.scmAndy Wingo2012-05-152-64/+76
* Honor $(program_transform_name) for the `guile-tools' symlink.Ludovic Courtès2012-05-141-3/+8
* Have `-Wformat' remain quiet for any procedure called `_' or `N_'.Ludovic Courtès2012-05-122-7/+22
* Have `-Warity-mismatch' handle applicable structs.Ludovic Courtès2012-05-122-2/+29
* Improve special-casing of `_' in `-Wformat'.Ludovic Courtès2012-05-122-2/+22
* fix more assumptions that the frame-procedure is a procedureAndy Wingo2012-05-114-8/+21
* Merge remote-tracking branch 'origin/stable-2.0' into stable-2.0Andy Wingo2012-05-104-15/+57
|\
| * Add missing `SCM_API' for `scm_take_from_input_buffers'.Ludovic Courtès2012-05-081-1/+2
| * Fix `setvbuf' to leave the line/column number unchanged.Ludovic Courtès2012-05-083-14/+55
* | refactor vm application of non-programs; boot continuation refactorAndy Wingo2012-05-105-199/+141
|/
* docbook->texi fixAndy Wingo2012-05-081-2/+6
* (texinfo docbook) support for @acronymAndy Wingo2012-05-071-1/+3
* add support for texinfo parsed arguments, like @acronymAndy Wingo2012-05-073-12/+87
* Add a missing SYNC_ALL in variable-refAndy Wingo2012-05-071-0/+1
* Optimize `scm_read_string'.Ludovic Courtès2012-05-072-19/+38
* Make `scm_unget_byte' public.Ludovic Courtès2012-05-061-2/+2
* read: Avoid `void *' pointer arithmetic.Ludovic Courtès2012-05-061-1/+1
* Build with `-Wpointer-arith' when available.Ludovic Courtès2012-05-061-3/+1
* Correct typing of assertion in the `wind' instruction.Ludovic Courtès2012-05-051-2/+4
* Simplify the reader's `read_complete_token'.Ludovic Courtès2012-05-041-65/+35
* push error handlers out of line in the vmAndy Wingo2012-04-306-319/+331
* add internal SCM_NOINLINE definitionAndy Wingo2012-04-301-0/+5
* add scm_c_values helperAndy Wingo2012-04-302-5/+18
* vlist performance improvements; allocate vhash data inlineAndy Wingo2012-04-231-142/+159