bpt/guile.git
2012-04-23 Andy Wingonew pass: cse
2012-04-23 Andy Wingominor tweaks to a peval test
2012-04-23 Andy Wingopeval uses effects analysis
2012-04-23 Andy Wingoadd effects
2012-04-23 Andy Wingopeval tests into separate file
2012-04-23 Andy Wingoadd more primitives and predicates to (language tree...
2012-04-23 Andy Wingomodernize (benchmark-suite lib)
2012-04-23 Andy Wingoavoid inexact iteration count in benchmarks
2012-04-23 Andy Wingomove (test-suite lib) to lower dir; cleans up uninstall...
2012-04-22 Ludovic CourtèsThank Klaus.
2012-04-22 Ludovic Courtèsbytevectors: Fix IEEE-754 endianness conversion.
2012-04-22 Ludovic CourtèsFix and clarify documentation of `sorted?'.
2012-04-22 Ludovic CourtèsRemove duplicate test in `tree-il.test'.
2012-04-12 Ludovic CourtèsAvoid use of `GC_PTR' in "smob.h".
2012-04-09 Ludovic CourtèsSRFI-9: Set the `record-constructor' slot of the RTD.
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-23 BT Templetonprimitive resolution for public refs
2012-03-22 Andy Wingoadd bad-request printer
2012-03-22 Andy Wingoadd exception printers for bad-header, bad-header-component
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-12 Andy Wingoweb http: fix Ma -> Mar
2012-03-11 Andy Wingoweb server http: 400 Bad Request on bad requests
2012-03-08 Andy Wingomore libgc 7.1 compat
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èsImprove port benchmark.
2012-03-07 Giuseppe ScrivanoFix a segfault when /dev/urandom is not accessible
2012-03-05 Andy Wingodeprecate close-io-port
2012-03-05 Mark H WeaverDon't call SYMBOL_STRINGBUF on a string
2012-03-05 Mark H WeaverRemove documentation of internal static string comparis...
2012-03-04 Mark H WeaverComment out unused definitions of 'do' and 'case' in...
2012-03-04 Mark H WeaverFix syntax wrap comments; remove old unused cruft
2012-03-03 Mark H WeaverMinimize size of embedded syntax objects in psyntax...
2012-03-03 Mark H Weavertree-il->scheme improvements
2012-03-02 Mark H Weaverpretty-print: allow max-expr-width to be set; recognize...
2012-03-02 Mark H WeaverFix typos in psyntax.scm
2012-03-02 Andy Wingotweaks to -Wformat's gettext detection
2012-03-02 Andy Wingopeval: inline applications of lambda to rest args
2012-03-02 Andy Wingotree-il: fix `canonicalize!' for prompts
2012-03-02 Andy Wingomore general treatment of call-with-prompt
2012-03-01 Mark H Weaverpmatch: always wrap with let, even if the expression...
2012-03-01 Mark H WeaverFix <TAG>vector-length when applied to other uniform...
2012-02-26 Ludovic CourtèsAvoid failure when `format-analysis' stumbles upon...
2012-02-24 Andy Wingosrfi-18 test fix
2012-02-24 Andy Wingoslight cleanup to run-test
2012-02-23 Andy Wingorewrite open-process in C, for robustness
2012-02-22 Andy Wingomicrooptimizations in (web uri)
2012-02-22 Andy Wingoadd test for recent quick fix
2012-02-21 Andy Wingoquick fix the quick fix
2012-02-21 Andy Wingoquick fix to uri parser
2012-02-19 Ludovic CourtèsHave `-Wformat' recognize `ngettext' calls.
2012-02-19 Ludovic CourtèsHave `-Wformat' better recognize the `gettext' procedure.
2012-02-17 Ludovic CourtèsDon't fail when locale env. vars specify a dot-less...
2012-02-15 Mark H WeaverAdd tests to verify that 'read' sets source properties...
2012-02-15 Mark H WeaverAdd support for source properties on non-immediate...
2012-02-15 Mark H Weaverpsyntax: access source properties for all supported...
2012-02-15 Mark H WeaverAdd 'supports-source-properties?' predicate
2012-02-15 Mark H WeaverRelax validation of source property accessors
2012-02-15 Mark H Weaversyntax-violation: prefer 'subform' for source info...
2012-02-15 Mark H WeaverFix psyntax bugs that would cause bad source annotations
2012-02-15 Mark H WeaverFix typo in comment in message.scm: 'know' to 'known...
2012-02-14 Andy Wingoweb server: fix spurious warning
2012-02-12 Mark H WeaverFix manual: scm_foreign_to_bytevector to scm_pointer_to...
2012-02-12 Andy Wingoweb server: do not provide a response body where it...
2012-02-11 Andy Wingoweb server: print backtrace on errors when run in batch...
2012-02-10 Andy Wingomore efficient scm_string_to_utf8, scm_string_to_utf32
2012-02-10 Andy Wingomore efficient scm_to_utf8_stringn, scm_to_utf32_stringn
2012-02-08 Mark H WeaverSupport => within case, and improve error messages...
2012-02-08 Mark H WeaverAdd source properties to many more types of data
2012-02-08 Mark H WeaverUnoptimize 'read' to return freshly allocated empty...
2012-02-08 Mark H WeaverOptimize empty substring case of scm_i_substring_copy
2012-02-08 Mark H WeaverAdd and use maybe_annotate_source helper in read.c
2012-02-08 Mark H WeaverRemove inline and register attributes from read.c
2012-02-08 Mark H WeaverRemove incorrect comment in read.c
2012-02-08 Andy Wingoi18: avoid freelocale (NULL)
2012-02-05 Andy WingoFix --enable-debug-malloc
2012-02-04 Ludovic Courtèsi18n: Skips ~h `format' tests when digit grouping info...
2012-02-03 Andy Wingofix check for when libc already has clock_gettime ...
2012-02-03 Bake TimmonsImprove consistency of definitions of C functions in...
2012-02-03 Andy Wingofix compilation of control.c, continuations.c when...
2012-02-03 Bake TimmonsMake notation for Scheme repeated arguments more consis...
2012-02-03 Ludovic Courtèsi18n: Provide default values for when Gnulib has no...
2012-02-03 Ludovic CourtèsAugment `-Wformat' analysis with support for `~:h'.
2012-02-03 Ludovic Courtèsformat: Add specifier ~h for localized number output.
2012-02-03 Ludovic Courtèsi18n: Add a couple of tests for `monetary-amount->local...
2012-02-03 Ludovic Courtèsi18n: Use Gnulib's `nl_langinfo' module.
2012-02-03 Ludovic CourtèsUse Gnulib's `regex' module.
2012-02-03 Ludovic Courtèstests: Have `getaddrinfo' test work for Darwin 8.
2012-02-03 Ludovic Courtèstests: Work around erroneous tr_TR locale in Darwin 8.
2012-02-03 Mike GranUpdate srfi-14 test for Unicode 6.1
2012-02-02 Mark H WeaverImplement scm_to_pointer
next