bpt/guile.git
2015-01-22 Andy WingoMerge commit 'b1451ad859183ae48c624d19ec144306bd2d3e3a'
2014-12-14 Mark H WeaverAssembler: Cope with non-string port filenames.
2014-12-10 Andy WingoConvert primitive-eval to "compile" its expressions...
2014-12-10 Andy WingoFix syntax.test
2014-12-07 Andy WingoMinor evaluator tweaks
2014-12-07 Andy WingoSimplify variable resolution in the evaluator
2014-12-07 Andy WingoClosure conversion in evaluator
2014-12-06 Andy WingoAdd capture-env to evaluator
2014-12-05 Andy WingoSimplify the interpreter for trivial inits and no letrec
2014-12-05 Andy WingoAssignment conversion in the interpreter
2014-11-09 Andy Wingotexinfo: fix @url{@@} parsing
2014-11-01 Andy Wingoweb: Location header is URI-reference; better URI-refer...
2014-10-30 Daniel LlorensMerge branch 'lloda-array-support'
2014-10-01 Mark H Weaverdocs: Fix documented return type of 'scm_c_export'.
2014-09-30 Daniel LlorensIntern general arrays
2014-09-30 Daniel LlorensPack array dimensions in array object
2014-09-30 Daniel LlorensRun some of arrays.test under both compiler & interpreter
2014-09-30 Mark H WeaverMerge branch 'stable-2.0'
2014-09-30 Andy WingoAdd (ice-9 unicode) module
2014-09-29 Mark H Weaverpeval: Handle optional argument inits that refer to...
2014-09-25 Mark H Weaverdoc: Improve description of vector-unfold and vector...
2014-09-24 David KastrupFix ungetc for characters 0x80 <= c < 0xf0 in UTF-8.
2014-09-22 Ludovic CourtèsAdd 'EXIT_SUCCESS' and 'EXIT_FAILURE'.
2014-09-22 David Michaelguile-readline: Use the current directory if HOME is...
2014-09-20 Ludovic Courtèsbuild: Use 'libtoolize' in autogen.sh.
2014-09-20 David KastrupFix SCM_SMOB_OBJECT{_,_0_,_1_,_2_,_3_}LOC.
2014-09-20 Mark H Weaverguild disassemble: Use #:prefix instead of #:renamer.
2014-09-20 Mark H WeaverDocument #:prefix option in use-module clauses.
2014-09-20 Mark H WeaverSRFI-43: vector-concatenate: Fix error message.
2014-09-20 Mark H WeaverVM: Use register "a3" for IP_REG on m68k.
2014-09-20 Mark H WeaverVM: Allow the C compiler to choose FP_REG on ARM.
2014-09-20 Mark H WeaverDo not assume that 64-bit integers will be 64-bit aligned.
2014-09-20 Mark H WeaverVM: ASM_MUL for ARM: Add earlyclobber constraint to...
2014-09-17 Ludovic Courtèstests: Link test against Gnulib.
2014-09-12 Andy WingoAdd (ice-9 unicode) module
2014-08-26 Ludovic CourtèsThank Franck.
2014-08-26 Ludovic CourtèsHandle ~p in 'format' warnings.
2014-08-24 Andy WingoSeparate &boolean type into &true and &false
2014-08-15 Eli ZaretskiiOn MS-Windows, don't return file names with backslashes...
2014-08-14 Mark H WeaverCopy the result from 'nl_langinfo' before it can be...
2014-08-13 Eli ZaretskiiMake temporary file in coding.test work on MS-Windows.
2014-08-12 Ludovic Courtèsdoc: "!#" does not need to appear on a line of its...
2014-08-11 David KastrupClarify that object-properties cannot be reliably appli...
2014-07-31 Ian PriceProvide curried version of define*-public.
2014-07-30 Ian PricePrevent add-to-load-path from adding duplicate entries
2014-07-22 Andy WingoBetter simplification of literal constants that continu...
2014-07-22 Andy WingoCPS will not see "not" primcalls
2014-07-22 Andy WingoSimplify pass rewrite scope tree to reflect dominator...
2014-07-22 Andy WingoRemove dead case in CSE
2014-07-21 Andy WingoCSE allocate-struct fix
2014-07-21 Andy WingoFix typo in arities.scm
2014-07-21 Andy WingoStabilize renumber.scm:sort-conts.
2014-07-21 Andy Wingomaybe_annotate_source does not annotate negative positions
2014-07-21 Andy WingoSoft port fill-input doesn't alter line or column
2014-07-21 Andy Wingoscm_ungetc_unlocked should not result in negative columns
2014-07-21 Andy WingoFix allocate-slots for $kreceive with multiple predecessors
2014-07-05 Andy WingoBlock sorting to keep loop bodies together
2014-07-04 Ludovic CourtèsRecognize more ARM targets.
2014-07-04 Andy WingoFix bit-count* bug
2014-07-04 Ludovic Courtèsbuild: Support pthread builds without 'pthread_cancel...
2014-07-04 Ludovic Courtèsbuild: Use 'LT_LIB_M' to determine whether -lm is needed.
2014-07-04 Ludovic CourtèsRecognize arm-* target triplets.
2014-07-04 Andy Wingologbit? strength reduction
2014-07-04 Andy WingoFix logand range analysis.
2014-07-04 Andy WingoFix range analysis for mul and div
2014-07-04 Andy WingoType-driven strength reduction
2014-07-04 Andy WingoSmall type-fold cleanup
2014-07-03 Eli ZaretskiiRemove trailing whitespace from ports.test.
2014-07-03 Eli ZaretskiiUntabify some test files.
2014-07-03 Eli ZaretskiiFix problems with Windows file names that use backslashes.
2014-07-03 Eli ZaretskiiFix calculation of CPU set size for getaffinity.
2014-07-03 Eli ZaretskiiProvide a more reasonable default value for stack limit...
2014-07-03 Eli ZaretskiiUnconditionally build and test the ice-9/popen module.
2014-07-03 Andy WingoCompiler emits br-if-logtest
2014-07-03 Andy WingoAdd br-if-logtest opcode
2014-07-03 Andy WingoOptimizer support for logtest and logbit?
2014-07-03 Andy WingoConvert slot allocation to use intsets
2014-07-03 Andy WingoAdd bitvector->intset.
2014-07-03 Andy WingoRestrict intsets and maps to non-negative integers
2014-07-03 Andy WingoAdapt visit-prompt-control-flow to use intsets.
2014-07-03 Andy WingoCSE comments
2014-07-03 Andy WingoAdd intset-subtract.
2014-07-02 Eli Zaretskii More fixes for deleting files whose ports are not...
2014-07-02 Eli Zaretskii Make 'system*' available on MS-Windows.
2014-07-02 Eli Zaretskii Fix deletion of ports.test test file on MS-Windows.
2014-07-01 Andy WingoFix intset on 32-bit machines
2014-06-30 Andy WingoRemove size limit in elide-type-checks
2014-06-29 Andy WingoFix intmap-intersect corner case
2014-06-29 Andy WingoCSE truth inference pass uses intsets
2014-06-29 Andy WingoResult of intsect-intersect will share structure with...
2014-06-29 Andy WingoFix an intset-intersect corner case
2014-06-29 Andy WingoFix intset pruning for empty intsets
2014-06-29 Andy WingoRemove namesets.
2014-06-29 Andy WingoRewrite type inference to use intmaps
2014-06-29 Andy WingoNew module (language cps intmap)
2014-06-29 Andy WingoRewrite CSE to use intsets.
2014-06-29 Andy WingoNew module: (language cps intset)
2014-06-29 Andy WingoFix bit-count* bug
2014-06-22 Eli ZaretskiiFix compilation of scm_nl_langinfo when some nl_langinf...
2014-06-22 Andy WingoRewrite type inference pass to use namesets
next