| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve the documentation for 'nil?'. | Mark H Weaver | 2019-05-23 | 1 | -2/+10 |
* | Update license notices in all C files | Andy Wingo | 2018-06-20 | 1 | -17/+17 |
* | Remove (C) from copyright statements | Andy Wingo | 2018-06-20 | 1 | -1/+1 |
* | Rationalize include order in C files | Andy Wingo | 2018-06-20 | 1 | -2/+3 |
* | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 2018-06-20 | 1 | -4/+4 |
* | Rename __scm.h to scm.h | Andy Wingo | 2018-06-20 | 1 | -1/+1 |
* | Inline tags.h into __scm.h | Andy Wingo | 2018-06-20 | 1 | -2/+1 |
* | Remove Emacs local variables comments in Guile source | Andy Wingo | 2018-06-20 | 1 | -6/+0 |
* | Remove _scm.h | Andy Wingo | 2018-06-20 | 1 | -1/+0 |
* | Devolve strings.h | Andy Wingo | 2018-06-20 | 1 | -0/+1 |
* | Move subr snarfing macros to gsubr.h. | Andy Wingo | 2018-06-20 | 1 | -0/+1 |
* | Remove includes of validate.h. | Andy Wingo | 2018-06-18 | 1 | -2/+2 |
* | add `nil?' primitive | BT Templeton | 2012-02-03 | 1 | -0/+8 |
* | allow iflags to be constant expressions with typing-strictness==2 | Andy Wingo | 2011-05-13 | 1 | -13/+13 |
* | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 2010-04-09 | 1 | -1/+0 |
* | nil is false, whee | Andy Wingo | 2010-03-30 | 1 | -7/+6 |
* | Renumber IFLAGSs so the first 8 are reserved for lisp booleans. | Mark H Weaver | 2010-03-28 | 1 | -1/+1 |
* | Reinstate `scm_is_bool ()' as a function. | Ludovic Courtès | 2010-01-19 | 1 | -1/+13 |
* | the cube of lisp booleans (#f nil () #t) | Mark H Weaver | 2009-10-27 | 1 | -9/+26 |
* | Change Guile license to LGPLv3+ | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+4 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | (scm_is_bool): Fix typo. | Marius Vollmer | 2004-07-06 | 1 | -3/+5 |
* | (scm_is_true, scm_is_false, scm_from_bool, scm_to_bool): New. | Marius Vollmer | 2004-07-05 | 1 | -0/+15 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | * First batch of libguile changes for Elisp support. | Neil Jerram | 2002-01-22 | 1 | -2/+3 |
* | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, | Martin Grabmüller | 2001-07-19 | 1 | -1/+1 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 2001-03-09 | 1 | -1/+0 |
* | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 2000-11-17 | 1 | -0/+2 |
* | * Docstring fixes - adding texinfo markup and removing extraneous trailing ne... | Neil Jerram | 2000-08-18 | 1 | -2/+2 |
* | Updated copyrights | Mikael Djurfeldt | 2000-06-12 | 1 | -1/+1 |
* | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 2000-04-21 | 1 | -4/+4 |
* | Don't use C operators == and != to compare SCM values. | Dirk Herrmann | 2000-03-29 | 1 | -1/+1 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 2000-03-03 | 1 | -1/+1 |
* | * sort.c: typo in comment fixed. | Greg J. Badros | 2000-01-26 | 1 | -3/+3 |
* | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 2000-01-05 | 1 | -2/+2 |
* | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 2000-01-05 | 1 | -2/+2 |
* | Remove leading whitespace before empty docstrings. | Greg J. Badros | 1999-12-13 | 1 | -1/+1 |
* | * *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T: | Greg J. Badros | 1999-12-12 | 1 | -1/+1 |
* | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1999-12-12 | 1 | -14/+17 |
* | * Lots of files: New address for FSF. | Jim Blandy | 1997-05-26 | 1 | -3/+3 |
* | * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c, | Jim Blandy | 1996-10-14 | 1 | -15/+3 |
* | C files should #include only the header files they need, not | Jim Blandy | 1996-09-10 | 1 | -0/+2 |
* | maintainer changed: was lord, now jimb; first importjimb | Jim Blandy | 1996-07-25 | 1 | -0/+88 |