summaryrefslogtreecommitdiff
path: root/libguile/gen-scmconfig.c
Commit message (Expand)AuthorAgeFilesLines
* build: Add SCM_T_OFF_MAX and SCM_T_OFF_MIN to scmconfig.h....Mark H Weaver2016-05-221-0/+6
* Merge remote-tracking branch 'origin/stable-2.0'...Mark H Weaver2013-04-141-1/+1
|\
| * build: Tell `gen-scmconfig' whether the system has `struct timespec'....Ludovic Courtès2013-04-101-1/+1
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2013-02-181-1/+18
|\|
| * Add copyright notice to gen-scmconfig.c....Mark H Weaver2013-02-021-0/+17
| * Fix typo in comment generated by gen-scmconfig.c....Mark H Weaver2013-02-021-1/+1
* | Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2012-07-061-10/+9
|\|
| * be sure to include time.h for struct timespec...Andy Wingo2012-07-061-10/+9
* | remove mention of GUILE_DEBUG_FREELIST...Andy Wingo2011-05-151-3/+3
* | remove all deprecated code...Andy Wingo2011-05-121-9/+0
|/
* check for iconveh values at configure-time...Andy Wingo2011-04-281-5/+4
* pthread-threads.h: only redirect to GC_pthread_sigmask if it is present...Andy Wingo2011-04-031-0/+6
* fix compilation with libgc 7.0, 7.1...Andy Wingo2011-03-291-0/+12
* Use Gnulib's `isnan' and `isinf' modules....Ludovic Courtès2010-09-081-18/+0
* remove "discouraged" infrastructure...Andy Wingo2010-08-081-6/+0
* remove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64...Andy Wingo2010-07-261-25/+5
* lisp nil always enabled...Andy Wingo2010-04-091-5/+0
* Remove obsolete compile-time option for freelist debugging....Ludovic Courtès2010-03-051-8/+0
* Don't rely on `HAVE_' macros in public header "tags.h"....Ludovic Courtès2009-11-241-0/+2
* Remove references to undefined macros....Ludovic Courtès2009-11-171-3/+3
* Use TLS when available for `SCM_I_CURRENT_THREAD'....Ludovic Courtès2009-10-091-0/+7
* Don't include libunistring headers in Guile public headers...Michael Gran2009-08-121-0/+9
* Remove the `long_long' and `ulong_long' types....Ludovic Courtès2009-07-151-15/+0
* Add `scm_t_off' type so that `scm_t_port' has a fixed layout....Ludovic Courtès2009-06-251-0/+18
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* Handle lack of `struct dirent64' and `readdir64_r ()' on HP-UX 11.11.Ludovic Courtès2008-07-171-0/+13
* Don't use "-I$(srcdir)", so that our "random.h" doesn't shadow libc's on Tru64.Ludovic Courtès2008-04-241-1/+1
* Changes from arch/CVS synchronizationLudovic Courtès2007-10-101-0/+5
* merge from 1.8 branchKevin Ryde2006-10-091-0/+4
* (SCM_I_GSC_USE_COOP_THREADS, SCM_USE_COOP_THREADS): Removed.Marius Vollmer2005-03-021-4/+0
* Hard code SCM_HAVE_ARRAYS to "1", for real now.Marius Vollmer2005-01-021-1/+1
* * gen-scmconfig.h.in (SCM_I_GSC_HAVE_ARRAYS): Removed....Marius Vollmer2005-01-021-5/+2
* * gen-scmconfig.h.in (SCM_I_GSC_ENABLE_DISCOURAGED): New....Marius Vollmer2004-08-021-0/+6
* * gen-scmconfig.c (SCM_SIZEOF_INTMAX, SCM_SIZEOF_SIZE_T): New.Marius Vollmer2004-07-291-0/+10
* * __scm.h (SCM_I_UTYPE_MAX, SCM_I_TYPE_MAX, SCM_I_TYPE_MIN,...Marius Vollmer2004-07-291-30/+0
* Instead of hard-coding the numbers, compute them by assuming...Marius Vollmer2004-07-081-10/+5
* * gen-scmconfig.h.in: Added all the new SCM_I_GSC_*_LIMITS that...Marius Vollmer2004-07-071-0/+35
* Arrange for scm_t_intmax and scm_t_uintmax to be defined in...Marius Vollmer2003-12-261-0/+2
* * gen-scmconfig.c (main): remove public definition of...Rob Browning2003-11-181-2/+15
* 2003-06-14 Stefan Jahn <stefan@lkcc.org>...Stefan Jahn2003-06-141-0/+2
* * gen-scmconfig.c: change most new public symbols to be defined to...Rob Browning2003-03-271-53/+48
* * gen-scmconfig.c: new file -- see comments in file for details.Rob Browning2003-03-251-0/+384