support for new GC_move_disappearing_link
[bpt/guile.git] / libguile /
2011-11-24 Andy Wingosupport for new GC_move_disappearing_link
2011-11-24 Andy Wingoremove scm_si_name_access
2011-11-24 Andy Wingoremove unused <class> slot: keyword-access
2011-11-24 Andy Wingodeprecate make-vtable-vtable
2011-11-24 Andy WingoScheme standard-vtable-fields binding
2011-11-24 Andy Wingoadd Scheme binding for scm_standard_vtable_vtable
2011-11-24 Andy Wingoremove public scm_protects export
2011-11-24 Andy Wingono gc_register_root in scm_init_print
2011-11-24 Andy Wingoremove object protection from options.c
2011-11-24 Andy Wingosimplify scm_init_print
2011-11-22 Ludovic CourtèsInstall the current locale when Guile is invoked directly.
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-10 Andy Wingofix bit-set*! bug (!)
2011-11-09 Andy Wingodisable port locking
2011-11-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-08 Andy Wingolock ports in `write' and `display'
2011-11-08 Andy Wingoadd scm_dynwind_lock_port
2011-11-07 Andy Wingolocking for write, lfwrite
2011-11-07 Andy Wingolocking for putc, puts
2011-11-07 Andy Wingolocking on port buffering operations
2011-11-07 Andy Wingolocking on unget_byte, ungetc, ungets
2011-11-07 Andy Wingolocking on scm_c_read, scm_getc
2011-11-07 Andy Wingothreadsafe get-byte-or-eof, peek-byte-or-eof
2011-11-07 Andy Wingothreadsafe port revealed counts
2011-11-07 Andy Wingoscm_c_lock_port takes a port
2011-11-07 Andy Wingoports implementation reordering
2011-11-07 Andy Wingothreadsafe access to scm_ptobs
2011-11-07 Andy Wingoreorder ports.h declarations
2011-11-07 Andy Wingoremove scm_markstream
2011-11-07 Andy Wingoports.h: remove unimplemented declarations
2011-11-07 Andy Wingoinlined port functions to ports.h
2011-11-07 Andy Wingoadd lock to scm_t_port
2011-11-04 Andy Wingomore robust scm_exit_status
2011-10-28 Andy Wingoadd string-length, string-ref, vector-length instructions
2011-10-27 Andy Wingofix hash of zero-length vectors
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.
next