bpt/guile.git
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
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.
next