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