Age | Commit message (Expand) | Author | Files | Lines |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -1/+3 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -9/+9 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Devolve symbols.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Devolve numbers.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve pairs.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve boolean.h include. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove list.h from _scm.h | Andy Wingo | 1 | -1/+3 |
2011-11-24 | remove object protection from options.c | Andy Wingo | 1 | -26/+10 |
2011-10-25 | most uses of scm_from_locale_symbol become scm_from_utf8_symbol | Andy Wingo | 1 | -2/+2 |
2011-10-24 | add SCM_HEAP_OBJECT_P | Andy Wingo | 1 | -3/+3 |
2010-10-01 | (foo-options 'full) displays options doc in correct order | Andy Wingo | 1 | -1/+1 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -2/+1 |
2009-12-05 | remove a bunch of needless scm_permanent_object calls | Andy Wingo | 1 | -2/+1 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+4 |
2007-01-19 | * options.c (scm_options_try): new function. This allows error | Han-Wen Nienhuys | 1 | -3/+18 |
2007-01-19 | * readline.c: terminate option list with NULL. | Han-Wen Nienhuys | 1 | -16/+26 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2004-09-29 | (change_option_setting): Use scm_car instead of explicit type check | Marius Vollmer | 1 | -4/+2 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -3/+3 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -2/+2 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -1/+1 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -7/+5 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -2/+2 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -1/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -39/+12 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-01-22 | * First batch of libguile changes for Elisp support. | Neil Jerram | 1 | -2/+3 |
2001-10-05 | * options.c (protected_objects, scm_init_options): The content of | Dirk Herrmann | 1 | -81/+137 |
2001-07-19 | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, | Martin Grabmüller | 1 | -1/+1 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-28 | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 1 | -1/+1 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -2/+2 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -3/+3 |
2001-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
2001-03-04 | * Eliminate some calls to scm_wta. | Dirk Herrmann | 1 | -1/+2 |
2000-12-11 | * Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead of scm_sysintern... | Dirk Herrmann | 1 | -3/+9 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-05-23 | * Replace SCM_UNPACK_CAR appropriately. | Dirk Herrmann | 1 | -1/+1 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -4/+4 |
2000-04-18 | Fixed some SCM/scm_bits_t mixups. | Dirk Herrmann | 1 | -3/+1 |
2000-03-20 | * print.h, stacks.h, options.c, options.h: Changed C++ | Mikael Djurfeldt | 1 | -1/+1 |
2000-03-19 | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 1 | -0/+6 |
2000-03-17 | Only include strings.h where it is actually needed. | Dirk Herrmann | 1 | -0/+1 |