Age | Commit message (Expand) | Author | Files | Lines |
2012-04-23 | better primitives support for bit operations | Andy Wingo | 1 | -1/+14 |
2012-04-23 | disable optimizations in goops dispatch procedures | Andy Wingo | 1 | -2/+4 |
2012-04-23 | enable cse | Andy Wingo | 2 | -5/+13 |
2012-04-23 | add effects | Andy Wingo | 2 | -0/+335 |
2012-04-23 | peval tests into separate file | Andy Wingo | 3 | -965/+989 |
2012-04-23 | add more primitives and predicates to (language tree-il primitives) | Andy Wingo | 1 | -55/+58 |
2012-04-23 | move (test-suite lib) to lower dir; cleans up uninstalled paths. | Andy Wingo | 16 | -31/+38 |
2012-04-23 | modernize (benchmark-suite lib) | Andy Wingo | 1 | -239/+203 |
2012-04-23 | avoid inexact iteration count in benchmarks | Andy Wingo | 2 | -11/+11 |
2012-04-22 | Thank Klaus. | Ludovic Courtès | 1 | -0/+1 |
2012-04-22 | bytevectors: Fix IEEE-754 endianness conversion. | Ludovic Courtès | 4 | -143/+49 |
2012-04-22 | Fix and clarify documentation of `sorted?'. | Ludovic Courtès | 2 | -8/+12 |
2012-04-22 | Remove duplicate test in `tree-il.test'. | Ludovic Courtès | 1 | -7/+0 |
2012-04-12 | Avoid use of `GC_PTR' in "smob.h". | Ludovic Courtès | 2 | -2/+2 |
2012-04-10 | SRFI-9: Set the `record-constructor' slot of the RTD. | Ludovic Courtès | 2 | -5/+18 |
2012-04-04 | Fix scm_to_utf8_stringn once and for all; optimize; add tests | Mark H Weaver | 2 | -11/+80 |
2012-04-03 | Fix scm_to_utf8_stringn to NUL-terminate properly | Mark H Weaver | 1 | -1/+1 |
2012-04-02 | Fix scm_to_utf8_stringn to return the length in bytes, et al | Mark H Weaver | 1 | -16/+36 |
2012-04-01 | fix scm_to_utf8_stringn for wide strings to NUL-append the strings | Andy Wingo | 1 | -3/+66 |
2012-04-01 | length's argument is a sequence | BT Templeton | 1 | -1/+5 |
2012-03-26 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 2 | -6/+18 |
2012-03-23 | primitive resolution for public refs | BT Templeton | 2 | -8/+18 |
2012-03-22 | add bad-request printer | Andy Wingo | 1 | -1/+12 |
2012-03-22 | add exception printers for bad-header, bad-header-component | Andy Wingo | 1 | -1/+16 |
2012-03-22 | micro-optimizations to string-trim-both, and to (web http) | Andy Wingo | 2 | -28/+27 |
2012-03-18 | make applicable smob calls cheaper, and fix a memory leak | Andy Wingo | 5 | -270/+107 |
2012-03-18 | fix to procedure-arity in previous patch | Andy Wingo | 1 | -5/+9 |
2012-03-18 | make applicable smob calls cheaper, and fix a memory leak | Andy Wingo | 5 | -313/+103 |
2012-03-12 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -1/+1 |
2012-03-12 | Merge branch 'master' of git.sv.gnu.org:/srv/git/guile | Andy Wingo | 1 | -5/+123 |
2012-03-12 | web http: fix Ma -> Mar | Andy Wingo | 1 | -2/+2 |
2012-03-11 | fix bad-request-printer | Andy Wingo | 1 | -1/+1 |
2012-03-11 | Merge remote-tracking branch 'local-2.0/stable-2.0' | Andy Wingo | 3 | -3/+23 |
2012-03-11 | add bad-request printer | Andy Wingo | 1 | -1/+12 |
2012-03-11 | web server http: 400 Bad Request on bad requests | Andy Wingo | 1 | -2/+14 |
2012-03-11 | add exception printers for bad-header, bad-header-component | Andy Wingo | 1 | -1/+16 |
2012-03-08 | more libgc 7.1 compat | Andy Wingo | 2 | -1/+9 |
2012-03-08 | elisp rng | BT Templeton | 1 | -0/+15 |
2012-03-08 | elisp i/o | BT Templeton | 1 | -0/+13 |
2012-03-08 | elisp: symbol-name, intern | BT Templeton | 1 | -0/+2 |
2012-03-08 | elisp: when, unless | BT Templeton | 1 | -0/+8 |
2012-03-08 | elisp sequence functions | BT Templeton | 1 | -0/+82 |
2012-03-08 | integerp, wholenump return nil for non-numbers | BT Templeton | 1 | -5/+3 |
2012-03-08 | Merge remote-tracking branch 'local-2.0/stable-2.0' | Andy Wingo | 11 | -221/+86 |
2012-03-08 | run finalizers asynchronously in asyncs | Andy Wingo | 5 | -2/+67 |
2012-03-08 | use the new finalizer helpers | Andy Wingo | 5 | -60/+12 |
2012-03-08 | add scm_i_set_finalizer, scm_i_add_finalizer, scm_i_add_resuscitator | Andy Wingo | 4 | -2/+170 |
2012-03-08 | scm_new_smob, scm_new_double_smob inline functions | Andy Wingo | 3 | -113/+173 |
2012-03-08 | scm_cell, scm_double_cell, scm_words back to gc.h | Andy Wingo | 3 | -97/+104 |
2012-03-08 | simplify inline function infrastructure | Andy Wingo | 4 | -108/+101 |