| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-07-18 | 1 | -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ès | 2007-07-18 | 1 | -0/+4 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-07-17 | 1 | -0/+26 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-07-10 | 1 | -0/+4 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-07-09 | 1 | -0/+4 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-06-25 | 1 | -0/+4 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-06-12 | 1 | -0/+4 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-05-09 | 1 | -0/+4 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-04-17 | 1 | -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 Nienhuys | 2007-04-09 | 1 | -0/+4 |
* | merge from 1.8 branch | Kevin Ryde | 2007-03-07 | 1 | -0/+15 |
* | Announce versions of autoconf, automake, libtool and...m4.
| Neil Jerram | 2007-02-24 | 1 | -0/+3 |
* | (subdirs_with_ltlibs): Add libguile. | Neil Jerram | 2007-02-24 | 1 | -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 Jerram | 2007-02-20 | 1 | -12/+0 |
* | (AM_INTL_SUBDIR): Remove unnecessary dnl. | Neil Jerram | 2007-02-18 | 1 | -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 Jerram | 2007-02-18 | 1 | -0/+8 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-01-31 | 1 | -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 Jerram | 2007-01-28 | 1 | -0/+6 |
* | New upstream version of INSTALL. | Neil Jerram | 2007-01-28 | 1 | -0/+2 |
* | New upstream version. | Neil Jerram | 2007-01-28 | 1 | -0/+4 |
* | new file. Make using git easier. | Han-Wen Nienhuys | 2007-01-22 | 1 | -0/+4 |
* | *** empty log message *** | Kevin Ryde | 2007-01-15 | 1 | -0/+39 |
* | (Module): only try to run render-bugs if it exists. | Han-Wen Nienhuys | 2007-01-03 | 1 | -0/+4 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2006-11-18 | 1 | -0/+9 |
* | * README: Note need for subscription to bug-guile@gnu.org....* NEWS: Note need for subscription to bug-guile@gnu.org.
| Neil Jerram | 2006-11-17 | 1 | -0/+6 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2006-11-08 | 1 | -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 Jerram | 2006-10-25 | 1 | -5/+11 |
* | stray tab | Kevin Ryde | 2006-10-10 | 1 | -1/+1 |
* | merge from 1.8 branch | Kevin Ryde | 2006-10-09 | 1 | -0/+44 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2006-09-20 | 1 | -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 Jerram | 2006-08-18 | 1 | -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 Jerram | 2006-08-18 | 1 | -0/+4 |
* | merge from 1.8 branch | Kevin Ryde | 2006-06-17 | 1 | -0/+33 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2006-06-13 | 1 | -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 Jerram | 2006-06-06 | 1 | -0/+6 |
* | drop extra 2006-02-06 heading | Kevin Ryde | 2006-04-17 | 1 | -2/+0 |
* | unduplicate --enable-arrays removal entry | Kevin Ryde | 2006-04-17 | 1 | -2/+0 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -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 Vollmer | 2006-02-05 | 1 | -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 Jerram | 2005-12-14 | 1 | -0/+8 |
* | (AC_CONFIG_FILES): Removed emacs/Makefile and...ice-9/debugger/breakpoints/Makefile.
| Neil Jerram | 2005-07-09 | 1 | -0/+3 |
* | (SUBDIRS): Removed emacs. | Neil Jerram | 2005-07-09 | 1 | -0/+4 |
* | *** empty log message *** | Marius Vollmer | 2005-06-05 | 1 | -0/+6 |
* | *** empty log message *** | Kevin Ryde | 2005-03-13 | 1 | -0/+4 |
* | *** empty log message *** | Marius Vollmer | 2005-03-09 | 1 | -0/+6 |
* | *** empty log message *** | Marius Vollmer | 2005-03-08 | 1 | -0/+15 |
* | *** empty log message *** | Marius Vollmer | 2005-03-02 | 1 | -0/+7 |
* | *** empty log message *** | Marius Vollmer | 2005-02-28 | 1 | -0/+5 |
* | *** empty log message *** | Marius Vollmer | 2005-01-02 | 1 | -0/+5 |
* | *** empty log message *** | Kevin Ryde | 2004-11-27 | 1 | -0/+5 |