Run the handler of SRFI-34's `with-exception-handler' in the right dyn. env.
[bpt/guile.git] / NEWS
2008-11-24 Ludovic CourtèsRun the handler of SRFI-34's `with-exception-handler...
2008-11-13 Ludovic CourtèsUpdate the thread stack base when `scm_with_guile'...
2008-11-13 Ludovic CourtèsAdd "guile(1)" man page.
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èsRevert "Make literal strings (i.e., returned by `read...
2008-09-28 Han-Wen NienhuysRemove GH and its traces.
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-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-08-19 Ludovic CourtèsAdd ChangeLog and NEWS entry for the GOOPS `class-redef...
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-16 Ludovic CourtèsHandle lack of `struct dirent64' and `readdir64_r ...
2008-07-12 Neil JerramImprove stack direction test
2008-07-05 Ludovic CourtèsAdd `scm_c_symbol_length ()'.
2008-06-30 Ludovic CourtèsAdd `NEWS' entry for SRFI-18.
2008-06-28 Ludovic CourtèsDisable type-checking of `SCM_UNPACK' for the broken...
2008-06-02 Ludovic Courtèsguile-config: Show `-L$libdir' before `-lguile'.
2008-06-02 Ludovic CourtèsWork around `#define except' on Tru64.
2008-05-31 Ludovic CourtèsUpdate `NEWS'.
2008-05-07 Ludovic CourtèsRemove uses of non-portable makefile constructs.
2008-05-05 Neil JerramAdd NEWS and concept index entries for traps infrastruc...
2008-05-04 Ludovic CourtèsAdd `pkg-config' support.
2008-04-28 Ludovic CourtèsFix type-checking of SRFI-1 `partition'.
2008-04-26 Ludovic CourtèsMake `(srfi srfi-35)' visible through `cond-expand'.
2008-04-26 Ludovic CourtèsAdd `(srfi srfi-88)'.
2008-04-24 Ludovic CourtèsDon't use "-I$(srcdir)", so that our "random.h" doesn...
2008-04-16 Ludovic CourtèsUpdate `NEWS'.
2008-04-16 Ludovic CourtèsInline `scm_getc', `scm_putc' and `scm_puts'.
2008-04-15 Ludovic CourtèsAdd support for SRFI-88-like postfix keyword read syntax.
2008-04-10 Ludovic CourtèsAdd `NEWS' entries for Andy's fixes.
2008-04-07 Ludovic CourtèsUpdate/remove references to the CVS repository.
2008-04-07 Ludovic CourtèsFix inline machinery for GCC 4.3 and later in C99 mode.
2008-03-13 Ludovic CourtèsHonor $TMPDIR in the test suite.
2008-03-12 Ludovic CourtèsFix SRFI-37 `args-fold' with short option names of...
2008-03-12 Ludovic CourtèsProvide `describe' feature in `(oop goops describe)'.
2008-03-10 Ludovic CourtèsFix `alloca' on FreeBSD 6.
2008-03-09 Neil JerramOnly define scm_from_complex_double if it will
2008-03-06 Ludovic CourtèsFix type-checking for the second argument of `eval'.
2008-03-02 Ludovic CourtèsFix "mixed linkage" errors in `inline.h'.
2008-02-27 Neil Jerram(errno): Remove declarations that have been there
2008-02-23 Neil Jerram* FAQ: New file.
2008-02-23 Ludovic CourtèsUse `imaginary_part' instead of `imaginary' to fix...
2008-02-22 Ludovic CourtèsFix `(ice-9 match)' for lists of lists.
2008-02-22 Ludovic CourtèsLook for `strncasecmp' declaration.
2008-02-22 Ludovic CourtèsFix build issue in `gc.c' on GNU/Linux IA64.
2008-02-21 Neil JerramFix a strange character that got into "scm_add_slot...
2008-02-21 Ludovic CourtèsFix bug #22369: segfault in `scm_add_slot ()'.
2008-02-21 Ludovic CourtèsMerge 1.8.4 release commit.
2008-02-16 Ludovic CourtèsFix NetBSD/alpha support.
2008-02-15 Neil JerramRelease stuff: missing NEWS and 2007/2008 copyrights.
2008-02-15 Neil Jerram * autogen.sh: Copy versions of config.guess and config...
2008-02-11 Neil Jerram* numbers.c (SCM_COMPLEX_VALUE): Use GUILE_I instead...
2008-02-07 Ludovic CourtèsMore compilation fixes with Sun CC (bug #21378).
2008-02-07 Neil Jerram * threads.c (do_thread_exit, scm_cancel_thread,
2008-02-06 Neil Jerram(scm_gc_malloc): Return NULL if requested size is 0.
2008-02-06 Ludovic CourtèsFix compilation of `numbers.c' with Sun CC.
2008-02-05 Neil Jerram* fports.c (fport_seek): Make dependent on GUILE_USE_64...
2008-02-01 Neil Jerram* modules.c (the_root_module): Moved before scm_current...
2008-01-22 Neil Jerram*** empty log message ***
2008-01-22 Neil Jerram* srfi-39.scm: Update copyright statement to LGPL.
2008-01-18 Neil Jerram* hashtab.c (scm_hash_fn_create_handle_x): If supplied...
2007-12-29 Neil Jerram*** empty log message ***
2007-12-04 Ludovic CourtèsChanges from arch/CVS synchronization
2007-12-04 Ludovic CourtèsChanges from arch/CVS synchronization
2007-10-27 Ludovic CourtèsChanges from arch/CVS synchronization
2007-10-27 Ludovic CourtèsChanges from arch/CVS synchronization
2007-10-21 Neil Jerram*** empty log message ***
2007-10-20 Ludovic CourtèsChanges from arch/CVS synchronization
2007-10-17 Ludovic CourtèsChanges from arch/CVS synchronization
2007-10-10 Ludovic CourtèsChanges from arch/CVS synchronization
2007-10-02 Ludovic CourtèsChanges from arch/CVS synchronization
2007-10-02 Ludovic CourtèsChanges from arch/CVS synchronization
2007-09-02 Ludovic CourtèsChanges from arch/CVS synchronization
2007-09-02 Ludovic CourtèsChanges from arch/CVS synchronization
2007-09-01 Ludovic CourtèsChanges from arch/CVS synchronization
2007-08-23 Ludovic CourtèsChanges from arch/CVS synchronization
2007-08-11 Ludovic CourtèsChanges from arch/CVS synchronization
2007-08-11 Ludovic CourtèsChanges from arch/CVS synchronization
2007-08-08 Ludovic CourtèsChanges from arch/CVS synchronization
2007-07-29 Ludovic CourtèsChanges from arch/CVS synchronization
2007-07-24 Ludovic CourtèsChanges from arch/CVS synchronization
2007-07-18 Ludovic CourtèsChanges from arch/CVS synchronization
2007-07-18 Ludovic CourtèsRevision: lcourtes@laas.fr--2006-libre/guile-core-...
2007-07-17 Ludovic CourtèsChanges from arch/CVS synchronization
2007-07-10 Ludovic CourtèsChanges from arch/CVS synchronization
2007-07-09 Ludovic CourtèsChanges from arch/CVS synchronization
2007-06-25 Ludovic CourtèsChanges from arch/CVS synchronization
2007-06-12 Ludovic CourtèsChanges from arch/CVS synchronization
2007-06-07 Ludovic CourtèsChanges from arch/CVS synchronization
2007-05-09 Ludovic CourtèsChanges from arch/CVS synchronization
2007-03-07 Kevin Rydemerge from 1.8 branch
2007-01-19 Han-Wen Nienhuysidem.
next