Add a `read-line' benchmark.
[bpt/guile.git] / libguile /
2011-01-26 Ludovic CourtèsTweak `read-line'.
2011-01-26 Andy Wingofix error-handling of apply to non-list
2011-01-25 Ludovic CourtèsRewrite `read-line' in terms of `scm_getc'.
2011-01-25 Ludovic CourtèsHave `scm_getc' honor the port's conversion strategy.
2011-01-25 Ludovic CourtèsAdd `scm_{to,from}_utf32_string'.
2011-01-25 Ludovic CourtèsOptimize `scm_{to,from}_latin1_string'.
2011-01-24 Ludovic CourtèsRemove useless branches in the port code.
2011-01-24 Ludovic CourtèsAlways initialize a port's encoding name.
2011-01-23 Ludovic CourtèsRewrite `scm_lfwrite_substr' in terms of `scm_display'.
2011-01-23 Ludovic CourtèsRemove `scm_lfwrite_str'.
2011-01-22 Ludovic CourtèsHide the string escaping hacks.
2011-01-22 Ludovic CourtèsRewrite `read-char', `display', etc. using iconv calls...
2011-01-22 Andy Wingoinfinities are no longer integers
2011-01-22 Andy Wingoscm_with_guile calls GC_call_with_gc_active
2011-01-21 Andy Wingoimplement r6rs hungry escaped EOL
2011-01-20 Mark H WeaverFix bugs in expt and integer-expt
2011-01-08 Andy Wingofix scm_from_stringn empty string case
2011-01-08 Andy Wingofix tab completion in repl (doh)
2011-01-07 Andy Wingouse scm_from_latin1_symboln for string literals and...
2011-01-07 Andy Wingooptimize scm_from_latin1_symboln
2011-01-07 Andy Wingolookup_interned_symbol uses get_handle_by_hash
2011-01-07 Andy Wingoadd scm_hash_fn_get_handle_by_hash
2011-01-07 Andy Wingoremove vector hash table code
2011-01-07 Andy Wingohashtab cleanups
2011-01-07 Andy Wingofix symbol garbage collection
2011-01-07 Andy Wingoadd hash functions for locale, latin1, and utf8 strings
2011-01-07 Andy Wingomultibyte regex error handling fix
2011-01-07 Andy Wingohash.c cleanup
2011-01-07 Andy Wingoadd scm_from_{latin1,utf8}_symbol{n,}
2011-01-07 Andy Wingoadd scm_{to,from}_{utf8,latin1}_string{n,}
2011-01-05 Ludovic CourtèsChange `getaddrinfo' test to handle the GNU-specific...
2011-01-04 Ludovic CourtèsImprove doc of `string-index', `string-index-right...
2010-12-20 Ludovic CourtèsHave `lookahead-u8' and `get-u8' actually do binary...
2010-12-17 Ludovic CourtèsRemove conflicting `scm_is_string' declaration.
2010-12-17 Andy Wingorename make-undefined-fluid to make-unbound-fluid
2010-12-16 Ludovic CourtèsRehash weak hash tables less frequently.
2010-12-16 Ludovic CourtèsFix `hash' for pointer objects.
2010-12-16 Ludovic CourtèsInline `scm_is_string'.
2010-12-13 Andy Wingofix bugs in primitive-poll
2010-12-07 Ludovic CourtèsAdd `total-processor-count' and `current-processor...
2010-12-07 Ludovic CourtèsImprove doc of `getaffinity' and `setaffinity'.
2010-12-07 Brian Templetonvariable-unset!
2010-12-07 Brian Templetonunbound fluids
2010-12-07 Andy Wingobetter unbound variable errors in the vm
2010-12-06 Andy Wingoscm_setvbuf doesn't throw away current buffers
2010-12-06 Andy Wingoice-9 poll handles buffered io too
2010-12-04 Andy Wingomake-string et al nulls memory if not given an initializer
2010-12-03 Andy WingoASYNC_TICK after catching EINTR in SCM_SYSCALL
2010-12-03 Andy Wingoadd (ice-9 poll), a poll wrapper
2010-12-02 Ludovic CourtèsAdd bindings to GNU `sched_setaffinity' and `sched_geta...
2010-12-02 Andy Wingono need for fport_fill_input to select() before read()
2010-12-02 Andy Wingoscm_accept no longer leaves guile mode
2010-12-02 Andy Wingoindentation fix in ports.c
2010-11-24 Andreas RottmannAdd implementation of "transcoded ports"
2010-11-23 Andy Wingofix regexp matches to refer to chars, not bytes
2010-11-20 Andreas RottmannFix missing port-table locking and bytevector output...
2010-11-20 Andreas RottmannAllow specifying load extensions on the command line
2010-11-19 Andy Wingobump objcode version
2010-11-19 Andy Wingofix string-filter and string-delete argument order
2010-11-19 Andy Wingoscm_c_define_module uses define-module*
2010-11-19 Andy Wingofix a number of assuptions that a long could hold an...
2010-11-19 Andy Wingosimpos tweak
2010-11-19 Andy Wingofix a number of assumptions that a pointer could fit...
2010-11-19 Ludovic CourtèsInclude <alloca.h> wherever `alloca' is used.
2010-11-19 Ludovic CourtèsOptimize fixnum comparison.
2010-11-19 Ludovic CourtèsAdd optimized tagged integer addition/subtractions...
2010-11-19 Ludovic CourtèsAdd `SCM_GNUC_PREREQ'.
2010-11-18 Andy Wingolower-case hexadecimal digits again
2010-11-18 Andy Wingodeprecate cuserid
2010-11-16 Andy Wingofix the C syntax-error pretty-printer
2010-11-16 Andy Wingoadd proper pretty-printing for syntax errors
2010-11-15 Andy Wingofix string->number for bases > 16
2010-11-12 Andy WingoNUL vs NULL fix
2010-11-12 Julian GrahamFix buffer over-read in port encoding scan.
2010-11-11 Ludovic CourtèsAdd FFI support for `short' and `unsigned short'.
2010-11-05 Michael Granneed read error for extra closing square brackets
2010-11-02 Andreas RottmannUse a fluid for the list of the reader's "hash procedures"
2010-10-20 Ludovic Courtèsconfigure: Don't needlessly augment $LIBS (and $GUILE_L...
2010-10-20 Tristan Colgate... Add support for more multicast sockopts.
2010-10-18 Andy Wingomore -Wundef on darwin fixes
2010-10-18 Andy Wingouninitialized var in scm_read_character
2010-10-18 Andy Wingo_scm GUILE_USE_64_CALLS compilation warning fix
2010-10-15 Ludovic CourtèsUpdate `cpp-E.syms' and `cpp-SIG.syms'.
2010-10-15 Ludovic CourtèsFix the `chknew-E' and `chknew-SIG' rules.
2010-10-15 Michael GranUnresolved var errors don't work for top-level vars
2010-10-15 Michael GranUpdate charsets to Unicode 6.0.0
2010-10-13 Andy Wingofix bug in with-fluids in a non-tail position
2010-10-12 Ludovic CourtèsOptimize `1+' and `1-' on fixnums.
2010-10-12 Ludovic CourtèsAllocate complex numbers in contiguous pointer-less...
2010-10-12 Ludovic CourtèsAllocate inexact numbers in pointer-less memory.
2010-10-11 Ludovic CourtèsAllow arbitrary code in ASSOC procedures for weak hash...
2010-10-11 Ludovic CourtèsFix a bug in weak hash table bucket fixup.
2010-10-10 Andy Wingoadd --listen command line argument.
2010-10-10 Andy Wingofix segfaults when closing the current input port
2010-10-10 Andy Wingointerrupted syscalls run asyncs before throwing syserror
2010-10-08 Ludovic CourtèsSRFI-1: Rewrite `split-at' and `split-at!' in Scheme.
2010-10-08 Ludovic CourtèsSRFI-1: Rewrite `filter-map' in Scheme.
2010-10-08 Ludovic CourtèsRegister `scm_init_r6rs_ports' as an extension.
2010-10-08 Andy Wingoadd program-sources-pre-retire to core and define frame...
2010-10-08 Andy Wingoinline symbol? and vector? to opcodes, and a psyntax...
next