summaryrefslogtreecommitdiff
path: root/libguile/options.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-1/+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
* Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Devolve boolean.h include.Andy Wingo2018-06-181-0/+1
* Remove list.h from _scm.hAndy Wingo2018-06-181-1/+3
* remove object protection from options.cAndy Wingo2011-11-241-26/+10
* most uses of scm_from_locale_symbol become scm_from_utf8_symbolAndy Wingo2011-10-251-2/+2
* add SCM_HEAP_OBJECT_PAndy Wingo2011-10-241-3/+3
* (foo-options 'full) displays options doc in correct orderAndy Wingo2010-10-011-1/+1
* remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo2010-04-091-2/+1
* remove a bunch of needless scm_permanent_object callsAndy Wingo2009-12-051-2/+1
* 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/+4
* * options.c (scm_options_try): new function. This allows errorHan-Wen Nienhuys2007-01-191-3/+18
* * readline.c: terminate option list with NULL.Han-Wen Nienhuys2007-01-191-16/+26
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (change_option_setting): Use scm_car instead of explicit type checkMarius Vollmer2004-09-291-4/+2
* *** empty log message ***Marius Vollmer2004-09-221-3/+3
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-2/+2
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer2004-07-271-1/+1
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-7/+5
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-2/+2
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-39/+12
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * First batch of libguile changes for Elisp support.Neil Jerram2002-01-221-2/+3
* * options.c (protected_objects, scm_init_options): The content ofDirk Herrmann2001-10-051-81/+137
* * 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
* * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida2001-06-281-1/+1
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-2/+2
* * validate.hMichael Livshin2001-05-241-3/+3
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * Eliminate some calls to scm_wta.Dirk Herrmann2001-03-041-1/+2
* * Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead of scm_sysintern...Dirk Herrmann2000-12-111-3/+9
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Replace SCM_UNPACK_CAR appropriately.Dirk Herrmann2000-05-231-1/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-4/+4
* Fixed some SCM/scm_bits_t mixups.Dirk Herrmann2000-04-181-3/+1
* * print.h, stacks.h, options.c, options.h: Changed C++Mikael Djurfeldt2000-03-201-1/+1
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include strings.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1