Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / libguile /
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-25 Andy Wingoupdate `hash'
2011-10-25 Andy Wingodon't downcase characters before hashing them
2011-10-25 Andy Wingoscm_hasher is static
2011-10-25 Andy Wingoadd thomas wang's integer hash function; use it for...
2011-10-25 Andy Wingosymbols.h reindent
2011-10-25 Andy Wingouse bob jenkins' hashword2 hash from lookup3.c for...
2011-10-25 Andy Wingooptimize scm_from_utf8_stringn
2011-10-25 Andy Wingomost uses of scm_from_locale_symbol become scm_from_utf...
2011-10-25 Andy Wingooptimize utf8 symbol lookup
2011-10-24 Andy Wingoslight scm_procedure_p, scm_i_procedure_arity refactor
2011-10-24 Andy Wingoremove CELL_P macro
2011-10-24 Andy Wingoadd SCM_HEAP_OBJECT_BASE
2011-10-24 Andy Wingoadd SCM_HEAP_OBJECT_P
2011-10-24 Andy Wingoboot_closure_print cleanup
2011-10-24 Andy Wingoadd SCM_{PACK,UNPACK}_POINTER
2011-10-24 Andy Wingorefactor tc7 and tc16 checks
2011-10-24 Andy Wingocheck for pairs with scm_is_pair, not scm_nimp
2011-10-24 Andy Wingode-inline cons in scm_acons
2011-10-24 Andy Wingoremove weak pairs, rewrite weak vectors
2011-10-24 Andy Wingoconvert internal weak hash table users to use the weak...
2011-10-24 Andy Wingoreimplement hashtab.c's weak hash tables in terms of...
2011-10-24 Andy Wingoadd weak table implementation
2011-10-23 Andy Wingoadd scm_c_make_port; the port table is now a weak set
2011-10-23 Andy Wingosymbols.c uses weak sets
2011-10-23 Andy Wingoadd weak sets
2011-10-22 Ludovic CourtèsFix compilation of `deprecated.c' with SCM_DEBUG_TYPING...
2011-10-22 Bake TimmonsFix compilation with `--enable-debug-malloc'.
2011-10-22 Ludovic CourtèsInitialize `get_internal_run_time' before it is used.
2011-10-20 Andy Wingofix segfault in goops if class fields are redefined
2011-10-19 Andy Wingoslight frames.h refactor
2011-10-15 Cedric CellierDefault to using poll(2) in `fport_input_waiting'.
2011-10-15 Andy Wingorevise comments in libguile/tags.h
2011-10-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-10 Mike GranNew functions scm_is_exact and scm_is_inexact
2011-10-05 Andy Wingofix reading of #||||#
2011-09-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-19 Julian GrahamRemove extraneous semicolon from `SCM_STATIC_SUBR_OBJVE...
2011-09-15 Andy WingoRevert "SCM is a union"
2011-09-15 Andy WingoRevert "SCM is either a union or scm_t_bits"
2011-09-10 Andy Wingofix scm_to_latin1_stringn for substrings
2011-09-03 Ludovic CourtèsFix misdiagnoses of deprecated `+nan.[^0]' forms.
2011-09-03 Andy Wingodeprecate +nan.1
2011-08-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-08-29 Andy Wingofix scm_gc_strdup invocation
2011-08-18 Andy Wingofix a couple of leaks
2011-08-17 Andy Wingofix scm_tmpfile leak
2011-08-16 Andy Wingofix leak in get_current_locale()
2011-08-12 Andy Wingofix take-right and drop-right for improper lists
2011-08-03 Andy Wingoavoid duplicate stats when searching for files in a...
2011-08-03 Andy Wingofix unnecessary call to canonicalize_path in load-path...
2011-07-29 Andy Wingosimplify narrow_stack.
2011-07-29 Andy Wingostyle fix in read.c
2011-07-29 Andy Wingominor style fix in bytevectors.c
2011-07-29 Andy Wingofix a leak on startup from script.c
2011-07-28 Andy Wingofix read beyond end of hashtable size array in hashtab.c
2011-07-28 Andy Wingofix write beyond array end in arrays.c
2011-07-28 Andy Wingofix list validation bug in @abort
2011-07-28 Andy Wingoremove dead code in scm_ceiling_quotient
2011-07-28 Andy Wingofix scm_i_tag_name
2011-07-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-07-25 Andy Wingofix GC_get_suspend_signal on Mac OS
2011-07-21 Andy Wingoadd a site dir to %load-compiled-path
2011-07-12 Ludovic CourtèsFix `open' mode bits on GNU/Hurd.
2011-07-12 Ludovic CourtèsDefine `O_NOTRANS' on GNU/Hurd.
2011-07-07 Andy Wingofix CPL of <extended-generic-with-setter> and <extended...
2011-07-07 Andy Wingofix invocation of duplicate handlers for merge-generics
2011-07-06 Ludovic CourtèsVM: Keep jump table address in a register.
2011-07-01 Ludovic CourtèsRevert "Fix lock ordering in `fat_mutex_lock' to match...
2011-07-01 Ludovic CourtèsType-check the OWNER argument of `lock-mutex'.
2011-07-01 Ludovic CourtèsAdd type and range checks to the complex generalized...
2011-07-01 Ludovic CourtèsFix unaligned accesses for bytevectors of complex numbers.
2011-07-01 Ludovic Courtèsi18n: Don't use `!=' to compare SCMs.
2011-07-01 Andy Wingofix '(a #{.} b)
2011-07-01 Andy Wingodefining a smob or port type no longer mucks exports...
2011-06-30 Ludovic CourtèsFix `on_thread_exit' for canceled threads.
2011-06-30 Andy Wingofix generation of auto-compiled file names on mingw...
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-06-30 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-30 Andy Wingo%load-hook not just for primitive-load
2011-06-30 Andy Wingofix --disable-modules build
2011-06-30 Andy WingoHAVE_POSIX warning fix
2011-06-28 Ludovic CourtèsFix lock ordering in `fat_mutex_lock' to match that...
2011-06-23 Andy Wingodon't spawn the signal delivery thread in a thread...
2011-06-23 Andy Wingoallow gc <= 7.1 to stop the signal delivery thread
2011-06-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-17 Andy Wingobetter messages on failed autocompilation
2011-06-16 Andy Wingoremove win32-dirent.[ch]
2011-06-16 Jan Nieuwenhuizenmingw: use $APPDATA as a possible root for cachedir.
2011-06-16 Mark H WeaverFix several POSIX functions to use the locale encoding
2011-06-16 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-16 Andy WingoO_CLOEXEC usage
2011-06-16 Andy Wingognulib update
2011-06-16 Andy Wingofix initial values of reallocated fluids
2011-06-16 Andy Wingofix hash-set! on weak tables
2011-06-09 Andreas RottmannFix likely crash in `stable-sort!'
2011-06-02 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-02 Andy Wingosequence of expressions -> seq of head and tail
2011-06-02 Andy Wingoadd <primcall> to tree-il
2011-06-02 Andy Wingorename <application> to <call>
next