bpt/guile.git
2012-07-24 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-07-24 Andy Wingoupdate structure documentation
2012-07-11 Noah LavineDocument (ice-9 and-let-star)
2012-07-07 Ludovic Courtèsbuild: Use `AM_PROG_AR'.
2012-07-07 Ludovic CourtèsFix typos in `NEWS'.
2012-07-07 Ludovic CourtèsBump version number for 2.0.6.
2012-07-07 Ludovic CourtèsStore the `git-version-gen' patch.
2012-07-06 Ludovic CourtèsWork around `gl_CANONICALIZE_LGPL' bug when cross-compi...
2012-07-06 Ludovic CourtèsWork around `gl_CANONICALIZE_LGPL' bug when cross-compi...
2012-07-06 Ludovic CourtèsAdd missing `m4/clock_time.m4'.
2012-07-06 Ludovic CourtèsUse `clock-time' directly from Gnulib, but with a local...
2012-07-06 Ludovic CourtèsUpdate Gnulib to v0.0-7509-g98a2286.
2012-07-06 Andy Wingoadd http/1.1 transfer codings to the NEWS
2012-07-06 Ian PriceDocument and export `declare-opaque-header!'
2012-07-06 Ian PriceAdd HTTP Chunked Encoding support to web modules.
2012-07-06 Mark H WeaverFix @ and @@ to not capture lexicals; new @@ @@ form...
2012-07-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-07-06 Andy Wingosimplify %condition-type-vtable
2012-07-06 Andy Wingorecord-type-vtable is not a new root of the vtable...
2012-07-06 Andy WingoScheme standard-vtable-fields binding
2012-07-06 Andy Wingoadd Scheme binding for scm_standard_vtable_vtable
2012-07-06 Andy Wingosimplify scm_init_print
2012-07-06 Andy Wingodeprecate struct-vtable-tag
2012-07-06 Andy Wingodisable some uri tests if --disable-networking
2012-07-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-07-06 Andy Wingoadd --match pattern to git-version-gen
2012-07-06 Andy Wingogit-version-gen: add --match argument
2012-07-06 Andy Wingoupdate git-version-gen from gnulib
2012-07-06 Daniel Kruegerfixed repl command ,describe to also handle syntax
2012-07-06 Dagobert MichelsenAdd alignment for Sun Studio 12
2012-07-06 Andy Wingomore uri-related ipv6 fixes
2012-07-06 Daniel Hartwigenhance IPv6 support
2012-07-06 Daniel Hartwigsupport URIs with domain names starting with numbers
2012-07-06 Andy Wingofix typo in web.texi
2012-07-06 Andy Wingobetter procedure-arguments for interpreted procs with...
2012-07-06 Andy Wingoadd check for fchmod
2012-07-06 Andy Wingoremove mkdir alias in filesys.c for mingw
2012-07-06 Andy Wingofix warnings in mingw in expand.c
2012-07-06 Andy Wingofix warning about vsnprintf on mingw
2012-07-06 Andy Wingobe sure to include time.h for struct timespec
2012-07-05 Andy Wingofix `vector' instruction emission for big vectors
2012-07-05 Andy Wingofix-letrec uses effects.scm for effects analysis
2012-07-05 Andy Wingosimplify one kind of degenerate prompt
2012-07-05 Andy Wingofix bugs in effects analysis of "effect+exception-free...
2012-07-05 Andy Wingooptimize (apply foo 0 (list 1 2)) => (foo 0 1 2)
2012-07-05 Andy Wingocompile ecmascript's `return' as an abort
2012-07-05 Andy Wingofix goops compilation when current language is not...
2012-07-04 Andy Wingoadd scm_c_nvalues to news
2012-07-04 Andy Wingoadd scm_c_nvalues with docs; also, docs for scm_c_values
2012-07-04 Andy Wingoadd scm_{to,from}_pointer docs
2012-07-02 Andy Wingoupdate NEWS
2012-07-02 Andy Wingodead code elimination
2012-07-02 Andy Wingoremove docs for smob-call instruction
2012-07-02 Andy Wingotypo fix in web.texi
2012-07-02 Ludovic CourtèsHave `procedure-arguments' always return the `allow...
2012-07-02 Ludovic CourtèsAdd tests for `procedure-arguments'.
2012-07-02 Ludovic CourtèsUpdate `THANKS'.
2012-07-02 Ludovic CourtèsRemove backward-compatible `GC_PTR' definition.
2012-07-02 Ludovic CourtèsUse `void *' instead of `GC_PTR' internally.
2012-07-02 Ludovic Courtèsdoc: Remove reference to `closure?', now deprecated.
2012-06-22 Andy Wingoinstead of our custom .go format, use elf
2012-06-22 Andy Wingoadd ELF loader
2012-06-22 Andy Wingoadd elf parser and linker
2012-06-22 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-06-22 Andy Wingoadd char->integer, number->string etc to interesting...
2012-06-22 Andy Wingoupdate version-etc copyright year
2012-06-22 Andy Wingocse: expressions evaluated for effect do not provide...
2012-06-22 Andy Wingoscandir: select? takes basenames, operates on (sub...
2012-06-20 Ludovic CourtèsFix possible deadlock upon `encoding-error' in `open...
2012-06-20 Ludovic CourtèsMake SRFI-6 string ports Unicode-capable.
2012-06-20 Ludovic CourtèsUpdate `THANKS'.
2012-06-19 Ludovic CourtèsFix cross-compilation of GOOPS-using code.
2012-06-09 Sjoerd van... Fix unbound variables and unbound values
2012-06-08 Ludovic CourtèsFix invalid use of `SCM' as a Boolean.
2012-06-08 Ludovic CourtèsUpdate (ice-9 match) from Chibi-Scheme.
2012-05-31 Ludovic CourtèsMake `substitute' conversion strategy test portable.
2012-05-31 Ludovic CourtèsFix port test that assumed string ports use the `error...
2012-05-30 Ludovic CourtèsHave string ports honor `%default-port-conversion-strat...
2012-05-30 Ludovic CourtèsAdd the `%default-port-conversion-strategy' fluid.
2012-05-30 Ludovic CourtèsAccess `pt->ilseq_handler' directly when needed.
2012-05-30 Ludovic Courtèscoverage: Add test for applicable structs.
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
next