Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / libguile /
2012-05-21 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-05-21 Andy Wingovm.c: remove a useless check
2012-05-17 Andy Wingoinline scm_cons, scm_car, scm_cdr
2012-05-15 Ludovic CourtèsFix relative file name canonicalization with empty...
2012-05-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-05-11 Andy Wingofix more assumptions that the frame-procedure is a...
2012-05-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0' into...
2012-05-10 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-05-10 Andy Wingorefactor vm application of non-programs; boot continuat...
2012-05-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-05-08 Ludovic CourtèsAdd missing `SCM_API' for `scm_take_from_input_buffers'.
2012-05-08 Ludovic CourtèsFix `setvbuf' to leave the line/column number unchanged.
2012-05-07 Andy WingoAdd a missing SYNC_ALL in variable-ref
2012-05-06 Ludovic CourtèsOptimize `scm_read_string'.
2012-05-06 Ludovic CourtèsMake `scm_unget_byte' public.
2012-05-06 Ludovic Courtèsread: Avoid `void *' pointer arithmetic.
2012-05-04 Ludovic CourtèsCorrect typing of assertion in the `wind' instruction.
2012-05-04 Ludovic CourtèsSimplify the reader's `read_complete_token'.
2012-04-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-04-30 Andy Wingopush error handlers out of line in the vm
2012-04-30 Andy Wingoadd internal SCM_NOINLINE definition
2012-04-30 Andy Wingoadd scm_c_values helper
2012-04-26 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-04-26 Andy WingoMerge commit 'f66cbb99ee096186837536885d3436bb334df34d'
2012-04-26 Andy WingoMerge commit '1cd63115be7a25d0ea18aaa0e1eff5658d8db77a'
2012-04-26 Andy WingoMerge commit 'de1eb420a5a95b17e85b19c4d98c869036e9ecb0'
2012-04-26 Andy WingoMerge commit 'd10f7b572c0ca1ccef87f9c46069daa30946e0cf'
2012-04-24 Noah Lavinemake-stack handles prompt tags better
2012-04-22 Ludovic Courtèsbytevectors: Fix IEEE-754 endianness conversion.
2012-04-22 Ludovic CourtèsFix and clarify documentation of `sorted?'.
2012-04-12 Ludovic CourtèsAvoid use of `GC_PTR' in "smob.h".
2012-04-04 Mark H WeaverFix scm_to_utf8_stringn once and for all; optimize...
2012-04-03 Mark H WeaverFix scm_to_utf8_stringn to NUL-terminate properly
2012-04-02 Mark H WeaverFix scm_to_utf8_stringn to return the length in bytes...
2012-04-01 Andy Wingofix scm_to_utf8_stringn for wide strings to NUL-append...
2012-03-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-22 Andy Wingomicro-optimizations to string-trim-both, and to (web...
2012-03-18 Andy Wingomake applicable smob calls cheaper, and fix a memory...
2012-03-18 Andy Wingofix to procedure-arity in previous patch
2012-03-18 Andy Wingomake applicable smob calls cheaper, and fix a memory...
2012-03-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-12 Andy WingoMerge branch 'master' of git.sv.gnu.org:/srv/git/guile
2012-03-11 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-03-08 Andy Wingomore libgc 7.1 compat
2012-03-08 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-03-08 Andy Wingorun finalizers asynchronously in asyncs
2012-03-08 Andy Wingouse the new finalizer helpers
2012-03-08 Andy Wingoadd scm_i_set_finalizer, scm_i_add_finalizer, scm_i_add...
2012-03-08 Andy Wingoscm_new_smob, scm_new_double_smob inline functions
2012-03-08 Andy Wingoscm_cell, scm_double_cell, scm_words back to gc.h
2012-03-08 Andy Wingosimplify inline function infrastructure
2012-03-08 Ian PriceFix flush on soft ports, so that it actually runs.
2012-03-07 Ludovic CourtèsChange `scm_words' to accept a 32-bit word number.
2012-03-07 Giuseppe ScrivanoFix a segfault when /dev/urandom is not accessible
2012-03-07 Andy Wingocall-with-{input,output}-string implemented in scheme
2012-03-07 Andy Wingomicro-optimizations to string-trim-both, and to (web...
2012-03-07 Andy Wingonames of encodings are ascii
2012-03-07 Andy Wingodynstack: pushing a prompt no longer allocates memory
2012-03-06 Andy Wingoports.c: inline get_codepoint
2012-03-06 Andy Wingooptimize symbol printing
2012-03-05 BT TempletonMerge branch 'bt/elisp'
2012-03-05 Mark H WeaverDon't call SYMBOL_STRINGBUF on a string
2012-03-04 Mark H WeaverMerge branch 'stable-2.0'
2012-03-03 Andy Wingooptimize dynamic-wind when we know winders are thunks
2012-03-03 Andy Wingoremove out-of-date comment
2012-03-03 Andy Wingothe dynamic stack is really a stack now, instead of...
2012-03-02 Andy Wingocomment formatting in ports.c
2012-03-02 Andy Wingohash-set! on weak tables returns the value
2012-03-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-24 Andy Wingoport i/o optimizations for iso-8859-1
2012-02-24 Andy Wingofixes to threaded finalizers
2012-02-24 Andy Wingostatically initialize the pthread mutex in fat mutexen
2012-02-24 Andy Wingorun finalizers asynchronously (in asyncs and/or pthreads)
2012-02-24 Andy Wingosignal an error on multithreaded fork
2012-02-23 Andy Wingoremove atfork on revealed mutex in fports.c
2012-02-23 Andy WingoRevert "add pthread_atfork helpers to our threading...
2012-02-23 Andy WingoRevert "with a threaded guile, lock weak sets and table...
2012-02-23 Andy WingoRevert "install pthread_atfork handlers for guile's...
2012-02-23 Andy WingoRevert "wrap iconv_open / iconv_close with a lock to...
2012-02-23 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-23 Andy Wingorewrite open-process in C, for robustness
2012-02-19 Andy Wingouse the new finalizer helpers
2012-02-19 Andy Wingoadd scm_i_set_finalizer, scm_i_add_finalizer, scm_i_add...
2012-02-19 Andy Wingobetter hysteresis in weak-set, weak-table
2012-02-19 Andy Wingotune default hash table sizes
2012-02-19 Andy Wingomove revealed-count mechanism to fports.c
2012-02-17 Andy Wingowrap iconv_open / iconv_close with a lock to help in...
2012-02-17 Andy Wingoinstall pthread_atfork handlers for guile's static...
2012-02-17 Andy Wingoadd pthread_atfork helpers to our threading shims
2012-02-17 Andy Wingowith a threaded guile, lock weak sets and tables during...
2012-02-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-15 Mark H WeaverAdd support for source properties on non-immediate...
2012-02-15 Mark H WeaverAdd 'supports-source-properties?' predicate
2012-02-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-15 Mark H WeaverRelax validation of source property accessors
2012-02-14 Andy Wingobetter handling for exceptions in close-port and port...
2012-02-14 Andy Wingoscm_from_stringn utf8 optimization
2012-02-14 Andy Wingofix buggy scm_from_utf8_stringn (!)
next