bpt/guile.git
2011-06-02 Andy Wingoadd <primcall> to tree-il
2011-06-02 Andy Wingorename <application> to <call>
2011-05-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
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 Wingoremove gc pthread redirects entirely
2011-05-26 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-26 Andy Wingoleave guile when reading signal pipe
2011-05-26 Andy Wingolazily init futures worker pool
2011-05-26 Andy Wingoscm_new_smob, scm_new_double_smob inline functions
2011-05-26 Andy Wingoscm_cell, scm_double_cell, scm_words back to gc.h
2011-05-26 Andy Wingosimplify inline function infrastructure
2011-05-26 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
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 WingoMerge remote-tracking branch 'origin/stable-2.0'
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-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-15 Andy Wingoregexp.test needed char-code-limit
2011-05-15 Andy Wingoremove SCM_EXIT_SUCCESS and SCM_EXIT_FAILURE definitions
2011-05-15 Andy Wingouse of EXIT_SUCCESS and EXIT_FAILURE
2011-05-15 Andy Wingoscm_wta_* procedures replace SCM_WTA_* macros
2011-05-15 Andy WingoSCM_ASSERT to error.h
2011-05-15 Andy Wingoremove SCM_ASRTGO
2011-05-15 Andy Wingoremove unused SCM_FENCE definition
2011-05-15 Andy Wingorename scm_async_click() to scm_async_tick(); privatize...
2011-05-15 Andy Wingosimplify SCM_TICK
2011-05-15 Andy Wingoremove SCM_THREAD_SWITCHING_CODE
2011-05-15 Andy Wingomake SCM_I_SETJMP and SCM_I_LONGJMP private
2011-05-15 Andy Wingomove SCM_FLUSH_REGISTER_WINDOWS to continuations.c
2011-05-15 Andy Wingominor __scm.h cleanup
2011-05-15 Andy Wingoremove mention of cheap continuations
2011-05-15 Andy Wingoremove SCM_I_LLONG and SCM_I_ULLONG limit defines
2011-05-15 Andy Wingoremove SCM_I_SIZE limits defines
2011-05-15 Andy Wingoremove SCM_CHAR_CODE_LIMIT define
2011-05-15 Andy Wingoremove more unused __scm.h options
2011-05-15 Andy Wingoremove mention of GUILE_DEBUG_FREELIST
2011-05-15 Andy Wingoremove #define STACK_CHECKING from __scm.h.
2011-05-15 Andy Wingoremove SICP from __scm.h
2011-05-15 Andy Wingoremove ENGNOT from __scm.h
2011-05-15 Andy WingoSCM is either a union or scm_t_bits
2011-05-15 Andy WingoSCM is a union
2011-05-15 Andy Wingofix type errors in test suite
2011-05-14 Andreas RottmannImprove R6RS conformance wrt. conditions in the I/O...
2011-05-13 Andy WingoBump default typing strictness to 2.
2011-05-13 Andy Wingomerge strictness branch from 2.0
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 Wingoremove all deprecated code
2011-05-12 Andy Wingoadd missing SCM_DEPRECATED annotation
2011-05-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-12 Andy Wingoall deprecated routines emit warnings
2011-05-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
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
next