Robin Templeton 4784e2dd94 guile-snarf fix 10 gadi atpakaļ
..
.gitignore cf7e51b489 libguile gitignore 14 gadi atpakaļ
ChangeLog-1996-1999 339999c72e Moved old ChangeLog text to ChangeLog-1996-1999 (added that file) 25 gadi atpakaļ
ChangeLog-2000 a51fe2479e Split up. 24 gadi atpakaļ
ChangeLog-2008 afb59d75b8 Rename `ChangeLog' files to `ChangeLog-2008'. 16 gadi atpakaļ
ChangeLog-scm 4b28e0b88b Renamed to ChangeLog-scm from ChangeLog.scm, so it won't interfere with 28 gadi atpakaļ
ChangeLog-srfi 37710f7e8f move srfi-1 and srfi-60 C impl to libguile, without public C api 14 gadi atpakaļ
ChangeLog-threads 7bfd3b9e94 Merge threads directory into libguile. 28 gadi atpakaļ
Makefile.am 101e3c91b0 Remove CFLAGS from snarfcppopts. 8 gadi atpakaļ
__scm.h 6dd9810902 Merge commit '750ac8c592e792e627444f476877f282525b132e' 11 gadi atpakaļ
_scm.h ac5a05d02e Bump bytecode version 9 gadi atpakaļ
alist.c 0858753e82 Merge remote-tracking branch 'origin/stable-2.0' 13 gadi atpakaļ
alist.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
arbiters.c 0607ebbfcf locking for putc, puts 13 gadi atpakaļ
arbiters.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
array-handle.c 4e91530451 Simplify scm_array_get_handle for tc7-arrays 11 gadi atpakaļ
array-handle.h cf64dca65c Remove array impl. registry; instead, hard-code array handle creation 11 gadi atpakaļ
array-map.c 65704b982d Pack array dimensions in array object 10 gadi atpakaļ
array-map.h d09b201d59 Deprecate scm_array_fill_int() 11 gadi atpakaļ
arrays.c eb3d623da5 Non-vector 1D arrays print as #1() 9 gadi atpakaļ
arrays.h 65704b982d Pack array dimensions in array object 10 gadi atpakaļ
async.c 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
async.h 856d318a9f Merge branch 'stable-2.0' 10 gadi atpakaļ
backtrace.c 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
backtrace.h e8df456a15 print-exception gets a c binding 14 gadi atpakaļ
bdw-gc.h 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
bitvectors.c d40b05386c Fix bit-count* bug 10 gadi atpakaļ
bitvectors.h cf64dca65c Remove array impl. registry; instead, hard-code array handle creation 11 gadi atpakaļ
boolean.c 9348168ed5 add `nil?' primitive 13 gadi atpakaļ
boolean.h 84800dffc2 Declare scm_nil_p 11 gadi atpakaļ
bytevectors.c a5b5cb422e Merge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9' 10 gadi atpakaļ
bytevectors.h dc7da0be90 refactor tc7 and tc16 checks 13 gadi atpakaļ
c-tokenize.lex 8cb0d6d7fa build: Don't include <config.h> in native programs when cross-compiling. 10 gadi atpakaļ
chars.c 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
chars.h 0ca3a342d1 Support for Unicode general categories 15 gadi atpakaļ
continuations.c 30c06bfbb3 Remove sp from scm_vm_cont 9 gadi atpakaļ
continuations.h 3b14dd2f27 Optimize make-stack 10 gadi atpakaļ
control.c 8f027385db Rename union scm_vm_stack_element members 9 gadi atpakaļ
control.h 0007507340 VM stack grows downward 9 gadi atpakaļ
conv-integer.i.c 1713d319b7 * numbers.c (scm_i_range_error): New. 20 gadi atpakaļ
conv-uinteger.i.c 56a3dcd431 Remove references to undefined macros. 15 gadi atpakaļ
cpp-E.syms 3fff6e71ff Update `cpp-E.syms' and `cpp-SIG.syms'. 14 gadi atpakaļ
cpp-SIG.syms 3fff6e71ff Update `cpp-E.syms' and `cpp-SIG.syms'. 14 gadi atpakaļ
debug-malloc.c 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
debug-malloc.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
debug.c 856d318a9f Merge branch 'stable-2.0' 10 gadi atpakaļ
debug.h 06ea79b73d Remove unused union scm_t_debug_info 10 gadi atpakaļ
deprecated.c 2bcb278a30 GOOPS: Deprecate "using-class" procs like slot-ref-using-class 10 gadi atpakaļ
deprecated.h 2bcb278a30 GOOPS: Deprecate "using-class" procs like slot-ref-using-class 10 gadi atpakaļ
deprecation.c 2aed2667fc Merge remote-tracking branch 'origin/stable-2.0' 12 gadi atpakaļ
deprecation.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
dynl.c e0c211bb2e Merge remote-tracking branch 'origin/stable-2.0' 12 gadi atpakaļ
dynl.h d4149a510e Simplify the (system foreign) API. 14 gadi atpakaļ
dynstack.c 0007507340 VM stack grows downward 9 gadi atpakaļ
dynstack.h 0007507340 VM stack grows downward 9 gadi atpakaļ
dynwind.c deaae8e9d7 remove out-of-date comment 12 gadi atpakaļ
dynwind.h 9ede013f68 the dynamic stack is really a stack now, instead of a list 12 gadi atpakaļ
elf.h afc74c2920 add ELF loader 12 gadi atpakaļ
eq.c 91ee7515da Merge remote-tracking branch 'origin/stable-2.0' 13 gadi atpakaļ
eq.h 8a4ed2dd34 remove "discouraged" infrastructure 14 gadi atpakaļ
error.c 086bbcc874 Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840' 10 gadi atpakaļ
error.h c2247b782a Out-of-memory situations raise exceptions instead of aborting 10 gadi atpakaļ
eval.c 9b1ac02a85 Fix boot closure wrong-num-args error 9 gadi atpakaļ
eval.h 3f48638c8c deprecate lookup closures 12 gadi atpakaļ
evalext.c e2fafeb901 Keywords have a tc7 10 gadi atpakaļ
evalext.h fc7bd367ab remove all deprecated code 13 gadi atpakaļ
expand.c e6a42e6765 Simplify variable resolution in the evaluator 10 gadi atpakaļ
expand.h 7974c57937 Assignment conversion in the interpreter 10 gadi atpakaļ
extensions.c 08969a2407 fix --disable-modules build 13 gadi atpakaļ
extensions.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
feature.c b4fa6cc909 Merge remote-tracking branch 'origin/stable-2.0' 12 gadi atpakaļ
feature.h ed4c373966 Arrange to convert command-line arguments from the right encoding. 13 gadi atpakaļ
filesys.c a5b5cb422e Merge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9' 10 gadi atpakaļ
filesys.h 26d148066f Merge remote-tracking branch 'origin/stable-2.0' 11 gadi atpakaļ
finalizers.c 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
finalizers.h d6651f6903 Add interface to disable automatic finalization 10 gadi atpakaļ
fluids.c 064d24093b Tune initial heap size 11 gadi atpakaļ
fluids.h 98eaef1b50 Simplify dynstack API to only wind one fluid at a time 11 gadi atpakaļ
foreign-object.c 4b8ce7c752 Add more foreign object interfaces 10 gadi atpakaļ
foreign-object.h 4b8ce7c752 Add more foreign object interfaces 10 gadi atpakaļ
foreign.c 8f027385db Rename union scm_vm_stack_element members 9 gadi atpakaļ
foreign.h 0007507340 VM stack grows downward 9 gadi atpakaļ
fports.c baa74d3695 Merge commit '37b1453032488de582175270d1b3a1653ea81457' 10 gadi atpakaļ
fports.h f6f4feb0a2 Merge remote-tracking branch 'origin/stable-2.0' 11 gadi atpakaļ
frames.c 67e8aa85e8 Remove frame-local-ref, frame-local-set! 9 gadi atpakaļ
frames.h 67e8aa85e8 Remove frame-local-ref, frame-local-set! 9 gadi atpakaļ
gc-inline.h aef1fcf94e Add thread-local lock-free, TLS-free freelists. 11 gadi atpakaļ
gc-malloc.c 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
gc.c fab18c02e8 Use the right GC version macros. 10 gadi atpakaļ
gc.h c2247b782a Out-of-memory situations raise exceptions instead of aborting 10 gadi atpakaļ
gen-scmconfig.c f6f4feb0a2 Merge remote-tracking branch 'origin/stable-2.0' 11 gadi atpakaļ
gen-scmconfig.h.in ad378da975 check for iconveh values at configure-time 13 gadi atpakaļ
generalized-arrays.c 2b5625ad0c Inline scm_i_array_implementation_for_obj in scm_i_array 11 gadi atpakaļ
generalized-arrays.h 8051cf2304 Merge commit 'fb7dd00169304a5922838e4d2f25253640a35def' 11 gadi atpakaļ
generalized-vectors.c 13af75bfe0 Fix bad uses of base and lbnd on rank 1 arrays 11 gadi atpakaļ
generalized-vectors.h 13af75bfe0 Fix bad uses of base and lbnd on rank 1 arrays 11 gadi atpakaļ
gettext.c 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
gettext.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
goops.c 26350edcac Add #:static-slot-allocation? 10 gadi atpakaļ
goops.h 26350edcac Add #:static-slot-allocation? 10 gadi atpakaļ
gsubr.c 8af3423efe Remove primitive?, add primitive-code? 9 gadi atpakaļ
gsubr.h 8af3423efe Remove primitive?, add primitive-code? 9 gadi atpakaļ
guardians.c d511a2e160 Merge remote-tracking branch 'origin/stable-2.0' 11 gadi atpakaļ
guardians.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
guile-func-name-check 34cbb05331 Revert "[build] Rewrite guile-func-name-check in Scheme, adding features." 14 gadi atpakaļ
guile-snarf-docs.in 34cbb05331 Revert "[build] Rewrite guile-func-name-check in Scheme, adding features." 14 gadi atpakaļ
guile-snarf.awk.in 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
guile-snarf.in 4784e2dd94 guile-snarf fix 8 gadi atpakaļ
guile.c a5d0c135c0 Remove nonfunctional gdb interface 11 gadi atpakaļ
hash.c e19235e21b Merge commit '01a301d1b606b84d986b735049e7155d2f4cd6aa' 10 gadi atpakaļ
hash.h baf90102cf Merge commit '894d0b894daae001495c748b3352cd79918d3789' 10 gadi atpakaļ
hashtab.c 789dd40b8b Fix --without-threads and SCM_DEBUG_TYPING_STRICTNESS==2 builds. 11 gadi atpakaļ
hashtab.h 9b977c836b Merge remote-tracking branch 'origin/stable-2.0' 12 gadi atpakaļ
hooks.c 0607ebbfcf locking for putc, puts 13 gadi atpakaļ
hooks.h 86fd6dff2a add scm_call_n, scm_c_run_hookn 15 gadi atpakaļ
i18n.c 30c5982a95 i18n: Add HAVE_USELOCALE as a requirement for USE_GNU_LOCALE_API. 10 gadi atpakaļ
i18n.h 820f33aaed Improved support for Unicode title case in Guile's string and character APIs. 15 gadi atpakaļ
init.c d5dffec4ff Merge commit 'a7bbba05838cabe2294f498e7008e1c51db6d664' 10 gadi atpakaļ
init.h 12c1d8616d threading / with_guile refactor to use more GC_stack_base 13 gadi atpakaļ
inline.c 9b977c836b Merge remote-tracking branch 'origin/stable-2.0' 12 gadi atpakaļ
inline.h 9b977c836b Merge remote-tracking branch 'origin/stable-2.0' 12 gadi atpakaļ
instructions.c a08b3d40f8 Untag values and indexes for all bytevector instructions 9 gadi atpakaļ
instructions.h 20b1b91394 Move RTL unpack macros to vm-engine.c 11 gadi atpakaļ
ioext.c 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
ioext.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
iselect.h 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
keywords.c e2fafeb901 Keywords have a tc7 10 gadi atpakaļ
keywords.h e2fafeb901 Keywords have a tc7 10 gadi atpakaļ
libgettext.h 5b3a39c7ff Added missing files for `(ice-9 i18n)'. 18 gadi atpakaļ
libguile-2.2-gdb.scm 1f3babaaef Adapt GDB integration to newest patches 9 gadi atpakaļ
libguile.map 9af080f720 Use a linker version script for libguile. 15 gadi atpakaļ
list.c 856d318a9f Merge branch 'stable-2.0' 10 gadi atpakaļ
list.h 0f458a3725 factor copy-tree and cons-source out of eval.[ch] 15 gadi atpakaļ
load.c 13edcf57a0 load-path will skip over stale .go files and keep going 9 gadi atpakaļ
load.h 9235f805fa Fix problems with Windows file names that use backslashes. 10 gadi atpakaļ
loader.c 898c99a48b intern arbitrary constants 8 gadi atpakaļ
loader.h e7660a607c VM support for raw slots 9 gadi atpakaļ
locale-categories.h c84f25bcce i18n: Ignore LC_MESSAGES on MinGW. 10 gadi atpakaļ
macros.c 747747ee06 Merge remote-tracking branch 'origin/stable-2.0' 12 gadi atpakaļ
macros.h e809758a7e clean up macros.[ch] 15 gadi atpakaļ
mallocs.c 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
mallocs.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
memmove.c a06e3a75b2 Remove "face-lift" comment. 23 gadi atpakaļ
memoize.c eb0376567d Remove unused "nargs" field of memoized call expressions 9 gadi atpakaļ
memoize.h e6a42e6765 Simplify variable resolution in the evaluator 10 gadi atpakaļ
mkstemp.c bc8e6d7d8c Rely on Gnulib for <unistd.h>. 10 gadi atpakaļ
modules.c 747747ee06 Merge remote-tracking branch 'origin/stable-2.0' 12 gadi atpakaļ
modules.h 2de74cb56e finish deprecating eval closures 12 gadi atpakaļ
net_db.c 5bb40f9df0 getaddrinfo: Document the missing errno value for EAI_SYSTEM. 11 gadi atpakaļ
net_db.h 55ae00ea73 Add `getaddrinfo' and related procedures. 15 gadi atpakaļ
null-threads.c 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
null-threads.h 2bf0e122f0 Revert "add pthread_atfork helpers to our threading shims" 13 gadi atpakaļ
numbers.c 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
numbers.h 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
objprop.c 62fdadb0a5 check for pairs with scm_is_pair, not scm_nimp 13 gadi atpakaļ
objprop.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
options.c 086063aa32 remove object protection from options.c 13 gadi atpakaļ
options.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
pairs.c 61989c7053 Merge branch 'stable-2.0' 11 gadi atpakaļ
pairs.h 730af462c3 inline scm_cons, scm_car, scm_cdr 12 gadi atpakaļ
poll.c b5870f25ad rely on gnulib for `poll' 11 gadi atpakaļ
poll.h 6f81b18abe add (ice-9 poll), a poll wrapper 14 gadi atpakaļ
ports-internal.h f6f4feb0a2 Merge remote-tracking branch 'origin/stable-2.0' 11 gadi atpakaļ
ports.c 57898597ad Deprecate C exports of GOOPS classes. 10 gadi atpakaļ
ports.h e140d85d53 Merge commit '122f24cc8a3637ed42d7792ad1ff8ec0c49c58df' 11 gadi atpakaļ
posix.c 856d318a9f Merge branch 'stable-2.0' 10 gadi atpakaļ
posix.h d20912e67d Move `{total,current}-processor-count' outside of `posix.c'. 13 gadi atpakaļ
print.c 1cd779140d Merge commit '5943a62042432b86d757200ef595d7aebb5c9bac' 10 gadi atpakaļ
print.h fa980bcc0f Merge remote-tracking branch 'origin/stable-2.0' 12 gadi atpakaļ
private-options.h 6e504a7b44 print: Support R7RS |...| symbol notation. 11 gadi atpakaļ
procprop.c 8079714576 scm_i_rtl_program_* -> scm_i_program_* 11 gadi atpakaļ
procprop.h bf8328ec16 procedure-documentation works on RTL procedures 11 gadi atpakaļ
procs.c 6c7dd9ebd3 Generics with setters have <applicable-struct-with-setter> layout 10 gadi atpakaļ
procs.h bf8328ec16 procedure-documentation works on RTL procedures 11 gadi atpakaļ
programs.c 8af3423efe Remove primitive?, add primitive-code? 9 gadi atpakaļ
programs.h 8af3423efe Remove primitive?, add primitive-code? 9 gadi atpakaļ
promises.c 0858753e82 Merge remote-tracking branch 'origin/stable-2.0' 13 gadi atpakaļ
promises.h 7b89381965 promises are in their own file now 15 gadi atpakaļ
pthread-threads.h 2bf0e122f0 Revert "add pthread_atfork helpers to our threading shims" 13 gadi atpakaļ
quicksort.i.c 6c9e8a5354 remove uses of trampolines within guile itself 15 gadi atpakaļ
r6rs-ports.c 0a5b437ef9 Merge commit 'ed72201a795ac1c8d6c0288b6bb710f2bd0ebd9c' 10 gadi atpakaļ
r6rs-ports.h 36cc0b901c Declare r6rs-ports functions 11 gadi atpakaļ
random.c 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
random.h d47db067b6 Add `random-state-from-platform' and `scm_i_random_bytes_from_platform' 13 gadi atpakaļ
rdelim.c c932ce0b55 locking on unget_byte, ungetc, ungets 13 gadi atpakaļ
rdelim.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
read.c 678995ff79 Merge commit '5af307de43e4b65eec7f235b48a8908f2a00f134' 10 gadi atpakaļ
read.h b3a2259ce3 Remove prototype for scm_read_token, which does not exist. 12 gadi atpakaļ
regex-posix.c eb4a14ed47 Use Gnulib's `regex' module. 13 gadi atpakaļ
regex-posix.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
remaining-docs-needed 8849a2449b * run-test, remaining-docs-needed: Added these scripts. The 25 gadi atpakaļ
root.c 9ede013f68 the dynamic stack is really a stack now, instead of a list 12 gadi atpakaļ
root.h e7efe8e793 decruftify scm_sys_protects 15 gadi atpakaļ
run-test 8849a2449b * run-test, remaining-docs-needed: Added these scripts. The 25 gadi atpakaļ
rw.c 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
rw.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
scmconfig.h.top 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
scmsigs.c 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
scmsigs.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
script.c 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
script.h ed4c373966 Arrange to convert command-line arguments from the right encoding. 13 gadi atpakaļ
simpos.c 856d318a9f Merge branch 'stable-2.0' 10 gadi atpakaļ
simpos.h 87fc4596e5 Remove private-gc.h 11 gadi atpakaļ
smob.c 1bbf7f7580 Add `scm_smob_type_class()'. 10 gadi atpakaļ
smob.h 1bbf7f7580 Add `scm_smob_type_class()'. 10 gadi atpakaļ
snarf.h 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
socket.c 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
socket.h b9b88351ea Deprecate htons, htonl, ntohs, ntohl 11 gadi atpakaļ
sort.c d747313100 Change uses of scm_is_simple_vector to scm_is_vector 11 gadi atpakaļ
sort.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
srcprop.c 917b0e72f7 tune default hash table sizes 13 gadi atpakaļ
srcprop.h 76b9bac565 Add 'supports-source-properties?' predicate 13 gadi atpakaļ
srfi-1.c 856d318a9f Merge branch 'stable-2.0' 10 gadi atpakaļ
srfi-1.h e7a81c7acd fix take-right and drop-right for improper lists 13 gadi atpakaļ
srfi-13.c 793e8a9317 Fix 'string-copy!' to work properly with overlapping src/dest. 11 gadi atpakaļ
srfi-13.h 5f085775ab In string-split, add support for character sets and predicates. 12 gadi atpakaļ
srfi-14.c 0858753e82 Merge remote-tracking branch 'origin/stable-2.0' 13 gadi atpakaļ
srfi-14.h dc7da0be90 refactor tc7 and tc16 checks 13 gadi atpakaļ
srfi-14.i.c 99d1843e2a Update predefined character sets to Unicode 6.2 12 gadi atpakaļ
srfi-4.c 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
srfi-4.h cf64dca65c Remove array impl. registry; instead, hard-code array handle creation 11 gadi atpakaļ
srfi-60.c 7f8ad91b99 SRFI-60: Reimplement 'rotate-bit-field' on inums to be more portable. 10 gadi atpakaļ
srfi-60.h 37710f7e8f move srfi-1 and srfi-60 C impl to libguile, without public C api 14 gadi atpakaļ
stackchk.c 63b9e8b03f Fix compile warnings 10 gadi atpakaļ
stackchk.h 7e2fd4e7f5 Unwind-only stack overflow exceptions 10 gadi atpakaļ
stacks.c 02fc5a772b Identify boot continuations by code, not closure 9 gadi atpakaļ
stacks.h aa3f69519f replace frame implementation with VM frames 15 gadi atpakaļ
stime.c 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
stime.h 4a42658f6a scm_c_get_internal_run_time is more precise 13 gadi atpakaļ
strerror.c 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
strings.c 00884bb79f Allow decoding of UTF-8 containing U+FFFD, the replacement character. 9 gadi atpakaļ
strings.h db07176665 Add stringbuf printer 11 gadi atpakaļ
strorder.c f1d19308ad provide missing prototypes 15 gadi atpakaļ
strorder.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
strports.c 475772ea57 Merge branch 'stable-2.0' 10 gadi atpakaļ
strports.h dc7da0be90 refactor tc7 and tc16 checks 13 gadi atpakaļ
struct.c 4702cbeb37 Move <class> initialization to Scheme 10 gadi atpakaļ
struct.h 4702cbeb37 Move <class> initialization to Scheme 10 gadi atpakaļ
symbols.c aca26e2c1a multiple obarrays 8 gadi atpakaļ
symbols.h aca26e2c1a multiple obarrays 8 gadi atpakaļ
tags.h e2fafeb901 Keywords have a tc7 10 gadi atpakaļ
texi-fragments-to-docstrings 6cfdc6b878 Build `guile-procedures.txt' using (texinfo) instead of `makeinfo'. 11 gadi atpakaļ
threads.c 856d318a9f Merge branch 'stable-2.0' 10 gadi atpakaļ
threads.h aef1fcf94e Add thread-local lock-free, TLS-free freelists. 11 gadi atpakaļ
throw.c 0007507340 VM stack grows downward 9 gadi atpakaļ
throw.h c2247b782a Out-of-memory situations raise exceptions instead of aborting 10 gadi atpakaļ
trees.c d747313100 Change uses of scm_is_simple_vector to scm_is_vector 11 gadi atpakaļ
trees.h 0f458a3725 factor copy-tree and cons-source out of eval.[ch] 15 gadi atpakaļ
unicode.c c5ea75534c Add (ice-9 unicode) module 10 gadi atpakaļ
unicode.h c5ea75534c Add (ice-9 unicode) module 10 gadi atpakaļ
unidata_to_charset.pl dcc69bab8c copyright dates 14 gadi atpakaļ
uniform.c 8051cf2304 Merge commit 'fb7dd00169304a5922838e4d2f25253640a35def' 11 gadi atpakaļ
uniform.h 8051cf2304 Merge commit 'fb7dd00169304a5922838e4d2f25253640a35def' 11 gadi atpakaļ
validate.h 086bbcc874 Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840' 10 gadi atpakaļ
values.c e0c211bb2e Merge remote-tracking branch 'origin/stable-2.0' 12 gadi atpakaļ
values.h e1c80e6b30 add scm_c_nvalues with docs; also, docs for scm_c_values 12 gadi atpakaļ
variable.c 0607ebbfcf locking for putc, puts 13 gadi atpakaļ
variable.h dc7da0be90 refactor tc7 and tc16 checks 13 gadi atpakaļ
vectors.c cf64dca65c Remove array impl. registry; instead, hard-code array handle creation 11 gadi atpakaļ
vectors.h a32488ba13 SCM_I_IS_VECTOR only true for tc7_vector, not weak vectors 11 gadi atpakaļ
version.c 89607fab50 version.h has SCM_EFFECTIVE_VERSION; effective-version uses that 14 gadi atpakaļ
version.h.in b405cdb4c5 [build] Create libguile/version.h using the configure script. 14 gadi atpakaļ
vm-builtins.h 827c2c26fc Small comment fix. 11 gadi atpakaļ
vm-engine.c 1d4b4ec39c Add support for comparing u64 values with SCM values 9 gadi atpakaļ
vm-expand.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
vm.c c3240d09b2 Unbox indexes of vectors, strings, and structs 9 gadi atpakaļ
vm.h 02fc5a772b Identify boot continuations by code, not closure 9 gadi atpakaļ
vports.c 3c01acbcf5 Soft port fill-input doesn't alter line or column 10 gadi atpakaļ
vports.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
weak-set.c a0551390d5 consolidate scm_i_register_weak_gc_callback, update weak-set to fit 12 gadi atpakaļ
weak-set.h 81b80b9610 Revert "with a threaded guile, lock weak sets and tables during a fork" 13 gadi atpakaļ
weak-table.c 04023cceb7 Merge commit 'b86069c1308a6ca36f3a3bc56134b3f8fd693592' 11 gadi atpakaļ
weak-table.h 07e69928fc hash-set! on weak tables returns the value 12 gadi atpakaļ
weak-vector.c adf06a72d5 Merge commit '495cea0c931de23f074892b3f32808e676712a18' 11 gadi atpakaļ
weak-vector.h c9647bfb7e Add weak-vector-length, weak-vector-ref, weak-vector-set! 11 gadi atpakaļ
win32-uname.c 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ
win32-uname.h 53befeb700 Change Guile license to LGPLv3+ 15 gadi atpakaļ