bpt/guile.git
2014-02-08 Andy WingoMerge commit 'b9b88351ea2c4b43a6f90938554dc5693b17e328'
2014-02-08 Andy WingoMerge commit '0ce224594ae5a673f6a397c284db5f5a61935334'
2014-02-08 Andy WingoMerge commit '495cea0c931de23f074892b3f32808e676712a18'
2014-02-08 Andy WingoMerge commit 'b86069c1308a6ca36f3a3bc56134b3f8fd693592'
2014-02-08 Andy WingoMerge commit '54cded99dc5db94b1df0dc417161ebef7c60d874'
2014-02-08 Andy WingoMerge commit '2f3b7e9a41677bfe802e8a1ee851827297384c58'
2014-02-08 Andy WingoMerge commit 'a675a2e81b792b9f860bec57c38a1948631c7a41'
2014-02-08 Andy WingoDeprecate htons, htonl, ntohs, ntohl
2014-02-08 Mark H WeaverImprove handling of locales in the test suite.
2014-02-08 Mark H WeaverAvoid using 'eval-when' with 'expand' in (oop goops).
2014-02-07 Mark H WeaverBetter error reporting in 'weak-vector-ref' and 'weak...
2014-02-07 Mark H WeaverMake size argument optional to 'make-doubly-weak-hash...
2014-02-07 Mark H WeaverFix 'weak-vector?' doc: Weak hash tables are not weak...
2014-02-07 Andy WingoFix truncated-print for uniform vectors
2014-02-07 Andy Wingo(srfi srfi-4 gnu) uses private define-bytevector-type...
2014-02-07 Andy WingoRemove private unused duplicate c32/c64vector definitions
2014-02-07 Andy WingoSRFI-4 predicates, length accessors only accept bytevec...
2014-02-07 Andy WingoMerge commit '9b5da400dde6e6bc8fd0e318e7ca1feffa5870db'
2014-02-07 Andy WingoMerge commit '1e3fd6a0c81bb3e9900a93a9d1923cc788de0f99'
2014-02-07 Andy WingoMerge commit '40a723a92236fe4e58feb89057b4182b1fc76810'
2014-02-07 Andy WingoMerge commit 'c8e839cfeb647aca034b9bcd5a321d419dedca1f'
2014-02-07 Andy WingoMerge commit '5e69ceb7a667377a61cb0c31d7ac20e245b3fafd'
2014-02-07 Andy WingoMerge commit '866af5da3d11ac4a9df44ee8c5b1781a0073c288'
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 Andy WingoDeprecate vector-ref, vector-length, vector-set! on...
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 LlorensReorder arrays.test
2014-02-06 Daniel LlorensDon't use scm_is_generalized_vector in transpose-array
2014-02-06 Daniel LlorensTests for transpose-array
2014-02-06 Daniel LlorensDon't use scm_is_generalized_vector in shared-array...
2014-02-06 Daniel LlorensTests for shared-array-root
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-06 Daniel LlorensTests for array-copy!, empty case
2014-02-06 Mark H WeaverRemove outdated documentation of LTDL_LIBRARY_PATH.
2014-02-06 Mark H WeaverDocument 'equal?' in list of R6RS incompatibilities.
2014-02-05 Andy WingoVarious VM stack management fixes
2014-02-04 Mark H WeaverREPL Server: Remove unneeded error case in 'run-server'.
2014-02-04 Mark H WeaverREPL Server: Redirect warnings to client socket.
2014-02-04 Mark H WeaverDon't check HAVE_ALARM, which no longer exists.
2014-02-04 Mark H WeaverUpdate Gnulib to v0.1-77-gd9361da
2014-02-03 Mark H Weaverdefine-values: Blackhole 'dummy'; work around lack...
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-02-02 Mark H WeaverImplement R7RS 'define-values'.
2014-02-01 Mark H WeaverImplement SRFI-64 - A Scheme API for test suites.
2014-02-01 Mark H WeaverImplement SRFI-43 Vector Library.
2014-02-01 Mark H WeaverCompile numerical comparisons with more than 2 argument...
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-31 Mark H WeaverRevert "Primitive expand numerical comparisons with...
2014-01-28 Mark H WeaverPrimitive expand numerical comparisons with more than...
2014-01-28 Mark H WeaverAdd 'positive?' and 'negative?' as primitives.
2014-01-28 Andy WingoMinor for-each speedup
2014-01-28 Andy WingoMinor for-each speedup
2014-01-28 Andy WingoUnnecessary VM_HANDLE_INTERRUPTS elision
2014-01-28 Andy WingoFix tracing
2014-01-26 Andy WingoMore precise stack marking via .guile.frame-maps section
2014-01-26 Andy WingoAdd NEWS for Guile 2.2
2014-01-26 Andy WingoDocument top-level pseudo-hygiene
2014-01-24 Mark H WeaverImplement SRFI-111 Boxes.
2014-01-24 Mark H WeaverFix thread-unsafe lazy initializations.
2014-01-23 Mark H WeaverImprove correctness and consistency of 'eval-when'...
2014-01-23 Mark H WeaverImprove docs for 'eval-when'.
2014-01-21 Ludovic CourtèsBuffered custom binary input ports correctly handle...
2014-01-21 Mark H WeaverFix nested block comment example in manual.
2014-01-21 Mark H WeaverREPL Server: Don't establish a SIGINT handler.
2014-01-21 Mark H WeaverWrite out HTTP Basic auth headers correctly.
2014-01-21 Mark H WeaverMerge branch 'stable-2.0'
2014-01-21 Andy WingoAdd support for content-disposition
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-18 Andy WingoAdd support for content-disposition
2014-01-17 Arne Babenhauserheidedoc: embedding example more readable.
2014-01-17 Ludovic CourtèsThank Sree Harsha.
2014-01-17 Ludovic CourtèsArrange so that 'file-encoding' does not truncate the...
2014-01-16 Andy WingoFinish documenting the new compiler
2014-01-16 Andy WingoFix CPS doc typos
next