BT Templeton
|
9348168ed5
add `nil?' primitive
|
13 lat temu |
Andy Wingo
|
210c0325d3
allow iflags to be constant expressions with typing-strictness==2
|
13 lat temu |
Andy Wingo
|
cd038da546
remove libguile/lang.h, deprecate %nil (in favor of #nil)
|
15 lat temu |
Andy Wingo
|
d38b431ace
nil is false, whee
|
15 lat temu |
Mark H Weaver
|
f60c2c4e10
Renumber IFLAGSs so the first 8 are reserved for lisp booleans.
|
15 lat temu |
Ludovic Courtès
|
baedef98ee
Reinstate `scm_is_bool ()' as a function.
|
15 lat temu |
Mark H Weaver
|
45f4cbdf12
the cube of lisp booleans (#f nil () #t)
|
15 lat temu |
Neil Jerram
|
53befeb700
Change Guile license to LGPLv3+
|
15 lat temu |
Ludovic Courtès
|
dbb605f575
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
|
16 lat temu |
Kevin Ryde
|
2b829bbb3d
merge from 1.8 branch
|
19 lat temu |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
19 lat temu |
Marius Vollmer
|
1fe56d60fd
(scm_is_bool): Fix typo.
|
20 lat temu |
Marius Vollmer
|
3a684cc6c9
(scm_is_true, scm_is_false, scm_from_bool, scm_to_bool): New.
|
20 lat temu |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 lat temu |
Thien-Thi Nguyen
|
a6b844c224
Retire inclusion guard macro SCM_MAGIC_SNARFER.
|
23 lat temu |
Neil Jerram
|
c96d76b88d
* First batch of libguile changes for Elisp support.
|
23 lat temu |
Martin Grabmüller
|
58ade1022c
* alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,
|
23 lat temu |
Thien-Thi Nguyen
|
a06e3a75b2
Remove "face-lift" comment.
|
23 lat temu |
Keisuke Nishida
|
783e777478
Remove #include <stdio.h>. Add #include <string.h>.
|
24 lat temu |
Marius Vollmer
|
8dc9439fc6
* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,
|
24 lat temu |
Neil Jerram
|
cdbc74184f
* Docstring fixes - adding texinfo markup and removing extraneous trailing newlines.
|
24 lat temu |
Mikael Djurfeldt
|
f2c9fcb07e
Updated copyrights
|
25 lat temu |
Mikael Djurfeldt
|
a059974535
* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
|
25 lat temu |
Dirk Herrmann
|
fbd485ba49
Don't use C operators == and != to compare SCM values.
|
25 lat temu |
Michael Livshin
|
89e00824a0
* *.[hc]: add Emacs magic at the end of file, to ensure GNU
|
25 lat temu |
Greg J. Badros
|
b6791b2e94
* error.h, error.c: Added `scm_wrong_type_arg_msg' to support
|
25 lat temu |
Greg J. Badros
|
da4a1dbab4
* sort.c: typo in comment fixed.
|
25 lat temu |
Greg J. Badros
|
3b3b36ddb7
* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*
|
25 lat temu |
Greg J. Badros
|
a1ec69163d
*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
|
25 lat temu |
Greg J. Badros
|
717050c8d5
Remove leading whitespace before empty docstrings.
|
25 lat temu |