1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
guile/libguile
Andy Wingo 1a99bd10f8 Devolve boolean.h include.
* libguile/_scm.h: Remove boolean.h include.
* libguile/alist.c:
* libguile/array-map.c:
* libguile/arrays.c:
* libguile/backtrace.c:
* libguile/bitvectors.c:
* libguile/chars.c:
* libguile/continuations.c:
* libguile/dynwind.c:
* libguile/eq.c:
* libguile/eval.c:
* libguile/expand.c:
* libguile/fdes-finalizers.c:
* libguile/filesys.c:
* libguile/foreign.c:
* libguile/fports.c:
* libguile/frames.c:
* libguile/generalized-arrays.h:
* libguile/goops.c:
* libguile/goops.h:
* libguile/guardians.c:
* libguile/hooks.c:
* libguile/i18n.c:
* libguile/intrinsics.c:
* libguile/list.c:
* libguile/load.c:
* libguile/loader.c:
* libguile/macros.c:
* libguile/memoize.c:
* libguile/modules.c:
* libguile/net_db.c:
* libguile/numbers.c:
* libguile/options.c:
* libguile/ports.c:
* libguile/print.c:
* libguile/procprop.c:
* libguile/procs.h:
* libguile/programs.c:
* libguile/r6rs-ports.c:
* libguile/read.c:
* libguile/scmsigs.c:
* libguile/sort.c:
* libguile/srcprop.h:
* libguile/srfi-1.c:
* libguile/srfi-13.c:
* libguile/srfi-14.c:
* libguile/srfi-14.h:
* libguile/srfi-4.c:
* libguile/stacks.c:
* libguile/stime.c:
* libguile/strorder.c:
* libguile/struct.c:
* libguile/struct.h:
* libguile/symbols.c:
* libguile/threads.c:
* libguile/throw.c:
* libguile/vports.c: Add boolean.h includes.
2018-06-18 21:38:44 +02:00
..
.gitignore Fix the rule to check for new signals and errors 2016-05-22 19:50:07 +02:00
__scm.h Assume that if we have GCC, we have GCC >= 3.0. 2018-06-17 20:34:05 +02:00
_scm.h Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
alist.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
alist.h More validate.h devolution 2018-06-18 09:44:35 +02:00
array-handle.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
array-handle.h Remove array impl. registry; instead, hard-code array handle creation 2014-02-09 12:48:21 +01:00
array-map.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
array-map.h Final names for new array functions 2017-01-09 09:02:04 +01:00
arrays.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
arrays.h Final names for new array functions 2017-01-09 09:02:04 +01:00
async.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
async.h New interfaces to help wait on fd/cond 2016-12-29 18:46:16 +01:00
atomic.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
atomic.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
atomics-internal.h Fix atomics compilation on clang 2017-03-10 09:10:50 +01:00
backtrace.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
backtrace.h display-{application,-backtrace} delegate to Scheme 2016-04-04 16:30:56 +02:00
bdw-gc.h Merge branch 'stable-2.0' 2014-04-25 02:06:01 -04:00
bitvectors.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
bitvectors.h All literal constants are read-only 2017-04-18 21:27:45 +02:00
boolean.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
boolean.h Move pair, null, nil, and boolean validators out of validate.h 2018-06-17 22:49:59 +02:00
bytevectors.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
bytevectors.h More validate.h devolution 2018-06-18 09:44:35 +02:00
c-tokenize.lex build: Don't include <config.h> in native programs when cross-compiling. 2014-03-12 14:35:07 +01:00
cache-internal.h Bump fluid cache size to 16 entries 2017-02-17 11:04:16 +01:00
ChangeLog-1996-1999
ChangeLog-2000
ChangeLog-2008
ChangeLog-scm
ChangeLog-srfi
ChangeLog-threads
chars.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
chars.h More validate.h devolution 2018-06-18 09:44:35 +02:00
chooks.c Devolve more validate macros 2018-06-18 10:50:17 +02:00
chooks.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
continuations.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
continuations.h Refactor handling of auxiliary stacks and setjmp/longjmp 2018-06-17 13:41:03 +02:00
control.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
control.h Refactor handling of auxiliary stacks and setjmp/longjmp 2018-06-17 13:41:03 +02:00
conv-integer.i.c Inline definition of SIZEOF_SCM_T_BITS 2018-06-17 19:21:42 +02:00
conv-uinteger.i.c Inline definition of SIZEOF_SCM_T_BITS 2018-06-17 19:21:42 +02:00
cpp-E.syms Add Hurd signal and error constants. 2016-05-22 19:50:20 +02:00
cpp-SIG.syms Remove SIGEV constant definitions. 2016-05-22 19:50:27 +02:00
debug-malloc.c
debug-malloc.h
debug.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
debug.h Remove unused union scm_t_debug_info 2015-01-23 16:16:01 +01:00
deprecated.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
deprecated.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
deprecation.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
deprecation.h
dynl.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
dynl.h
dynstack.c Refactor handling of auxiliary stacks and setjmp/longjmp 2018-06-17 13:41:03 +02:00
dynstack.h Refactor handling of auxiliary stacks and setjmp/longjmp 2018-06-17 13:41:03 +02:00
dynwind.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
dynwind.h
elf.h
eq.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
eq.h
error.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
error.h Move core validate macros to error.h 2018-06-17 22:24:12 +02:00
eval.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
eval.h
evalext.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
evalext.h
expand.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
expand.h Assignment conversion in the interpreter 2014-12-05 11:45:36 +01:00
extensions.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
extensions.h Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
fdes-finalizers.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
fdes-finalizers.h Add file descriptor finalizers 2016-08-30 23:35:10 +02:00
feature.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
feature.h
filesys.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
filesys.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
finalizers.c Remove errno.h include from _scm.h. 2018-06-17 19:46:33 +02:00
finalizers.h Fix finalizer resuscitation causing excessive GC 2017-03-13 15:47:51 +01:00
fluids.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
fluids.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
foreign-object.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
foreign-object.h Add more foreign object interfaces 2014-04-28 13:03:58 +02:00
foreign.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
foreign.h FFI: Add support for functions that set 'errno'. 2016-12-18 23:05:15 +01:00
fports.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
fports.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
frames.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
frames.h Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
gc-inline.h Add thread-local lock-free, TLS-free freelists. 2014-02-02 16:17:54 +01:00
gc-malloc.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
gc.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
gc.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
gen-scmconfig.c Add configure check for auxiliary stacks 2018-06-17 13:41:03 +02:00
gen-scmconfig.h.in Add configure check for auxiliary stacks 2018-06-17 13:41:03 +02:00
generalized-arrays.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
generalized-arrays.h Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
generalized-vectors.c Remove scm_generalized_vector_get_handle 2017-10-31 13:45:14 +01:00
generalized-vectors.h Remove scm_generalized_vector_get_handle 2017-10-31 13:45:14 +01:00
gettext.c
gettext.h
goops.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
goops.h Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
gsubr.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
gsubr.h Parse bytecode to determine minimum arity 2016-06-24 14:15:38 +02:00
guardians.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
guardians.h
guile-func-name-check Fix spurious warnings in net_db.c 2017-04-19 16:48:56 +02:00
guile-snarf-docs.in
guile-snarf.awk.in
guile-snarf.in guile-snarf: skip -g* arguments to avoid build failure 2017-04-19 17:19:40 +02:00
guile.c Remove nonfunctional gdb interface 2013-11-27 22:31:00 +01:00
hash.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
hash.h Merge commit '894d0b894d' 2015-01-22 14:48:40 +01:00
hashtab.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
hashtab.h Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
hooks.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
hooks.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
i18n.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
i18n.h
init.c Refactor handling of auxiliary stacks and setjmp/longjmp 2018-06-17 13:41:03 +02:00
init.h
inline.c Merge remote-tracking branch 'origin/stable-2.0' 2013-02-18 17:59:38 +01:00
inline.h Rename 'scm_i_get_byte_or_eof' et al; mark them as SCM_API. 2013-04-02 19:35:43 -04:00
instructions.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
instructions.h Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
intrinsics.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
intrinsics.h Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
ioext.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
ioext.h
iselect.h Merge branch 'stable-2.0' 2014-04-25 02:06:01 -04:00
keywords.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
keywords.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
libgettext.h
libguile-2.2-gdb.scm Allow GDB support to be used with GDB-linked-against-Guile-2.0. 2017-11-05 18:21:35 +01:00
libguile.map
list.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
list.h Move list validators to list.h 2018-06-17 22:39:32 +02:00
load.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
load.h Fix problems with Windows file names that use backslashes. 2014-07-03 20:58:19 +03:00
loader.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
loader.h Move some definitions out of _scm.h 2018-06-17 13:41:03 +02:00
locale-categories.h i18n: Ignore LC_MESSAGES on MinGW. 2014-06-11 14:54:21 +02:00
macros.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
macros.h
Makefile.am Devolve more validate macros 2018-06-18 10:50:17 +02:00
mallocs.c Remove scm_puts_unlocked. 2016-04-26 23:07:28 +02:00
mallocs.h
memmove.c
memoize.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
memoize.h Simplify variable resolution in the evaluator 2014-12-07 15:52:34 +01:00
modules.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
modules.h Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
net_db.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
net_db.h
null-threads.c
null-threads.h Reimplement null-threads as inline functions 2016-07-25 11:50:17 +02:00
numbers.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
numbers.h Move more number validators to numbers.h. 2018-06-17 22:32:08 +02:00
objprop.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
objprop.h
options.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
options.h
pairs.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
pairs.h Move pair, null, nil, and boolean validators out of validate.h 2018-06-17 22:49:59 +02:00
poll.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
poll.h
ports-internal.h Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
ports.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
ports.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
posix-w32.c Untabify posix-w32.c 2016-07-25 11:49:32 +02:00
posix-w32.h Add POSIX shims for MinGW 2016-07-25 11:42:09 +02:00
posix.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
posix.h Move system* to posix.c, impl on open-process 2016-08-31 10:42:21 +02:00
print.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
print.h More validate.h devolution 2018-06-18 09:44:35 +02:00
private-options.h print: Support R7RS |...| symbol notation. 2014-01-14 20:30:24 -05:00
procprop.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
procprop.h procedure-documentation works on RTL procedures 2013-06-09 23:59:01 +02:00
procs.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
procs.h Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
programs.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
programs.h Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
promises.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
promises.h
pthread-threads.h
quicksort.i.c Move "min" and "max" macros out of _scm.h 2018-06-17 13:41:03 +02:00
r6rs-ports.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
r6rs-ports.h Implement R6RS custom binary input/output ports 2016-08-04 22:29:51 +02:00
random.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
random.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
rdelim.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
rdelim.h
read.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
read.h
regex-posix.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
regex-posix.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
remaining-docs-needed
run-test
rw.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
rw.h
scmconfig.h.top
scmsigs.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
scmsigs.h
script.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
script.h
simpos.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
simpos.h Move system* to posix.c, impl on open-process 2016-08-31 10:42:21 +02:00
smob.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
smob.h More validate.h devolution 2018-06-18 09:44:35 +02:00
snarf.h Stringbufs immutable by default 2017-02-16 13:11:29 +01:00
socket.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
socket.h Add accept4 support 2017-02-15 22:10:25 +01:00
sort.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
sort.h
srcprop.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
srcprop.h Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
srfi-1.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
srfi-1.h
srfi-4.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
srfi-4.h Remove array impl. registry; instead, hard-code array handle creation 2014-02-09 12:48:21 +01:00
srfi-13.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
srfi-13.h
srfi-14.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
srfi-14.h Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
srfi-14.i.c Regenerate SRFI-14 character set data. 2016-05-22 19:51:56 +02:00
srfi-60.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
srfi-60.h
stackchk.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
stackchk.h Unwind-only stack overflow exceptions 2014-02-20 09:45:01 +01:00
stacks.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
stacks.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
stime.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
stime.h
strerror.c
strings.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
strings.h More validate.h devolution 2018-06-18 09:44:35 +02:00
strorder.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
strorder.h
strports.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
strports.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
struct.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
struct.h Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
symbols.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
symbols.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
syntax.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
syntax.h Add disjoint syntax object type 2017-03-28 19:23:13 +02:00
syscalls.h Remove _scm.h inclusion of config.h 2018-06-17 19:46:14 +02:00
tags.h Remove SCM_UNBOUND 2017-09-22 16:04:09 +02:00
texi-fragments-to-docstrings Build guile-procedures.txt' using (texinfo) instead of makeinfo'. 2013-03-21 23:24:47 +01:00
threads.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
threads.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
throw.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
throw.h Add new "throw" VM ops 2017-11-05 15:00:16 +01:00
trees.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
trees.h
unicode.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
unicode.h Add (ice-9 unicode) module 2014-09-29 21:54:14 -04:00
unidata_to_charset.pl
uniform.c All literal constants are read-only 2017-04-18 21:27:45 +02:00
uniform.h Merge commit 'fb7dd00169' 2014-02-08 15:31:37 +01:00
validate.h Deprecate libguile/validate.h 2018-06-18 10:50:23 +02:00
values.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
values.h
variable.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
variable.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
vectors.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
vectors.h Devolve more validate macros 2018-06-18 10:50:17 +02:00
version.c
version.h.in
vm-builtins.h Small comment fix. 2013-11-19 20:02:49 +01:00
vm-engine.c Inline definition of SIZEOF_SCM_T_BITS 2018-06-17 19:21:42 +02:00
vm-expand.h
vm.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
vm.h Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
vports.c Devolve boolean.h include. 2018-06-18 21:38:44 +02:00
vports.h
weak-list.h Fix finalizer resuscitation causing excessive GC 2017-03-13 15:47:51 +01:00
weak-set.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
weak-set.h
weak-table.c Remove includes of validate.h. 2018-06-18 10:50:23 +02:00
weak-table.h
weak-vector.c Remove list.h from _scm.h 2018-06-18 11:46:32 +02:00
weak-vector.h Add weak-vector-length, weak-vector-ref, weak-vector-set! 2014-02-07 13:00:41 +01:00