summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-01Bump version number for 2.0.2.v2.0.2Ludovic Courtès1-3/+3
2011-07-01Update `NEWS'.Ludovic Courtès1-1/+6
2011-07-01Revert "Fix lock ordering in `fat_mutex_lock' to match that of `do_thread_exi...Ludovic Courtès1-2/+3
2011-07-01Update Gnulib to v0.0-5874-g7170ee0.Ludovic Courtès20-63/+391
2011-07-01Type-check the OWNER argument of `lock-mutex'.Ludovic Courtès1-0/+3
2011-07-01Add type and range checks to the complex generalized vector accessors.Ludovic Courtès2-49/+104
2011-07-01Fix unaligned accesses for bytevectors of complex numbers.Ludovic Courtès1-10/+34
2011-07-01i18n: Don't use `!=' to compare SCMs.Ludovic Courtès1-1/+1
2011-07-01fix '(a #{.} b)Andy Wingo2-3/+9
2011-06-30Fix `on_thread_exit' for canceled threads.Ludovic Courtès1-6/+4
2011-06-30Add `guile-invoke.texi' to the distribution.Ludovic Courtès1-0/+1
2011-06-30fix generation of auto-compiled file names on mingw systemsAndy Wingo3-7/+41
2011-06-30better invocation documentationMark Harig3-177/+361
2011-06-30%load-hook not just for primitive-loadAndy Wingo2-1/+13
2011-06-30fix --disable-modules buildAndy Wingo4-2/+20
2011-06-30HAVE_POSIX warning fixAndy Wingo1-0/+2
2011-06-28Fix lock ordering in `fat_mutex_lock' to match that of `do_thread_exit'.Ludovic Courtès1-0/+3
2011-06-21psyntax: enable dotted tail patternsStefan Israelsson Tampe2-2354/+2391
2011-06-20update stack growth direction checkAndy Wingo1-13/+10
2011-06-20Placate GCC in `test-ffi-lib.c'.Ludovic Courtès1-7/+7
2011-06-19Fix hygiene issues with `define-record-type'Ian Price2-157/+181
2011-06-19Comment on the Gnulib `clock-gettime' workaround.Ludovic Courtès2-2/+4
2011-06-19configure: Factorize code checking for `iconveh_' constants; use the cache.Ludovic Courtès2-55/+31
2011-06-17current-language really defaults to Scheme.Andy Wingo1-3/+2
2011-06-17fix invalid transformation of (values x) -> x, (+ x) -> x, etcAndy Wingo3-9/+45
2011-06-17add -Wformat to %auto-compilation-optionsAndy Wingo1-1/+1
2011-06-17better messages on failed autocompilationAndy Wingo2-7/+26
2011-06-17fix self tail recursion to different case-lambda clausesAndy Wingo2-39/+42
2011-06-17fix AC_LANG_SOURCE warningsAndy Wingo1-9/+9
2011-06-17check for clock_getcpuclockid in gl_CLOCK_TIMEAndy Wingo2-4/+11
2011-06-17Silence warnings for variables created by `generate-temporaries'Andreas Rottmann2-1738/+1742
2011-06-17remove win32-dirent.[ch]Andy Wingo5-206/+3
2011-06-17mingw: use $APPDATA as a possible root for cachedir.Jan Nieuwenhuizen1-0/+6
2011-06-16add `rename' gnulib moduleAndy Wingo13-2/+1103
2011-06-16Fix several POSIX functions to use the locale encodingMark H Weaver2-17/+25
2011-06-16O_CLOEXEC usageAndy Wingo3-17/+4
2011-06-16gnulib updateAndy Wingo102-1494/+4435
2011-06-16fix initial values of reallocated fluidsAndy Wingo3-0/+24
2011-06-16more NEWSAndy Wingo1-0/+7
2011-06-16update NEWSAndy Wingo1-0/+156
2011-06-16add docs for shift and resetAndy Wingo1-0/+108
2011-06-16fix hash-set! on weak tablesAndy Wingo2-24/+55
2011-06-09Fix likely crash in `stable-sort!'Andreas Rottmann2-3/+13
2011-06-08doc: Mention the former name of `guild'.Ludovic Courtès2-3/+6
2011-05-31add guild docsAndy Wingo2-0/+29
2011-05-31rename `guile-tools' to `guild'Andy Wingo15-49/+57
2011-05-31write-objcode uses target-endianness, target-word-sizeAndy Wingo2-1/+32
2011-05-31compile-bytecode uses target-endiannessAndy Wingo1-5/+7
2011-05-31add (system base target)Andy Wingo2-1/+78
2011-05-30fix subtle and bad scm_internal_hash_fold bug for weak tablesAndy Wingo1-30/+10