bpt/guile.git
2014-04-24 Ludovic Courtèsbuild: Clean up rules for meta/{guild,guile-config}.
2014-04-24 Ludovic Courtèsbuild: Honor program name transformation in 'guild'.
2014-04-22 Dmitry BogatovFix memory leak on `realloc' failure
2014-04-16 Mark H WeaverUpdate libgc URL in README.
2014-04-14 Andy WingoReadline history preserves newlines
2014-04-01 David KastrupMake reverse! forego the cost of SCM_VALIDATE_LIST
2014-03-23 Nathaniel AldersonCalculate usecs correctly in thread-sleep!
2014-03-20 Ludovic CourtèsBump version number for 2.0.11.
2014-03-20 Ludovic CourtèsUpdate NEWS.
2014-03-20 Ludovic Courtèstests: Add #undef NDEBUG when using <assert.h>.
2014-03-20 Ludovic Courtèstests: Check 'simple-format' with closed current-output...
2014-03-20 Mark H WeaverFix (rnrs io simple) to open file ports in textual...
2014-03-19 Mark H Weaversimple-format: Don't assume the current output port...
2014-03-19 Andy WingoFix breakage of SRFI-4 C accessors
2014-03-17 Ludovic CourtèsBump version number for 2.0.10.
2014-03-17 Ludovic CourtèsFix typo in NEWS.
2014-03-17 Ludovic CourtèsUpdate NEWS.
2014-03-17 Andy WingoUpdate NEWS
2014-03-17 Ludovic CourtèsUpdate NEWS.
2014-03-17 Andy WingoFix newline preservation in @example with lines beginni...
2014-03-17 Mark H WeaverMinor NEWS tweaks.
2014-03-17 Mark H WeaverAdd first draft of NEWS for 2.0.10.
2014-03-17 Mark H WeaverDocumentation tweaks for the 'r7rs-symbols' read/print...
2014-03-16 Ludovic Courtèsbuild: Link 'test-unwind.c' against libgnu.la.
2014-03-15 Mark H WeaverFix (system base types) on big-endian systems.
2014-03-14 Mark H WeaverSRFI-43 documentation tweaks
2014-03-14 Mark H WeaverCheck SCM_USE_PTHREAD_THREADS using #if not #ifdef.
2014-03-14 Mark H WeaverInclude <config.h> in gen-scmconfig even when cross...
2014-03-12 Ludovic Courtèsbuild: Remove libguile-2.0-gdb.scm and $infodir/dir...
2014-03-12 Ludovic Courtèsbuild: Install libguile-2.0-gdb.scm after libguile...
2014-03-12 Ludovic Courtèsbuild: Don't include <config.h> in native programs...
2014-03-12 Ludovic Courtèsbuild: Fix Gnulib compilation when $builddir != $srcdir.
2014-03-12 David ThompsonTest for deleted weak pairs in hash-for-each.
2014-03-12 Mark H WeaverSCM_I_INUM: Rewrite to avoid unspecified behavior when...
2014-03-12 Mark H WeaverSCM_SRS: Improve fallback implemention to avoid unspeci...
2014-03-12 Mark H WeaverSRFI-60: Reimplement 'rotate-bit-field' on inums to...
2014-03-12 Mark H WeaverUse 'offsetof' to avoid undefined behavior.
2014-03-12 Mark H WeaverAvoid undefined behavior regarding signed integers...
2014-03-12 Mark H WeaverAvoid signed overflow in random.c.
2014-03-12 Mark H WeaverAvoid side effects in argument to SCM_I_INUM.
2014-03-11 Ludovic CourtèsThank Paul.
2014-03-11 Ludovic CourtèsProvide glthread/lock.h implementation in terms of...
2014-03-07 Mark H WeaverImprove compliance with C standards regarding signed...
2014-03-07 Mark H Weaverchars.c: Remove duplicate 'const' specifiers.
2014-03-07 Mark H Weaversnarf.h: Declare static const function name vars as...
2014-03-06 Mark H WeaverMake snarfing tools more robust to varied C preprocesso...
2014-03-03 Mark H WeaverSRFI-19: Update the table of leap seconds.
2014-03-03 Mark H WeaverAdd missing files to the test-suite Makefile.
2014-02-28 Ludovic Courtèsbuild: Make c-tokenize.c build on non-GNU systems.
2014-02-28 Mark H WeaverSRFI-18: Export 'current-thread'.
2014-02-28 Mark H WeaverRely on Gnulib for <unistd.h>.
2014-02-28 Mark H WeaverRely on Gnulib for fsync, link, readlink, mkdir, rmdir...
2014-02-28 Mark H WeaverImport Gnulib modules: link, fsync, readlink, rename...
2014-02-28 Mark H WeaverFix typo in manual.
2014-02-27 Ludovic Courtèsbuild: Fix out-of-source-tree installation of libguile...
2014-02-20 Ludovic CourtèsMake sure 'ftw' allows directory traversal when running...
2014-02-20 Ludovic Courtèsbuild: Bail out when 'PKG_CHECK_MODULES' is missing.
2014-02-18 Ludovic CourtèsAdd GDB extension to support Guile.
2014-02-18 Ludovic CourtèsAdd (system base types).
2014-02-13 Mark H WeaverFix inline asm of VM numerical operations for x32.
2014-02-13 Mark H WeaverRely on Gnulib for 'select', 'lstat', and 'mkstemp'.
2014-02-13 Mark H WeaverImport 'lstat' and 'mkstemp' modules from Gnulib.
2014-02-12 David ThompsonAdd cooperative REPL server module.
2014-02-12 Mark H WeaverREPL Server: Fix 'stop-server-and-clients!'.
2014-02-12 Andy Wingoguile.m4 tweaks
2014-02-08 Mark H WeaverFix improper use of 'with-locale'.
2014-02-08 Andy WingoDeprecate the use of the vector interface on arrays
2014-02-08 Andy WingoDeprecate use of vector-length, vector-ref, vector...
2014-02-08 Andy WingoDeprecate general "uniform-vector" interface
2014-02-08 Andy WingoSimplify srfi-4 C implementation
2014-02-08 Andy WingoDeprecate htons, htonl, ntohs, ntohl
2014-02-08 Mark H WeaverImprove handling of locales in the test suite.
2014-02-07 Mark H WeaverBetter error reporting in 'weak-vector-ref' and 'weak...
2014-02-07 Mark H WeaverMake size argument optional to 'make-doubly-weak-hash...
2014-02-07 Mark H WeaverFix 'weak-vector?' doc: Weak hash tables are not weak...
2014-02-07 Andy WingoFix truncated-print for uniform vectors
2014-02-07 Andy Wingo(srfi srfi-4 gnu) uses private define-bytevector-type...
2014-02-07 Andy WingoRemove private unused duplicate c32/c64vector definitions
2014-02-07 Andy WingoSRFI-4 predicates, length accessors only accept bytevec...
2014-02-07 Andy WingoDeprecate vector-ref, vector-length, vector-set! on...
2014-02-07 Andy WingoAdd weak-vector-length, weak-vector-ref, weak-vector...
2014-02-06 Mark H WeaverRemove outdated documentation of LTDL_LIBRARY_PATH.
2014-02-06 Mark H WeaverDocument 'equal?' in list of R6RS incompatibilities.
2014-02-04 Mark H WeaverREPL Server: Remove unneeded error case in 'run-server'.
2014-02-04 Mark H WeaverREPL Server: Redirect warnings to client socket.
2014-02-04 Mark H WeaverDon't check HAVE_ALARM, which no longer exists.
2014-02-04 Mark H WeaverUpdate Gnulib to v0.1-77-gd9361da
2014-02-03 Mark H Weaverdefine-values: Blackhole 'dummy'; work around lack...
2014-02-02 Mark H WeaverImplement R7RS 'define-values'.
2014-02-01 Mark H WeaverImplement SRFI-64 - A Scheme API for test suites.
2014-02-01 Mark H WeaverImplement SRFI-43 Vector Library.
2014-02-01 Mark H WeaverCompile numerical comparisons with more than 2 argument...
2014-01-31 Mark H WeaverRevert "Primitive expand numerical comparisons with...
2014-01-28 Mark H WeaverPrimitive expand numerical comparisons with more than...
2014-01-28 Mark H WeaverAdd 'positive?' and 'negative?' as primitives.
2014-01-28 Andy WingoMinor for-each speedup
2014-01-24 Mark H WeaverImplement SRFI-111 Boxes.
2014-01-24 Mark H WeaverFix thread-unsafe lazy initializations.
2014-01-23 Mark H WeaverImprove correctness and consistency of 'eval-when'...
2014-01-23 Mark H WeaverImprove docs for 'eval-when'.
next