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