summaryrefslogtreecommitdiff
path: root/libguile/boolean.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-23Improve the documentation for 'nil?'.Mark H Weaver1-2/+10
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rationalize include order in C filesAndy Wingo1-2/+3
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-4/+4
2018-06-20Rename __scm.h to scm.hAndy Wingo1-1/+1
2018-06-20Inline tags.h into __scm.hAndy Wingo1-2/+1
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Devolve strings.hAndy Wingo1-0/+1
2018-06-20Move subr snarfing macros to gsubr.h.Andy Wingo1-0/+1
2018-06-18Remove includes of validate.h.Andy Wingo1-2/+2
2012-02-03add `nil?' primitiveBT Templeton1-0/+8
2011-05-13allow iflags to be constant expressions with typing-strictness==2Andy Wingo1-13/+13
2010-04-09remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo1-1/+0
2010-03-30nil is false, wheeAndy Wingo1-7/+6
2010-03-28Renumber IFLAGSs so the first 8 are reserved for lisp booleans.Mark H Weaver1-1/+1
2010-01-19Reinstate `scm_is_bool ()' as a function.Ludovic Courtès1-1/+13
2009-10-27the cube of lisp booleans (#f nil () #t)Mark H Weaver1-9/+26
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+4
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-07-06(scm_is_bool): Fix typo.Marius Vollmer1-3/+5
2004-07-05(scm_is_true, scm_is_false, scm_from_bool, scm_to_bool): New.Marius Vollmer1-0/+15
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+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-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-03-09Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida1-1/+0
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-08-18* Docstring fixes - adding texinfo markup and removing extraneous trailing ne...Neil Jerram1-2/+2
2000-06-12Updated copyrightsMikael Djurfeldt1-1/+1
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-4/+4
2000-03-29Don't use C operators == and != to compare SCM values.Dirk Herrmann1-1/+1
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-01-26* sort.c: typo in comment fixed.Greg J. Badros1-3/+3
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-2/+2
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-2/+2
1999-12-13Remove leading whitespace before empty docstrings.Greg J. Badros1-1/+1
1999-12-12* *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T:Greg J. Badros1-1/+1
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-14/+17
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1996-10-14* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1-15/+3
1996-09-10C files should #include only the header files they need, notJim Blandy1-0/+2
1996-07-25maintainer changed: was lord, now jimb; first importJim Blandy1-0/+88