summaryrefslogtreecommitdiff
path: root/libguile/feature.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-15Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+1
2013-01-10deprecate SCM_CHAR_CODE_LIMIT and char-code-limitAndy Wingo1-3/+1
2011-12-19Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-7/+9
2011-12-15Arrange to convert command-line arguments from the right encoding.Ludovic Courtès1-7/+9
2011-10-25most uses of scm_from_locale_symbol become scm_from_utf8_symbolAndy Wingo1-1/+1
2011-05-15remove mention of cheap continuationsAndy Wingo1-3/+0
2011-05-15remove SCM_CHAR_CODE_LIMIT defineAndy Wingo1-2/+0
2011-05-15remove SICP from __scm.hAndy Wingo1-4/+1
2009-12-05remove a bunch of needless scm_permanent_object callsAndy Wingo1-2/+2
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2007-01-15merge from 1.8Kevin Ryde1-1/+17
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-02(progargs_fluid): New.Marius Vollmer1-5/+11
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-3/+3
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-1/+1
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-1/+1
2003-04-16* feature.c (scm_init_feature): Always add threads feature.Mikael Djurfeldt1-3/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-27* feature.c: fix various preprocessor usages of new publicRob Browning1-1/+1
2003-03-25* feature.c: #include <config.h> if HAVE_CONFIG_H. Rename usageRob Browning1-1/+4
2002-11-03* __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer1-2/+0
2002-10-16(scm_init_feature): Don't add 'threads' for USE_NULL_THREADS.Marius Vollmer1-0/+2
2002-06-30* backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.cDirk Herrmann1-4/+1
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2001-11-16* Adding C function declarations from the SCM interface to theNeil Jerram1-1/+1
2001-07-19 * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller1-1/+1
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-5/+5
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2000-12-08* Use scm_mem2symbol or scm_str2symbol to create symbol objects.Dirk Herrmann1-1/+1
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-08-18* net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_sethost,Neil Jerram1-2/+6
2000-05-08Avoid pointer trickery with SCM values.Dirk Herrmann1-11/+11
2000-04-21* feature.c, feature.h: Broke out hook code into separate files.Mikael Djurfeldt1-224/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-10/+10
2000-04-03Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann1-2/+2
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-18Only include root.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Only include strings.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Only include ports.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-09*.[ch]: make a distinction between SCM as a genericGreg J. Badros1-1/+1
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-01-11* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros1-2/+1
2000-01-11* dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros1-2/+2
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-7/+7
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-10/+10
1999-12-22* feature.c (s_scm_add_hook_x): Call scm_wrong_type_arg instead ofMikael Djurfeldt1-3/+1
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-2/+2