1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-01 07:20:20 +02:00
guile/libguile
Andy Wingo f2ad6525e6 Convert scm_gc_malloc* calls to scm_allocate*
* libguile/arrays.c:
* libguile/bitvectors.c:
* libguile/bytevectors.c:
* libguile/chooks.c:
* libguile/continuations.c:
* libguile/control.c:
* libguile/dynstack.c:
* libguile/ephemerons.c:
* libguile/filesys.c:
* libguile/foreign.c:
* libguile/fports.c:
* libguile/frames.c:
* libguile/gsubr.c:
* libguile/hashtab.c:
* libguile/i18n.c:
* libguile/integers.c:
* libguile/intrinsics.c:
* libguile/load.c:
* libguile/loader.c:
* libguile/macros.c:
* libguile/numbers.c:
* libguile/options.c:
* libguile/ports.c:
* libguile/programs.h:
* libguile/random.c:
* libguile/read.c:
* libguile/regex-posix.c:
* libguile/smob.c:
* libguile/srfi-14.c:
* libguile/strings.c:
* libguile/struct.c:
* libguile/threads.c:
* libguile/threads.h:
* libguile/values.c:
* libguile/vm.c: Convert all calls to scm_gc_malloc_pointerless to
scm_allocate_pointerless.  Convert scm_gc_malloc to either
scm_allocate_tagged or scm_allocate_sloppy, depending on whether the
value can be precisely traced or not.
2025-06-20 11:40:01 +02:00
..
lightening Merge remote-tracking branch 'lightening/main' 2025-01-29 16:52:29 +01:00
whippet Merge remote-tracking branch 'whippet/main' into wip-whippet 2025-05-27 15:50:57 +02:00
.gitignore Fix the rule to check for new signals and errors 2016-05-22 19:50:07 +02:00
__scm.h Add __scm.h placeholder 2018-06-24 08:47:32 +02:00
alist.c Update license notices in all C files 2018-06-20 20:07:34 +02:00
alist.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
array-handle.c Give arrays a proper type in C land 2025-06-03 14:55:09 +02:00
array-handle.h Remove array contp flag 2021-08-16 19:02:43 +02:00
arrays-internal.h Give arrays a proper type in C land 2025-06-03 14:55:09 +02:00
arrays.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
arrays.h Give arrays a proper type in C land 2025-06-03 14:55:09 +02:00
async.c Remove needless smob.h includes 2025-06-17 15:03:32 +02:00
async.h Rename scm_i_thread to scm_thread 2018-06-26 11:40:22 +02:00
atomic.c Switch to use atomic_compare_exchange_strong 2019-05-25 17:17:49 +02:00
atomic.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
atomics-internal.h Remove BDW usage from gc.c 2025-05-15 15:56:03 +02:00
backtrace.c Remove print state objects, and ports-with-print-state 2025-06-17 09:38:46 +02:00
backtrace.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
bitvectors.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
bitvectors.h Convert bitvectors to use inline-only word-size units 2025-06-03 16:54:19 +02:00
boolean.c Improve the documentation for 'nil?'. 2019-05-23 15:53:55 +02:00
boolean.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
bytevectors-internal.h Move private bytevectors API to a separate header 2025-06-02 09:51:47 +02:00
bytevectors.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
bytevectors.h Move private bytevectors API to a separate header 2025-06-02 09:51: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 Rename scm_i_thread to scm_thread 2018-06-26 11:40:22 +02:00
ChangeLog-1996-1999
ChangeLog-2000
ChangeLog-2008
ChangeLog-scm
ChangeLog-srfi
ChangeLog-threads
chars.c Revert "Revert scm_c_make_char rename" 2019-08-24 11:57:39 +02:00
chars.h Revert "Revert scm_c_make_char rename" 2019-08-24 11:57:39 +02:00
chooks.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
chooks.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
continuations-internal.h Give continuations (contregs) their own static tc16 2025-06-13 13:13:02 +02:00
continuations.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
continuations.h Give continuations (contregs) their own static tc16 2025-06-13 13:13:02 +02:00
control.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
control.h abort-to-prompt uses an intrinsic 2018-06-26 16:23:02 +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
custom-ports.c Rework representation of ports 2025-06-18 16:30:03 +02:00
custom-ports.h Add "custom ports" 2023-06-08 09:03:10 +02:00
debug.c Remove needless smob.h includes 2025-06-17 15:03:32 +02:00
debug.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
deprecated.c Move make-regexp, regexp?, regexp-exec to (ice-9 regex) 2025-06-17 14:10:12 +02:00
deprecated.h Move make-regexp, regexp?, regexp-exec to (ice-9 regex) 2025-06-17 14:10:12 +02:00
deprecation.c Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. 2019-05-23 16:41:53 +02:00
deprecation.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
dynl.c Add windows stubs for dlopen, dlclose, dlsym, dlerror 2021-03-11 08:30:57 -08:00
dynl.h Replace libltdl with raw dlopen, dlsym 2021-02-03 23:02:21 +01:00
dynstack.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
dynstack.h Allow precise tracing of dynstacks 2025-06-19 16:32:56 +02:00
dynwind.c Allow precise tracing of dynstacks 2025-06-19 16:32:56 +02:00
dynwind.h Allow precise tracing of dynstacks 2025-06-19 16:32:56 +02:00
elf.h
ephemerons.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
ephemerons.h Remove weak set usage in ports.c 2025-05-14 16:12:11 +02:00
eq.c Locale have static tc16 2025-06-18 12:18:24 +02:00
eq.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
error.c Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. 2019-05-23 16:41:53 +02:00
error.h Remove traces of 'scm_memory_error'. 2020-02-10 00:10:10 +01:00
eval.c Turn boot closures into subrs 2025-06-11 21:59:58 +02:00
eval.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
evalext.c Change charsets to use bytevector to store char ranges 2025-06-12 16:49:27 +02:00
evalext.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
exceptions.c Convert tc16_thunk, tc16_exception_handler to be subrs 2025-06-11 16:02:30 +02:00
exceptions.h Rebase throw/catch on top of raise-exception/with-exception-handler 2019-11-13 22:24:19 +01:00
expand.c Give syntax transformers a static tc16 2025-06-16 13:38:02 +02:00
expand.h Add "mod" field to tree-il toplevel ref, set, define 2019-08-18 22:27:12 +02:00
extensions.c Replace libltdl with raw dlopen, dlsym 2021-02-03 23:02:21 +01:00
extensions.h Fix use of uninstalled header by installed headers 2018-10-07 15:15:02 +02:00
fdes-finalizers.c Fix use of uninstalled header by installed headers 2018-10-07 15:15:02 +02:00
fdes-finalizers.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
feature.c Update license notices in all C files 2018-06-20 20:07:34 +02:00
feature.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
filesys.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
filesys.h Allocate a static tc16 to directory streams 2025-06-13 16:39:39 +02:00
finalizers.c Locale have static tc16 2025-06-18 12:18:24 +02:00
finalizers.h Locale have static tc16 2025-06-18 12:18:24 +02:00
fluids.c Remove the last direct uses of BDW API 2025-05-15 16:13:18 +02:00
fluids.h Rework fluids to use ephemeron hash tables 2025-05-12 13:45:21 +02:00
foreign-object.c Add (system finalizers) 2025-05-02 16:03:13 +02:00
foreign-object.h Add (system finalizers) 2025-05-02 16:03:13 +02:00
foreign.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
foreign.h Move pointers to new finalization API 2025-05-02 16:45:41 +02:00
fports.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
fports.h Avoid throwing exceptions during early boot if stdin is closed 2019-12-13 13:52:58 +01:00
frames.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
frames.h Make programs.h private 2025-05-30 12:52:54 +02:00
gc-inline.h Add scm_allocate_{pointerless,tagged,sloppy} 2025-06-20 11:07:34 +02:00
gc-internal.h Use Whippet API to boot threads 2025-04-22 10:36:30 +02:00
gc-malloc.c Add scm_allocate_{pointerless,tagged,sloppy} 2025-06-20 11:07:34 +02:00
gc.c Remove needless smob.h includes 2025-06-17 15:03:32 +02:00
gc.h Add scm_allocate_{pointerless,tagged,sloppy} 2025-06-20 11:07:34 +02:00
gen-scmconfig.c Presume ISO C90 headers are always available 2022-10-14 08:40:23 -07:00
gen-scmconfig.h.in improve autoconfigury for minigmp 2021-03-02 06:18:32 -08:00
generalized-vectors.c Update license notices in all C files 2018-06-20 20:07:34 +02:00
generalized-vectors.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
gettext.c Update license notices in all C files 2018-06-20 20:07:34 +02:00
gettext.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
goops.c Locale have static tc16 2025-06-18 12:18:24 +02:00
goops.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
gsubr-internal.h New internal functions to alloc subr closures 2025-06-11 15:39:58 +02:00
gsubr.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
gsubr.h Move subr internals off to internal header file 2025-06-11 12:40:45 +02:00
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 Don't force installation of GMP allocators in guile shell 2021-03-12 22:38:21 +01:00
hash.c Remove weak sets 2025-05-14 16:12:11 +02:00
hash.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
hashtab.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
hashtab.h Move weak table implementation to Scheme 2025-05-13 14:57:31 +02:00
i18n.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
i18n.h Locale have static tc16 2025-06-18 12:18:24 +02:00
init.c Remove needless smob.h includes 2025-06-17 15:03:32 +02:00
init.h Use Whippet API to boot threads 2025-04-22 10:36:30 +02:00
inline.c Remove needless smob.h includes 2025-06-17 15:03:32 +02:00
inline.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
instructions.c Add sign-extending make-immediate instruction 2020-07-30 17:36:11 +02:00
instructions.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
integers.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
integers.h Re-rewrite integer-expt in C 2022-01-13 09:37:17 +01:00
intrinsics.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
intrinsics.h Make programs.h private 2025-05-30 12:52:54 +02:00
ioext.c Remove print state objects, and ports-with-print-state 2025-06-17 09:38:46 +02:00
ioext.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
iselect.h on MinGW, prefer winsock2.h over sys/select in iselect 2021-03-11 09:37:12 -08:00
jit.c JIT uses malloc/free instead of gc_malloc 2025-06-19 16:56:30 +02:00
jit.h Speed up returns in JIT 2019-06-18 21:45:29 +02:00
keywords.c Remove needless smob.h includes 2025-06-17 15:03:32 +02:00
keywords.h Implement hashing for keywords, i.e. (hash #:x ...) 2020-02-21 01:36:14 -06:00
libgettext.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
libguile-4.0-gdb.scm Rename libguile-3.0-gdb.scm -> libguile-4.0-gdb.scm 2025-05-13 15:52:39 +02:00
libguile.map
list.c Fix typos throughout codebase. 2024-05-06 11:51:53 +02:00
list.h Fix list validation of *list->bytevector procedures. 2019-05-23 16:01:13 +02:00
load.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
load.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
loader.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
loader.h Bump version to 3.9.x 2025-04-22 13:23:00 +02:00
locale-categories.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
macros.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
macros.h Give syntax transformers a static tc16 2025-06-16 13:38:02 +02:00
Makefile.am Move make-regexp, regexp?, regexp-exec to (ice-9 regex) 2025-06-17 14:10:12 +02:00
memoize.c Move source properties out to a module 2025-05-12 16:29:04 +02:00
memoize.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
mini-gmp.c Include config.h in mini-gmp.c, if present 2021-05-01 22:39:30 +02:00
mini-gmp.h Enable option to prefer mini-gmp over libgmp 2021-03-02 06:18:32 -08:00
modules.c Remove needless smob.h includes 2025-06-17 15:03:32 +02:00
modules.h Compile current-module as intrinsic call 2018-06-27 14:57:51 +02:00
net_db.c Fix typos throughout codebase. 2023-07-16 22:09:01 +02:00
net_db.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
null-threads.c Fix compilation --without-threads. 2020-03-21 18:25:52 +01:00
null-threads.h in null threads, don't define sigmask stub when pthread_sigmask does not exist 2021-01-21 15:34:03 -08:00
numbers.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
numbers.h Presume ISO C90 headers are always available 2022-10-14 08:40:23 -07:00
options.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
options.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
pairs.c Update for Whippet changes, VM stacks scanned partly-conservatively 2025-05-21 14:31:23 +02:00
pairs.h Reimplement scm_is_mutable_pair using gc_heap_contains 2025-05-04 15:15:41 +02:00
poll.c Fix use of uninstalled header by installed headers 2018-10-07 15:15:02 +02:00
poll.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
ports-internal.h Rework representation of ports 2025-06-18 16:30:03 +02:00
ports.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
ports.h Rework representation of ports 2025-06-18 16:30:03 +02:00
posix-w32.c Windows 11: for fport input from the console, ignore terminal returns 2025-03-23 10:26:40 -07:00
posix-w32.h Windows 11: for fport input from the console, ignore terminal returns 2025-03-23 10:26:40 -07:00
posix.c Move string-pointer-array handling to posix.c 2025-06-20 11:06:41 +02:00
posix.h Remove all deprecated interfaces 2025-05-02 15:50:42 +02:00
print.c Locale have static tc16 2025-06-18 12:18:24 +02:00
print.h Remove print state objects, and ports-with-print-state 2025-06-17 09:38:46 +02:00
private-options.h Remove print state objects, and ports-with-print-state 2025-06-17 09:38:46 +02:00
procprop.c Make programs.h private 2025-05-30 12:52:54 +02:00
procprop.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
procs.c Make programs.h private 2025-05-30 12:52:54 +02:00
procs.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
programs.c Move subr internals off to internal header file 2025-06-11 12:40:45 +02:00
programs.h Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
pthread-threads.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
quicksort.i.c Move "min" and "max" macros out of _scm.h 2018-06-17 13:41:03 +02:00
r6rs-ports.c Simplify i18n.c to require POSIX 2008 newlocale, uselocale 2025-06-18 12:02:41 +02:00
r6rs-ports.h Rewrite custom binary ports in Scheme, in terms of custom ports 2023-06-08 09:03:10 +02:00
random.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
random.h Allocate a static tc16 for random states 2025-06-17 10:45:27 +02:00
rdelim.c Revert "Handle CRLF and Unicode line endings in read-line" 2021-03-12 22:08:16 +01:00
rdelim.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
read.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
read.h Scheme reader fully replaces C reader 2021-03-03 21:43:33 +01:00
regex-posix.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
regex-posix.h Convert regexps to use statically-allocated tc16 2025-06-17 14:35:51 +02:00
remaining-docs-needed
run-test
rw.c Update license notices in all C files 2018-06-20 20:07:34 +02:00
rw.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
scm.h Allow precise tracing of dynstacks 2025-06-19 16:32:56 +02:00
scmconfig.h.top Update license notices in all C files 2018-06-20 20:07:34 +02:00
scmsigs.c Replace after-gc-hook with {add,remove}-after-gc-callback! 2025-06-16 11:36:07 +02:00
scmsigs.h Ensure the signal-delivery thread is completely stopped before fork 2024-06-21 11:11:46 +02:00
script.c Copy terminating zero in 'scm_cat_path'. 2019-06-20 11:43:54 +02:00
script.h Deprecate scm_find_executable 2018-10-07 16:04:59 +02:00
setjump-win.h Fix setjmp/longjmp-related crashes on Windows 2024-10-20 12:14:21 +02:00
simpos.c Presume ISO C90 functions are always available 2022-10-14 08:40:23 -07:00
simpos.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
smob.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
smob.h Add new API for declaring managed SMOB fields 2025-06-18 14:59:03 +02:00
snarf.h Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. 2019-05-23 16:41:53 +02:00
socket.c Remove print state objects, and ports-with-print-state 2025-06-17 09:38:46 +02:00
socket.h Merge from stable-2.2 2019-08-02 15:29:33 +02:00
sort.c Move array-map / array-cell functions to Scheme module 2025-06-03 14:34:26 +02:00
sort.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
srfi-4.c Move private bytevectors API to a separate header 2025-06-02 09:51:47 +02:00
srfi-4.h New function srfi-4-vector-type-size in (srfi srfi-4 gnu) 2021-12-06 14:00:03 +01:00
srfi-13.c doc: Fix composition describing scm_reverse_list_to_string 2021-01-17 13:15:45 -06:00
srfi-13.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
srfi-14.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
srfi-14.h Move char-set-cursor implementation to Scheme 2025-06-13 11:13:54 +02:00
srfi-60.c Finish srfi-60 port off old scm mpz API 2022-01-13 09:37:17 +01:00
srfi-60.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
stackchk.c Rename scm_i_thread to scm_thread 2018-06-26 11:40:22 +02:00
stackchk.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
stacks.c Give continuations (contregs) their own static tc16 2025-06-13 13:13:02 +02:00
stacks.h Inline "struct scm_frame" into tagged frame objects 2025-05-29 21:53:36 +02:00
stime.c missing includes for list.h 2021-01-21 15:33:43 -08:00
stime.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
strings.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
strings.h Move string-pointer-array handling to posix.c 2025-06-20 11:06:41 +02:00
strorder.c Update license notices in all C files 2018-06-20 20:07:34 +02:00
strorder.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
strports.c String ports have managed streams 2025-06-18 16:33:36 +02:00
strports.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
struct.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
struct.h Prepare structs for new finalization API 2025-05-02 15:50:49 +02:00
symbols.c Remove needless smob.h includes 2025-06-17 15:03:32 +02:00
symbols.h Deprecate symbol properties. 2022-02-04 11:12:28 +01:00
syntax.c Move source properties out to a module 2025-05-12 16:29:04 +02:00
syntax.h syntax-source returns a vector 2025-05-12 15:05:40 +02:00
syscalls.h Add missing #include in syscalls.h 2025-03-22 14:17:41 -07:00
tags.h Fix typo in tags.h comment. 2019-06-18 02:05:20 -04:00
texi-fragments-to-docstrings Fix texi-fragments-to-docstrings to import srfi-14 2025-06-17 14:35:13 +02:00
threads.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
threads.h Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
throw.c Convert tc16_catch_handler to be subrs 2025-06-11 16:12:35 +02:00
throw.h Rebase throw/catch on top of raise-exception/with-exception-handler 2019-11-13 22:24:19 +01:00
trace.h Allow precise tracing of dynstacks 2025-06-19 16:32:56 +02:00
unicode.c Fix use of uninstalled header by installed headers 2018-10-07 15:15:02 +02:00
unicode.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
UnicodeData.txt Create 'srfi-14.i.c' during build. 2022-03-24 14:28:46 +01:00
unidata_to_charset.awk Deprecate srfi-14 in default environment 2025-06-13 09:03:20 +02:00
uniform.c Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types 2018-06-21 20:18:54 +02:00
uniform.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
validate.h Fix list validation of *list->bytevector procedures. 2018-10-14 02:27:23 -04:00
values.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
values.h Give reified value objects a proper data type 2025-05-30 09:57:08 +02:00
variable.c Remove needless smob.h includes 2025-06-17 15:03:32 +02:00
variable.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
vectors.c Remove the last direct uses of BDW API 2025-05-15 16:13:18 +02:00
vectors.h Remove the 'simple vector' concept 2021-08-16 15:39:21 +02:00
version.c Update license notices in all C files 2018-06-20 20:07:34 +02:00
version.h.in Remove (C) from copyright statements 2018-06-20 19:17:06 +02:00
vm-builtins.h Expose scm_vm_builtin_ref internally 2018-08-19 17:38:59 +02:00
vm-engine.c Add machinery to pass thread and/or closure when invoking subr 2025-06-11 13:05:15 +02:00
vm-expand.h Update license notices in all C files 2018-06-20 20:07:34 +02:00
vm.c Convert scm_gc_malloc* calls to scm_allocate* 2025-06-20 11:40:01 +02:00
vm.h Make programs.h private 2025-05-30 12:52:54 +02:00
vports.c Rewrite soft ports in Scheme 2023-06-08 09:03:10 +02:00
vports.h Rewrite soft ports in Scheme 2023-06-08 09:03:10 +02:00
whippet-embedder.h Update for Whippet changes, VM stacks scanned partly-conservatively 2025-05-21 14:31:23 +02:00