bpt/guile.git
2012-05-23 Andy WingoMerge remote-tracking branch 'origin/stable-2.0' master
2012-05-23 Andy Wingofinish deprecating eval closures
2012-05-23 Andy Wingodeprecate lookup closures
2012-05-23 Andy Wingodeprecate scm_sym2var
2012-05-21 Andy WingoMerge remote-tracking branch 'origin/master'
2012-05-21 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-05-21 Andy Wingofix arity check for applicable structs
2012-05-21 Andy Wingorearrange scheme compilation order
2012-05-21 Andy Wingovm.c: remove a useless check
2012-05-21 Ken RaeburnFix FFI struct sizing to account for trailing padding.
2012-05-21 Ken RaeburnFix lock handling bug in commit aac980de43a0466b968a566...
2012-05-17 Andy Wingoinline scm_cons, scm_car, scm_cdr
2012-05-17 Andy Wingoadd guile-2.2 feature
2012-05-15 Ludovic CourtèsAdd more `%file-port-name-canonicalization' tests.
2012-05-15 Ludovic CourtèsFix relative file name canonicalization with empty...
2012-05-15 Andy Wingofix the cse tests
2012-05-15 Andy Wingocse passes a lookup procedure to the effects analyzer
2012-05-15 Andy Wingobetter effects analysis for calls to lexically bound...
2012-05-15 Andy Wingofix-letrec tweak
2012-05-15 Andy WingoCSE in tail position
2012-05-15 Andy Wingostronger conditional optimization
2012-05-15 Andy Wingooptimization for chain of if expressions with common...
2012-05-15 Andy Wingomvoe tree-il=? and tree-il-hash to tree-il.scm
2012-05-14 Ludovic CourtèsHonor $(program_transform_name) for the `guile-tools...
2012-05-12 Ludovic CourtèsHave `-Wformat' remain quiet for any procedure called...
2012-05-12 Ludovic CourtèsHave `-Warity-mismatch' handle applicable structs.
2012-05-12 Ludovic CourtèsImprove special-casing of `_' in `-Wformat'.
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-08 Andy Wingodocbook->texi fix
2012-05-07 Andy Wingo(texinfo docbook) support for @acronym
2012-05-07 Andy Wingoadd support for texinfo parsed arguments, like @acronym
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-06 Ludovic CourtèsBuild with `-Wpointer-arith' when available.
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-30 Andy Wingofix peval test for recent merge
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 LavineClean up stack tests
2012-04-24 Noah Lavinemake-stack handles prompt tags better
2012-04-23 Andy Wingovlist performance improvements; allocate vhash data...
2012-04-23 Andy Wingoavoid emitting degenerate aliases in peval
2012-04-23 Andy Wingovlist-cons micro-optimizations
2012-04-23 Andy Wingoslight vlist refactor
2012-04-23 Andy Wingonew pass: cse
2012-04-23 Andy Wingominor tweaks to a peval test
2012-04-23 Andy Wingofix replacement of CSE with lexical-ref
2012-04-23 Andy Wingopeval uses effects analysis
2012-04-23 Andy Wingocse hashing tweak
2012-04-23 Andy Wingomore inlining in effects.scm
2012-04-23 Andy Wingobetter primitives support for bit operations
2012-04-23 Andy Wingodisable optimizations in goops dispatch procedures
2012-04-23 Andy Wingoenable cse
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 Wingomove (test-suite lib) to lower dir; cleans up uninstall...
2012-04-23 Andy Wingomodernize (benchmark-suite lib)
2012-04-23 Andy Wingoavoid inexact iteration count in benchmarks
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-04-01 BT Templetonlength's argument is a sequence
2012-03-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
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-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-12 Andy Wingoweb http: fix Ma -> Mar
2012-03-11 Andy Wingofix bad-request-printer
2012-03-11 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
next