Andy Wingo
|
1234bb1850
Update license notices in all C files
|
6 years ago |
Andy Wingo
|
791eb0c01a
Remove (C) from copyright statements
|
6 years ago |
Andy Wingo
|
97cc65fee4
Rename __scm.h to scm.h
|
6 years ago |
Andy Wingo
|
d9eafa374c
Inline tags.h into __scm.h
|
6 years ago |
Andy Wingo
|
c495b44714
Remove Emacs local variables comments in Guile source
|
6 years ago |
Andy Wingo
|
5534c2817e
Remove useless "classes: h_files" from Guile headers.
|
6 years ago |
Andy Wingo
|
d340a9709c
Shuffle around inline C function implementation
|
6 years ago |
Andy Wingo
|
be18b50773
Move pair, null, nil, and boolean validators out of validate.h
|
6 years ago |
Andy Wingo
|
03c6485eea
Remove error.h include from _scm.h.
|
6 years ago |
Andy Wingo
|
40df57a8a2
Restore libgc 7.2 compatibility
|
7 years ago |
Andy Wingo
|
6e573a0885
Attempt to mutate residualized literal pair throws exception
|
7 years ago |
Andy Wingo
|
730af462c3
inline scm_cons, scm_car, scm_cdr
|
12 years ago |
Andy Wingo
|
8a4ed2dd34
remove "discouraged" infrastructure
|
14 years ago |
Andy Wingo
|
92a61010bd
change remaining %nil -> #nil
|
15 years ago |
Andy Wingo
|
cd038da546
remove libguile/lang.h, deprecate %nil (in favor of #nil)
|
15 years ago |
Andy Wingo
|
c1b7c940ec
lisp nil always enabled
|
15 years ago |
Andy Wingo
|
2533f10b40
nil is null, whee
|
15 years ago |
Andy Wingo
|
f36878ba2d
remove cxrs
|
15 years ago |
Mark H Weaver
|
45f4cbdf12
the cube of lisp booleans (#f nil () #t)
|
15 years ago |
Neil Jerram
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
Ludovic Courtès
|
102dbb6f6c
Add `SCM_INTERNAL' macro, use it.
|
16 years ago |
Ludovic Courtès
|
3f52096714
Fix "mixed linkage" errors in `inline.h'.
|
17 years ago |
Kevin Ryde
|
2b829bbb3d
merge from 1.8 branch
|
19 years ago |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
20 years ago |
Marius Vollmer
|
6fcc7d48e4
* discouraged.h, tags.h (SCM_CONSP, SCM_NCONSP): Moved to
|
20 years ago |
Marius Vollmer
|
ddda5e8fa7
(scm_car, scm_cdr, scm_i_chase_pairs, SCM_I_A_PAT, SCM_I_D_PAT, etc,
|
20 years ago |
Marius Vollmer
|
bc36d0502b
* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into
|
20 years ago |
Dirk Herrmann
|
c178c3a68b
* sort.c, pairs.h: Removed unnecessary includes.
|
22 years ago |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 years ago |
Marius Vollmer
|
33b001fd89
Prefixed each each exported symbol with SCM_API.
|
23 years ago |