Daniel Llorens f227a56991 Support typed arrays in some sort functions 8 anni fa
..
.gitignore 99555262a9 Fix the rule to check for new signals and errors 8 anni fa
ChangeLog-1996-1999 339999c72e Moved old ChangeLog text to ChangeLog-1996-1999 (added that file) 25 anni fa
ChangeLog-2000 a51fe2479e Split up. 24 anni fa
ChangeLog-2008 afb59d75b8 Rename `ChangeLog' files to `ChangeLog-2008'. 16 anni fa
ChangeLog-scm 4b28e0b88b Renamed to ChangeLog-scm from ChangeLog.scm, so it won't interfere with 28 anni fa
ChangeLog-srfi 37710f7e8f move srfi-1 and srfi-60 C impl to libguile, without public C api 14 anni fa
ChangeLog-threads 7bfd3b9e94 Merge threads directory into libguile. 28 anni fa
Makefile.am 38f23e75a5 Add meta/build-env 8 anni fa
__scm.h 6dd9810902 Merge commit '750ac8c592e792e627444f476877f282525b132e' 11 anni fa
_scm.h f1c0434403 `define!' instruction returns the variable 8 anni fa
alist.c 0858753e82 Merge remote-tracking branch 'origin/stable-2.0' 13 anni fa
alist.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
arbiters.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
arbiters.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
array-handle.c da81901c9a Do not use array handles in scm_vector 8 anni fa
array-handle.h cf64dca65c Remove array impl. registry; instead, hard-code array handle creation 11 anni fa
array-map.c cbaa6cadcc Remove commented stack version of scm_array_for_each_cell() 8 anni fa
array-map.h f6003e8881 Clean up (array-for-each-cell) 8 anni fa
arrays.c f6003e8881 Clean up (array-for-each-cell) 8 anni fa
arrays.h f6003e8881 Clean up (array-for-each-cell) 8 anni fa
async.c 475772ea57 Merge branch 'stable-2.0' 10 anni fa
async.h 856d318a9f Merge branch 'stable-2.0' 10 anni fa
backtrace.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
backtrace.h 8a0fc51176 display-{application,-backtrace} delegate to Scheme 8 anni fa
bdw-gc.h 475772ea57 Merge branch 'stable-2.0' 10 anni fa
bitvectors.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
bitvectors.h cf64dca65c Remove array impl. registry; instead, hard-code array handle creation 11 anni fa
boolean.c 9348168ed5 add `nil?' primitive 13 anni fa
boolean.h 84800dffc2 Declare scm_nil_p 11 anni fa
bytevectors.c b9cbf3b6de Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle 8 anni fa
bytevectors.h b9cbf3b6de Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handle 8 anni fa
c-tokenize.lex 8cb0d6d7fa build: Don't include <config.h> in native programs when cross-compiling. 11 anni fa
chars.c 475772ea57 Merge branch 'stable-2.0' 10 anni fa
chars.h 0ca3a342d1 Support for Unicode general categories 15 anni fa
continuations.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
continuations.h 3b14dd2f27 Optimize make-stack 10 anni fa
control.c 8f027385db Rename union scm_vm_stack_element members 9 anni fa
control.h 0007507340 VM stack grows downward 9 anni fa
conv-integer.i.c 2c8ea5a008 Fix memory leak in scm_from_{u,}int64 on 32-bit platforms 8 anni fa
conv-uinteger.i.c 2c8ea5a008 Fix memory leak in scm_from_{u,}int64 on 32-bit platforms 8 anni fa
cpp-E.syms befaad0c14 Add Hurd signal and error constants. 8 anni fa
cpp-SIG.syms 41f28a9b0e Remove SIGEV constant definitions. 8 anni fa
debug-malloc.c 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
debug-malloc.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
debug.c 856d318a9f Merge branch 'stable-2.0' 10 anni fa
debug.h 06ea79b73d Remove unused union scm_t_debug_info 10 anni fa
deprecated.c cd51ce81d0 Use heap-allocated port types instead of ptobnums 8 anni fa
deprecated.h 745cbb4918 Remove unused type from ports-internal 8 anni fa
deprecation.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
deprecation.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
dynl.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
dynl.h d4149a510e Simplify the (system foreign) API. 14 anni fa
dynstack.c 0007507340 VM stack grows downward 9 anni fa
dynstack.h 0007507340 VM stack grows downward 9 anni fa
dynwind.c deaae8e9d7 remove out-of-date comment 13 anni fa
dynwind.h 9ede013f68 the dynamic stack is really a stack now, instead of a list 13 anni fa
elf.h afc74c2920 add ELF loader 12 anni fa
eq.c 91ee7515da Merge remote-tracking branch 'origin/stable-2.0' 13 anni fa
eq.h 8a4ed2dd34 remove "discouraged" infrastructure 14 anni fa
error.c 086bbcc874 Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840' 10 anni fa
error.h c2247b782a Out-of-memory situations raise exceptions instead of aborting 11 anni fa
eval.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
eval.h 3f48638c8c deprecate lookup closures 12 anni fa
evalext.c e2fafeb901 Keywords have a tc7 10 anni fa
evalext.h fc7bd367ab remove all deprecated code 13 anni fa
expand.c 2cb7c4c4d7 Remove unused static definitions 8 anni fa
expand.h 7974c57937 Assignment conversion in the interpreter 10 anni fa
extensions.c 08969a2407 fix --disable-modules build 13 anni fa
extensions.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
feature.c b4fa6cc909 Merge remote-tracking branch 'origin/stable-2.0' 12 anni fa
feature.h ed4c373966 Arrange to convert command-line arguments from the right encoding. 13 anni fa
filesys.c 9a95167871 Fix relative file name canonicalization on paths with "." 8 anni fa
filesys.h 26d148066f Merge remote-tracking branch 'origin/stable-2.0' 12 anni fa
finalizers.c 475772ea57 Merge branch 'stable-2.0' 10 anni fa
finalizers.h d6651f6903 Add interface to disable automatic finalization 10 anni fa
fluids.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
fluids.h 98eaef1b50 Simplify dynstack API to only wind one fluid at a time 11 anni fa
foreign-object.c 4b8ce7c752 Add more foreign object interfaces 10 anni fa
foreign-object.h 4b8ce7c752 Add more foreign object interfaces 10 anni fa
foreign.c d848af9a16 Parse bytecode to determine minimum arity 8 anni fa
foreign.h d848af9a16 Parse bytecode to determine minimum arity 8 anni fa
fports.c 534139e458 Support for non-blocking I/O 8 anni fa
fports.h cd51ce81d0 Use heap-allocated port types instead of ptobnums 8 anni fa
frames.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
frames.h 67e8aa85e8 Remove frame-local-ref, frame-local-set! 9 anni fa
gc-inline.h aef1fcf94e Add thread-local lock-free, TLS-free freelists. 11 anni fa
gc-malloc.c 475772ea57 Merge branch 'stable-2.0' 10 anni fa
gc.c fab18c02e8 Use the right GC version macros. 10 anni fa
gc.h c2247b782a Out-of-memory situations raise exceptions instead of aborting 11 anni fa
gen-scmconfig.c 5de910ba28 build: Add SCM_T_OFF_MAX and SCM_T_OFF_MIN to scmconfig.h. 8 anni fa
gen-scmconfig.h.in ad378da975 check for iconveh values at configure-time 13 anni fa
generalized-arrays.c ed6c65507a Don't use array handles in scm_c_array_rank 8 anni fa
generalized-arrays.h ed6c65507a Don't use array handles in scm_c_array_rank 8 anni fa
generalized-vectors.c da81901c9a Do not use array handles in scm_vector 8 anni fa
generalized-vectors.h cea5139e65 Remove deprecated and unused generalized-vector functions 8 anni fa
gettext.c 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
gettext.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
goops.c cd51ce81d0 Use heap-allocated port types instead of ptobnums 8 anni fa
goops.h cd51ce81d0 Use heap-allocated port types instead of ptobnums 8 anni fa
gsubr.c d848af9a16 Parse bytecode to determine minimum arity 8 anni fa
gsubr.h d848af9a16 Parse bytecode to determine minimum arity 8 anni fa
guardians.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
guardians.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
guile-func-name-check 34cbb05331 Revert "[build] Rewrite guile-func-name-check in Scheme, adding features." 14 anni fa
guile-snarf-docs.in 34cbb05331 Revert "[build] Rewrite guile-func-name-check in Scheme, adding features." 14 anni fa
guile-snarf.awk.in 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
guile-snarf.in c3c3032608 Make snarfing tools more robust to varied C preprocessor behavior. 11 anni fa
guile.c a5d0c135c0 Remove nonfunctional gdb interface 11 anni fa
hash.c e19235e21b Merge commit '01a301d1b606b84d986b735049e7155d2f4cd6aa' 10 anni fa
hash.h baf90102cf Merge commit '894d0b894daae001495c748b3352cd79918d3789' 10 anni fa
hashtab.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
hashtab.h 9b977c836b Merge remote-tracking branch 'origin/stable-2.0' 12 anni fa
hooks.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
hooks.h 86fd6dff2a add scm_call_n, scm_c_run_hookn 15 anni fa
i18n.c 6a5b44de68 Check for strtod_l before using it. 8 anni fa
i18n.h 820f33aaed Improved support for Unicode title case in Guile's string and character APIs. 15 anni fa
init.c 300c85b0f0 Tweak port initialization order 8 anni fa
init.h 12c1d8616d threading / with_guile refactor to use more GC_stack_base 14 anni fa
inline.c 9b977c836b Merge remote-tracking branch 'origin/stable-2.0' 12 anni fa
inline.h 9b977c836b Merge remote-tracking branch 'origin/stable-2.0' 12 anni fa
instructions.c a08b3d40f8 Untag values and indexes for all bytevector instructions 9 anni fa
instructions.h 20b1b91394 Move RTL unpack macros to vm-engine.c 11 anni fa
ioext.c 08574987d9 Remove scm_t_port_internal 8 anni fa
ioext.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
iselect.h 475772ea57 Merge branch 'stable-2.0' 10 anni fa
keywords.c e2fafeb901 Keywords have a tc7 10 anni fa
keywords.h e2fafeb901 Keywords have a tc7 10 anni fa
libgettext.h 5b3a39c7ff Added missing files for `(ice-9 i18n)'. 18 anni fa
libguile-2.2-gdb.scm 1f3babaaef Adapt GDB integration to newest patches 10 anni fa
libguile.map 9af080f720 Use a linker version script for libguile. 15 anni fa
list.c 856d318a9f Merge branch 'stable-2.0' 10 anni fa
list.h 0f458a3725 factor copy-tree and cons-source out of eval.[ch] 15 anni fa
load.c 7142005a05 Skip incompatible .go files 8 anni fa
load.h 9235f805fa Fix problems with Windows file names that use backslashes. 10 anni fa
loader.c e7660a607c VM support for raw slots 9 anni fa
loader.h e7660a607c VM support for raw slots 9 anni fa
locale-categories.h c84f25bcce i18n: Ignore LC_MESSAGES on MinGW. 10 anni fa
macros.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
macros.h e809758a7e clean up macros.[ch] 15 anni fa
mallocs.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
mallocs.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
memmove.c a06e3a75b2 Remove "face-lift" comment. 23 anni fa
memoize.c eb0376567d Remove unused "nargs" field of memoized call expressions 10 anni fa
memoize.h e6a42e6765 Simplify variable resolution in the evaluator 10 anni fa
modules.c 747747ee06 Merge remote-tracking branch 'origin/stable-2.0' 12 anni fa
modules.h 2de74cb56e finish deprecating eval closures 12 anni fa
net_db.c 5bb40f9df0 getaddrinfo: Document the missing errno value for EAI_SYSTEM. 12 anni fa
net_db.h 55ae00ea73 Add `getaddrinfo' and related procedures. 15 anni fa
null-threads.c 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
null-threads.h 2bf0e122f0 Revert "add pthread_atfork helpers to our threading shims" 13 anni fa
numbers.c aa13da5189 Fix atan procedure when applied to complex numbers. 8 anni fa
numbers.h 475772ea57 Merge branch 'stable-2.0' 10 anni fa
objprop.c 62fdadb0a5 check for pairs with scm_is_pair, not scm_nimp 13 anni fa
objprop.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
options.c 086063aa32 remove object protection from options.c 13 anni fa
options.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
pairs.c 61989c7053 Merge branch 'stable-2.0' 11 anni fa
pairs.h 730af462c3 inline scm_cons, scm_car, scm_cdr 12 anni fa
poll.c 08574987d9 Remove scm_t_port_internal 8 anni fa
poll.h 6f81b18abe add (ice-9 poll), a poll wrapper 14 anni fa
ports-internal.h 47918f38d9 Speed up scm_c_write / scm_lfwrite 8 anni fa
ports.c f23dfc0fb5 Locale is default port encoding 8 anni fa
ports.h 4bceba876b put-char, put-string in (ice-9 ports internals) 8 anni fa
posix.c 856d318a9f Merge branch 'stable-2.0' 10 anni fa
posix.h d20912e67d Move `{total,current}-processor-count' outside of `posix.c'. 13 anni fa
print.c 0e888cd00b Simplify string, symbol, char display/write impls 8 anni fa
print.h 0e888cd00b Simplify string, symbol, char display/write impls 8 anni fa
private-options.h 6e504a7b44 print: Support R7RS |...| symbol notation. 11 anni fa
procprop.c 8079714576 scm_i_rtl_program_* -> scm_i_program_* 11 anni fa
procprop.h bf8328ec16 procedure-documentation works on RTL procedures 11 anni fa
procs.c 6c7dd9ebd3 Generics with setters have <applicable-struct-with-setter> layout 10 anni fa
procs.h bf8328ec16 procedure-documentation works on RTL procedures 11 anni fa
programs.c d848af9a16 Parse bytecode to determine minimum arity 8 anni fa
programs.h 8af3423efe Remove primitive?, add primitive-code? 9 anni fa
promises.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
promises.h 7b89381965 promises are in their own file now 15 anni fa
pthread-threads.h 2bf0e122f0 Revert "add pthread_atfork helpers to our threading shims" 13 anni fa
quicksort.i.c f227a56991 Support typed arrays in some sort functions 8 anni fa
r6rs-ports.c 9ecf77a82d Add SCM_OPN to mode bits when making ports 8 anni fa
r6rs-ports.h 36cc0b901c Declare r6rs-ports functions 11 anni fa
random.c 475772ea57 Merge branch 'stable-2.0' 10 anni fa
random.h d47db067b6 Add `random-state-from-platform' and `scm_i_random_bytes_from_platform' 13 anni fa
rdelim.c 122c8e6b37 scm_ungetc, scm_ungets instead of _unlocked variants 8 anni fa
rdelim.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
read.c d77247b90b Heed the reader settings implied by #!r6rs 8 anni fa
read.h b3a2259ce3 Remove prototype for scm_read_token, which does not exist. 12 anni fa
regex-posix.c eb4a14ed47 Use Gnulib's `regex' module. 13 anni fa
regex-posix.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
remaining-docs-needed 8849a2449b * run-test, remaining-docs-needed: Added these scripts. The 25 anni fa
root.c 9ede013f68 the dynamic stack is really a stack now, instead of a list 13 anni fa
root.h e7efe8e793 decruftify scm_sys_protects 15 anni fa
run-test 8849a2449b * run-test, remaining-docs-needed: Added these scripts. The 25 anni fa
rw.c 08574987d9 Remove scm_t_port_internal 8 anni fa
rw.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
scmconfig.h.top 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
scmsigs.c 7d550c4ea0 Fix ,profile in pure modules 8 anni fa
scmsigs.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
script.c 475772ea57 Merge branch 'stable-2.0' 10 anni fa
script.h ed4c373966 Arrange to convert command-line arguments from the right encoding. 13 anni fa
simpos.c 856d318a9f Merge branch 'stable-2.0' 10 anni fa
simpos.h 87fc4596e5 Remove private-gc.h 11 anni fa
smob.c c01a2a757e Fix race between SMOB marking and finalization 8 anni fa
smob.h 1bbf7f7580 Add `scm_smob_type_class()'. 10 anni fa
snarf.h 475772ea57 Merge branch 'stable-2.0' 10 anni fa
socket.c 69ea1fc45b Support `connect' on nonblocking sockets 8 anni fa
socket.h b9b88351ea Deprecate htons, htonl, ntohs, ntohl 11 anni fa
sort.c f227a56991 Support typed arrays in some sort functions 8 anni fa
sort.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
srcprop.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
srcprop.h 76b9bac565 Add 'supports-source-properties?' predicate 13 anni fa
srfi-1.c 856d318a9f Merge branch 'stable-2.0' 10 anni fa
srfi-1.h e7a81c7acd fix take-right and drop-right for improper lists 13 anni fa
srfi-13.c 793e8a9317 Fix 'string-copy!' to work properly with overlapping src/dest. 11 anni fa
srfi-13.h 5f085775ab In string-split, add support for character sets and predicates. 12 anni fa
srfi-14.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
srfi-14.h dc7da0be90 refactor tc7 and tc16 checks 13 anni fa
srfi-14.i.c cfd4401a2c Regenerate SRFI-14 character set data. 8 anni fa
srfi-4.c 475772ea57 Merge branch 'stable-2.0' 10 anni fa
srfi-4.h cf64dca65c Remove array impl. registry; instead, hard-code array handle creation 11 anni fa
srfi-60.c 7f8ad91b99 SRFI-60: Reimplement 'rotate-bit-field' on inums to be more portable. 11 anni fa
srfi-60.h 37710f7e8f move srfi-1 and srfi-60 C impl to libguile, without public C api 14 anni fa
stackchk.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
stackchk.h 7e2fd4e7f5 Unwind-only stack overflow exceptions 11 anni fa
stacks.c 02fc5a772b Identify boot continuations by code, not closure 9 anni fa
stacks.h aa3f69519f replace frame implementation with VM frames 15 anni fa
stime.c 475772ea57 Merge branch 'stable-2.0' 10 anni fa
stime.h 4a42658f6a scm_c_get_internal_run_time is more precise 13 anni fa
strerror.c 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
strings.c e390e5760b Implement 'string-utf8-length' and 'scm_c_string_utf8_length'. 8 anni fa
strings.h e390e5760b Implement 'string-utf8-length' and 'scm_c_string_utf8_length'. 8 anni fa
strorder.c f1d19308ad provide missing prototypes 15 anni fa
strorder.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
strports.c 9ecf77a82d Add SCM_OPN to mode bits when making ports 8 anni fa
strports.h cd51ce81d0 Use heap-allocated port types instead of ptobnums 8 anni fa
struct.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
struct.h 4702cbeb37 Move <class> initialization to Scheme 10 anni fa
symbols.c 00884bb79f Allow decoding of UTF-8 containing U+FFFD, the replacement character. 9 anni fa
symbols.h 7914b2b069 symbols.h reindent 13 anni fa
tags.h cd51ce81d0 Use heap-allocated port types instead of ptobnums 8 anni fa
texi-fragments-to-docstrings 6cfdc6b878 Build `guile-procedures.txt' using (texinfo) instead of `makeinfo'. 12 anni fa
threads.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
threads.h aef1fcf94e Add thread-local lock-free, TLS-free freelists. 11 anni fa
throw.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
throw.h c2247b782a Out-of-memory situations raise exceptions instead of aborting 11 anni fa
trees.c d747313100 Change uses of scm_is_simple_vector to scm_is_vector 11 anni fa
trees.h 0f458a3725 factor copy-tree and cons-source out of eval.[ch] 15 anni fa
unicode.c c5ea75534c Add (ice-9 unicode) module 10 anni fa
unicode.h c5ea75534c Add (ice-9 unicode) module 10 anni fa
unidata_to_charset.pl dcc69bab8c copyright dates 15 anni fa
uniform.c 8051cf2304 Merge commit 'fb7dd00169304a5922838e4d2f25253640a35def' 11 anni fa
uniform.h 8051cf2304 Merge commit 'fb7dd00169304a5922838e4d2f25253640a35def' 11 anni fa
validate.h 086bbcc874 Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840' 10 anni fa
values.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
values.h e1c80e6b30 add scm_c_nvalues with docs; also, docs for scm_c_values 12 anni fa
variable.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
variable.h dc7da0be90 refactor tc7 and tc16 checks 13 anni fa
vectors.c da81901c9a Do not use array handles in scm_vector 8 anni fa
vectors.h a32488ba13 SCM_I_IS_VECTOR only true for tc7_vector, not weak vectors 11 anni fa
version.c 89607fab50 version.h has SCM_EFFECTIVE_VERSION; effective-version uses that 15 anni fa
version.h.in b405cdb4c5 [build] Create libguile/version.h using the configure script. 14 anni fa
vm-builtins.h 827c2c26fc Small comment fix. 11 anni fa
vm-engine.c f1c0434403 `define!' instruction returns the variable 8 anni fa
vm-expand.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
vm.c 2cb7c4c4d7 Remove unused static definitions 8 anni fa
vm.h 02fc5a772b Identify boot continuations by code, not closure 9 anni fa
vports.c cd51ce81d0 Use heap-allocated port types instead of ptobnums 8 anni fa
vports.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
weak-set.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
weak-set.h 81b80b9610 Revert "with a threaded guile, lock weak sets and tables during a fork" 13 anni fa
weak-table.c 105e36543f Remove scm_puts_unlocked. 8 anni fa
weak-table.h 07e69928fc hash-set! on weak tables returns the value 13 anni fa
weak-vector.c adf06a72d5 Merge commit '495cea0c931de23f074892b3f32808e676712a18' 11 anni fa
weak-vector.h c9647bfb7e Add weak-vector-length, weak-vector-ref, weak-vector-set! 11 anni fa
win32-uname.c 53befeb700 Change Guile license to LGPLv3+ 15 anni fa
win32-uname.h 53befeb700 Change Guile license to LGPLv3+ 15 anni fa