bpt/guile.git
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
2014-06-22 Andy WingoNew module: (language cps nameset)
2014-06-19 Andy WingoRefactor dominator computation
2014-06-19 Andy WingoConstant folding for (list) and (vector) in peval
2014-06-12 Ludovic Courtèstests: Improve lack-of-/dev/null detection.
2014-06-11 Ludovic Courtèsi18n: Adjust tests for Windows.
2014-06-11 Ludovic Courtèsi18n: Ignore LC_MESSAGES on MinGW.
2014-06-11 Ludovic Courtèstests: Use NUL instead of /dev/null on MinGW.
2014-06-09 Ludovic CourtèsUse the right GC version macros.
2014-06-06 Taylan Ulrich BR6RS library documentation fix
2014-06-05 Dmitry BogatovFix typo in `transform-string' doc.
2014-06-05 Mark H WeaverOptimize scm_ilength and 'length+'.
2014-06-05 Mark H Weavertest-guild-compile: Increase sleep time before sending...
2014-06-04 Mark H WeaverAvoid quadratic expansion time in 'and' and 'or' macros.
2014-06-03 Ludovic Courtès'guild compile' doesn't leave temporary files behind it.
2014-06-01 Mark H WeaverSRFI-1 'length+' raises an error unless passed a proper...
2014-06-01 Mark H WeaverMark system async functions as SCM_API.
next