add "Installing Site Packages"
[bpt/guile.git] / libguile /
2011-10-10 Mike GranNew functions scm_is_exact and scm_is_inexact
2011-10-05 Andy Wingofix reading of #||||#
2011-09-19 Julian GrahamRemove extraneous semicolon from `SCM_STATIC_SUBR_OBJVE...
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-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-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-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 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-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 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-05-31 Andy Wingorename `guile-tools' to `guild'
2011-05-31 Andy Wingowrite-objcode uses target-endianness, target-word-size
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-26 Andy Wingoleave guile when reading signal pipe
2011-05-26 Andy Wingoremove scm_newcell_count, scm_newcell2_count
2011-05-26 Andy Wingodeprecate scm_immutable_{double_,}cell
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-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-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-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 Wingofix `hash' for inf and nan
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-06 Ludovic CourtèsSpecial-case UTF-8 ports to bypass `iconv' entirely.
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 Wingoscm_mem[qv] optimization
2011-05-05 Andy WingoVM tweaks
2011-05-05 Andy Wingosrfi-1 `member' in scheme, inlines to memq / memv in...
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-01 Andy Wingodeprecate scm_struct_table
next