summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-181-0/+5
* Revision: lcourtes@laas.fr--2006-libre/guile-core--cvs-head--0--patch-81...Creator: Ludovic Courtes <ludovic.courtes@laas.fr> Added SRFI-37, by Stephen Compall. (See ChangeLogs.) Ludovic Courtès2007-07-181-0/+4
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-171-0/+26
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-101-0/+4
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-091-0/+4
* Changes from arch/CVS synchronizationLudovic Courtès2007-06-251-0/+4
* Changes from arch/CVS synchronizationLudovic Courtès2007-06-121-0/+4
* Changes from arch/CVS synchronizationLudovic Courtès2007-05-091-0/+4
* Changes from arch/CVS synchronizationLudovic Courtès2007-04-171-0/+5
* * configure.in (HAVE_CRYPT): check for cexp, clog, carg...* numbers.c (carg): provide carg, cexp, clog in case they are missing. Han-Wen Nienhuys2007-04-091-0/+4
* merge from 1.8 branchKevin Ryde2007-03-071-0/+15
* Announce versions of autoconf, automake, libtool and...m4. Neil Jerram2007-02-241-0/+3
* (subdirs_with_ltlibs): Add libguile.Neil Jerram2007-02-241-0/+4
* Remove changes that weren't in fact needed:...- config.rpath in EXTRA_DIST, in Makefile.am - dummy definition of AM_INTL_SUBDIR, in acinclude.m4. Neil Jerram2007-02-201-12/+0
* (AM_INTL_SUBDIR): Remove unnecessary dnl.Neil Jerram2007-02-181-0/+2
* * configure.in: Remove AM_GNU_GETTEXT_VERSION again....* Makefile.am (EXTRA_DIST): Add config.rpath. * config.rpath (Module): New (from gettext package). Neil Jerram2007-02-181-0/+8
* Changes from arch/CVS synchronizationLudovic Courtès2007-01-311-0/+5
* * configure.in: Do AM_GNU_GETTEXT_VERSION, so that autoreconf will...run autopoint. * acinclude.m4 (AM_INTL_SUBDIR): Provide dummy definition, to work around current autoconf/automake/gettext bug. Neil Jerram2007-01-281-0/+6
* New upstream version of INSTALL.Neil Jerram2007-01-281-0/+2
* New upstream version.Neil Jerram2007-01-281-0/+4
* new file. Make using git easier.Han-Wen Nienhuys2007-01-221-0/+4
* *** empty log message ***Kevin Ryde2007-01-151-0/+39
* (Module): only try to run render-bugs if it exists.Han-Wen Nienhuys2007-01-031-0/+4
* Changes from arch/CVS synchronizationLudovic Courtès2006-11-181-0/+9
* * README: Note need for subscription to bug-guile@gnu.org....* NEWS: Note need for subscription to bug-guile@gnu.org. Neil Jerram2006-11-171-0/+6
* Changes from arch/CVS synchronizationLudovic Courtès2006-11-081-0/+10
* * configure.in: New check for uca lib (needed for IA64 on HP-UX)....* threads.c (SCM_MARK_BACKING_STORE): Use scm_ia64_ar_bsp() and scm_ia64_register_backing_store_base() instead of Linux-specific implementations. * gc.h (scm_ia64_register_backing_store_base, scm_ia64_ar_bsp): New declarations. * gc.c (__libc_ia64_register_backing_store_base): Declaration removed. (scm_ia64_register_backing_store_base, scm_ia64_ar_bsp): New, with implementations for Linux and HP-UX. * coop-pthreads.c (SCM_MARK_BACKING_STORE): Use scm_ia64_ar_bsp() and scm_ia64_register_backing_store_base() instead of Linux-specific implementations. * continuations.h (__libc_ia64_register_backing_store_base): Declaration removed. (scm_t_contregs): New "fresh" field. * continuations.c (ia64_getcontext): Removed. (scm_make_continuation): Use continuation fresh field instead of interpreting getcontext return values (which isn't portable). Use scm_ia64_ar_bsp() and scm_ia64_register_backing_store_base() instead of Linux-specific implementations. (copy_stack_and_call): Use scm_ia64_register_backing_store_base() instead of Linux-specific implementation. * _scm.h (__ia64__): Also detect __ia64. Neil Jerram2006-10-251-5/+11
* stray tabKevin Ryde2006-10-101-1/+1
* merge from 1.8 branchKevin Ryde2006-10-091-0/+44
* Changes from arch/CVS synchronizationLudovic Courtès2006-09-201-0/+7
* * configure.in: Generate Makefile for emacs subdir....* Makefile.am (SUBDIRS): Add emacs subdir. * configure.in: Generate Makefile for ice-9/debugging subdir. Neil Jerram2006-08-181-1/+5
* * configure.in: Generate Makefile for ice-9/debugging....* debugging/trc.scm: New file. * debugging/traps.scm: New file. * debugging/trace.scm: New file. * debugging/steps.scm: New file. * debugging/load-hooks.scm: New file. * debugging/ice-9-debugger-extensions.scm: New file. * debugging/example-fns.scm: New file. * debugging/breakpoints.scm: New file. * debugging/Makefile.am: New. * Makefile.am (SUBDIRS): Add debugging. Neil Jerram2006-08-181-0/+4
* merge from 1.8 branchKevin Ryde2006-06-171-0/+33
* Changes from arch/CVS synchronizationLudovic Courtès2006-06-131-0/+4
* (ACX_PTHREAD): Update to latest definition from...autoconf macro archive, to fix pthread linking problem on Solaris 10, reported by Charles Gagnon. Neil Jerram2006-06-061-0/+6
* drop extra 2006-02-06 headingKevin Ryde2006-04-171-2/+0
* unduplicate --enable-arrays removal entryKevin Ryde2006-04-171-2/+0
* merge from 1.8 branchKevin Ryde2006-04-171-0/+34
* * GUILE-VERSION: Bumped versions for 1.9 series....* srfi-1.scm, srfi-60.scm: Updated versions in library name to match GUILE-VERSION. Marius Vollmer2006-02-051-0/+6
* Remove entry claiming that breakpoints have been added,...because breakpoints are now implemented outside the core distro. Add entries on obsolescence of the 'cheap option and on tweaking support in evaluator trap calls. Finally, correct outline level of item about make-keyword-from-dash-symbol. Neil Jerram2005-12-141-0/+8
* (AC_CONFIG_FILES): Removed emacs/Makefile and...ice-9/debugger/breakpoints/Makefile. Neil Jerram2005-07-091-0/+3
* (SUBDIRS): Removed emacs.Neil Jerram2005-07-091-0/+4
* *** empty log message ***Marius Vollmer2005-06-051-0/+6
* *** empty log message ***Kevin Ryde2005-03-131-0/+4
* *** empty log message ***Marius Vollmer2005-03-091-0/+6
* *** empty log message ***Marius Vollmer2005-03-081-0/+15
* *** empty log message ***Marius Vollmer2005-03-021-0/+7
* *** empty log message ***Marius Vollmer2005-02-281-0/+5
* *** empty log message ***Marius Vollmer2005-01-021-0/+5
* *** empty log message ***Kevin Ryde2004-11-271-0/+5