summaryrefslogtreecommitdiff
path: root/libguile/boolean.c
Commit message (Expand)AuthorAgeFilesLines
* Improve the documentation for 'nil?'.Mark H Weaver2019-05-231-2/+10
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-2/+3
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-4/+4
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+1
* Inline tags.h into __scm.hAndy Wingo2018-06-201-2/+1
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve strings.hAndy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-2/+2
* add `nil?' primitiveBT Templeton2012-02-031-0/+8
* allow iflags to be constant expressions with typing-strictness==2Andy Wingo2011-05-131-13/+13
* remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo2010-04-091-1/+0
* nil is false, wheeAndy Wingo2010-03-301-7/+6
* Renumber IFLAGSs so the first 8 are reserved for lisp booleans.Mark H Weaver2010-03-281-1/+1
* Reinstate `scm_is_bool ()' as a function.Ludovic Courtès2010-01-191-1/+13
* the cube of lisp booleans (#f nil () #t)Mark H Weaver2009-10-271-9/+26
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+4
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (scm_is_bool): Fix typo.Marius Vollmer2004-07-061-3/+5
* (scm_is_true, scm_is_false, scm_from_bool, scm_to_bool): New.Marius Vollmer2004-07-051-0/+15
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * First batch of libguile changes for Elisp support.Neil Jerram2002-01-221-2/+3
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller2001-07-191-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Docstring fixes - adding texinfo markup and removing extraneous trailing ne...Neil Jerram2000-08-181-2/+2
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-4/+4
* Don't use C operators == and != to compare SCM values.Dirk Herrmann2000-03-291-1/+1
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * sort.c: typo in comment fixed.Greg J. Badros2000-01-261-3/+3
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-2/+2
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-2/+2
* Remove leading whitespace before empty docstrings.Greg J. Badros1999-12-131-1/+1
* * *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T:Greg J. Badros1999-12-121-1/+1
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-14/+17
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,Jim Blandy1996-10-141-15/+3
* C files should #include only the header files they need, notJim Blandy1996-09-101-0/+2
* maintainer changed: was lord, now jimb; first importjimbJim Blandy1996-07-251-0/+88