1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00
guile/libguile
Michael Gran 43d5626ce7 Avoid type-limits warning in SCM_TO_TYPE_PROTO
* libguile/conv-uinteger.i.c (SCM_TO_TYPE_PROTO): avoid a comparison
  that is always true due to the limited range of the data type
2009-08-20 21:40:03 -07:00
..
.gitignore update .gitignore files 2008-09-07 22:14:18 +02:00
__scm.h Avoid accessing symbol internals in call_dsubr_1 and DEVAL 2009-08-20 21:39:56 -07:00
_scm.h push new frame on stack before procedure & args 2009-08-20 18:52:50 +02:00
alist.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
alist.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
arbiters.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
arbiters.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
async.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
async.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
backtrace.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
backtrace.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
boolean.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
boolean.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
bytevectors.c bytevectors provide scm_i_native_endianness to the vm 2009-06-26 12:42:10 +02:00
bytevectors.h bytevectors provide scm_i_native_endianness to the vm 2009-06-26 12:42:10 +02:00
c-tokenize.lex Fix c-tokenize.c error: 'input' defined but not used, when compiling with GCC 4.3.0 2008-05-05 23:47:24 +01:00
ChangeLog-1996-1999
ChangeLog-2000
ChangeLog-2008 Rename ChangeLog' files to ChangeLog-2008'. 2008-09-12 21:49:58 +02:00
ChangeLog-scm
ChangeLog-threads
chars.c Quiet signed/unsigned comparison warnings in chars.[ch] 2009-08-11 22:56:18 -07:00
chars.h Avoid compilation warnings in SCM_MAKE_CHAR 2009-08-18 21:13:38 -07:00
continuations.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
continuations.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
conv-integer.i.c * numbers.c (scm_i_range_error): New. 2004-10-19 15:59:56 +00:00
conv-uinteger.i.c Avoid type-limits warning in SCM_TO_TYPE_PROTO 2009-08-20 21:40:03 -07:00
convert.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
convert.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
convert.i.c (scm_array_handle_release): New, changed all uses of 2005-01-06 18:56:34 +00:00
cpp_cnvt.awk
cpp_err_symbols.in
cpp_errno.c
cpp_sig_symbols.in
cpp_signal.c
debug-malloc.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
debug-malloc.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
debug.c programs have their own tc7 now 2009-08-20 18:52:51 +02:00
debug.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
deprecated.c Use string and symbol accessors with obarrays and keyword-dash-symbols 2009-08-20 21:39:44 -07:00
deprecated.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
deprecation.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
deprecation.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
discouraged.c Use string and symbol accessors with obarrays and keyword-dash-symbols 2009-08-20 21:39:44 -07:00
discouraged.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
dynl.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
dynl.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
dynwind.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
dynwind.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
environments.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
environments.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
eq.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
eq.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
error.c Avoid accessing symbol internals in call_dsubr_1 and DEVAL 2009-08-20 21:39:56 -07:00
error.h Avoid accessing symbol internals in call_dsubr_1 and DEVAL 2009-08-20 21:39:56 -07:00
eval.c Avoid accessing symbol internals in call_dsubr_1 and DEVAL 2009-08-20 21:39:56 -07:00
eval.h Remove deprecated semi-public memoizers. 2009-08-13 23:36:46 +02:00
eval.i.c Avoid accessing symbol internals in call_dsubr_1 and DEVAL 2009-08-20 21:39:56 -07:00
evalext.c programs have their own tc7 now 2009-08-20 18:52:51 +02:00
evalext.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
extensions.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
extensions.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
feature.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
feature.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
filesys.c new function: canonicalize-path. use when autocompiling 2009-06-19 14:26:47 +02:00
filesys.h new function: canonicalize-path. use when autocompiling 2009-06-19 14:26:47 +02:00
fluids.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
fluids.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
fports.c Remove seek/truncate shortcuts to file ports. 2009-06-28 23:33:17 +02:00
fports.h Remove seek/truncate shortcuts to file ports. 2009-06-28 23:33:17 +02:00
frames.c programs have their own tc7 now 2009-08-20 18:52:51 +02:00
frames.h programs have their own tc7 now 2009-08-20 18:52:51 +02:00
futures.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
futures.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gc-card.c programs have their own tc7 now 2009-08-20 18:52:51 +02:00
gc-freelist.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gc-malloc.c Type-limits error in GC environment initialization 2009-08-20 21:40:00 -07:00
gc-mark.c programs have their own tc7 now 2009-08-20 18:52:51 +02:00
gc-segment-table.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gc-segment.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gc.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gc.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gc_os_dep.c Fix compilation of `gcc_os_dep.c' on Tru64. 2009-05-20 23:52:59 +02:00
gdb_interface.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gdbint.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gdbint.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gen-scmconfig.c Don't include libunistring headers in Guile public headers 2009-08-12 09:21:55 -07:00
gen-scmconfig.h.in Handle lack of struct dirent64' and readdir64_r ()' on HP-UX 11.11. 2008-07-17 00:20:31 +02:00
gettext.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gettext.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
goops.c programs have their own tc7 now 2009-08-20 18:52:51 +02:00
goops.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gsubr.c rename SCM_SNAME to SCM_SUBR_NAME 2009-06-19 11:20:34 +02:00
gsubr.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guardians.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guardians.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guile-doc-snarf.in Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guile-func-name-check.in Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guile-snarf-docs.in Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guile-snarf.awk.in Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guile-snarf.in Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guile.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
hash.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
hash.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
hashtab.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
hashtab.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
hooks.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
hooks.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
i18n.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
i18n.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
ieee-754.h Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2. 2009-05-28 23:12:01 +02:00
inet_aton.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:35:27 +02:00
init.c Always create the bytevector SMOB type. 2009-06-22 01:11:10 +02:00
init.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
inline.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
inline.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
instructions.c fix race in which some instruction name symbols could go unmarked 2009-07-14 21:29:41 +02:00
instructions.h fix race in which some instruction name symbols could go unmarked 2009-07-14 21:29:41 +02:00
ioext.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
ioext.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
iselect.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
keywords.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
keywords.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
lang.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
lang.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
libgettext.h Added missing files for `(ice-9 i18n)'. 2006-11-18 18:18:23 +00:00
libguile.map Use a linker version script for libguile. 2009-08-09 23:40:11 +02:00
list.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
list.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
load.c autocompiled files before installation go to a cache dir in the builddir 2009-08-20 18:52:38 +02:00
load.h `load' autocompiles 2009-08-18 11:06:04 +02:00
locale-categories.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
macros.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
macros.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
Makefile.am Use a linker version script for libguile. 2009-08-09 23:40:11 +02:00
mallocs.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
mallocs.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
memmove.c
mkstemp.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:35:27 +02:00
modules.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
modules.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
net_db.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
net_db.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
null-threads.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
null-threads.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
numbers.c fix buffer overrun reading partial numbers: 1.0f, 1.0/, and 1.0+ 2009-08-04 20:29:09 +02:00
numbers.h Don't doubly define scm_t_wchar 2009-08-01 11:21:46 -07:00
objcodes.c Uncomment run-time objcode alignment check. 2009-08-13 23:59:51 +02:00
objcodes.h make sure all programs are 8-byte aligned 2009-07-26 12:57:11 +02:00
objects.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
objects.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
objprop.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
objprop.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
options.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
options.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
pairs.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
pairs.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
ports.c Avoid possible mutex hang on error message output 2009-08-19 22:15:41 -07:00
ports.h Port position macros shouldn't require enclosing braces 2009-08-09 16:58:14 -07:00
posix.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
posix.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
print.c programs have their own tc7 now 2009-08-20 18:52:51 +02:00
print.h Make scm_charprint and scm_i_string_wide_chars SCM_INTERNAL. 2009-08-10 05:51:05 -07:00
private-gc.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
private-options.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
procprop.c programs have their own tc7 now 2009-08-20 18:52:51 +02:00
procprop.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
procs.c programs have their own tc7 now 2009-08-20 18:52:51 +02:00
procs.h rename SCM_SNAME to SCM_SUBR_NAME 2009-06-19 11:20:34 +02:00
programs.c programs have their own tc7 now 2009-08-20 18:52:51 +02:00
programs.h programs have their own tc7 now 2009-08-20 18:52:51 +02:00
properties.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
properties.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
pthread-threads.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
putenv.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
quicksort.i.c * Makefile.am (libguile_la_SOURCES, DOT_X_FILES, DOT_DOC_FILES, 2005-01-02 19:16:39 +00:00
r6rs-ports.c Add scm_t_off' type so that scm_t_port' has a fixed layout. 2009-06-25 23:32:44 +02:00
r6rs-ports.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
ramap.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
ramap.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
random.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
random.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
rdelim.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
rdelim.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
read.c Only pass ints to tolower and toupper 2009-08-11 21:12:52 -07:00
read.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
regex-posix.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
regex-posix.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
remaining-docs-needed
root.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
root.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
run-test
rw.c Add Unicode strings and symbols 2009-08-08 02:35:00 -07:00
rw.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
scmconfig.h.top Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
scmsigs.c Remove AC_SYS_RESTARTABLE_SYSCALLS and related code 2009-06-23 23:04:41 +01:00
scmsigs.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
script.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
script.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
simpos.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
simpos.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
smob.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
smob.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
snarf.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
socket.c Add Unicode strings and symbols 2009-08-08 02:35:00 -07:00
socket.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
sort.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
sort.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
srcprop.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
srcprop.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
srfi-4.c Make bytevectors accessible using the generalized-vector API. 2009-06-22 01:09:39 +02:00
srfi-4.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
srfi-4.i.c (take_uvec): Make BASE pointer non-const. 2005-12-06 21:42:19 +00:00
srfi-13.c type limits error in string-tabulate 2009-08-20 08:14:28 -07:00
srfi-13.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
srfi-14.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
srfi-14.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
stackchk.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
stackchk.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
stacks.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
stacks.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
stime.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
stime.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
strerror.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
strings.c Try to optimize scm_string for speed 2009-08-19 22:15:32 -07:00
strings.h Rename string-width to string-bytes-per-char 2009-08-19 22:15:22 -07:00
strorder.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
strorder.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
strports.c Add scm_t_off' type so that scm_t_port' has a fixed layout. 2009-06-25 23:32:44 +02:00
strports.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
struct.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
struct.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
symbols.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
symbols.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
tags.h programs have their own tc7 now 2009-08-20 18:52:51 +02:00
threads.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
threads.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
throw.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
throw.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
unif.c Make bytevectors accessible using the generalized-vector API. 2009-06-22 01:09:39 +02:00
unif.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
validate.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
values.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
values.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
variable.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
variable.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
vectors.c Make bytevectors accessible using the generalized-vector API. 2009-06-22 01:09:39 +02:00
vectors.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
version.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
version.h.in Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
vm-bootstrap.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
vm-engine.c programs have their own tc7 now 2009-08-20 18:52:51 +02:00
vm-engine.h reorder frame layout 2009-08-20 18:52:49 +02:00
vm-expand.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
vm-i-loader.c rework the vm support for wide strings 2009-08-12 16:34:05 +02:00
vm-i-scheme.c loop detection in the house 2009-08-06 17:46:38 +02:00
vm-i-system.c programs have their own tc7 now 2009-08-20 18:52:51 +02:00
vm.c reorder frame layout 2009-08-20 18:52:49 +02:00
vm.h programs have their own tc7 now 2009-08-20 18:52:51 +02:00
vports.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
vports.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
weaks.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
weaks.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
win32-dirent.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
win32-dirent.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
win32-socket.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
win32-socket.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
win32-uname.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
win32-uname.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00