summaryrefslogtreecommitdiff
path: root/libguile/boolean.c
Commit message (Expand)AuthorAgeFilesLines
* Improve the documentation for 'nil?'....Mark H Weaver2018-10-141-2/+11
* add `nil?' primitive...BT Templeton2012-02-031-0/+8
* allow iflags to be constant expressions with typing-strictness==2...Andy Wingo2011-05-131-13/+13
* remove libguile/lang.h, deprecate %nil (in favor of #nil)...Andy Wingo2010-04-091-1/+0
* nil is false, whee...Andy 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 GNU...Michael Livshin2000-03-191-0/+6
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to support...Greg 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 of...Greg 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, not...Jim Blandy1996-09-101-0/+2
* maintainer changed: was lord, now jimb; first importJim Blandy1996-07-251-0/+88