1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/libguile
Andy Wingo 7b4ab0895b Inline definition of SIZEOF_SCM_T_BITS
* libguile/_scm.h (SIZEOF_SCM_T_BITS): Remove definition.
* libguile/conv-integer.i.c (SCM_TO_TYPE_PROTO, SCM_FROM_TYPE_PROTO):
* libguile/conv-uinteger.i.c (SCM_FROM_TYPE_PROTO):
* libguile/gc.c (DEFAULT_INITIAL_HEAP_SIZE):
* libguile/hashtab.c:
* libguile/loader.c:
* libguile/socket.c:
* libguile/vm-engine.c (VM_NAME): Use SIZEOF_UINTPTR_T instead of
  SIZEOF_SCM_T_BITS.
2018-06-17 19:21:42 +02:00
..
.gitignore Fix the rule to check for new signals and errors 2016-05-22 19:50:07 +02:00
__scm.h Refactor handling of auxiliary stacks and setjmp/longjmp 2018-06-17 13:41:03 +02:00
_scm.h Inline definition of SIZEOF_SCM_T_BITS 2018-06-17 19:21:42 +02:00
alist.c Attempt to mutate residualized literal pair throws exception 2017-04-18 21:27:45 +02:00
alist.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
array-handle.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +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 Move "min" and "max" macros out of _scm.h 2018-06-17 13:41:03 +02:00
array-map.h Final names for new array functions 2017-01-09 09:02:04 +01:00
arrays.c Fix bitvectors and non-zero lower bound arrays in truncated-print 2017-10-31 13:23:44 +01:00
arrays.h Final names for new array functions 2017-01-09 09:02:04 +01:00
async.c Thread prepare-to-wait respects block_asyncs 2017-01-08 12:24:44 +01:00
async.h New interfaces to help wait on fd/cond 2016-12-29 18:46:16 +01:00
atomic.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
atomic.h Add atomic boxes 2016-09-06 11:16:53 +02:00
atomics-internal.h Fix atomics compilation on clang 2017-03-10 09:10:50 +01:00
backtrace.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +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 Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
bitvectors.h All literal constants are read-only 2017-04-18 21:27:45 +02:00
boolean.c add `nil?' primitive 2012-02-03 18:53:38 -05:00
boolean.h Declare scm_nil_p 2013-11-27 19:30:18 +01:00
bytevectors.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
bytevectors.h Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +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 Rename ChangeLog' files to ChangeLog-2008'. 2008-09-12 21:49:58 +02:00
ChangeLog-scm
ChangeLog-srfi move srfi-1 and srfi-60 C impl to libguile, without public C api 2010-09-12 23:29:11 +02:00
ChangeLog-threads
chars.c Merge branch 'stable-2.0' 2014-04-25 02:06:01 -04:00
chars.h Support for Unicode general categories 2009-12-24 11:55:47 -05:00
continuations.c Refactor regarding internal detection of ia64 2018-06-17 19:16:14 +02:00
continuations.h Refactor handling of auxiliary stacks and setjmp/longjmp 2018-06-17 13:41:03 +02:00
control.c Refactor handling of auxiliary stacks and setjmp/longjmp 2018-06-17 13:41:03 +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 Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
debug-malloc.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
debug.c Deprecate dynamic roots 2016-11-21 23:09:21 +01: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 Refactor handling of auxiliary stacks and setjmp/longjmp 2018-06-17 13:41:03 +02:00
deprecation.c Remove scm_puts_unlocked. 2016-04-26 23:07:28 +02:00
deprecation.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
dynl.c ltdl wrappers now use a recursive mutex. 2017-11-22 16:46:11 +01:00
dynl.h Simplify the (system foreign) API. 2010-07-26 19:38:52 +02:00
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 remove out-of-date comment 2012-03-03 21:06:49 +01:00
dynwind.h the dynamic stack is really a stack now, instead of a list 2012-03-03 17:06:02 +01:00
elf.h add ELF loader 2012-06-22 13:40:50 +02:00
eq.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
eq.h remove "discouraged" infrastructure 2010-08-08 14:15:47 +02:00
error.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
error.h Out-of-memory situations raise exceptions instead of aborting 2014-03-22 15:49:31 +01:00
eval.c Refactor handling of auxiliary stacks and setjmp/longjmp 2018-06-17 13:41:03 +02:00
eval.h deprecate lookup closures 2012-05-23 12:00:23 +02:00
evalext.c Add disjoint syntax object type 2017-03-28 19:23:13 +02:00
evalext.h remove all deprecated code 2011-05-12 14:01:26 +02:00
expand.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +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 Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
fdes-finalizers.h Add file descriptor finalizers 2016-08-30 23:35:10 +02:00
feature.c Remove #ifdef cases for VMS and Cray. 2018-06-17 13:41:03 +02:00
feature.h Arrange to convert command-line arguments from the right encoding. 2011-12-15 01:31:23 +01:00
filesys.c Move syscall-related private defines to their own header 2018-06-17 18:18:26 +02:00
filesys.h Merge remote-tracking branch 'origin/stable-2.0' 2013-03-28 05:09:53 -04:00
finalizers.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
finalizers.h Fix finalizer resuscitation causing excessive GC 2017-03-13 15:47:51 +01:00
fluids.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
fluids.h Add thread local fluids 2017-03-07 21:15:39 +01:00
foreign-object.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
foreign-object.h Add more foreign object interfaces 2014-04-28 13:03:58 +02:00
foreign.c More _scm.h refactoring 2018-06-17 19:10:52 +02:00
foreign.h FFI: Add support for functions that set 'errno'. 2016-12-18 23:05:15 +01:00
fports.c Move syscall-related private defines to their own header 2018-06-17 18:18:26 +02:00
fports.h Allow garbage collection of revealed file ports. 2017-10-25 11:39:38 -07:00
frames.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +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 Refactor handling of auxiliary stacks and setjmp/longjmp 2018-06-17 13:41:03 +02:00
gc.c Inline definition of SIZEOF_SCM_T_BITS 2018-06-17 19:21:42 +02:00
gc.h Refactor handling of auxiliary stacks and setjmp/longjmp 2018-06-17 13:41:03 +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 Avoid unneeded internal use of array handles 2016-11-23 11:49:35 +01:00
generalized-arrays.h Avoid unneeded internal use of array handles 2016-11-23 11:49:35 +01: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 Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gettext.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
goops.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
goops.h remove self field of vtables 2017-09-14 09:49:55 +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 Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
guardians.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guile-func-name-check Fix spurious warnings in net_db.c 2017-04-19 16:48:56 +02:00
guile-snarf-docs.in Revert "[build] Rewrite guile-func-name-check in Scheme, adding features." 2010-08-27 13:05:23 -07:00
guile-snarf.awk.in Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
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 Struct vtables store bitmask of unboxed fields 2017-09-26 21:56:31 +02:00
hash.h Merge commit '894d0b894d' 2015-01-22 14:48:40 +01:00
hashtab.c Inline definition of SIZEOF_SCM_T_BITS 2018-06-17 19:21:42 +02:00
hashtab.h Merge remote-tracking branch 'origin/stable-2.0' 2013-02-18 17:59:38 +01:00
hooks.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
hooks.h add scm_call_n, scm_c_run_hookn 2009-12-21 21:06:27 +01:00
i18n.c Move syscall-related private defines to their own header 2018-06-17 18:18:26 +02:00
i18n.h Improved support for Unicode title case in Guile's string and character APIs. 2009-12-22 00:19:56 -05:00
init.c Refactor handling of auxiliary stacks and setjmp/longjmp 2018-06-17 13:41:03 +02:00
init.h threading / with_guile refactor to use more GC_stack_base 2011-03-25 13:01:51 +01:00
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 Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
instructions.h Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
intrinsics.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
intrinsics.h Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
ioext.c Move syscall-related private defines to their own header 2018-06-17 18:18:26 +02:00
ioext.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
iselect.h Merge branch 'stable-2.0' 2014-04-25 02:06:01 -04:00
keywords.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
keywords.h Keywords have a tc7 2015-01-22 13:03:11 +01:00
libgettext.h Added missing files for `(ice-9 i18n)'. 2006-11-18 18:18:23 +00:00
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 Use a linker version script for libguile. 2009-08-09 23:40:11 +02:00
list.c Attempt to mutate residualized literal pair throws exception 2017-04-18 21:27:45 +02:00
list.h factor copy-tree and cons-source out of eval.[ch] 2009-12-01 21:00:26 +01:00
load.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
load.h Fix problems with Windows file names that use backslashes. 2014-07-03 20:58:19 +03:00
loader.c Inline definition of SIZEOF_SCM_T_BITS 2018-06-17 19:21:42 +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 Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
macros.h clean up macros.[ch] 2010-01-05 15:33:46 +01:00
Makefile.am Move syscall-related private defines to their own header 2018-06-17 18:18:26 +02:00
mallocs.c Remove scm_puts_unlocked. 2016-04-26 23:07:28 +02:00
mallocs.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
memmove.c
memoize.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
memoize.h Simplify variable resolution in the evaluator 2014-12-07 15:52:34 +01:00
modules.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
modules.h Add scm_maybe_resolve_module 2018-05-14 11:27:30 +02:00
net_db.c Fix unused static variables in net_db.c 2016-07-25 11:44:29 +02:00
net_db.h Add `getaddrinfo' and related procedures. 2010-02-14 20:56:47 +01:00
null-threads.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
null-threads.h Reimplement null-threads as inline functions 2016-07-25 11:50:17 +02:00
numbers.c Move "min" and "max" macros out of _scm.h 2018-06-17 13:41:03 +02:00
numbers.h VM calls out to heap-numbers-equal? through intrinsics 2018-05-08 11:49:46 +02:00
objprop.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
objprop.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
options.c remove object protection from options.c 2011-11-24 11:47:35 +01:00
options.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
pairs.c Attempt to mutate residualized literal pair throws exception 2017-04-18 21:27:45 +02:00
pairs.h Restore libgc 7.2 compatibility 2017-04-20 10:40:07 +02:00
poll.c Move syscall-related private defines to their own header 2018-06-17 18:18:26 +02:00
poll.h add (ice-9 poll), a poll wrapper 2010-12-03 15:16:37 +01:00
ports-internal.h Prevent TOCTTOU bugs in C ports 2017-02-08 15:09:14 +01:00
ports.c Move syscall-related private defines to their own header 2018-06-17 18:18:26 +02:00
ports.h Prevent TOCTTOU bugs in C ports 2017-02-08 15:09:14 +01: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 Move syscall-related private defines to their own header 2018-06-17 18:18:26 +02:00
posix.h Move system* to posix.c, impl on open-process 2016-08-31 10:42:21 +02:00
print.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
print.h Replace "pr" struct fields with "pw" fields 2017-09-23 15:33:02 +02:00
private-options.h print: Support R7RS |...| symbol notation. 2014-01-14 20:30:24 -05:00
procprop.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
procprop.h procedure-documentation works on RTL procedures 2013-06-09 23:59:01 +02:00
procs.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
procs.h procedure-documentation works on RTL procedures 2013-06-09 23:59:01 +02:00
programs.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
programs.h Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
promises.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
promises.h promises are in their own file now 2009-12-01 21:00:26 +01:00
pthread-threads.h Revert "add pthread_atfork helpers to our threading shims" 2012-02-23 14:18:57 +01:00
quicksort.i.c Move "min" and "max" macros out of _scm.h 2018-06-17 13:41:03 +02:00
r6rs-ports.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
r6rs-ports.h Implement R6RS custom binary input/output ports 2016-08-04 22:29:51 +02:00
random.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
random.h Add random-state-from-platform' and scm_i_random_bytes_from_platform' 2012-01-21 03:22:57 -05:00
rdelim.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
rdelim.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
read.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
read.h Remove prototype for scm_read_token, which does not exist. 2012-10-17 04:48:43 -04:00
regex-posix.c regexec comment fix 2016-11-01 21:55:16 +01:00
regex-posix.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
remaining-docs-needed
run-test
rw.c Move syscall-related private defines to their own header 2018-06-17 18:18:26 +02:00
rw.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
scmconfig.h.top Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
scmsigs.c Move syscall-related private defines to their own header 2018-06-17 18:18:26 +02:00
scmsigs.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
script.c Move syscall-related private defines to their own header 2018-06-17 18:18:26 +02:00
script.h Arrange to convert command-line arguments from the right encoding. 2011-12-15 01:31:23 +01:00
simpos.c Move system* to posix.c, impl on open-process 2016-08-31 10:42:21 +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 Add `scm_smob_type_class()'. 2015-02-10 14:35:35 +01:00
snarf.h Stringbufs immutable by default 2017-02-16 13:11:29 +01:00
socket.c Inline definition of SIZEOF_SCM_T_BITS 2018-06-17 19:21:42 +02:00
socket.h Add accept4 support 2017-02-15 22:10:25 +01:00
sort.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
sort.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
srcprop.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
srcprop.h Add 'supports-source-properties?' predicate 2012-02-15 11:23:27 -05:00
srfi-1.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
srfi-1.h fix take-right and drop-right for improper lists 2011-08-12 23:26:15 +02:00
srfi-4.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +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 Remove all deprecated code 2017-05-22 13:36:42 +02:00
srfi-13.h In string-split, add support for character sets and predicates. 2012-10-12 08:15:08 -04:00
srfi-14.c Remove scm_puts_unlocked. 2016-04-26 23:07:28 +02:00
srfi-14.h refactor tc7 and tc16 checks 2011-10-24 18:54:01 +02:00
srfi-14.i.c Regenerate SRFI-14 character set data. 2016-05-22 19:51:56 +02:00
srfi-60.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
srfi-60.h move srfi-1 and srfi-60 C impl to libguile, without public C api 2010-09-12 23:29:11 +02:00
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 Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
stacks.h replace frame implementation with VM frames 2009-12-03 14:42:51 +01:00
stime.c Fix build warning 2017-01-19 01:43:51 +01:00
stime.h scm_c_get_internal_run_time is more precise 2011-05-04 20:19:11 +02:00
strerror.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
strings.c All literal constants are read-only 2017-04-18 21:27:45 +02:00
strings.h All literal constants are read-only 2017-04-18 21:27:45 +02:00
strorder.c provide missing prototypes 2010-01-07 23:49:15 +01:00
strorder.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
strports.c Move syscall-related private defines to their own header 2018-06-17 18:18:26 +02:00
strports.h Use heap-allocated port types instead of ptobnums 2016-05-13 18:31:29 +02:00
struct.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
struct.h Introduce make-struct/simple 2018-01-21 21:03:35 +01:00
symbols.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
symbols.h symbols.h reindent 2011-10-26 00:07:29 +02:00
syntax.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
syntax.h Add disjoint syntax object type 2017-03-28 19:23:13 +02:00
syscalls.h Move syscall-related private defines to their own header 2018-06-17 18:18:26 +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 Refactor handling of auxiliary stacks and setjmp/longjmp 2018-06-17 13:41:03 +02:00
threads.h Refactor handling of auxiliary stacks and setjmp/longjmp 2018-06-17 13:41:03 +02:00
throw.c Refactor handling of auxiliary stacks and setjmp/longjmp 2018-06-17 13:41:03 +02:00
throw.h Add new "throw" VM ops 2017-11-05 15:00:16 +01:00
trees.c Change uses of scm_is_simple_vector to scm_is_vector 2014-02-08 18:26:49 +01:00
trees.h factor copy-tree and cons-source out of eval.[ch] 2009-12-01 21:00:26 +01:00
unicode.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
unicode.h Add (ice-9 unicode) module 2014-09-29 21:54:14 -04:00
unidata_to_charset.pl copyright dates 2010-04-03 06:46:23 -07:00
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 Attempt to mutate residualized literal pair throws exception 2017-04-18 21:27:45 +02:00
values.c Replace "pr" struct fields with "pw" fields 2017-09-23 15:33:02 +02:00
values.h add scm_c_nvalues with docs; also, docs for scm_c_values 2012-07-04 17:49:37 +02:00
variable.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
variable.h refactor tc7 and tc16 checks 2011-10-24 18:54:01 +02:00
vectors.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
vectors.h All literal constants are read-only 2017-04-18 21:27:45 +02:00
version.c version.h has SCM_EFFECTIVE_VERSION; effective-version uses that 2010-03-16 21:20:29 +01:00
version.h.in [build] Create libguile/version.h using the configure script. 2010-08-18 19:48:12 +02:00
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 Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
vm.c More _scm.h refactoring 2018-06-17 19:10:52 +02:00
vm.h Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
vports.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
vports.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
weak-list.h Fix finalizer resuscitation causing excessive GC 2017-03-13 15:47:51 +01:00
weak-set.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
weak-set.h Revert "with a threaded guile, lock weak sets and tables during a fork" 2012-02-23 14:18:56 +01:00
weak-table.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
weak-table.h hash-set! on weak tables returns the value 2012-03-02 18:26:56 +01:00
weak-vector.c Fix libguile subcomponent headers not to include <libguile.h> 2018-06-14 22:20:47 +02:00
weak-vector.h Add weak-vector-length, weak-vector-ref, weak-vector-set! 2014-02-07 13:00:41 +01:00