Andy Wingo b3909e8f00 tmp 14 年之前
..
.gitignore cf7e51b489 libguile gitignore 15 年之前
ChangeLog-1996-1999 339999c72e Moved old ChangeLog text to ChangeLog-1996-1999 (added that file) 25 年之前
ChangeLog-2000 a51fe2479e Split up. 24 年之前
ChangeLog-2008 afb59d75b8 Rename `ChangeLog' files to `ChangeLog-2008'. 17 年之前
ChangeLog-scm 4b28e0b88b Renamed to ChangeLog-scm from ChangeLog.scm, so it won't interfere with 29 年之前
ChangeLog-srfi 37710f7e8f move srfi-1 and srfi-60 C impl to libguile, without public C api 15 年之前
ChangeLog-threads 7bfd3b9e94 Merge threads directory into libguile. 28 年之前
Makefile.am e3b8bce8f4 build support for detecting clock_gettime, with -lrt if needed 14 年之前
__scm.h 931b4a6ddc Bump default typing strictness to 2. 14 年之前
_scm.h e8ab529d57 bump objcode version to 2.0; introduce minor-version compatibility 14 年之前
alist.c cd038da546 remove libguile/lang.h, deprecate %nil (in favor of #nil) 15 年之前
alist.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
arbiters.c 393301c519 fix arbiter compilation with the generic codepath 15 年之前
arbiters.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
array-handle.c f39448c5a3 remove a bunch of needless scm_permanent_object calls 15 年之前
array-handle.h 9c3fa20a56 Remove extra comma after `SCM_ARRAY_ELEMENT_TYPE_LAST'. 14 年之前
array-map.c 10b9343f04 Change `scm_ramapc' prototype to avoid empty declarators (bug #23681). 14 年之前
array-map.h 10b9343f04 Change `scm_ramapc' prototype to avoid empty declarators (bug #23681). 14 年之前
arrays.c 03976fee3b fix code that causes warnings on gcc 4.6 14 年之前
arrays.h 8c93b597b3 Fix the visibility of a few of internal symbols. 15 年之前
async.c 86fb1eb631 merge strictness branch from 2.0 14 年之前
async.h fc7bd367ab remove all deprecated code 14 年之前
backtrace.c 03976fee3b fix code that causes warnings on gcc 4.6 14 年之前
backtrace.h e8df456a15 print-exception gets a c binding 14 年之前
bdw-gc.h 12c1d8616d threading / with_guile refactor to use more GC_stack_base 14 年之前
bitvectors.c ffb62a43dc fix typos in the manual bits generated from source comments. 14 年之前
bitvectors.h cf39614240 bitvector exodus from unif.[ch] 16 年之前
boolean.c 210c0325d3 allow iflags to be constant expressions with typing-strictness==2 14 年之前
boolean.h 8a4ed2dd34 remove "discouraged" infrastructure 15 年之前
bytevectors.c 86fb1eb631 merge strictness branch from 2.0 14 年之前
bytevectors.h 059a588fed bytevectors have internal parent field 14 年之前
c-tokenize.lex 83a7b43bf2 remove spurious declarations in c-tokenize.lex 15 年之前
chars.c ffb62a43dc fix typos in the manual bits generated from source comments. 14 年之前
chars.h 0ca3a342d1 Support for Unicode general categories 15 年之前
continuations.c d223c3fcdd scm_is_eq for SCM vals, not == or != 14 年之前
continuations.h d8873dfe47 continuations return multiple values on the stack 15 年之前
control.c b2b33168b1 more care regarding SCM_PACK and SCM_UNPACK 14 年之前
control.h 572eef50c2 fix prompt and abort with the boot evaluator 14 年之前
conv-integer.i.c 1713d319b7 * numbers.c (scm_i_range_error): New. 21 年之前
conv-uinteger.i.c 56a3dcd431 Remove references to undefined macros. 15 年之前
cpp-E.syms 3fff6e71ff Update `cpp-E.syms' and `cpp-SIG.syms'. 14 年之前
cpp-SIG.syms 3fff6e71ff Update `cpp-E.syms' and `cpp-SIG.syms'. 14 年之前
debug-malloc.c 53befeb700 Change Guile license to LGPLv3+ 16 年之前
debug-malloc.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
debug.c 210c0325d3 allow iflags to be constant expressions with typing-strictness==2 14 年之前
debug.h fc7bd367ab remove all deprecated code 14 年之前
deprecated.c 86fb1eb631 merge strictness branch from 2.0 14 年之前
deprecated.h 86fb1eb631 merge strictness branch from 2.0 14 年之前
deprecation.c 393baa8a44 scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc 14 年之前
deprecation.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
dynl.c 0f1fd214f1 More descriptive error for dynamic-pointer 14 年之前
dynl.h d4149a510e Simplify the (system foreign) API. 15 年之前
dynwind.c b2feee6bc0 deprecate scm_internal_dynamic_wind 14 年之前
dynwind.h b2feee6bc0 deprecate scm_internal_dynamic_wind 14 年之前
eq.c f135fc3eda Slight optimization for scm_equal_p 14 年之前
eq.h 8a4ed2dd34 remove "discouraged" infrastructure 15 年之前
error.c 41e826492a interrupted syscalls run asyncs before throwing syserror 14 年之前
error.h 0193377d24 Avoid accessing symbol internals in call_dsubr_1 and DEVAL 16 年之前
eval.c 393baa8a44 scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc 14 年之前
eval.h f32e67be0b add scm_call_{5,6} 14 年之前
evalext.c a2230b653b map and for-each in scheme 14 年之前
evalext.h fc7bd367ab remove all deprecated code 14 年之前
expand.c 826373a25d psyntax, primitive expander, and memoizer support for letrec* 15 年之前
expand.h d223c3fcdd scm_is_eq for SCM vals, not == or != 14 年之前
extensions.c 877514dab0 threadsafety in deprecation, extensions 15 年之前
extensions.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
feature.c f39448c5a3 remove a bunch of needless scm_permanent_object calls 15 年之前
feature.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
filesys.c d0476fa2b0 Compile more file system related procedures when `--disable-posix'. 14 年之前
filesys.h 22457d5730 filesystem trickery to scm_i_relativize_path in filesys.c; bugfix. 15 年之前
fluids.c d223c3fcdd scm_is_eq for SCM vals, not == or != 14 年之前
fluids.h e01163b5f1 rename make-undefined-fluid to make-unbound-fluid 14 年之前
foreign.c e690a3cbf2 Merge remote-tracking branch 'origin/stable-2.0' 14 年之前
foreign.h c6b08d2194 string->pointer and pointer->string have optional encoding arg 14 年之前
fports.c 073167ef7b Allow compilation with `--disable-posix'. 14 年之前
fports.h 0a94eb002e Remove seek/truncate shortcuts to file ports. 16 年之前
frames.c b2b33168b1 more care regarding SCM_PACK and SCM_UNPACK 14 年之前
frames.h b2b33168b1 more care regarding SCM_PACK and SCM_UNPACK 14 年之前
gc-malloc.c fc7bd367ab remove all deprecated code 14 年之前
gc.c 00b6ef23f3 measure time spent in gc 14 年之前
gc.h c2f56e4d89 SCM always 64 bits wide 14 年之前
gdb_interface.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
gdbint.c 0b2c2ba353 Let `scm_mkstrport' allocate buffers on the caller's behalf. 14 年之前
gdbint.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
gen-scmconfig.c 4df2c014d7 add SCM_SIZEOF_VOID_P 14 年之前
gen-scmconfig.h.in ad378da975 check for iconveh values at configure-time 14 年之前
generalized-arrays.c e48a2f8705 add docs and tests for array->list 15 年之前
generalized-arrays.h ec370c6ffb Reinstate backward-compatible `scm_array_p ()'. 16 年之前
generalized-vectors.c d223c3fcdd scm_is_eq for SCM vals, not == or != 14 年之前
generalized-vectors.h f45eccffa7 add registry of vector constructors, make-generalized-vector 16 年之前
gettext.c 53befeb700 Change Guile license to LGPLv3+ 16 年之前
gettext.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
goops.c 393baa8a44 scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc 14 年之前
goops.h f3c6a02c88 deprecate scm_struct_table 14 年之前
gsubr.c f9654187b1 objcode type is an enumeration, not flags 14 年之前
gsubr.h be90d0b6f9 Add `scm_t_subr' typedef (fix bug #23681). 14 年之前
guardians.c 393baa8a44 scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc 14 年之前
guardians.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
guile-func-name-check 34cbb05331 Revert "[build] Rewrite guile-func-name-check in Scheme, adding features." 15 年之前
guile-snarf-docs.in 34cbb05331 Revert "[build] Rewrite guile-func-name-check in Scheme, adding features." 15 年之前
guile-snarf.awk.in 53befeb700 Change Guile license to LGPLv3+ 16 年之前
guile-snarf.in 95c1cfb550 fix guile-snarf 14 年之前
guile.c 53befeb700 Change Guile license to LGPLv3+ 16 年之前
hash.c 210c0325d3 allow iflags to be constant expressions with typing-strictness==2 14 年之前
hash.h 622415380c add hash functions for locale, latin1, and utf8 strings 14 年之前
hashtab.c 6bb2c00a76 weak_bucket_assoc tweak 14 年之前
hashtab.h 6efbc280c5 add scm_hash_fn_get_handle_by_hash 14 年之前
hooks.c 86fd6dff2a add scm_call_n, scm_c_run_hookn 15 年之前
hooks.h 86fd6dff2a add scm_call_n, scm_c_run_hookn 15 年之前
i18n.c 4d40bea6c2 i18n error return type fix 14 年之前
i18n.h 820f33aaed Improved support for Unicode title case in Guile's string and character APIs. 15 年之前
ieee-754.h 1ee2c72eaf Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2. 16 年之前
init.c bbec460245 Make the `sizeof (mpz_t)' check at compile-time. 14 年之前
init.h 12c1d8616d threading / with_guile refactor to use more GC_stack_base 14 年之前
inline.c 53befeb700 Change Guile license to LGPLv3+ 16 年之前
inline.h a3069bace8 PTR2SCM and SCM2PTR in inline.h 14 年之前
instructions.c 4b69f6ad26 instructions.c: threadsafe static var 14 年之前
instructions.h ad47e35939 fix race in which some instruction name symbols could go unmarked 16 年之前
ioext.c 53befeb700 Change Guile license to LGPLv3+ 16 年之前
ioext.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
iselect.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
keywords.c 4db853d747 Add scm_from_latin1_keyword and scm_from_utf8_keyword 14 年之前
keywords.h 4db853d747 Add scm_from_latin1_keyword and scm_from_utf8_keyword 14 年之前
libgettext.h 5b3a39c7ff Added missing files for `(ice-9 i18n)'. 18 年之前
libguile.map 9af080f720 Use a linker version script for libguile. 16 年之前
list.c b2b33168b1 more care regarding SCM_PACK and SCM_UNPACK 14 年之前
list.h 0f458a3725 factor copy-tree and cons-source out of eval.[ch] 15 年之前
load.c 393baa8a44 scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc 14 年之前
load.h 6f06e8d35f autocompile -> auto-compile 14 年之前
locale-categories.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
macros.c c2f56e4d89 SCM always 64 bits wide 14 年之前
macros.h e809758a7e clean up macros.[ch] 15 年之前
mallocs.c fbb857a472 Merge branch 'master' into boehm-demers-weiser-gc 16 年之前
mallocs.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
memmove.c a06e3a75b2 Remove "face-lift" comment. 24 年之前
memoize.c b2b33168b1 more care regarding SCM_PACK and SCM_UNPACK 14 年之前
memoize.h 698514350a remove scm_memoizer_p and scm_memoizer declarations 15 年之前
mkstemp.c dbb605f575 Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. 17 年之前
modules.c b2b33168b1 more care regarding SCM_PACK and SCM_UNPACK 14 年之前
modules.h ef8e9356de add scm_c_public_ref et al 14 年之前
net_db.c 6ef437665c compile-time assertion in net_db uses constant expressions 14 年之前
net_db.h 55ae00ea73 Add `getaddrinfo' and related procedures. 15 年之前
null-threads.c 53befeb700 Change Guile license to LGPLv3+ 16 年之前
null-threads.h 93003b16b0 Assorted `syntax-check' fixes. 15 年之前
numbers.c 86fb1eb631 merge strictness branch from 2.0 14 年之前
numbers.h 882c89636a Fix the R6RS exact-integer-sqrt and import into core guile 14 年之前
objcodes.c 059a588fed bytevectors have internal parent field 14 年之前
objcodes.h 6ce3666ff2 for mmap objcodes, store the fd in the third word, as a scheme int 14 年之前
objprop.c 1ad9fdb727 fix scm_object_property_set_x for handles and weak tables 14 年之前
objprop.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
options.c edca9d6ef4 (foo-options 'full) displays options doc in correct order 14 年之前
options.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
pairs.c 210c0325d3 allow iflags to be constant expressions with typing-strictness==2 14 年之前
pairs.h 8a4ed2dd34 remove "discouraged" infrastructure 15 年之前
poll.c 557abc4978 fix bugs in primitive-poll 14 年之前
poll.h 6f81b18abe add (ice-9 poll), a poll wrapper 14 年之前
ports.c 86fb1eb631 merge strictness branch from 2.0 14 年之前
ports.h fc7bd367ab remove all deprecated code 14 年之前
posix.c 393baa8a44 scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc 14 年之前
posix.h d20912e67d Move `{total,current}-processor-count' outside of `posix.c'. 14 年之前
print.c b2b33168b1 more care regarding SCM_PACK and SCM_UNPACK 14 年之前
print.h 07f49ac786 Factorize and optimize `write' for strings and characters. 15 年之前
private-gc.h 760fb97d1f Remove deprecated variables/macros from the GC headers. 16 年之前
private-options.h 684d664e39 implement r6rs hungry escaped EOL 14 年之前
procprop.c fc7bd367ab remove all deprecated code 14 年之前
procprop.h fc7bd367ab remove all deprecated code 14 年之前
procs.c 534491d0b7 fix scm_setter 14 年之前
procs.h 9fdf9fd3ea move subr implementation details to gsubr.[ch] 15 年之前
programs.c 4a655e50a3 use scm_from_latin1_symboln for string literals and load-symbol 14 年之前
programs.h b262b74b51 add program-sources-pre-retire to core and define frame-next-source 14 年之前
promises.c b2b33168b1 more care regarding SCM_PACK and SCM_UNPACK 14 年之前
promises.h 7b89381965 promises are in their own file now 15 年之前
pthread-threads.h 90fed973ab pthread-threads.h: only redirect to GC_pthread_sigmask if it is present 14 年之前
quicksort.i.c 6c9e8a5354 remove uses of trampolines within guile itself 15 年之前
r6rs-ports.c 86fb1eb631 merge strictness branch from 2.0 14 年之前
r6rs-ports.h a6c377f7d8 Add `get-string-n' and `get-string-n!' for R6RS ports 14 年之前
random.c ffb62a43dc fix typos in the manual bits generated from source comments. 14 年之前
random.h 2af6e1351d Fix the range of `random' on 64-bit platforms 15 年之前
rdelim.c a7ea441163 Fix buffer overflow in `read-line'. 14 年之前
rdelim.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
read.c 86fb1eb631 merge strictness branch from 2.0 14 年之前
read.h f8a1c9a859 Have `scm_scan_for_encoding ()' use GC-managed memory. 15 年之前
regex-posix.c f756cd3076 multibyte regex error handling fix 14 年之前
regex-posix.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
remaining-docs-needed 8849a2449b * run-test, remaining-docs-needed: Added these scripts. The 25 年之前
root.c ffb62a43dc fix typos in the manual bits generated from source comments. 14 年之前
root.h e7efe8e793 decruftify scm_sys_protects 15 年之前
run-test 8849a2449b * run-test, remaining-docs-needed: Added these scripts. The 25 年之前
rw.c 9c44cd4559 Add Unicode strings and symbols 16 年之前
rw.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
scmconfig.h.top 53befeb700 Change Guile license to LGPLv3+ 16 年之前
scmsigs.c f39448c5a3 remove a bunch of needless scm_permanent_object calls 15 年之前
scmsigs.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
script.c dd7d0148f2 Update Gnulib to v0.0-5158-g7d06b32; remove `strcase' and `version-etc-fsf'. 14 年之前
script.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
simpos.c d2aed81f7c simpos tweak 14 年之前
simpos.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
smob.c f9654187b1 objcode type is an enumeration, not flags 14 年之前
smob.h be90d0b6f9 Add `scm_t_subr' typedef (fix bug #23681). 14 年之前
snarf.h 544a29de14 fix static allocation with debug_typing_strictness==2 14 年之前
socket.c 86fb1eb631 merge strictness branch from 2.0 14 年之前
socket.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
sort.c cd038da546 remove libguile/lang.h, deprecate %nil (in favor of #nil) 15 年之前
sort.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
srcprop.c 393baa8a44 scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc 14 年之前
srcprop.h d1c4720ca3 deprecate scm_whash API 14 年之前
srfi-1.c a2230b653b map and for-each in scheme 14 年之前
srfi-1.h a2230b653b map and for-each in scheme 14 年之前
srfi-13.c 190d4b0d93 Make VM string literals immutable. 14 年之前
srfi-13.h 9fe717e23c fix string-filter and string-delete argument order 14 年之前
srfi-14.c 190d4b0d93 Make VM string literals immutable. 14 年之前
srfi-14.h ba8477ecce Add char-set debugging function 16 年之前
srfi-14.i.c 4ad7f6cf9f Update charsets to Unicode 6.0.0 14 年之前
srfi-4.c 059a588fed bytevectors have internal parent field 14 年之前
srfi-4.h fc7bd367ab remove all deprecated code 14 年之前
srfi-60.c 37710f7e8f move srfi-1 and srfi-60 C impl to libguile, without public C api 15 年之前
srfi-60.h 37710f7e8f move srfi-1 and srfi-60 C impl to libguile, without public C api 15 年之前
stackchk.c 138bf22d82 scm_report_stack_overflow eventually resets scm_stack_checking_enabled_p 14 年之前
stackchk.h b95d76fcf2 c stack overflow checked for, once more 14 年之前
stacks.c d223c3fcdd scm_is_eq for SCM vals, not == or != 14 年之前
stacks.h aa3f69519f replace frame implementation with VM frames 15 年之前
stime.c 4a42658f6a scm_c_get_internal_run_time is more precise 14 年之前
stime.h 4a42658f6a scm_c_get_internal_run_time is more precise 14 年之前
strerror.c 53befeb700 Change Guile license to LGPLv3+ 16 年之前
strings.c fc7bd367ab remove all deprecated code 14 年之前
strings.h fc7bd367ab remove all deprecated code 14 年之前
strorder.c f1d19308ad provide missing prototypes 15 年之前
strorder.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
strports.c 190d4b0d93 Make VM string literals immutable. 14 年之前
strports.h 7b0419128b Have string ports honor `%default-port-encoding'. 15 年之前
struct.c f3c6a02c88 deprecate scm_struct_table 14 年之前
struct.h f3c6a02c88 deprecate scm_struct_table 14 年之前
symbols.c ceed7709be Slightly optimize `gensym'. 14 年之前
symbols.h ad5cbc470f add scm_from_{latin1,utf8}_symbol{n,} 14 年之前
tags.h b3909e8f00 tmp 14 年之前
threads.c 2002f1f847 refactor do_thread_exit cleanup handler invocation 14 年之前
threads.h d20912e67d Move `{total,current}-processor-count' outside of `posix.c'. 14 年之前
throw.c 572eef50c2 fix prompt and abort with the boot evaluator 14 年之前
throw.h ec16eb7847 deprecate the-last-stack 15 年之前
trees.c cd038da546 remove libguile/lang.h, deprecate %nil (in favor of #nil) 15 年之前
trees.h 0f458a3725 factor copy-tree and cons-source out of eval.[ch] 15 年之前
unidata_to_charset.pl dcc69bab8c copyright dates 15 年之前
uniform.c ffb62a43dc fix typos in the manual bits generated from source comments. 14 年之前
uniform.h f5a51caec1 fix bitvectors after the array handle refactoring 16 年之前
validate.h 0e163c06f2 SCM_VALIDATE_SMOB uses SCM_SMOB_PREDICATE 15 年之前
values.c 7017846b2b tweak to internal scm_i_extract_values_2 14 年之前
values.h a85c1f93f0 Added internal C function to extract from values object 14 年之前
variable.c d223c3fcdd scm_is_eq for SCM vals, not == or != 14 年之前
variable.h a8aa4c0b56 variable-unset! 14 年之前
vectors.c d3464bb6e2 correct use of SCM2PTR in SCM_I_REGISTER_DISAPPEARING_LINK forms 14 年之前
vectors.h 7b702b5391 fix vector-ref and vector-set opcodes for weak vectors 15 年之前
version.c 89607fab50 version.h has SCM_EFFECTIVE_VERSION; effective-version uses that 15 年之前
version.h.in b405cdb4c5 [build] Create libguile/version.h using the configure script. 15 年之前
vm-engine.c b2b33168b1 more care regarding SCM_PACK and SCM_UNPACK 14 年之前
vm-engine.h d223c3fcdd scm_is_eq for SCM vals, not == or != 14 年之前
vm-expand.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
vm-i-loader.c eae2438d2b VM tweaks 14 年之前
vm-i-scheme.c b2b33168b1 more care regarding SCM_PACK and SCM_UNPACK 14 年之前
vm-i-system.c b2b33168b1 more care regarding SCM_PACK and SCM_UNPACK 14 年之前
vm.c 86fb1eb631 merge strictness branch from 2.0 14 年之前
vm.h b339459e94 Fix prototype of `scm_the_vm'. 14 年之前
vports.c bf08e10f59 Fix the `put-bytevector' tests. 15 年之前
vports.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
weaks.c d3464bb6e2 correct use of SCM2PTR in SCM_I_REGISTER_DISAPPEARING_LINK forms 14 年之前
weaks.h b2b33168b1 more care regarding SCM_PACK and SCM_UNPACK 14 年之前
win32-dirent.c 53befeb700 Change Guile license to LGPLv3+ 16 年之前
win32-dirent.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
win32-socket.c 6d736fdba2 Cast the input to isalpha et al to integer 16 年之前
win32-socket.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前
win32-uname.c 53befeb700 Change Guile license to LGPLv3+ 16 年之前
win32-uname.h 53befeb700 Change Guile license to LGPLv3+ 16 年之前