bpt/guile.git
2008-11-30 Ludovic CourtèsMake GNU Libtool 2.2.x happier.
2008-11-30 Ludovic CourtèsCheck the return value of libc's functions to make...
2008-11-30 Ludovic CourtèsUse Gnulib's `full-write' and `full-read' modules.
2008-11-30 Ludovic CourtèsUpdate Gnulib files to commit d4b129b8e5f8a8d1198020fd6...
2008-11-24 Ludovic CourtèsUse orthodox libtoology in `guile'.
2008-11-24 Ludovic CourtèsRun the handler of SRFI-34's `with-exception-handler...
2008-11-24 Ludovic CourtèsFix comments in `test-scm-c-read.c'.
2008-11-23 Ludovic CourtèsAdd C unit test for `scm_c_read ()' and the port API.
2008-11-23 Neil JerramMake scm_c_read use caller buffer only for unbuffered...
2008-11-13 Ludovic CourtèsUpdate `THANKS'.
2008-11-13 Ludovic CourtèsUpdate the thread stack base when `scm_with_guile'...
2008-11-13 Ludovic CourtèsAugment `.gitignore'.
2008-11-13 Ludovic CourtèsUpdate "guile(1)" man page.
2008-11-13 Ludovic CourtèsAdd "guile(1)" man page.
2008-10-26 Neil JerramFix stack calibration-related errors when running make...
2008-10-24 Neil JerramAdd measure-hwm.scm to the set of distribution files.
2008-10-24 Neil JerramFix hang in srfi-18.test
2008-10-17 Neil JerramAvoid `Stack overflow' errors when running `make check'
2008-10-10 Ludovic CourtèsFix compilation error due to strict aliasing rules...
2008-10-09 Ludovic CourtèsFix compilation of the hard copy of the R5RS, tutorial...
2008-10-09 Ludovic CourtèsAdd test case to make sure `read' returns mutable strings.
2008-10-09 Ludovic CourtèsRevert "Make literal strings (i.e., returned by `read...
2008-09-28 Han-Wen NienhuysRemove GH and its traces.
2008-09-25 Ludovic CourtèsEnclose `regexp.test' in a module.
2008-09-25 Ludovic CourtèsFix handling of the FLAGS argument in `fold-matches'.
2008-09-23 Ludovic CourtèsMake literal strings (i.e., returned by `read') read...
2008-09-23 Ludovic CourtèsMake `symbol->string' return a read-only string.
2008-09-22 Neil JerramFix for incorrect (gcd -2) => -2; should give 2.
2008-09-18 Ludovic CourtèsFix `strftime' documentation wrt. `%Z'.
2008-09-15 Neil JerramMake multi-byte reads on unbuffered ports more efficient.
2008-09-15 Ludovic CourtèsAdd `uniform-vector-read!' benchmark.
2008-09-13 Ludovic CourtèsInclude <config.h> in standalone tests.
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-12 Ludovic CourtèsAdd `ChangeLog-2008' files to the distribution.
2008-09-12 Ludovic CourtèsRename `ChangeLog' files to `ChangeLog-2008'.
2008-09-12 Ludovic Courtèsdoc: Correct the default value of `%load-path'.
2008-09-12 Ludovic CourtèsInclude <config.h> in `discouraged.c'.
2008-09-11 Ludovic CourtèsRemove `.cvsignore' files.
2008-09-11 Ludovic CourtèsUse Gnulib's `autobuild' module.
2008-09-11 Han-Wen NienhuysRevise GC asserts.
2008-09-11 Han-Wen Nienhuys* HACKING: update to current practice
2008-09-10 Ludovic CourtèsFix compilation of `libguile-i18n' on MinGW.
2008-09-10 Han-Wen NienhuysCleanup mark-during-GC debug checks.
2008-09-09 Ludovic CourtèsUse Gnulib's `count-one-bits' as a replacement for...
2008-09-09 Ludovic CourtèsUse Gnulib's `count-one-bits' module.
2008-09-09 Ludovic CourtèsMerge branch 'master' into strftime-gnulib
2008-09-09 Ludovic CourtèsGet rid of Automake's "maintainer mode".
2008-09-08 Ludovic CourtèsUpdate `NEWS' wrt. `mutex-lock' deadlock fix.
2008-09-04 Ludovic CourtèsUpdate `NEWS' wrt. the removal of `scm_i_' symbols.
2008-09-04 Han-Wen Nienhuys* eval.c: Mark #endif with comment.
2008-09-03 Han-Wen NienhuysDon't sanity check GC numbers on 64 bit platforms,...
2008-09-02 Ludovic CourtèsFix compilation of `libguile-i18n' on NetBSD.
2008-09-02 Ludovic CourtèsUse Gnulib's `strftime' to address bug #24130.
2008-09-02 Ludovic CourtèsAdd Gnulib `strftime' module, update Gnulib files.
2008-08-31 Julian GrahamResolve a deadlock caused by not checking mutex state...
2008-08-30 Julian GrahamRaise error on SRFI-18 load if Guile built without...
2008-08-27 Ludovic CourtèsRemove `coop-threads' files that had been useless since...
2008-08-27 Ludovic CourtèsFix builds `--without-threads'.
2008-08-27 Han-Wen NienhuysMerge branch 'master' of git://git.sv.gnu.org/guile...
2008-08-27 Han-Wen NienhuysOnly sanity check numbers if SCM_DEBUG_CELL_ACCESSES...
2008-08-27 Han-Wen NienhuysSet SRCPROP{PLIST,COPY} through a macro, so SCM_DEBUG_C...
2008-08-25 Ludovic CourtèsUse $(GCC_CFLAGS) for `-Werror' et al. so that it's...
2008-08-25 Ludovic CourtèsUse $(GCC_CFLAGS) for `-Werror' et al. so that it's...
2008-08-22 Han-Wen NienhuysFix 2 indentation nitpicks.
2008-08-22 Han-Wen NienhuysStyle nitpicks: space before () in function call.
2008-08-21 Ludovic CourtèsAdd Gnulib-provided files for convenience.
2008-08-20 Ludovic CourtèsNever define `_GNU_SOURCE' explicitly since `AC_USE_SYS...
2008-08-19 Ludovic CourtèsAdd test case for the GOOPS `class-redefinition' memory...
2008-08-19 Ludovic CourtèsAdd ChangeLog and NEWS entry for the GOOPS `class-redef...
2008-08-19 Ludovic CourtèsComplete fix of `hell' allocation in GOOPS.
2008-08-18 Han-Wen NienhuysFix sizeof() nitpick for goops corruption.
2008-08-16 Han-Wen NienhuysMake marked conservatively statistic accumulative.
2008-08-16 Han-Wen NienhuysIf realloc() fails in scm_realloc, then do a complete...
2008-08-16 Han-Wen NienhuysAdd a statistic for tracking how many cells are marked...
2008-08-16 Han-Wen NienhuysGarbage collection cleanup.
2008-08-16 Han-Wen NienhuysRemove comments about removed variables.
2008-08-16 Han-Wen NienhuysIntroduce scm_i_marking to detect when GC mark bits...
2008-08-16 Han-Wen NienhuysRemove unused macro UNMARKED_CELL_P()
2008-08-16 Han-Wen NienhuysUse word_2 to store mark bits for freeing structs and...
2008-08-16 Han-Wen NienhuysDo not include private-gc.h in srfi-60.
2008-08-16 Han-Wen NienhuysFix memory corruption issue with hell[] array: realloc...
2008-08-14 Han-Wen NienhuysInclude min-yields in gc-stats output.
2008-08-14 Han-Wen NienhuysWhitespace and formatting fixes.
2008-08-13 Ludovic CourtèsRemove the now useless `qthreads.m4'.
2008-08-07 Neil JerramFix build failure on Debian hppa architecture (bad...
2008-08-02 Neil JerramFix misleading output from `(help rationalize)'
2008-07-17 Neil JerramSingle stepping through code from Emacs
2008-07-17 Neil JerramChangeLog for "Improve stack direction test"
2008-07-17 Neil JerramChangeLog for "Improved MIPS/Linux gc_os_dep.c definitions"
2008-07-16 Ludovic CourtèsHandle lack of `struct dirent64' and `readdir64_r ...
2008-07-12 Neil JerramImprove stack direction test
2008-07-12 Neil JerramImproved MIPS/Linux gc_os_dep.c definitions
2008-07-06 Ludovic CourtèsUse `-q' when running standalone tests.
2008-07-06 Ludovic CourtèsUpdate `INSTALL'.
2008-07-06 Ludovic CourtèsUpdate to Autoconf 2.61.
2008-07-05 Ludovic CourtèsUpdate Gnulib files.
2008-07-05 Ludovic CourtèsAdd `scm_c_symbol_length ()'.
2008-07-04 Ludovic CourtèsDon't declare `scm_i_locale_mutex' as `SCM_INTERNAL'.
2008-07-04 Ludovic CourtèsUpdate `THANKS'.
2008-07-04 Ludovic CourtèsFix `SCM_INTERNAL' with GCC 4.3.
next