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