Mark H Weaver f08e08bfac DRAFT: Add immediate fractions (fixrats). 5 years ago
..
lightening 49fa49c42d Merge remote-tracking branch 'lightening/master' 5 years ago
.gitignore 99555262a9 Fix the rule to check for new signals and errors 8 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 63de1893c3 Merge remote-tracking branch 'lightening/master' 5 years ago
__scm.h aad5bfed60 Add __scm.h placeholder 6 years ago
alist.c 1234bb1850 Update license notices in all C files 6 years ago
alist.h 1234bb1850 Update license notices in all C files 6 years ago
array-handle.c 87f32999b9 WIP: New tagging v8 5 years ago
array-handle.h 1234bb1850 Update license notices in all C files 6 years ago
array-map.c 87f32999b9 WIP: New tagging v8 5 years ago
array-map.h 1234bb1850 Update license notices in all C files 6 years ago
arrays.c 87f32999b9 WIP: New tagging v8 5 years ago
arrays.h 87f32999b9 WIP: New tagging v8 5 years ago
async.c d1c2d7de2f Switch to use atomic_compare_exchange_strong 5 years ago
async.h 5804c977d7 Rename scm_i_thread to scm_thread 6 years ago
atomic.c 87f32999b9 WIP: New tagging v8 5 years ago
atomic.h 87f32999b9 WIP: New tagging v8 5 years ago
atomics-internal.h d1c2d7de2f Switch to use atomic_compare_exchange_strong 5 years ago
backtrace.c 1234bb1850 Update license notices in all C files 6 years ago
backtrace.h 1234bb1850 Update license notices in all C files 6 years ago
bdw-gc.h 1234bb1850 Update license notices in all C files 6 years ago
bitvectors.c 87f32999b9 WIP: New tagging v8 5 years ago
bitvectors.h 16879cabed Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types 6 years ago
boolean.c 0c0a658c56 Improve the documentation for 'nil?'. 5 years ago
boolean.h 1234bb1850 Update license notices in all C files 6 years ago
bytevectors.c 980d8265c2 Avoid passing NULL to 'memcpy' and 'memcmp'. 5 years ago
bytevectors.h 87f32999b9 WIP: New tagging v8 5 years ago
c-tokenize.lex 8cb0d6d7fa build: Don't include <config.h> in native programs when cross-compiling. 11 years ago
cache-internal.h 5804c977d7 Rename scm_i_thread to scm_thread 6 years ago
chars.c d5c420a888 Add 'scm_c_make_char' and use it where appropriate. 5 years ago
chars.h d5c420a888 Add 'scm_c_make_char' and use it where appropriate. 5 years ago
chooks.c 1234bb1850 Update license notices in all C files 6 years ago
chooks.h 1234bb1850 Update license notices in all C files 6 years ago
continuations.c 87f32999b9 WIP: New tagging v8 5 years ago
continuations.h a20feea43e Continuations capture machine code address 6 years ago
control.c 87f32999b9 WIP: New tagging v8 5 years ago
control.h e7778c62aa abort-to-prompt uses an intrinsic 6 years ago
conv-integer.i.c 16879cabed Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types 6 years ago
conv-uinteger.i.c 16879cabed Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types 6 years ago
cpp-E.syms befaad0c14 Add Hurd signal and error constants. 8 years ago
cpp-SIG.syms 41f28a9b0e Remove SIGEV constant definitions. 8 years ago
debug-malloc.c 3ae69f3063 Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. 5 years ago
debug-malloc.h 1234bb1850 Update license notices in all C files 6 years ago
debug.c 1234bb1850 Update license notices in all C files 6 years ago
debug.h 1234bb1850 Update license notices in all C files 6 years ago
deprecated.c f34d50ad6b Deprecate scm_find_executable 6 years ago
deprecated.h f34d50ad6b Deprecate scm_find_executable 6 years ago
deprecation.c 3ae69f3063 Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. 5 years ago
deprecation.h 1234bb1850 Update license notices in all C files 6 years ago
dynl.c 1234bb1850 Update license notices in all C files 6 years ago
dynl.h 1234bb1850 Update license notices in all C files 6 years ago
dynstack.c a20feea43e Continuations capture machine code address 6 years ago
dynstack.h a20feea43e Continuations capture machine code address 6 years ago
dynwind.c 5804c977d7 Rename scm_i_thread to scm_thread 6 years ago
dynwind.h 1234bb1850 Update license notices in all C files 6 years ago
elf.h afc74c2920 add ELF loader 12 years ago
eq.c 87f32999b9 WIP: New tagging v8 5 years ago
eq.h 1234bb1850 Update license notices in all C files 6 years ago
error.c 3ae69f3063 Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. 5 years ago
error.h 1234bb1850 Update license notices in all C files 6 years ago
eval.c 716e02b85d DRAFT: Scheme eval: Add source annotations to generated procedures. 5 years ago
eval.h 87f32999b9 WIP: New tagging v8 5 years ago
evalext.c 10606b8760 DRAFT: Add immediate floats (iflos). 5 years ago
evalext.h 1234bb1850 Update license notices in all C files 6 years ago
expand.c 716e02b85d DRAFT: Scheme eval: Add source annotations to generated procedures. 5 years ago
expand.h 1234bb1850 Update license notices in all C files 6 years ago
extensions.c 3ae69f3063 Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. 5 years ago
extensions.h 6cd9b3114f Fix use of uninstalled header by installed headers 6 years ago
fdes-finalizers.c 6cd9b3114f Fix use of uninstalled header by installed headers 6 years ago
fdes-finalizers.h 1234bb1850 Update license notices in all C files 6 years ago
feature.c 1234bb1850 Update license notices in all C files 6 years ago
feature.h 1234bb1850 Update license notices in all C files 6 years ago
filesys.c a5df94e78c Fix binary output on files created by mkstemp! 5 years ago
filesys.h 1234bb1850 Update license notices in all C files 6 years ago
finalizers.c 5804c977d7 Rename scm_i_thread to scm_thread 6 years ago
finalizers.h 1234bb1850 Update license notices in all C files 6 years ago
fluids.c 87f32999b9 WIP: New tagging v8 5 years ago
fluids.h 87f32999b9 WIP: New tagging v8 5 years ago
foreign-object.c 6cd9b3114f Fix use of uninstalled header by installed headers 6 years ago
foreign-object.h 1234bb1850 Update license notices in all C files 6 years ago
foreign.c 87f32999b9 WIP: New tagging v8 5 years ago
foreign.h 87f32999b9 WIP: New tagging v8 5 years ago
fports.c 6cd9b3114f Fix use of uninstalled header by installed headers 6 years ago
fports.h 1234bb1850 Update license notices in all C files 6 years ago
frames.c 87f32999b9 WIP: New tagging v8 5 years ago
frames.h 87f32999b9 WIP: New tagging v8 5 years ago
gc-inline.h 5804c977d7 Rename scm_i_thread to scm_thread 6 years ago
gc-malloc.c 1234bb1850 Update license notices in all C files 6 years ago
gc.c 87f32999b9 WIP: New tagging v8 5 years ago
gc.h 16879cabed Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types 6 years ago
gen-scmconfig.c 38e2c2c6b1 Deprecate scm_t_uint8 and similar typedefs 6 years ago
gen-scmconfig.h.in 5e5afde06f Start to use C99 stdint in gen-scmconfig 6 years ago
generalized-arrays.c 87f32999b9 WIP: New tagging v8 5 years ago
generalized-arrays.h 1234bb1850 Update license notices in all C files 6 years ago
generalized-vectors.c 1234bb1850 Update license notices in all C files 6 years ago
generalized-vectors.h 1234bb1850 Update license notices in all C files 6 years ago
gettext.c 1234bb1850 Update license notices in all C files 6 years ago
gettext.h 1234bb1850 Update license notices in all C files 6 years ago
goops.c f08e08bfac DRAFT: Add immediate fractions (fixrats). 5 years ago
goops.h 1234bb1850 Update license notices in all C files 6 years ago
gsubr.c 87f32999b9 WIP: New tagging v8 5 years ago
gsubr.h cf0270cb4c Add internal function mapping subr index to function 6 years ago
guardians.c 1234bb1850 Update license notices in all C files 6 years ago
guardians.h 1234bb1850 Update license notices in all C files 6 years ago
guile-func-name-check 5d5d3d75d0 Fix spurious warnings in net_db.c 7 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 f775ab3654 guile-snarf: skip -g* arguments to avoid build failure 7 years ago
guile.c 1234bb1850 Update license notices in all C files 6 years ago
hash.c 87f32999b9 WIP: New tagging v8 5 years ago
hash.h 1234bb1850 Update license notices in all C files 6 years ago
hashtab.c 87f32999b9 WIP: New tagging v8 5 years ago
hashtab.h 87f32999b9 WIP: New tagging v8 5 years ago
hooks.c 1234bb1850 Update license notices in all C files 6 years ago
hooks.h 1234bb1850 Update license notices in all C files 6 years ago
i18n.c bd50407d1f Strings, i18n: Limit the use of alloca to approximately 8 kilobytes. 5 years ago
i18n.h 1234bb1850 Update license notices in all C files 6 years ago
init.c 3ae69f3063 Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. 5 years ago
init.h 1234bb1850 Update license notices in all C files 6 years ago
inline.c d5c420a888 Add 'scm_c_make_char' and use it where appropriate. 5 years ago
inline.h 1234bb1850 Update license notices in all C files 6 years ago
instructions.c 6cd9b3114f Fix use of uninstalled header by installed headers 6 years ago
instructions.h 1234bb1850 Update license notices in all C files 6 years ago
intrinsics.c de42f12099 DRAFT: Change f64->scm into an intrinsic. 5 years ago
intrinsics.h de42f12099 DRAFT: Change f64->scm into an intrinsic. 5 years ago
ioext.c 6cd9b3114f Fix use of uninstalled header by installed headers 6 years ago
ioext.h 1234bb1850 Update license notices in all C files 6 years ago
iselect.h 1234bb1850 Update license notices in all C files 6 years ago
jit.c de42f12099 DRAFT: Change f64->scm into an intrinsic. 5 years ago
jit.h 076c3ad8d7 JIT counter tweaks 6 years ago
keywords.c 87f32999b9 WIP: New tagging v8 5 years ago
keywords.h 3ae69f3063 Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. 5 years ago
libgettext.h 1234bb1850 Update license notices in all C files 6 years ago
libguile-2.2-gdb.scm 6a95c8e77a GDB support: Add 'guile-backtrace' command. 6 years ago
libguile.map 9af080f720 Use a linker version script for libguile. 15 years ago
list.c 1234bb1850 Update license notices in all C files 6 years ago
list.h 5dcad70d99 Fix list validation of *list->bytevector procedures. 5 years ago
load.c 3ae69f3063 Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. 5 years ago
load.h 1234bb1850 Update license notices in all C files 6 years ago
loader.c 6cd9b3114f Fix use of uninstalled header by installed headers 6 years ago
loader.h 4060728e0a Renumber instructions and bump objcode version 6 years ago
locale-categories.h 1234bb1850 Update license notices in all C files 6 years ago
macros.c 61a8c9300d Fix race when expanding syntax-parameterize and define-syntax-parameter 6 years ago
macros.h 1234bb1850 Update license notices in all C files 6 years ago
mallocs.c 1234bb1850 Update license notices in all C files 6 years ago
mallocs.h 1234bb1850 Update license notices in all C files 6 years ago
memoize.c 716e02b85d DRAFT: Scheme eval: Add source annotations to generated procedures. 5 years ago
memoize.h 716e02b85d DRAFT: Scheme eval: Add source annotations to generated procedures. 5 years ago
modules.c 87f32999b9 WIP: New tagging v8 5 years ago
modules.h 8918165c40 Compile current-module as intrinsic call 6 years ago
net_db.c 1234bb1850 Update license notices in all C files 6 years ago
net_db.h 1234bb1850 Update license notices in all C files 6 years ago
null-threads.c 1234bb1850 Update license notices in all C files 6 years ago
null-threads.h 1234bb1850 Update license notices in all C files 6 years ago
numbers.c f08e08bfac DRAFT: Add immediate fractions (fixrats). 5 years ago
numbers.h f08e08bfac DRAFT: Add immediate fractions (fixrats). 5 years ago
objprop.c 1234bb1850 Update license notices in all C files 6 years ago
objprop.h 1234bb1850 Update license notices in all C files 6 years ago
options.c 1234bb1850 Update license notices in all C files 6 years ago
options.h 1234bb1850 Update license notices in all C files 6 years ago
pairs.c 3ae69f3063 Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. 5 years ago
pairs.h 1234bb1850 Update license notices in all C files 6 years ago
poll.c 6cd9b3114f Fix use of uninstalled header by installed headers 6 years ago
poll.h 1234bb1850 Update license notices in all C files 6 years ago
ports-internal.h 16879cabed Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types 6 years ago
ports.c 87f32999b9 WIP: New tagging v8 5 years ago
ports.h 87f32999b9 WIP: New tagging v8 5 years ago
posix-w32.c 1234bb1850 Update license notices in all C files 6 years ago
posix-w32.h 1234bb1850 Update license notices in all C files 6 years ago
posix.c 3ae69f3063 Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. 5 years ago
posix.h 1234bb1850 Update license notices in all C files 6 years ago
print.c f08e08bfac DRAFT: Add immediate fractions (fixrats). 5 years ago
print.h 16879cabed Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types 6 years ago
private-options.h 1234bb1850 Update license notices in all C files 6 years ago
procprop.c 1234bb1850 Update license notices in all C files 6 years ago
procprop.h 1234bb1850 Update license notices in all C files 6 years ago
procs.c 1234bb1850 Update license notices in all C files 6 years ago
procs.h 1234bb1850 Update license notices in all C files 6 years ago
programs.c 4e5329676b Fix backtraces with call-with-values during bootstrap 5 years ago
programs.h 87f32999b9 WIP: New tagging v8 5 years ago
promises.c 1234bb1850 Update license notices in all C files 6 years ago
promises.h 1234bb1850 Update license notices in all C files 6 years ago
pthread-threads.h 1234bb1850 Update license notices in all C files 6 years ago
quicksort.i.c f6ec873a8b Move "min" and "max" macros out of _scm.h 6 years ago
r6rs-ports.c 2bfa4f73f1 put-u8: Always write a single byte, regardless of the port encoding. 5 years ago
r6rs-ports.h 1234bb1850 Update license notices in all C files 6 years ago
random.c 10606b8760 DRAFT: Add immediate floats (iflos). 5 years ago
random.h 16879cabed Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types 6 years ago
rdelim.c 1234bb1850 Update license notices in all C files 6 years ago
rdelim.h 1234bb1850 Update license notices in all C files 6 years ago
read.c d5c420a888 Add 'scm_c_make_char' and use it where appropriate. 5 years ago
read.h 1234bb1850 Update license notices in all C files 6 years ago
regex-posix.c 3ae69f3063 Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. 5 years ago
regex-posix.h 1234bb1850 Update license notices in all C files 6 years ago
remaining-docs-needed 8849a2449b * run-test, remaining-docs-needed: Added these scripts. The 25 years ago
run-test 8849a2449b * run-test, remaining-docs-needed: Added these scripts. The 25 years ago
rw.c 1234bb1850 Update license notices in all C files 6 years ago
rw.h 1234bb1850 Update license notices in all C files 6 years ago
scm.h f08e08bfac DRAFT: Add immediate fractions (fixrats). 5 years ago
scmconfig.h.top 1234bb1850 Update license notices in all C files 6 years ago
scmsigs.c fd4ba18bca Fix gc.test "after-gc-hook gets called" failures. 5 years ago
scmsigs.h 5804c977d7 Rename scm_i_thread to scm_thread 6 years ago
script.c f34d50ad6b Deprecate scm_find_executable 6 years ago
script.h f34d50ad6b Deprecate scm_find_executable 6 years ago
simpos.c 1234bb1850 Update license notices in all C files 6 years ago
simpos.h 1234bb1850 Update license notices in all C files 6 years ago
smob.c 1234bb1850 Update license notices in all C files 6 years ago
smob.h 1234bb1850 Update license notices in all C files 6 years ago
snarf.h 3ae69f3063 Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. 5 years ago
socket.c 16879cabed Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types 6 years ago
socket.h 1234bb1850 Update license notices in all C files 6 years ago
sort.c 1234bb1850 Update license notices in all C files 6 years ago
sort.h 1234bb1850 Update license notices in all C files 6 years ago
srcprop.c 1234bb1850 Update license notices in all C files 6 years ago
srcprop.h 1234bb1850 Update license notices in all C files 6 years ago
srfi-1.c 6cd9b3114f Fix use of uninstalled header by installed headers 6 years ago
srfi-1.h 1234bb1850 Update license notices in all C files 6 years ago
srfi-13.c d5c420a888 Add 'scm_c_make_char' and use it where appropriate. 5 years ago
srfi-13.h 1234bb1850 Update license notices in all C files 6 years ago
srfi-14.c 980d8265c2 Avoid passing NULL to 'memcpy' and 'memcmp'. 5 years ago
srfi-14.h 1234bb1850 Update license notices in all C files 6 years ago
srfi-14.i.c cfd4401a2c Regenerate SRFI-14 character set data. 8 years ago
srfi-4.c 16879cabed Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types 6 years ago
srfi-4.h 16879cabed Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types 6 years ago
srfi-60.c 6cd9b3114f Fix use of uninstalled header by installed headers 6 years ago
srfi-60.h 1234bb1850 Update license notices in all C files 6 years ago
stackchk.c 5804c977d7 Rename scm_i_thread to scm_thread 6 years ago
stackchk.h 1234bb1850 Update license notices in all C files 6 years ago
stacks.c 3ae69f3063 Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. 5 years ago
stacks.h 1234bb1850 Update license notices in all C files 6 years ago
stime.c 980d8265c2 Avoid passing NULL to 'memcpy' and 'memcmp'. 5 years ago
stime.h 1234bb1850 Update license notices in all C files 6 years ago
strings.c 87f32999b9 WIP: New tagging v8 5 years ago
strings.h 87f32999b9 WIP: New tagging v8 5 years ago
strorder.c 1234bb1850 Update license notices in all C files 6 years ago
strorder.h 1234bb1850 Update license notices in all C files 6 years ago
strports.c 3ae69f3063 Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals. 5 years ago
strports.h 1234bb1850 Update license notices in all C files 6 years ago
struct.c 87f32999b9 WIP: New tagging v8 5 years ago
struct.h 87f32999b9 WIP: New tagging v8 5 years ago
symbols.c 5804c977d7 Rename scm_i_thread to scm_thread 6 years ago
symbols.h 87f32999b9 WIP: New tagging v8 5 years ago
syntax.c 87f32999b9 WIP: New tagging v8 5 years ago
syntax.h 1234bb1850 Update license notices in all C files 6 years ago
syscalls.h 1234bb1850 Update license notices in all C files 6 years ago
tags.h d9eafa374c Inline tags.h into __scm.h 6 years ago
texi-fragments-to-docstrings 6cfdc6b878 Build `guile-procedures.txt' using (texinfo) instead of `makeinfo'. 12 years ago
threads.c 6cd9b3114f Fix use of uninstalled header by installed headers 6 years ago
threads.h 8bb9ae3b51 Micro-optimization of scm_vm placement in scm_thread 6 years ago
throw.c 883bdc7453 Fix emergency aborts to not expand the stack 6 years ago
throw.h 1234bb1850 Update license notices in all C files 6 years ago
trees.c 1234bb1850 Update license notices in all C files 6 years ago
trees.h 1234bb1850 Update license notices in all C files 6 years ago
unicode.c 6cd9b3114f Fix use of uninstalled header by installed headers 6 years ago
unicode.h 1234bb1850 Update license notices in all C files 6 years ago
unidata_to_charset.pl dcc69bab8c copyright dates 15 years ago
uniform.c 16879cabed Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types 6 years ago
uniform.h 1234bb1850 Update license notices in all C files 6 years ago
validate.h 69990c4532 Deprecate libguile/validate.h 6 years ago
values.c 87f32999b9 WIP: New tagging v8 5 years ago
values.h 87f32999b9 WIP: New tagging v8 5 years ago
variable.c 87f32999b9 WIP: New tagging v8 5 years ago
variable.h 87f32999b9 WIP: New tagging v8 5 years ago
vectors.c 87f32999b9 WIP: New tagging v8 5 years ago
vectors.h 87f32999b9 WIP: New tagging v8 5 years ago
version.c 1234bb1850 Update license notices in all C files 6 years ago
version.h.in 791eb0c01a Remove (C) from copyright statements 6 years ago
vm-builtins.h 110310b3e7 Expose scm_vm_builtin_ref internally 6 years ago
vm-engine.c de42f12099 DRAFT: Change f64->scm into an intrinsic. 5 years ago
vm-expand.h 1234bb1850 Update license notices in all C files 6 years ago
vm.c 87f32999b9 WIP: New tagging v8 5 years ago
vm.h 87f32999b9 WIP: New tagging v8 5 years ago
vports.c 16879cabed Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types 6 years ago
vports.h 1234bb1850 Update license notices in all C files 6 years ago
weak-list.h 1234bb1850 Update license notices in all C files 6 years ago
weak-set.c 87f32999b9 WIP: New tagging v8 5 years ago
weak-set.h 1234bb1850 Update license notices in all C files 6 years ago
weak-table.c 87f32999b9 WIP: New tagging v8 5 years ago
weak-table.h 1234bb1850 Update license notices in all C files 6 years ago
weak-vector.c 87f32999b9 WIP: New tagging v8 5 years ago
weak-vector.h 87f32999b9 WIP: New tagging v8 5 years ago