bpt/guile.git
2011-05-31 Andy Wingorename `guile-tools' to `guild'
2011-05-31 Andy Wingowrite-objcode uses target-endianness, target-word-size
2011-05-31 Andy Wingocompile-bytecode uses target-endianness
2011-05-31 Andy Wingoadd (system base target)
2011-05-30 Andy Wingofix subtle and bad scm_internal_hash_fold bug for weak...
2011-05-27 Andreas RottmannTweak R6RS transcoded ports flushing
2011-05-27 Andreas Rottmannrnrs io ports: fix port encoding when opening file...
2011-05-27 Andreas RottmannAdd some tests for the R6RS I/O libraries
2011-05-26 Neil JerramDoc for getopt-long's new stop-at-first-non-option...
2011-05-26 Neil JerramRemove unused script-getopt.texi
2011-05-26 Neil JerramEmit a 1-based line number in error messages
2011-05-26 Neil JerramReveal guile-tools's inner simplicity...
2011-05-26 Neil JerramImplement #:stop-at-first-non-option option for getopt...
2011-05-26 Neil JerramHandle short option unclumping progressively, instead...
2011-05-26 Neil JerramSimplify getopt-long handling of option values, esp...
2011-05-26 Neil JerramFix "occurrances" typos in getopt-long code and test
2011-05-26 Andy Wingoleave guile when reading signal pipe
2011-05-26 Andy Wingolazily init futures worker pool
2011-05-26 Andy Wingoremove scm_newcell_count, scm_newcell2_count
2011-05-26 Andy Wingodeprecate scm_immutable_{double_,}cell
2011-05-25 Mark H WeaverClarify docs for SCM_UNSPECIFIED: used sometimes but...
2011-05-25 Andy Wingoout-of-tree build fix
2011-05-24 Andy Wingothreadsafe addition to the goops vtable_class_map
2011-05-24 Andy Wingothreadsafe access to source properties weak hash table
2011-05-24 Andy Wingoread + source properties simplification
2011-05-24 Andy Wingosafely access the trampoline weak map
2011-05-23 Andy Wingoset-procedure-property! threadsafety issue
2011-05-23 Andy Wingoreally threadsafe access to symbol table
2011-05-22 Mark H WeaverDon't call scm_lock_mutex and scm_unlock_mutex via...
2011-05-21 Andy Wingofix define-module ordering
2011-05-21 Andy Wingo(syntax foo) -> #'foo in goops
2011-05-20 Andy Wingoclocktime freebsd portability
2011-05-20 Andy Wingofix compile error in mingw fstat socket detection
2011-05-20 Andy Wingogen-scmconfig cross-compilation fix
2011-05-20 Andy Wingofix documentation for option-set! syntaxen
2011-05-14 Andreas RottmannImprove R6RS conformance wrt. conditions in the I/O...
2011-05-13 Andy Wingorefactor do_thread_exit cleanup handler invocation
2011-05-13 Andy Wingoi18n error return type fix
2011-05-13 Andy WingoPTR2SCM and SCM2PTR in inline.h
2011-05-13 Andy Wingocompile-time assertion in net_db uses constant expressions
2011-05-13 Andy Wingoports.c uninitialized static SCM values are #f, not 0
2011-05-13 Andy Wingoscm_port_for_each fix
2011-05-13 Andy Wingoweak_bucket_assoc tweak
2011-05-13 Andy Wingovm_make_boot_program initializer fix
2011-05-13 Andy Wingocorrect use of SCM2PTR in SCM_I_REGISTER_DISAPPEARING_L...
2011-05-13 Andy Wingoscm_is_false instead of == SCM_BOOL_F; also is_null...
2011-05-13 Andy Wingomore care regarding SCM_PACK and SCM_UNPACK
2011-05-13 Andy Wingoscm_is_eq for SCM vals, not == or !=
2011-05-13 Andy Wingodeprecate scm_internal_dynamic_wind
2011-05-13 Andy Wingoexcise scm_internal_dynamic_wind from goops.c
2011-05-13 Andy Wingoasync.c refactor
2011-05-13 Andy Wingofix type errors
2011-05-13 Andy Wingoallow iflags to be constant expressions with typing...
2011-05-13 Andy Wingofix static allocation with debug_typing_strictness==2
2011-05-12 Andy Wingoadd missing SCM_DEPRECATED annotation
2011-05-12 Andy Wingoall deprecated routines emit warnings
2011-05-08 Andy Wingofix some duplication in object tables
2011-05-08 Ludovic CourtèsAdd `vhash-fold-right'.
2011-05-08 Ludovic CourtèsOptimize `vlist-fold-right'.
2011-05-08 Andy Wingoadd map and for-each benchmarks
2011-05-08 Ludovic CourtèsFix small integer return value packing on big endian...
2011-05-08 Ludovic CourtèsMake the definition of `scm_read_shebang' match its...
2011-05-08 Andy Wingocompile-assembly: cleanup
2011-05-08 Andy Wingocompile-assembly: use file-level constants table
2011-05-08 Andy Wingocompile-assembly: add dump-constants, a new helper
2011-05-08 Andy Wingocompile-assembly: add build-constant-store, build-objec...
2011-05-08 Andy Wingocompile-assembly: make-meta refactor
2011-05-08 Andy Wingocompile-assembly: add traversal helpers
2011-05-08 Andy Wingofix `hash' for inf and nan
2011-05-07 Andreas RottmannMake the R6RS simple I/O library use conditions
2011-05-07 Ludovic CourtèsFix `get_utf8_codepoint' to not consume valid starting...
2011-05-07 Ludovic CourtèsAdd `scm_peek_byte_or_eof'.
2011-05-07 Andreas RottmannMore completely document the `(rnrs io ports)' library
2011-05-07 Andy Wingofix srfi-1 map-in-order definition
2011-05-06 Ludovic CourtèsSpecial-case UTF-8 ports to bypass `iconv' entirely.
2011-05-06 Ludovic CourtèsFix `foreign.test' for big endian machines.
2011-05-05 Andy Wingoavoid tls gets when handling interrupts in the vm
2011-05-05 Andy Wingomap and for-each in scheme
2011-05-05 Andy Wingopsyntax simplification
2011-05-05 Andy Wingoscm_mem[qv] optimization
2011-05-05 Ludovic CourtèsGenerate `escape' and `substitute' port decoding tests.
2011-05-05 Andy WingoVM tweaks
2011-05-05 Andy Wingosrfi-1 `member' in scheme, inlines to memq / memv in...
2011-05-05 Andy Wingospeed up compile-bytecode
2011-05-05 Andy Wingosilly "optimization" in (language assembly)
2011-05-05 Andy Wingoadd gcprof
2011-05-05 Andy Wingominor statprof tweaks
2011-05-04 Ludovic CourtèsAutomatically generate `peek-char' decoding error tests.
2011-05-04 Andy Wingomeasure time spent in gc
2011-05-04 Andy Wingoscm_c_get_internal_run_time is more precise
2011-05-04 Andy Wingobuild support for detecting clock_gettime, with -lrt...
2011-05-02 Daniel LlorensFix call-with-input-file & relatives for multiple values
2011-05-01 Andy Wingodeprecate scm_struct_table
2011-05-01 Andy Wingodisallow get-handle / create-handle! of weak hash tables
2011-05-01 Andy Wingo(ice-9 poe) does not get handles from weak hash tables
2011-05-01 Andy Wingoboot-9 fixme note
2011-05-01 Andy Wingofix scm_object_property_set_x for handles and weak...
2011-05-01 Andy Wingodeprecated primitive-properties don't get handles from...
2011-05-01 Andy Wingodeprecate scm_whash API
2011-05-01 Andy Wingofix hash-set! in weak-value table from non-immediate...
next