summaryrefslogtreecommitdiff
path: root/libguile/feature.c
Commit message (Expand)AuthorAgeFilesLines
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-3/+3
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-9/+9
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve symbols.h from _scm.hAndy Wingo2018-06-201-0/+1
* Remove modules.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Devolve variable.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-1/+0
* Remove #ifdef cases for VMS and Cray.Andy Wingo2018-06-171-5/+2
* Deprecate dynamic rootsAndy Wingo2016-11-211-1/+0
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2013-01-151-1/+1
|\
| * deprecate SCM_CHAR_CODE_LIMIT and char-code-limitAndy Wingo2013-01-101-3/+1
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-12-191-7/+9
|\ \ | |/
| * Arrange to convert command-line arguments from the right encoding.Ludovic Courtès2011-12-151-7/+9
* | most uses of scm_from_locale_symbol become scm_from_utf8_symbolAndy Wingo2011-10-251-1/+1
* | remove mention of cheap continuationsAndy Wingo2011-05-151-3/+0
* | remove SCM_CHAR_CODE_LIMIT defineAndy Wingo2011-05-151-2/+0
* | remove SICP from __scm.hAndy Wingo2011-05-151-4/+1
|/
* remove a bunch of needless scm_permanent_object callsAndy Wingo2009-12-051-2/+2
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* merge from 1.8Kevin Ryde2007-01-151-1/+17
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (progargs_fluid): New.Marius Vollmer2005-03-021-5/+11
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-3/+3
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-1/+1
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-1/+1
* * feature.c (scm_init_feature): Always add threads feature.Mikael Djurfeldt2003-04-161-3/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * feature.c: fix various preprocessor usages of new publicRob Browning2003-03-271-1/+1
* * feature.c: #include <config.h> if HAVE_CONFIG_H. Rename usageRob Browning2003-03-251-1/+4
* * __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer2002-11-031-2/+0
* (scm_init_feature): Don't add 'threads' for USE_NULL_THREADS.Marius Vollmer2002-10-161-0/+2
* * backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.cDirk Herrmann2002-06-301-4/+1
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * Adding C function declarations from the SCM interface to theNeil Jerram2001-11-161-1/+1
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller2001-07-191-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-5/+5
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * Use scm_mem2symbol or scm_str2symbol to create symbol objects.Dirk Herrmann2000-12-081-1/+1
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_sethost,Neil Jerram2000-08-181-2/+6
* Avoid pointer trickery with SCM values.Dirk Herrmann2000-05-081-11/+11
* * feature.c, feature.h: Broke out hook code into separate files.Mikael Djurfeldt2000-04-211-224/+1