Age | Commit message (Expand) | Author | Files | Lines |
2019-05-23 | Improve the documentation for 'nil?'. | Mark H Weaver | 1 | -2/+10 |
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 | -2/+3 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -4/+4 |
2018-06-20 | Rename __scm.h to scm.h | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Inline tags.h into __scm.h | Andy Wingo | 1 | -2/+1 |
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 strings.h | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove includes of validate.h. | Andy Wingo | 1 | -2/+2 |
2012-02-03 | add `nil?' primitive | BT Templeton | 1 | -0/+8 |
2011-05-13 | allow iflags to be constant expressions with typing-strictness==2 | Andy Wingo | 1 | -13/+13 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -1/+0 |
2010-03-30 | nil is false, whee | Andy Wingo | 1 | -7/+6 |
2010-03-28 | Renumber IFLAGSs so the first 8 are reserved for lisp booleans. | Mark H Weaver | 1 | -1/+1 |
2010-01-19 | Reinstate `scm_is_bool ()' as a function. | Ludovic Courtès | 1 | -1/+13 |
2009-10-27 | the cube of lisp booleans (#f nil () #t) | Mark H Weaver | 1 | -9/+26 |
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 |
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-07-06 | (scm_is_bool): Fix typo. | Marius Vollmer | 1 | -3/+5 |
2004-07-05 | (scm_is_true, scm_is_false, scm_from_bool, scm_to_bool): New. | Marius Vollmer | 1 | -0/+15 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+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-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-03-09 | Remove #include <stdio.h>. Add #include <string.h>. | Keisuke Nishida | 1 | -1/+0 |
2000-11-17 | * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, | Marius Vollmer | 1 | -0/+2 |
2000-08-18 | * Docstring fixes - adding texinfo markup and removing extraneous trailing ne... | Neil Jerram | 1 | -2/+2 |
2000-06-12 | Updated copyrights | Mikael Djurfeldt | 1 | -1/+1 |
2000-04-21 | * Makefile.am (DEFS): Added. automake adds -I options to DEFS, | Mikael Djurfeldt | 1 | -4/+4 |
2000-03-29 | Don't use C operators == and != to compare SCM values. | Dirk Herrmann | 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-03 | * error.h, error.c: Added `scm_wrong_type_arg_msg' to support | Greg J. Badros | 1 | -1/+1 |
2000-01-26 | * sort.c: typo in comment fixed. | Greg J. Badros | 1 | -3/+3 |
2000-01-05 | * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_* | Greg J. Badros | 1 | -2/+2 |
2000-01-05 | *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE. | Greg J. Badros | 1 | -2/+2 |
1999-12-13 | Remove leading whitespace before empty docstrings. | Greg J. Badros | 1 | -1/+1 |
1999-12-12 | * *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T: | Greg J. Badros | 1 | -1/+1 |
1999-12-12 | * *.c: Pervasive software-engineering-motivated rewrite of | Greg J. Badros | 1 | -14/+17 |
1997-05-26 | * Lots of files: New address for FSF. | Jim Blandy | 1 | -3/+3 |
1996-10-14 | * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c, | Jim Blandy | 1 | -15/+3 |
1996-09-10 | C files should #include only the header files they need, not | Jim Blandy | 1 | -0/+2 |
1996-07-25 | maintainer changed: was lord, now jimb; first import | Jim Blandy | 1 | -0/+88 |