summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Remove libguile-2.0-gdb.scm and $infodir/dir upon uninstall.Ludovic Courtès2014-03-121-0/+6
* build: Install libguile-2.0-gdb.scm after libguile-2.0.so.Ludovic Courtès2014-03-121-1/+1
* build: Don't include <config.h> in native programs when cross-compiling.Ludovic Courtès2014-03-123-16/+25
* build: Fix Gnulib compilation when $builddir != $srcdir.Ludovic Courtès2014-03-121-0/+3
* Test for deleted weak pairs in hash-for-each.David Thompson2014-03-122-1/+15
* SCM_I_INUM: Rewrite to avoid unspecified behavior when not using GNU C.Mark H Weaver2014-03-111-1/+16
* SCM_SRS: Improve fallback implemention to avoid unspecified behavior.Mark H Weaver2014-03-111-5/+14
* SRFI-60: Reimplement 'rotate-bit-field' on inums to be more portable.Mark H Weaver2014-03-112-40/+109
* Use 'offsetof' to avoid undefined behavior.Mark H Weaver2014-03-111-1/+1
* Avoid undefined behavior regarding signed integers and left shifts.Mark H Weaver2014-03-112-8/+17
* Avoid signed overflow in random.c.Mark H Weaver2014-03-111-1/+1
* Avoid side effects in argument to SCM_I_INUM.Mark H Weaver2014-03-111-1/+4
* Thank Paul.Ludovic Courtès2014-03-121-0/+1
* Provide glthread/lock.h implementation in terms of Guile threads.Ludovic Courtès2014-03-1213-2515/+151
* Improve compliance with C standards regarding signed integer shifts.Mark H Weaver2014-03-072-6/+7
* chars.c: Remove duplicate 'const' specifiers.Mark H Weaver2014-03-061-5/+5
* snarf.h: Declare static const function name vars as SCM_UNUSED.Mark H Weaver2014-03-061-8/+8
* Make snarfing tools more robust to varied C preprocessor behavior.Mark H Weaver2014-03-062-21/+13
* SRFI-19: Update the table of leap seconds.Mark H Weaver2014-03-031-3/+6
* Add missing files to the test-suite Makefile.Mark H Weaver2014-03-031-1/+15
* build: Make c-tokenize.c build on non-GNU systems.Ludovic Courtès2014-02-281-2/+6
* SRFI-18: Export 'current-thread'.Mark H Weaver2014-02-272-3/+4
* Rely on Gnulib for <unistd.h>.Mark H Weaver2014-02-2725-77/+37
* Rely on Gnulib for fsync, link, readlink, mkdir, rmdir, and rename.Mark H Weaver2014-02-271-36/+2
* Import Gnulib modules: link, fsync, readlink, rename, mkdir, rmdir, unistd.Mark H Weaver2014-02-2711-2/+695
* Fix typo in manual.Mark H Weaver2014-02-271-1/+1
* build: Fix out-of-source-tree installation of libguile-2.0-gdb.scm.Ludovic Courtès2014-02-271-3/+3
* Make sure 'ftw' allows directory traversal when running as root.Ludovic Courtès2014-02-201-2/+3
* build: Bail out when 'PKG_CHECK_MODULES' is missing.Ludovic Courtès2014-02-201-1/+5
* Add GDB extension to support Guile.Ludovic Courtès2014-02-183-9/+237
* Add (system base types).Ludovic Courtès2014-02-184-0/+675
* Fix inline asm of VM numerical operations for x32.Mark H Weaver2014-02-121-2/+4
* Rely on Gnulib for 'select', 'lstat', and 'mkstemp'.Mark H Weaver2014-02-124-20/+0
* Import 'lstat' and 'mkstemp' modules from Gnulib.Mark H Weaver2014-02-1210-2/+626
* Add cooperative REPL server module.David Thompson2014-02-125-3/+257
* REPL Server: Fix 'stop-server-and-clients!'.Mark H Weaver2014-02-122-24/+78
* guile.m4 tweaksAndy Wingo2014-02-111-5/+11
* Fix improper use of 'with-locale'.Mark H Weaver2014-02-081-4/+4
* Deprecate the use of the vector interface on arraysAndy Wingo2014-02-082-15/+50
* Deprecate use of vector-length, vector-ref, vector-set! as primitive-genericsAndy Wingo2014-02-081-7/+28
* Deprecate general "uniform-vector" interfaceAndy Wingo2014-02-088-142/+135
* Simplify srfi-4 C implementationAndy Wingo2014-02-081-43/+25
* Deprecate htons, htonl, ntohs, ntohlAndy Wingo2014-02-086-145/+76
* Improve handling of locales in the test suite.Mark H Weaver2014-02-0710-44/+38
* Better error reporting in 'weak-vector-ref' and 'weak-vector-set!'.Mark H Weaver2014-02-071-2/+2
* Make size argument optional to 'make-doubly-weak-hash-table'; fix docs.Mark H Weaver2014-02-072-4/+4
* Fix 'weak-vector?' doc: Weak hash tables are not weak vectors.Mark H Weaver2014-02-071-5/+1
* Fix truncated-print for uniform vectorsAndy Wingo2014-02-071-5/+6
* (srfi srfi-4 gnu) uses private define-bytevector-type from (srfi srfi-4)Andy Wingo2014-02-071-41/+4
* Remove private unused duplicate c32/c64vector definitionsAndy Wingo2014-02-071-18/+0