bpt/guile.git
2014-09-20 Mark H WeaverVM: ASM_MUL for ARM: Add earlyclobber constraint to...
2014-09-17 Ludovic Courtèstests: Link test against Gnulib.
2014-08-26 Ludovic CourtèsThank Franck.
2014-08-26 Ludovic CourtèsHandle ~p in 'format' warnings.
2014-08-15 Eli ZaretskiiOn MS-Windows, don't return file names with backslashes...
2014-08-14 Mark H WeaverCopy the result from 'nl_langinfo' before it can be...
2014-08-13 Eli ZaretskiiMake temporary file in coding.test work on MS-Windows.
2014-08-12 Ludovic Courtèsdoc: "!#" does not need to appear on a line of its...
2014-08-11 David KastrupClarify that object-properties cannot be reliably appli...
2014-07-31 Ian PriceProvide curried version of define*-public.
2014-07-30 Ian PricePrevent add-to-load-path from adding duplicate entries
2014-07-04 Ludovic CourtèsRecognize more ARM targets.
2014-07-04 Andy WingoFix bit-count* bug
2014-07-04 Ludovic Courtèsbuild: Support pthread builds without 'pthread_cancel...
2014-07-04 Ludovic Courtèsbuild: Use 'LT_LIB_M' to determine whether -lm is needed.
2014-07-04 Ludovic CourtèsRecognize arm-* target triplets.
2014-07-03 Eli ZaretskiiRemove trailing whitespace from ports.test.
2014-07-03 Eli ZaretskiiUntabify some test files.
2014-07-03 Eli ZaretskiiFix problems with Windows file names that use backslashes.
2014-07-03 Eli ZaretskiiFix calculation of CPU set size for getaffinity.
2014-07-03 Eli ZaretskiiProvide a more reasonable default value for stack limit...
2014-07-03 Eli ZaretskiiUnconditionally build and test the ice-9/popen module.
2014-07-02 Eli Zaretskii More fixes for deleting files whose ports are not...
2014-07-02 Eli Zaretskii Make 'system*' available on MS-Windows.
2014-07-02 Eli Zaretskii Fix deletion of ports.test test file on MS-Windows.
2014-06-22 Eli ZaretskiiFix compilation of scm_nl_langinfo when some nl_langinf...
2014-06-12 Ludovic Courtèstests: Improve lack-of-/dev/null detection.
2014-06-11 Ludovic Courtèsi18n: Adjust tests for Windows.
2014-06-11 Ludovic Courtèsi18n: Ignore LC_MESSAGES on MinGW.
2014-06-11 Ludovic Courtèstests: Use NUL instead of /dev/null on MinGW.
2014-06-06 Taylan Ulrich BR6RS library documentation fix
2014-06-05 Dmitry BogatovFix typo in `transform-string' doc.
2014-06-05 Mark H WeaverOptimize scm_ilength and 'length+'.
2014-06-05 Mark H Weavertest-guild-compile: Increase sleep time before sending...
2014-06-04 Mark H WeaverAvoid quadratic expansion time in 'and' and 'or' macros.
2014-06-03 Ludovic Courtès'guild compile' doesn't leave temporary files behind it.
2014-06-01 Mark H WeaverSRFI-1 'length+' raises an error unless passed a proper...
2014-06-01 Mark H WeaverMark system async functions as SCM_API.
2014-05-28 Ludovic CourtèsSlightly simplify 'scm_open_process'.
2014-05-28 Ludovic Courtèsrdelim: Speed up 'read-string' (aka. 'get-string-all'.)
2014-05-28 Ludovic Courtèstests: Add test for <http://bugs.gnu.org/17466>.
2014-05-28 Ludovic CourtèsFix shrinking of contiguous bytevectors, as from 'get...
2014-05-23 Ludovic Courtèsweb: Keep the default size for the client's in-kernel...
2014-05-21 Ludovic Courtèstests: Add test for _IOLBF.
2014-05-16 Ludovic CourtèsSilence GCC warning.
2014-04-28 Andy WingoPrefer foreign objects over smobs in manual
2014-04-28 Andy WingoAdd new standalone tests to gitignore
2014-04-28 Andy WingoRemove doc/example-smob/
2014-04-28 Andy WingoRemove SMOB tutorial; update manual.
2014-04-28 Andy WingoAdd foreign object documentation
2014-04-28 Andy WingoAdd more foreign object interfaces
2014-04-28 Andy WingoAvoid non-constant struct initializers
2014-04-28 Andy WingoAdd scm_make_foreign_object_0; optimize scm_make_foreig...
2014-04-28 Andy WingoNew foreign object facility, to replace SMOBs
2014-04-27 Andy WingoFix foreign slot initialization and access
2014-04-26 Andy WingoAdd interface to disable automatic finalization
2014-04-24 Mark H WeaverSupport weak vectors, arrays, and bitvectors in (system...
2014-04-24 Mark H Weaverprint: avoid triggering deprecation warnings when print...
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...
next