Age | Commit message (Expand) | Author | Files | Lines |
2013-04-14 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -1/+1 |
2013-04-10 | build: Tell `gen-scmconfig' whether the system has `struct timespec'. | Ludovic Courtès | 1 | -1/+1 |
2013-02-18 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -1/+18 |
2013-02-02 | Add copyright notice to gen-scmconfig.c. | Mark H Weaver | 1 | -0/+17 |
2013-02-02 | Fix typo in comment generated by gen-scmconfig.c. | Mark H Weaver | 1 | -1/+1 |
2012-07-06 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -10/+9 |
2012-07-06 | be sure to include time.h for struct timespec | Andy Wingo | 1 | -10/+9 |
2011-05-15 | remove mention of GUILE_DEBUG_FREELIST | Andy Wingo | 1 | -3/+3 |
2011-05-12 | remove all deprecated code | Andy Wingo | 1 | -9/+0 |
2011-04-28 | check for iconveh values at configure-time | Andy Wingo | 1 | -5/+4 |
2011-04-03 | pthread-threads.h: only redirect to GC_pthread_sigmask if it is present | Andy Wingo | 1 | -0/+6 |
2011-03-29 | fix compilation with libgc 7.0, 7.1 | Andy Wingo | 1 | -0/+12 |
2010-09-08 | Use Gnulib's `isnan' and `isinf' modules. | Ludovic Courtès | 1 | -18/+0 |
2010-08-08 | remove "discouraged" infrastructure | Andy Wingo | 1 | -6/+0 |
2010-07-26 | remove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64 | Andy Wingo | 1 | -25/+5 |
2010-04-09 | lisp nil always enabled | Andy Wingo | 1 | -5/+0 |
2010-03-05 | Remove obsolete compile-time option for freelist debugging. | Ludovic Courtès | 1 | -8/+0 |
2009-11-24 | Don't rely on `HAVE_' macros in public header "tags.h". | Ludovic Courtès | 1 | -0/+2 |
2009-11-17 | Remove references to undefined macros. | Ludovic Courtès | 1 | -3/+3 |
2009-10-09 | Use TLS when available for `SCM_I_CURRENT_THREAD'. | Ludovic Courtès | 1 | -0/+7 |
2009-08-12 | Don't include libunistring headers in Guile public headers | Michael Gran | 1 | -0/+9 |
2009-07-15 | Remove the `long_long' and `ulong_long' types. | Ludovic Courtès | 1 | -15/+0 |
2009-06-25 | Add `scm_t_off' type so that `scm_t_port' has a fixed layout. | Ludovic Courtès | 1 | -0/+18 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2008-07-17 | Handle lack of `struct dirent64' and `readdir64_r ()' on HP-UX 11.11. | Ludovic Courtès | 1 | -0/+13 |
2008-04-24 | Don't use "-I$(srcdir)", so that our "random.h" doesn't shadow libc's on Tru64. | Ludovic Courtès | 1 | -1/+1 |
2007-10-10 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -0/+5 |
2006-10-09 | merge from 1.8 branch | Kevin Ryde | 1 | -0/+4 |
2005-03-02 | (SCM_I_GSC_USE_COOP_THREADS, SCM_USE_COOP_THREADS): Removed. | Marius Vollmer | 1 | -4/+0 |
2005-01-02 | Hard code SCM_HAVE_ARRAYS to "1", for real now. | Marius Vollmer | 1 | -1/+1 |
2005-01-02 | * gen-scmconfig.h.in (SCM_I_GSC_HAVE_ARRAYS): Removed. | Marius Vollmer | 1 | -5/+2 |
2004-08-02 | * gen-scmconfig.h.in (SCM_I_GSC_ENABLE_DISCOURAGED): New. | Marius Vollmer | 1 | -0/+6 |
2004-07-29 | * gen-scmconfig.c (SCM_SIZEOF_INTMAX, SCM_SIZEOF_SIZE_T): New. | Marius Vollmer | 1 | -0/+10 |
2004-07-29 | * __scm.h (SCM_I_UTYPE_MAX, SCM_I_TYPE_MAX, SCM_I_TYPE_MIN, | Marius Vollmer | 1 | -30/+0 |
2004-07-08 | Instead of hard-coding the numbers, compute them by assuming | Marius Vollmer | 1 | -10/+5 |
2004-07-07 | * gen-scmconfig.h.in: Added all the new SCM_I_GSC_*_LIMITS that | Marius Vollmer | 1 | -0/+35 |
2003-12-26 | Arrange for scm_t_intmax and scm_t_uintmax to be defined in | Marius Vollmer | 1 | -0/+2 |
2003-11-18 | * gen-scmconfig.c (main): remove public definition of | Rob Browning | 1 | -2/+15 |
2003-06-14 | 2003-06-14 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -0/+2 |
2003-03-27 | * gen-scmconfig.c: change most new public symbols to be defined to | Rob Browning | 1 | -53/+48 |
2003-03-25 | * gen-scmconfig.c: new file -- see comments in file for details. | Rob Browning | 1 | -0/+384 |