1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 13:00:34 +02:00
guile/libguile
Andy Wingo b32d3cc6f7 Remove implementation of logsub VM op
* libguile/vm-engine.c (logsub): Remove implementation.
2018-04-12 17:22:11 +02:00
..
.gitignore Fix the rule to check for new signals and errors 2016-05-22 19:50:07 +02:00
__scm.h Reimplement dynamic states 2016-12-05 21:46:37 +01:00
_scm.h Update effective version to 3.0 2017-05-22 14:15:40 +02:00
alist.c Attempt to mutate residualized literal pair throws exception 2017-04-18 21:27:45 +02:00
alist.h
array-handle.c Allow scm_XXX_writable_elements on empty vectors, even if immutable 2017-10-31 13:23:17 +01:00
array-handle.h
array-map.c Support non-zero lower bounds in array-slice-for-each 2017-10-31 13:23:17 +01: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 Add atomic boxes 2016-09-06 11:16:53 +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 Remove all deprecated code 2017-05-22 13:36:42 +02:00
backtrace.h display-{application,-backtrace} delegate to Scheme 2016-04-04 16:30:56 +02:00
bdw-gc.h
bitvectors.c Remove scm_generalized_vector_get_handle 2017-10-31 13:45:14 +01:00
bitvectors.h All literal constants are read-only 2017-04-18 21:27:45 +02:00
boolean.c
boolean.h
bytevectors.c All literal constants are read-only 2017-04-18 21:27:45 +02:00
bytevectors.h All literal constants are read-only 2017-04-18 21:27:45 +02:00
c-tokenize.lex
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
chars.h
continuations.c Fix compilation of continuations.c 2017-02-13 10:13:27 +01:00
continuations.h
control.c VM continuations store FP/SP by offset 2017-02-12 20:31:14 +01:00
control.h VM stack grows downward 2015-10-21 11:49:20 +02:00
conv-integer.i.c Avoid signed integer overflows in numeric conversions. 2017-03-01 19:05:30 +01:00
conv-uinteger.i.c Fix memory leak in scm_from_{u,}int64 on 32-bit platforms 2016-06-23 14:57:50 +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 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 Deprecate make-struct 2017-09-22 10:32:33 +02:00
deprecated.h Deprecate make-struct 2017-09-22 10:32:33 +02:00
deprecation.c Remove scm_puts_unlocked. 2016-04-26 23:07:28 +02:00
deprecation.h
dynl.c ltdl wrappers now use a recursive mutex. 2017-11-22 16:46:11 +01:00
dynl.h
dynstack.c VM continuations store FP/SP by offset 2017-02-12 20:31:14 +01:00
dynstack.h VM continuations store FP/SP by offset 2017-02-12 20:31:14 +01:00
dynwind.c
dynwind.h
elf.h
eq.c Lower eqv? and equal? to new instructions. 2017-10-29 15:47:25 +01:00
eq.h
error.c Use atomics for async interrupts 2016-10-26 22:50:26 +02:00
error.h
eval.c Better errors for odd-length keyword args 2017-02-28 22:01:20 +01:00
eval.h
evalext.c Add disjoint syntax object type 2017-03-28 19:23:13 +02:00
evalext.h
expand.c Remove unused static definitions 2016-06-11 18:29:35 +02:00
expand.h
extensions.c
extensions.h
fdes-finalizers.c Add file descriptor finalizers 2016-08-30 23:35:10 +02:00
fdes-finalizers.h Add file descriptor finalizers 2016-08-30 23:35:10 +02:00
feature.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
feature.h
filesys.c Destroy the mutex associated with a dirstream. 2017-11-18 21:09:26 +01:00
filesys.h
finalizers.c Fix finalizer resuscitation causing excessive GC 2017-03-13 15:47:51 +01:00
finalizers.h Fix finalizer resuscitation causing excessive GC 2017-03-13 15:47:51 +01:00
fluids.c Avoid causing GC when lookup up exception handler 2017-04-19 14:48:44 +02:00
fluids.h Add thread local fluids 2017-03-07 21:15:39 +01:00
foreign-object.c Struct vtables store bitmask of unboxed fields 2017-09-26 21:56:31 +02:00
foreign-object.h
foreign.c foreign: Add 'uintptr_t' and 'intptr_t'. 2017-11-22 16:33:57 +01:00
foreign.h FFI: Add support for functions that set 'errno'. 2016-12-18 23:05:15 +01:00
fports.c Allow garbage collection of revealed file ports. 2017-10-25 11:39:38 -07:00
fports.h Allow garbage collection of revealed file ports. 2017-10-25 11:39:38 -07:00
frames.c VM continuations store FP/SP by offset 2017-02-12 20:31:14 +01:00
frames.h VM continuations store FP/SP by offset 2017-02-12 20:31:14 +01:00
gc-inline.h
gc-malloc.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
gc.c Remove indirection in structs 2017-09-14 09:44:33 +02:00
gc.h Remove SCM_DEBUG_CELL_ACCESSES==1 2016-11-18 21:18:23 +01:00
gen-scmconfig.c build: Add SCM_T_OFF_MAX and SCM_T_OFF_MIN to scmconfig.h. 2016-05-22 19:50:57 +02:00
gen-scmconfig.h.in
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
gettext.h
goops.c Struct vtables store bitmask of unboxed fields 2017-09-26 21:56:31 +02:00
goops.h remove self field of vtables 2017-09-14 09:49:55 +02:00
gsubr.c Explicit interrupt handling in VM 2016-11-17 22:13:53 +01:00
gsubr.h Parse bytecode to determine minimum arity 2016-06-24 14:15:38 +02:00
guardians.c Deprecate dynamic roots 2016-11-21 23:09:21 +01: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
hash.c Struct vtables store bitmask of unboxed fields 2017-09-26 21:56:31 +02:00
hash.h
hashtab.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
hashtab.h
hooks.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
hooks.h
i18n.c i18n: locale-positive-separated-by-space? should return bool, not string 2017-03-20 20:29:21 -07:00
i18n.h
init.c Add instrinsics to runtime 2018-03-30 20:30:42 +02:00
init.h
inline.c
inline.h
instructions.c Add support for comparisons against integer immediates 2017-11-15 14:18:39 +01:00
instructions.h
intrinsics.c logsub is intrinsic 2018-04-12 17:10:35 +02:00
intrinsics.h logsub is intrinsic 2018-04-12 17:10:35 +02:00
ioext.c Elide syscalls in fdes->port 2017-02-14 22:03:21 +01:00
ioext.h
iselect.h
keywords.c Better errors for odd-length keyword args 2017-02-28 22:01:20 +01:00
keywords.h
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 Attempt to mutate residualized literal pair throws exception 2017-04-18 21:27:45 +02:00
list.h
load.c Honor '%fresh-auto-compile'. 2017-11-22 16:04:24 +01:00
load.h
loader.c Update effective version to 3.0 2017-05-22 14:15:40 +02:00
loader.h VM support for raw slots 2015-10-28 16:40:53 +00:00
locale-categories.h
macros.c Remove scm_puts_unlocked. 2016-04-26 23:07:28 +02:00
macros.h
Makefile.am Add instrinsics to runtime 2018-03-30 20:30:42 +02:00
mallocs.c Remove scm_puts_unlocked. 2016-04-26 23:07:28 +02:00
mallocs.h
memmove.c
memoize.c with-dynamic-state compiler and VM support 2016-12-05 22:57:29 +01:00
memoize.h
modules.c Remove indirection in structs 2017-09-14 09:44:33 +02:00
modules.h
net_db.c Fix unused static variables in net_db.c 2016-07-25 11:44:29 +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 Remove all deprecated code 2017-05-22 13:36:42 +02:00
numbers.h Slim heap-allocated flonums 2018-04-10 20:01:52 +02:00
objprop.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
objprop.h
options.c
options.h
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 Prevent TOCTTOU bugs in C ports 2017-02-08 15:09:14 +01:00
poll.h
ports-internal.h Prevent TOCTTOU bugs in C ports 2017-02-08 15:09:14 +01:00
ports.c Allow garbage collection of revealed file ports. 2017-10-25 11:39:38 -07: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 Treat 'SIG_IGN' as a pointer. 2017-03-01 19:58:31 +01:00
posix.h Move system* to posix.c, impl on open-process 2016-08-31 10:42:21 +02:00
print.c Deprecate struct "self" slots 2017-09-22 11:35:36 +02:00
print.h Replace "pr" struct fields with "pw" fields 2017-09-23 15:33:02 +02:00
private-options.h
procprop.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
procprop.h
procs.c Deprecate make-struct 2017-09-22 10:32:33 +02:00
procs.h
programs.c Speed up procedure-minimum-arity for fixed arity 2017-04-03 17:47:49 +02:00
programs.h Remove primitive?, add primitive-code? 2015-12-01 11:30:54 +01:00
promises.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
promises.h
pthread-threads.h
quicksort.i.c Fix sort, sort! for arrays with nonzero lower bound 2017-10-31 13:23:17 +01:00
r6rs-ports.c put-bytevector, unget-bytevector: Allow start == bytevector length. 2017-07-31 11:37:58 -04:00
r6rs-ports.h Implement R6RS custom binary input/output ports 2016-08-04 22:29:51 +02:00
random.c Merge until badcbd0fe9 from stable-2.2 2017-11-29 21:08:42 +01:00
random.h
rdelim.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
rdelim.h
read.c Remove unnecessary scm_i_string_start_writing calls 2017-02-16 10:43:23 +01:00
read.h
regex-posix.c regexec comment fix 2016-11-01 21:55:16 +01:00
regex-posix.h
remaining-docs-needed
run-test
rw.c Prevent TOCTTOU bugs in C ports 2017-02-08 15:09:14 +01:00
rw.h
scmconfig.h.top
scmsigs.c Check for working profiling and virtual itimers 2017-03-06 23:06:12 -08:00
scmsigs.h
script.c
script.h
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 race between SMOB marking and finalization 2016-06-23 12:13:02 +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 Remove all deprecated code 2017-05-22 13:36:42 +02:00
socket.h Add accept4 support 2017-02-15 22:10:25 +01:00
sort.c Fix sort, sort! for arrays with nonzero lower bound 2017-10-31 13:23:17 +01:00
sort.h
srcprop.c Attempt to mutate residualized literal pair throws exception 2017-04-18 21:27:45 +02:00
srcprop.h
srfi-1.c Attempt to mutate residualized literal pair throws exception 2017-04-18 21:27:45 +02:00
srfi-1.h
srfi-4.c All literal constants are read-only 2017-04-18 21:27:45 +02:00
srfi-4.h
srfi-13.c Remove all deprecated code 2017-05-22 13:36:42 +02:00
srfi-13.h
srfi-14.c Remove scm_puts_unlocked. 2016-04-26 23:07:28 +02:00
srfi-14.h
srfi-14.i.c Regenerate SRFI-14 character set data. 2016-05-22 19:51:56 +02:00
srfi-60.c
srfi-60.h
stackchk.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
stackchk.h
stacks.c Deprecate make-struct 2017-09-22 10:32:33 +02:00
stacks.h
stime.c Fix build warning 2017-01-19 01:43:51 +01:00
stime.h
strerror.c
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
strorder.h
strports.c String ports can be truncated 2017-03-01 14:24:36 +01:00
strports.h Use heap-allocated port types instead of ptobnums 2016-05-13 18:31:29 +02:00
struct.c Introduce make-struct/simple 2018-01-21 21:03:35 +01:00
struct.h Introduce make-struct/simple 2018-01-21 21:03:35 +01:00
symbols.c Attempt to mutate residualized literal pair throws exception 2017-04-18 21:27:45 +02:00
symbols.h
syntax.c Add disjoint syntax object type 2017-03-28 19:23:13 +02:00
syntax.h Add disjoint syntax object type 2017-03-28 19:23:13 +02:00
tags.h Remove SCM_UNBOUND 2017-09-22 16:04:09 +02:00
texi-fragments-to-docstrings
threads.c ia64: Fix crash in thread context switch. 2017-11-22 16:15:20 +01:00
threads.h Fix support for threads already known to GC 2017-02-28 13:14:02 +01:00
throw.c Add new "throw" VM ops 2017-11-05 15:00:16 +01:00
throw.h Add new "throw" VM ops 2017-11-05 15:00:16 +01:00
trees.c
trees.h
unicode.c
unicode.h
unidata_to_charset.pl
uniform.c All literal constants are read-only 2017-04-18 21:27:45 +02:00
uniform.h
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
variable.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
variable.h
vectors.c Remove scm_generalized_vector_get_handle 2017-10-31 13:45:14 +01:00
vectors.h All literal constants are read-only 2017-04-18 21:27:45 +02:00
version.c
version.h.in
vm-builtins.h
vm-engine.c Remove implementation of logsub VM op 2018-04-12 17:22:11 +02:00
vm-expand.h
vm.c Remove char->integer from VM 2018-04-10 13:50:28 +02:00
vm.h Add new-style test and branch instructions 2017-10-24 21:12:19 +02:00
vports.c Deprecate dynamic roots 2016-11-21 23:09:21 +01:00
vports.h
weak-list.h Fix finalizer resuscitation causing excessive GC 2017-03-13 15:47:51 +01:00
weak-set.c Fix finalizer resuscitation causing excessive GC 2017-03-13 15:47:51 +01:00
weak-set.h
weak-table.c More robust vacuuming of in-use weak tables 2017-11-01 09:46:03 +01:00
weak-table.h
weak-vector.c
weak-vector.h