summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Bump version number for 2.0.11.v2.0.11Ludovic Courtès1-2/+2
2014-03-20Update NEWS.Ludovic Courtès1-0/+8
2014-03-20tests: Add #undef NDEBUG when using <assert.h>.Ludovic Courtès8-7/+24
2014-03-20tests: Check 'simple-format' with closed current-output-port.Ludovic Courtès2-1/+17
2014-03-19Fix (rnrs io simple) to open file ports in textual mode.Mark H Weaver1-3/+10
2014-03-19simple-format: Don't assume the current output port is valid.Mark H Weaver1-0/+1
2014-03-19Fix breakage of SRFI-4 C accessorsAndy Wingo3-2/+97
2014-03-17Bump version number for 2.0.10.v2.0.10Ludovic Courtès1-2/+2
2014-03-17Fix typo in NEWS.Ludovic Courtès1-1/+1
2014-03-17Update NEWS.Ludovic Courtès1-4/+1
2014-03-17Update NEWSAndy Wingo1-1/+2
2014-03-17Update NEWS.Ludovic Courtès1-77/+73
2014-03-17Fix newline preservation in @example with lines beginning with @Andy Wingo2-3/+7
2014-03-17Minor NEWS tweaks.Mark H Weaver1-3/+3
2014-03-17Add first draft of NEWS for 2.0.10.Mark H Weaver1-1/+365
2014-03-17Documentation tweaks for the 'r7rs-symbols' read/print options.Mark H Weaver1-0/+12
2014-03-16build: Link 'test-unwind.c' against libgnu.la.Ludovic Courtès1-2/+2
2014-03-15Fix (system base types) on big-endian systems.Mark H Weaver1-1/+3
2014-03-14SRFI-43 documentation tweaksMark H Weaver2-4/+6
2014-03-13Check SCM_USE_PTHREAD_THREADS using #if not #ifdef.Mark H Weaver1-1/+1
2014-03-13Include <config.h> in gen-scmconfig even when cross-compiling.Mark H Weaver2-12/+9
2014-03-12build: Remove libguile-2.0-gdb.scm and $infodir/dir upon uninstall.Ludovic Courtès1-0/+6
2014-03-12build: Install libguile-2.0-gdb.scm after libguile-2.0.so.Ludovic Courtès1-1/+1
2014-03-12build: Don't include <config.h> in native programs when cross-compiling.Ludovic Courtès3-16/+25
2014-03-12build: Fix Gnulib compilation when $builddir != $srcdir.Ludovic Courtès1-0/+3
2014-03-12Test for deleted weak pairs in hash-for-each.David Thompson2-1/+15
2014-03-11SCM_I_INUM: Rewrite to avoid unspecified behavior when not using GNU C.Mark H Weaver1-1/+16
2014-03-11SCM_SRS: Improve fallback implemention to avoid unspecified behavior.Mark H Weaver1-5/+14
2014-03-11SRFI-60: Reimplement 'rotate-bit-field' on inums to be more portable.Mark H Weaver2-40/+109
2014-03-11Use 'offsetof' to avoid undefined behavior.Mark H Weaver1-1/+1
2014-03-11Avoid undefined behavior regarding signed integers and left shifts.Mark H Weaver2-8/+17
2014-03-11Avoid signed overflow in random.c.Mark H Weaver1-1/+1
2014-03-11Avoid side effects in argument to SCM_I_INUM.Mark H Weaver1-1/+4
2014-03-12Thank Paul.Ludovic Courtès1-0/+1
2014-03-12Provide glthread/lock.h implementation in terms of Guile threads.Ludovic Courtès13-2515/+151
2014-03-07Improve compliance with C standards regarding signed integer shifts.Mark H Weaver2-6/+7
2014-03-06chars.c: Remove duplicate 'const' specifiers.Mark H Weaver1-5/+5
2014-03-06snarf.h: Declare static const function name vars as SCM_UNUSED.Mark H Weaver1-8/+8
2014-03-06Make snarfing tools more robust to varied C preprocessor behavior.Mark H Weaver2-21/+13
2014-03-03SRFI-19: Update the table of leap seconds.Mark H Weaver1-3/+6
2014-03-03Add missing files to the test-suite Makefile.Mark H Weaver1-1/+15
2014-02-28build: Make c-tokenize.c build on non-GNU systems.Ludovic Courtès1-2/+6
2014-02-27SRFI-18: Export 'current-thread'.Mark H Weaver2-3/+4
2014-02-27Rely on Gnulib for <unistd.h>.Mark H Weaver25-77/+37
2014-02-27Rely on Gnulib for fsync, link, readlink, mkdir, rmdir, and rename.Mark H Weaver1-36/+2
2014-02-27Import Gnulib modules: link, fsync, readlink, rename, mkdir, rmdir, unistd.Mark H Weaver11-2/+695
2014-02-27Fix typo in manual.Mark H Weaver1-1/+1
2014-02-27build: Fix out-of-source-tree installation of libguile-2.0-gdb.scm.Ludovic Courtès1-3/+3
2014-02-20Make sure 'ftw' allows directory traversal when running as root.Ludovic Courtès1-2/+3
2014-02-20build: Bail out when 'PKG_CHECK_MODULES' is missing.Ludovic Courtès1-1/+5