summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-23better primitives support for bit operationsAndy Wingo1-1/+14
2012-04-23disable optimizations in goops dispatch proceduresAndy Wingo1-2/+4
2012-04-23enable cseAndy Wingo2-5/+13
2012-04-23add effectsAndy Wingo2-0/+335
2012-04-23peval tests into separate fileAndy Wingo3-965/+989
2012-04-23add more primitives and predicates to (language tree-il primitives)Andy Wingo1-55/+58
2012-04-23move (test-suite lib) to lower dir; cleans up uninstalled paths.Andy Wingo16-31/+38
2012-04-23modernize (benchmark-suite lib)Andy Wingo1-239/+203
2012-04-23avoid inexact iteration count in benchmarksAndy Wingo2-11/+11
2012-04-22Thank Klaus.Ludovic Courtès1-0/+1
2012-04-22bytevectors: Fix IEEE-754 endianness conversion.Ludovic Courtès4-143/+49
2012-04-22Fix and clarify documentation of `sorted?'.Ludovic Courtès2-8/+12
2012-04-22Remove duplicate test in `tree-il.test'.Ludovic Courtès1-7/+0
2012-04-12Avoid use of `GC_PTR' in "smob.h".Ludovic Courtès2-2/+2
2012-04-10SRFI-9: Set the `record-constructor' slot of the RTD.Ludovic Courtès2-5/+18
2012-04-04Fix scm_to_utf8_stringn once and for all; optimize; add testsMark H Weaver2-11/+80
2012-04-03Fix scm_to_utf8_stringn to NUL-terminate properlyMark H Weaver1-1/+1
2012-04-02Fix scm_to_utf8_stringn to return the length in bytes, et alMark H Weaver1-16/+36
2012-04-01fix scm_to_utf8_stringn for wide strings to NUL-append the stringsAndy Wingo1-3/+66
2012-04-01length's argument is a sequenceBT Templeton1-1/+5
2012-03-26Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2-6/+18
2012-03-23primitive resolution for public refsBT Templeton2-8/+18
2012-03-22add bad-request printerAndy Wingo1-1/+12
2012-03-22add exception printers for bad-header, bad-header-componentAndy Wingo1-1/+16
2012-03-22micro-optimizations to string-trim-both, and to (web http)Andy Wingo2-28/+27
2012-03-18make applicable smob calls cheaper, and fix a memory leakAndy Wingo5-270/+107
2012-03-18fix to procedure-arity in previous patchAndy Wingo1-5/+9
2012-03-18make applicable smob calls cheaper, and fix a memory leakAndy Wingo5-313/+103
2012-03-12Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+1
2012-03-12Merge branch 'master' of git.sv.gnu.org:/srv/git/guileAndy Wingo1-5/+123
2012-03-12web http: fix Ma -> MarAndy Wingo1-2/+2
2012-03-11fix bad-request-printerAndy Wingo1-1/+1
2012-03-11Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo3-3/+23
2012-03-11add bad-request printerAndy Wingo1-1/+12
2012-03-11web server http: 400 Bad Request on bad requestsAndy Wingo1-2/+14
2012-03-11add exception printers for bad-header, bad-header-componentAndy Wingo1-1/+16
2012-03-08more libgc 7.1 compatAndy Wingo2-1/+9
2012-03-08elisp rngBT Templeton1-0/+15
2012-03-08elisp i/oBT Templeton1-0/+13
2012-03-08elisp: symbol-name, internBT Templeton1-0/+2
2012-03-08elisp: when, unlessBT Templeton1-0/+8
2012-03-08elisp sequence functionsBT Templeton1-0/+82
2012-03-08integerp, wholenump return nil for non-numbersBT Templeton1-5/+3
2012-03-08Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo11-221/+86
2012-03-08run finalizers asynchronously in asyncsAndy Wingo5-2/+67
2012-03-08use the new finalizer helpersAndy Wingo5-60/+12
2012-03-08add scm_i_set_finalizer, scm_i_add_finalizer, scm_i_add_resuscitatorAndy Wingo4-2/+170
2012-03-08scm_new_smob, scm_new_double_smob inline functionsAndy Wingo3-113/+173
2012-03-08scm_cell, scm_double_cell, scm_words back to gc.hAndy Wingo3-97/+104
2012-03-08simplify inline function infrastructureAndy Wingo4-108/+101