summaryrefslogtreecommitdiff
path: root/libguile/gen-scmconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Presume ISO C90 headers are always availableMike Gran2022-10-141-15/+1
* build: When cross-compiling, get type sizes of the target system.Ludovic Courtès2022-02-281-16/+16
* Fix define error for mini-gmpMichael Gran2021-03-081-1/+1
* don't presume availability of gmp.pcMichael Gran2021-03-031-1/+1
* improve autoconfigury for minigmpMichael Gran2021-03-021-3/+5
* Enable option to prefer mini-gmp over libgmpMichael Gran2021-03-021-2/+7
* in null threads, don't define sigmask stub when pthread_sigmask does not existMichael Gran2021-01-211-3/+9
* Deprecate scm_t_uint8 and similar typedefsAndy Wingo2018-06-211-15/+1
* Use ptrdiff_t instead of scm_t_ptrdiffAndy Wingo2018-06-211-1/+1
* Start to use C99 stdint in gen-scmconfigAndy Wingo2018-06-211-66/+33
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Make .c copyright headers uniformAndy Wingo2018-06-201-1/+2
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-2/+2
* Rename __scm.h to scm.hAndy Wingo2018-06-201-2/+2
* Use stdint.h limit macrosAndy Wingo2018-06-201-2/+2
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Add configure check for auxiliary stacksAndy Wingo2018-06-171-1/+5
* 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 timespecAndy Wingo2012-07-061-10/+9
* | remove mention of GUILE_DEBUG_FREELISTAndy Wingo2011-05-151-3/+3
* | remove all deprecated codeAndy Wingo2011-05-121-9/+0
|/
* check for iconveh values at configure-timeAndy Wingo2011-04-281-5/+4
* pthread-threads.h: only redirect to GC_pthread_sigmask if it is presentAndy Wingo2011-04-031-0/+6
* fix compilation with libgc 7.0, 7.1Andy Wingo2011-03-291-0/+12
* Use Gnulib's `isnan' and `isinf' modules.Ludovic Courtès2010-09-081-18/+0
* remove "discouraged" infrastructureAndy Wingo2010-08-081-6/+0
* remove SCM_HAVE_T_INT64, SCM_HAVE_T_UINT64Andy Wingo2010-07-261-25/+5
* lisp nil always enabledAndy 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 headersMichael 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