summaryrefslogtreecommitdiff
path: root/libguile/options.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-09-29(change_option_setting): Use scm_car instead of explicit type checkMarius Vollmer1-4/+2
2004-09-22*** empty log message ***Marius Vollmer1-3/+3
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-2/+2
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-1/+1
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-7/+5
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-2/+2
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-1/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-39/+12
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-01-22* First batch of libguile changes for Elisp support.Neil Jerram1-2/+3
2001-10-05* options.c (protected_objects, scm_init_options): The content ofDirk Herrmann1-81/+137
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-06-28 * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida1-1/+1
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-2/+2
2001-05-24* validate.hMichael Livshin1-3/+3
2001-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2001-03-04* Eliminate some calls to scm_wta.Dirk Herrmann1-1/+2
2000-12-11* Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead of scm_sysintern...Dirk Herrmann1-3/+9
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-05-23* Replace SCM_UNPACK_CAR appropriately.Dirk Herrmann1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-4/+4
2000-04-18Fixed some SCM/scm_bits_t mixups.Dirk Herrmann1-3/+1
2000-03-20* print.h, stacks.h, options.c, options.h: Changed C++Mikael Djurfeldt1-1/+1
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-17Only include strings.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-12*** empty log message ***Mikael Djurfeldt1-4/+4
2000-03-12* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt1-4/+4
2000-03-09* vectors.h (SCM_VELTS_AS_STACKITEMS): Added this macro to help inGreg J. Badros1-3/+3
2000-03-09*.[ch]: make a distinction between SCM as a genericGreg J. Badros1-1/+2
2000-01-04* options.c, objects.c, keywords.c, gc.c: Some redundant SCM_NIMPGreg J. Badros1-2/+1
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-1/+1
1999-12-12* *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1-9/+6
1999-02-06* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1-1/+1
1998-11-03* options.c (scm_options, scm_init_options): GC-protect optionMikael Djurfeldt1-7/+21
1998-10-19* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1-1/+1
1998-10-14* (__scm.h, alist.c, eval.c, feature.c, gsubr.c, numbers.c,Jim Blandy1-1/+1
1998-08-21* options.c (scm_options): Bugfix: Allow empty list of options!Mikael Djurfeldt1-0/+1
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1997-05-16* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,Jim Blandy1-1/+1
1997-02-10* symbols.c (scm_sysintern0): New function. Contains the core ofMikael Djurfeldt1-2/+1
1996-10-14* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1-15/+3
1996-09-18* options.c: Documentation fixes.Mikael Djurfeldt1-3/+2
1996-09-10C files should #include only the header files they need, notJim Blandy1-0/+1
1996-08-23* debug.h, debug.c: Various name changes.Mikael Djurfeldt1-23/+105
1996-08-20* * options.c: New file: handling of run time options.Mikael Djurfeldt1-0/+157