summaryrefslogtreecommitdiff
path: root/libguile/gen-scmconfig.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-03pthread-threads.h: only redirect to GC_pthread_sigmask if it is presentAndy Wingo1-0/+6
2011-03-29fix compilation with libgc 7.0, 7.1Andy Wingo1-0/+12
2010-09-08Use Gnulib's `isnan' and `isinf' modules.Ludovic Courtès1-18/+0
2010-08-08remove "discouraged" infrastructureAndy Wingo1-6/+0
2010-07-26remove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64Andy Wingo1-25/+5
2010-04-09lisp nil always enabledAndy Wingo1-5/+0
2010-03-05Remove obsolete compile-time option for freelist debugging.Ludovic Courtès1-8/+0
2009-11-24Don't rely on `HAVE_' macros in public header "tags.h".Ludovic Courtès1-0/+2
2009-11-17Remove references to undefined macros.Ludovic Courtès1-3/+3
2009-10-09Use TLS when available for `SCM_I_CURRENT_THREAD'.Ludovic Courtès1-0/+7
2009-08-12Don't include libunistring headers in Guile public headersMichael Gran1-0/+9
2009-07-15Remove the `long_long' and `ulong_long' types.Ludovic Courtès1-15/+0
2009-06-25Add `scm_t_off' type so that `scm_t_port' has a fixed layout.Ludovic Courtès1-0/+18
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2008-07-17Handle lack of `struct dirent64' and `readdir64_r ()' on HP-UX 11.11.Ludovic Courtès1-0/+13
2008-04-24Don't use "-I$(srcdir)", so that our "random.h" doesn't shadow libc's on Tru64.Ludovic Courtès1-1/+1
2007-10-10Changes from arch/CVS synchronizationLudovic Courtès1-0/+5
2006-10-09merge from 1.8 branchKevin Ryde1-0/+4
2005-03-02(SCM_I_GSC_USE_COOP_THREADS, SCM_USE_COOP_THREADS): Removed.Marius Vollmer1-4/+0
2005-01-02Hard code SCM_HAVE_ARRAYS to "1", for real now.Marius Vollmer1-1/+1
2005-01-02* gen-scmconfig.h.in (SCM_I_GSC_HAVE_ARRAYS): Removed.Marius Vollmer1-5/+2
2004-08-02* gen-scmconfig.h.in (SCM_I_GSC_ENABLE_DISCOURAGED): New.Marius Vollmer1-0/+6
2004-07-29* gen-scmconfig.c (SCM_SIZEOF_INTMAX, SCM_SIZEOF_SIZE_T): New.Marius Vollmer1-0/+10
2004-07-29* __scm.h (SCM_I_UTYPE_MAX, SCM_I_TYPE_MAX, SCM_I_TYPE_MIN,Marius Vollmer1-30/+0
2004-07-08Instead of hard-coding the numbers, compute them by assumingMarius Vollmer1-10/+5
2004-07-07* gen-scmconfig.h.in: Added all the new SCM_I_GSC_*_LIMITS thatMarius Vollmer1-0/+35
2003-12-26Arrange for scm_t_intmax and scm_t_uintmax to be defined inMarius Vollmer1-0/+2
2003-11-18* gen-scmconfig.c (main): remove public definition ofRob Browning1-2/+15
2003-06-142003-06-14 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-0/+2
2003-03-27* gen-scmconfig.c: change most new public symbols to be defined toRob Browning1-53/+48
2003-03-25* gen-scmconfig.c: new file -- see comments in file for details.Rob Browning1-0/+384