summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-21Test signed narrow arguments in FFI better.wip-raeburn-miscKen Raeburn2-2/+16
2012-05-21Eliminate uses of GC_PTR, a holdover from libgc 6.x.Ken Raeburn11-38/+34
2012-05-21Don't use addresses of labels with LLVM.Ken Raeburn2-0/+24
2012-05-21Always use VM_LABEL.Ken Raeburn1-1/+1
2012-05-21Report time taken for 'guild compile' commands.Ken Raeburn2-3/+3
2012-05-21Require BDW-GC version 7.2 or better.Ken Raeburn1-3/+3
2012-05-21Fix FFI struct sizing to account for trailing padding.Ken Raeburn2-1/+6
2012-05-20Fix lock handling bug in commit aac980de43a0466b968a56607664f5ebbca6b751.Ken Raeburn2-2/+2
2012-05-17inline scm_cons, scm_car, scm_cdrAndy Wingo4-55/+68
2012-05-17add guile-2.2 featureAndy Wingo1-0/+1
2012-05-11Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo4-7/+20
2012-05-11fix more assumptions that the frame-procedure is a procedureAndy Wingo4-8/+21
2012-05-10Merge remote-tracking branch 'origin/stable-2.0' into stable-2.0Andy Wingo4-15/+57
2012-05-10Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo5-199/+141
2012-05-10refactor vm application of non-programs; boot continuation refactorAndy Wingo5-199/+141
2012-05-08Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo12-116/+225
2012-05-08Add missing `SCM_API' for `scm_take_from_input_buffers'.Ludovic Courtès1-1/+2
2012-05-08Fix `setvbuf' to leave the line/column number unchanged.Ludovic Courtès3-14/+55
2012-05-08docbook->texi fixAndy Wingo1-2/+6
2012-05-07(texinfo docbook) support for @acronymAndy Wingo1-1/+3
2012-05-07add support for texinfo parsed arguments, like @acronymAndy Wingo3-12/+87
2012-05-07Add a missing SYNC_ALL in variable-refAndy Wingo1-0/+1
2012-05-07Optimize `scm_read_string'.Ludovic Courtès2-19/+38
2012-05-06Make `scm_unget_byte' public.Ludovic Courtès1-2/+2
2012-05-06read: Avoid `void *' pointer arithmetic.Ludovic Courtès1-1/+1
2012-05-06Build with `-Wpointer-arith' when available.Ludovic Courtès1-3/+1
2012-05-05Correct typing of assertion in the `wind' instruction.Ludovic Courtès1-2/+4
2012-05-04Simplify the reader's `read_complete_token'.Ludovic Courtès1-65/+35
2012-04-30Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo9-308/+345
2012-04-30push error handlers out of line in the vmAndy Wingo6-319/+331
2012-04-30add internal SCM_NOINLINE definitionAndy Wingo1-0/+5
2012-04-30add scm_c_values helperAndy Wingo2-5/+18
2012-04-30fix peval test for recent mergeAndy Wingo1-2/+2
2012-04-26Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo9-222/+328
2012-04-26Merge commit 'f66cbb99ee096186837536885d3436bb334df34d'Andy Wingo4-0/+853
2012-04-26Merge commit '1cd63115be7a25d0ea18aaa0e1eff5658d8db77a'Andy Wingo4-60/+361
2012-04-26Merge commit 'de1eb420a5a95b17e85b19c4d98c869036e9ecb0'Andy Wingo7-1288/+1277
2012-04-26Merge commit 'd10f7b572c0ca1ccef87f9c46069daa30946e0cf'Andy Wingo28-196/+272
2012-04-23Clean up stack testsNoah Lavine1-46/+23
2012-04-23make-stack handles prompt tags betterNoah Lavine2-33/+70
2012-04-23vlist performance improvements; allocate vhash data inlineAndy Wingo1-142/+159
2012-04-23avoid emitting degenerate aliases in pevalAndy Wingo2-11/+71
2012-04-23vlist-cons micro-optimizationsAndy Wingo1-24/+31
2012-04-23slight vlist refactorAndy Wingo1-18/+11
2012-04-23new pass: cseAndy Wingo4-0/+854
2012-04-23minor tweaks to a peval testAndy Wingo1-4/+4
2012-04-23fix replacement of CSE with lexical-refAndy Wingo2-12/+24
2012-04-23peval uses effects analysisAndy Wingo1-53/+25
2012-04-23cse hashing tweakAndy Wingo1-1/+1
2012-04-23more inlining in effects.scmAndy Wingo1-11/+12