summaryrefslogtreecommitdiff
path: root/libguile/options.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* *** empty log message ***Mikael Djurfeldt2000-03-121-4/+4
* * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt2000-03-121-4/+4
* * vectors.h (SCM_VELTS_AS_STACKITEMS): Added this macro to help inGreg J. Badros2000-03-091-3/+3
* *.[ch]: make a distinction between SCM as a genericGreg J. Badros2000-03-091-1/+2
* * options.c, objects.c, keywords.c, gc.c: Some redundant SCM_NIMPGreg J. Badros2000-01-041-2/+1
* * coop-threads.c: Remove K&R function headers.Greg J. Badros1999-12-161-1/+1
* * *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1999-12-121-9/+6
* * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1999-02-061-1/+1
* * options.c (scm_options, scm_init_options): GC-protect optionMikael Djurfeldt1998-11-031-7/+21
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1998-10-191-1/+1
* * (__scm.h, alist.c, eval.c, feature.c, gsubr.c, numbers.c,Jim Blandy1998-10-141-1/+1
* * options.c (scm_options): Bugfix: Allow empty list of options!Mikael Djurfeldt1998-08-211-0/+1
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* * backtrace.c, backtrace.h, debug.c, debug.h, eq.c,Jim Blandy1997-05-161-1/+1
* * symbols.c (scm_sysintern0): New function. Contains the core ofMikael Djurfeldt1997-02-101-2/+1
* * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1996-10-141-15/+3
* * options.c: Documentation fixes.Mikael Djurfeldt1996-09-181-3/+2
* C files should #include only the header files they need, notJim Blandy1996-09-101-0/+1
* * debug.h, debug.c: Various name changes.Mikael Djurfeldt1996-08-231-23/+105