hack the port-column of current-output-port after printing a prompt
[bpt/guile.git] / libguile /
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)
2011-03-24 Andy Wingowith-continuation-barrier carps, calls exit(3) _after_...
2011-03-23 Andy Wingofix a failure to sync regs in vm bytevector ops
2011-03-20 Ludovic CourtèsMake VM string literals immutable.
2011-03-20 BT Templetonfix guile-snarf
2011-03-19 Andy Wingofix new-frame push in call/cc
2011-03-18 Andy Wingofix thread cleanup
2011-03-17 Andy Wingoscm_{to,from}_locale_string use current locale, not...
2011-03-17 Andy Wingoadd heap-allocated-since-gc to gc-stats
2011-03-17 Andy Wingofix code that causes warnings on gcc 4.6
2011-03-17 Andy Wingoadd pointer->scm, scm->pointer
2011-03-15 Andy Wingofix frame dynamic linkage in the face of partial contin...
2011-03-13 Andreas RottmannAdd `get-string-n' and `get-string-n!' for R6RS ports
2011-03-11 Andy Wingofix port-filename without readline to match the docs
2011-03-10 Mark H WeaverFix bug to make `string=' much faster
2011-03-10 Ludovic CourtèsFFI: Return the right alignment for structures.
2011-03-09 Mark H WeaverUpdate Gnulib; add new modules; remove `round' module.
2011-03-09 Mark H WeaverAdd scm_from_latin1_keyword and scm_from_utf8_keyword
2011-03-08 Mark H WeaverQuotient, remainder and modulo accept inexact integers
2011-03-08 Mark H WeaverUpdate comments regarding GMP earlier than 4.2.
2011-03-08 Mark H WeaverFix bytevectors VALIDATE_REAL to test for reals, not...
2011-03-08 Andy Wingoadd scm_call_{5,6}
2011-03-08 Andy Wingofix scm_setter
2011-03-08 Andy Wingocore eval-string uses (ice-9 eval-string)
2011-03-08 Andy Wingoadd scm_c_public_ref et al
2011-03-06 Ludovic CourtèsMake `object->string' explicitly close its string outpu...
2011-03-06 Ludovic CourtèsSlightly optimize `gensym'.
2011-03-06 Ludovic CourtèsSimply grow string port buffers geometrically.
2011-03-06 Ludovic CourtèsLet `scm_mkstrport' allocate buffers on the caller...
2011-03-06 Ludovic CourtèsUse a bytevector as the backing buffer of string ports.
2011-03-05 Andy Wingoremove obsolete comments
2011-03-04 BT Templetonguile-snarf: allow multiple init actions on one line
2011-03-03 Andy Wingofix encoding scanning for non-seekable ports
2011-03-02 Ludovic CourtèsRemove extra comma after `SCM_ARRAY_ELEMENT_TYPE_LAST'.
2011-02-28 Ludovic CourtèsHave `read' update line/column numbers when reading...
2011-02-28 Andy Wingoupdate port-filename docs
2011-02-25 Andy Wingomake-weak-key-hash-table vacuuming
2011-02-24 Ludovic CourtèsMake `locale-digit-grouping' more robust.
2011-02-24 Andy Wingoweak hash tables vacuum stale entries after a gc
next