Fix "occurrances" typos in getopt-long code and test
[bpt/guile.git] / libguile /
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
2011-05-01 Andy Wingodisallow get-handle / create-handle! of weak hash tables
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...
2011-04-29 Andy WingoMV truncation in the boot evaluator
2011-04-29 Andy Wingolatin1 strings in vm error messages
2011-04-28 Andy Wingocheck for iconveh values at configure-time
2011-04-27 Ludovic CourtèsGracefully handle unterminated UTF-8 sequences instead...
2011-04-25 Ludovic CourtèsRemove the `sizeof (mpz_t)' check.
2011-04-25 Ludovic CourtèsUpdate Gnulib to v0.0-5158-g7d06b32; remove `strcase...
2011-04-25 Ludovic CourtèsCompile more file system related procedures when `...
2011-04-25 Ludovic CourtèsMove `{total,current}-processor-count' outside of ...
2011-04-25 Ludovic CourtèsMake the `sizeof (mpz_t)' check at compile-time.
2011-04-25 Ludovic CourtèsMake `scm_i_ensure_signal_delivery_thread' call in...
2011-04-22 Ludovic CourtèsMake sure binary ports pass `binary-port?' regardless...
2011-04-15 Andy Wingofix pre-GC_set_start_callback compilation
2011-04-15 Andy Wingopre-GC_set_start_callback compatibility
2011-04-15 Andy Wingoweak hash table vacuum on before-gc C hook
2011-04-15 Andy Wingouse gc_start_callback + asyncs for after-gc-hook, inste...
2011-04-15 Andy Wingoadd --fresh-auto-compile
2011-04-15 Ludovic CourtèsBuild `filesys.x'.
2011-04-14 Ludovic CourtèsAllow compilation with `--disable-posix'.
2011-04-14 Ludovic CourtèsInclude <sched.h> in `posix.c'.
2011-04-14 Andy Wingoscript.c calls out to (ice-9 command-line)
2011-04-14 Andy Wingoadd packager info to %build-info
2011-04-13 Andy Wingo--disable-threads fix
2011-04-11 Ian PriceFix fencepost error in bip_seek
2011-04-11 Andy Wingosymbols with odd characters print better in #{}#
2011-04-11 Andy Wingoread-extended-symbol handles backslash better, includin...
2011-04-11 Andy Wingorefactor scm_i_print_symbol_name
2011-04-09 Mark H WeaverFix the R6RS exact-integer-sqrt and import into core...
2011-04-06 Mark H WeaverFix parsing of exact numbers with negative exponents
2011-04-05 Mark H WeaverUndeprecate read syntax for uniform complex vectors
2011-04-03 Andy Wingopthread-threads.h: only redirect to GC_pthread_sigmask...
2011-04-01 Andy Wingostring->pointer and pointer->string have optional encod...
2011-04-01 Andy Wingosupport loading objcode even if mmap(2) is unavailable
2011-04-01 Andy Wingomake_objcode_by_mmap uses MAP_PRIVATE, not MAP_SHARED
2011-04-01 Andy Wingolatin1 subr and message in internal scm_{encoding,decod...
2011-03-31 Kevin Fletcherfix gc_register_my_thread et al fallback impls
2011-03-31 Andy Wingofix problems detecting coding: in block comments
2011-03-31 Michael GranMore descriptive error for dynamic-pointer
2011-03-30 Andy Wingowith-continuation-barrier calls exit(3) _after_ unwinding
2011-03-30 Michael Grandon't GC unregister null thread
2011-03-30 Michael Grancheck for GC_allow_register_threads
2011-03-29 Ludovic CourtèsFix `procedure->pointer' for functions returning `void'.
2011-03-29 Andy Wingofix prompt and abort with the boot evaluator
2011-03-29 Andy Wingofix compilation with libgc 7.0, 7.1
2011-03-26 Bruno HaibleUpdate comment about uc_locale_language.
2011-03-25 Andy Wingoavoid running GC when SCM_I_CURRENT_THREAD is unset
2011-03-25 Andy Wingothreading / with_guile refactor to use more GC_stack_base
2011-03-25 Andy WingoRevert "with-continuation-barrier carps, calls exit...
2011-03-24 Andy Wingobdw-gc 6.8 compatibility (hopefully)
next