summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor evaluator tweakswip-closure-conversionAndy Wingo2014-12-073-7/+23
* Simplify variable resolution in the evaluatorAndy Wingo2014-12-075-211/+155
* Closure conversion in evaluatorAndy Wingo2014-12-071-13/+110
* Add capture-env to evaluatorAndy Wingo2014-12-064-1/+40
* Simplify the interpreter for trivial inits and no letrecAndy Wingo2014-12-054-187/+70
* Assignment conversion in the interpreterAndy Wingo2014-12-054-22/+414
* texinfo: fix @url{@@} parsingAndy Wingo2014-11-092-1/+5
* web: Location header is URI-reference; better URI-reference supportAndy Wingo2014-11-016-49/+421
* Merge branch 'lloda-array-support'Daniel Llorens2014-10-307-89/+117
|\
| * Intern general arraysDaniel Llorens2014-09-301-3/+28
| * Pack array dimensions in array objectDaniel Llorens2014-09-304-53/+51
| * Run some of arrays.test under both compiler & interpreterDaniel Llorens2014-09-302-33/+38
|/
* Merge branch 'stable-2.0'Mark H Weaver2014-09-3057-492/+1019
|\
| * Add (ice-9 unicode) moduleAndy Wingo2014-09-299-1/+213
| * peval: Handle optional argument inits that refer to previous arguments.Mark H Weaver2014-09-282-20/+160
| * doc: Improve description of vector-unfold and vector-unfold-right.Mark H Weaver2014-09-242-15/+15
| * Add 'EXIT_SUCCESS' and 'EXIT_FAILURE'.Ludovic Courtès2014-09-222-2/+14
| * guile-readline: Use the current directory if HOME is unset.David Michael2014-09-211-1/+2
| * build: Use 'libtoolize' in autogen.sh.Ludovic Courtès2014-09-201-5/+1
| * Fix SCM_SMOB_OBJECT{_,_0_,_1_,_2_,_3_}LOC.David Kastrup2014-09-201-5/+5
| * guild disassemble: Use #:prefix instead of #:renamer.Mark H Weaver2014-09-201-3/+2
| * Document #:prefix option in use-module clauses.Mark H Weaver2014-09-201-12/+25
| * SRFI-43: vector-concatenate: Fix error message.Mark H Weaver2014-09-201-1/+1
| * VM: Use register "a3" for IP_REG on m68k.Mark H Weaver2014-09-201-1/+1
| * VM: Allow the C compiler to choose FP_REG on ARM.Mark H Weaver2014-09-201-2/+2
| * Do not assume that 64-bit integers will be 64-bit aligned.Mark H Weaver2014-09-202-6/+7
| * VM: ASM_MUL for ARM: Add earlyclobber constraint to the SMULL outputs.Mark H Weaver2014-09-201-3/+2
| * tests: Link test against Gnulib.Ludovic Courtès2014-09-171-1/+2
| * Thank Franck.Ludovic Courtès2014-08-261-0/+1
| * Handle ~p in 'format' warnings.Ludovic Courtès2014-08-262-1/+56
| * On MS-Windows, don't return file names with backslashes from search-path.Eli Zaretskii2014-08-151-1/+2
| * Copy the result from 'nl_langinfo' before it can be overwritten.Mark H Weaver2014-08-131-10/+18
| * Make temporary file in coding.test work on MS-Windows.Eli Zaretskii2014-08-131-1/+4
| * doc: "!#" does not need to appear on a line of its own.Ludovic Courtès2014-08-121-2/+3
| * Clarify that object-properties cannot be reliably applied to numbers.David Kastrup2014-08-101-1/+1
| * Provide curried version of define*-public.Ian Price2014-07-311-1/+12
| * Prevent add-to-load-path from adding duplicate entriesIan Price2014-07-301-1/+1
| * Recognize more ARM targets.Ludovic Courtès2014-07-042-2/+14
| * Fix bit-count* bugAndy Wingo2014-07-043-2/+6
| * build: Support pthread builds without 'pthread_cancel' support (Android).Ludovic Courtès2014-07-043-2/+23
| * build: Use 'LT_LIB_M' to determine whether -lm is needed.Ludovic Courtès2014-07-041-4/+3
| * Recognize arm-* target triplets.Ludovic Courtès2014-07-042-2/+7
| * Remove trailing whitespace from ports.test.Eli Zaretskii2014-07-031-6/+6
| * Untabify some test files.Eli Zaretskii2014-07-033-274/+274
| * Fix problems with Windows file names that use backslashes.Eli Zaretskii2014-07-036-11/+67
| * Fix calculation of CPU set size for getaffinity.Eli Zaretskii2014-07-031-2/+2
| * Provide a more reasonable default value for stack limit on MS-Windows.Eli Zaretskii2014-07-031-1/+16
| * Unconditionally build and test the ice-9/popen module.Eli Zaretskii2014-07-033-18/+5
| * More fixes for deleting files whose ports are not closed.Eli Zaretskii2014-07-022-1/+4
| * Make 'system*' available on MS-Windows.Eli Zaretskii2014-07-021-6/+26