Merge commit '34e89877342f20fdb8a531ad78dab34cfd2b0843'
[bpt/guile.git] / libguile /
2014-02-07 Andy WingoMerge commit '34e89877342f20fdb8a531ad78dab34cfd2b0843'
2014-02-07 Andy WingoMerge commit '58147d67806e1f54c447d7eabac35b1a5086c3a6'
2014-02-07 Andy WingoMerge commit 'e6c1c5f6cb16913eadeb8758cd817c5a58d146b8'
2014-02-07 Andy WingoMerge commit 'ca5e0414e96886177d883a249edd957d2331db65'
2014-02-07 Andy WingoMerge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9'
2014-02-07 Andy WingoMerge commit 'f6ddf827f8f192af7a8cd255bd8374a0d38bbb74'
2014-02-07 Andy WingoMerge commit '45a28515c13348dfd18e53038ad63dd091a5a3c1'
2014-02-07 Andy WingoMerge commit 'a5cbbaa66a2491453db0edff9b0cb592a98f61bf'
2014-02-07 Andy WingoMerge commit '8ca97482b01cf1a6aa538cc5a2d1f71fb60f080c'
2014-02-07 Andy WingoMerge commit '122f24cc8a3637ed42d7792ad1ff8ec0c49c58df'
2014-02-07 Andy WingoAdd weak-vector-length, weak-vector-ref, weak-vector...
2014-02-07 Daniel LlorensFix bad uses of base and lbnd on rank 1 arrays
2014-02-06 Daniel LlorensDon't use scm_is_generalized_vector in transpose-array
2014-02-06 Daniel LlorensDon't use scm_is_generalized_vector in shared-array...
2014-02-06 Daniel LlorensRemove unnecessary conditions in array constructors
2014-02-06 Daniel LlorensRemove generalized-vectors.h includes
2014-02-06 Andy WingoFix array-index-map refactor
2014-02-06 Andy WingoArray-map refactors
2014-02-06 Daniel LlorensDon't use generalized-vector in array-map.c (II)
2014-02-06 Daniel LlorensDon't use generalized-vector in array-map.c (I)
2014-02-06 Daniel LlorensDon't use generalized-vector functions in uniform.c
2014-02-06 Andy WingoReplace generalized-vector calls in array_handle_ref/set
2014-02-06 Daniel LlorensReplace scm_c_generalized_vector_length in arrays.c
2014-02-06 Daniel LlorensReplace scm_c_generalized_vector_length in random.c
2014-02-05 Andy WingoVarious VM stack management fixes
2014-02-02 Andy WingoAdd VM and compiler support for calls to known procedures
2014-02-02 Andy WingoRemove code to run GC more frequently as process image...
2014-02-02 Andy WingoAdd thread-local lock-free, TLS-free freelists.
2014-02-02 Andy WingoAdd dead slot map cache
2014-01-31 Andy WingoReturn unused parts of the stack to the OS
2014-01-31 Andy WingoMicro-optimization to scm_i_vm_mark_stack
2014-01-28 Andy WingoUnnecessary VM_HANDLE_INTERRUPTS elision
2014-01-26 Andy WingoMore precise stack marking via .guile.frame-maps section
2014-01-24 Mark H WeaverFix thread-unsafe lazy initializations.
2014-01-21 Ludovic CourtèsBuffered custom binary input ports correctly handle...
2014-01-21 Mark H WeaverMerge branch 'stable-2.0'
2014-01-20 Mark H WeaverFix (port-conversion-strategy #f).
2014-01-18 Ludovic CourtèsCustom binary input ports support 'setvbuf'.
2014-01-18 Ludovic CourtèsPrepare 'setvbuf' to support for non-file ports.
2014-01-17 Ludovic CourtèsArrange so that 'file-encoding' does not truncate the...
2014-01-15 Ludovic CourtèsCustom binary input ports sanity-check the return value...
2014-01-15 Mark H WeaverMerge branch 'stable-2.0'
2014-01-15 Mark H Weaverprint: In R7RS |...| symbols, print most graphic charac...
2014-01-15 Mark H WeaverMerge branch 'stable-2.0'
2014-01-15 Mark H Weaverprint: Support R7RS |...| symbol notation.
2014-01-15 Mark H Weaverread: Support R7RS |...| symbol notation.
2014-01-14 Mark H WeaverMerge branch 'stable-2.0'
2014-01-14 Mark H Weaverread: use 'c_tolower' instead of 'tolower' in 'try_read...
2014-01-14 Mark H WeaverRecognize 'escape' character name, per R7RS.
2014-01-14 Mark H Weaverread: Accept "\|" in string literals.
2014-01-14 Mark H Weaverread: Support R7RS '#true' and '#false' syntax for...
2014-01-14 Mark H WeaverMerge branch 'stable-2.0'
2014-01-13 Ludovic Courtès'port-position' works on CBIPs that do not support...
2014-01-12 Mark H WeaverFix hashing of empty vectors.
2014-01-12 Mark H WeaverFix hashing of vectors to run in bounded time.
2014-01-09 Mark H WeaverMerge branch 'stable-2.0'
2014-01-09 Mark H WeaverFix 'string-copy!' to work properly with overlapping...
2014-01-09 Mark H WeaverImplement 'exact-integer?' and 'scm_is_exact_integer'.
2014-01-09 Mark H Weaverscm_primitive_load: Simplify code using 'scm_open_file_...
2014-01-09 Mark H Weaverread: Avoid signed integer overflow in 'read_decimal_in...
2014-01-09 Mark H WeaverIncrement SCM_N_READ_OPTIONS for 'curly-infix' option.
2013-12-15 Ludovic CourtèsHide EINTR returns from 'accept'.
2013-12-13 Mark H WeaverMerge branch 'stable-2.0'
2013-12-13 Tom TromeyRemove unused function scm_i_tag_name.
2013-12-13 Tom TromeyAdd missing FUNC_NAME defines for pair accessors.
2013-12-05 Ludovic Courtèsvm: Gracefully handle stack overflows.
2013-12-01 Mark H WeaverThread safe port properties.
2013-11-30 Andy WingoFix more vm-engine comments
2013-11-30 Andy WingoRemove slot-ref and slot-set! ops
2013-11-30 Andy WingoFix vm-engine.c comments
2013-11-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-11-28 Andy WingoCritical sections in guardians do not need to block...
2013-11-28 Andy WingoMerge commit 'd364a8971828e38e8f9112b711066f4962bb400e'
2013-11-28 Andy WingoMerge commit 'e7bd20f7d9b2110fdc0fa25db5a2bfe6b2214923'
2013-11-28 Andy WingoMerge commit '17330398d50524058c2ef488bd21ac5ec9c8b6e8'
2013-11-28 Andy WingoMerge commit 'a38024baaa32d1a6d91fdc81388c88bbb926c3ae'
2013-11-28 Andy WingoMerge commit '2437c7b2e8b4ab7786847ee1ce0b59e446a70fe2'
2013-11-28 Andy WingoMerge commit '8571dbde639e0ee9885bad49c9e180474bd23646'
2013-11-28 Andy WingoMerge commit '750ac8c592e792e627444f476877f282525b132e'
2013-11-28 Andy WingoMerge commit 'c61be45084d04b1db792b7e232f5bd77099f3287'
2013-11-28 Andy WingoMerge commit 'd360671c1cca335600079f1c5714572d1c2e676d'
2013-11-28 Andy WingoDeprecate gc-live-object-stats
2013-11-28 Andy WingoAvoid needless GC on startup due to scm_gc_register_all...
2013-11-28 Andy WingoRemove private-gc.h
2013-11-28 Andy Wingoscm_i_tag_name internal to gc.c
2013-11-28 Andy WingoMore private-gc excisions
2013-11-28 Andy WingoRemove unused enum policy_on_error
2013-11-28 Andy WingoTune initial heap size
2013-11-28 Andy WingoRemove another GC 6.8 hack
2013-11-27 Andy WingoRemove nonfunctional gdb interface
2013-11-27 Andy WingoRemove the restore-continuation-hook.
2013-11-27 Andy WingoDeclare r6rs-ports functions
2013-11-27 Andy WingoFix uninitialized variable error in some peek-char...
2013-11-27 Andy WingoDeclare scm_i_open_file to silence a warning
2013-11-27 Andy WingoRemove generalized vector interface; deprecated in...
2013-11-27 Andy WingoDeclare scm_nil_p
2013-11-23 Mark H WeaverMake port properties accessible from Scheme.
2013-11-23 Mark H WeaverMake guardians thread-safe.
2013-11-23 Mark H WeaverBlock system asyncs while 'overrides_lock' is held.
2013-11-23 Mark H WeaverAdd mutex locking functions that also block asyncs.
next