summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New foreign object facility, to replace SMOBswip-foreign-objectsAndy Wingo2014-04-2710-1/+575
* Fix foreign slot initialization and accessAndy Wingo2014-04-274-33/+56
* Add interface to disable automatic finalizationAndy Wingo2014-04-264-6/+101
* Support weak vectors, arrays, and bitvectors in (system base types).Mark H Weaver2014-04-242-0/+17
* print: avoid triggering deprecation warnings when printing weak vectors.Mark H Weaver2014-04-241-2/+5
* build: Clean up rules for meta/{guild,guile-config}.Ludovic Courtès2014-04-241-12/+12
* build: Honor program name transformation in 'guild'.Ludovic Courtès2014-04-243-11/+14
* Fix memory leak on `realloc' failureDmitry Bogatov2014-04-221-3/+18
* Update libgc URL in README.Mark H Weaver2014-04-161-1/+1
* Readline history preserves newlinesAndy Wingo2014-04-141-2/+2
* Make reverse! forego the cost of SCM_VALIDATE_LISTDavid Kastrup2014-04-011-5/+36
* Calculate usecs correctly in thread-sleep!Nathaniel Alderson2014-03-232-2/+8
* Bump version number for 2.0.11.v2.0.11Ludovic Courtès2014-03-201-2/+2
* Update NEWS.Ludovic Courtès2014-03-201-0/+8
* tests: Add #undef NDEBUG when using <assert.h>.Ludovic Courtès2014-03-208-7/+24
* tests: Check 'simple-format' with closed current-output-port.Ludovic Courtès2014-03-202-1/+17
* Fix (rnrs io simple) to open file ports in textual mode.Mark H Weaver2014-03-191-3/+10
* simple-format: Don't assume the current output port is valid.Mark H Weaver2014-03-191-0/+1
* Fix breakage of SRFI-4 C accessorsAndy Wingo2014-03-193-2/+97
* Bump version number for 2.0.10.v2.0.10Ludovic Courtès2014-03-171-2/+2
* Fix typo in NEWS.Ludovic Courtès2014-03-171-1/+1
* Update NEWS.Ludovic Courtès2014-03-171-4/+1
* Update NEWSAndy Wingo2014-03-171-1/+2
* Update NEWS.Ludovic Courtès2014-03-171-77/+73
* Fix newline preservation in @example with lines beginning with @Andy Wingo2014-03-172-3/+7
* Minor NEWS tweaks.Mark H Weaver2014-03-171-3/+3
* Add first draft of NEWS for 2.0.10.Mark H Weaver2014-03-171-1/+365
* Documentation tweaks for the 'r7rs-symbols' read/print options.Mark H Weaver2014-03-171-0/+12
* build: Link 'test-unwind.c' against libgnu.la.Ludovic Courtès2014-03-161-2/+2
* Fix (system base types) on big-endian systems.Mark H Weaver2014-03-151-1/+3
* SRFI-43 documentation tweaksMark H Weaver2014-03-142-4/+6
* Check SCM_USE_PTHREAD_THREADS using #if not #ifdef.Mark H Weaver2014-03-131-1/+1
* Include <config.h> in gen-scmconfig even when cross-compiling.Mark H Weaver2014-03-132-12/+9
* 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