bpt/guile.git
2013-06-28 Andy WingoRemove with-fluids; replaced by with-fluid* and inlined...
2013-06-27 Andy Wingoreplace <dynset> with primcalls to fluid-set!
2013-06-27 Andy Wingoreplace <dynref> with primcalls to fluid-ref
2013-06-27 Andy Wingodynamic-wind in terms of wind and unwind; remove <dynwi...
2013-06-27 Andy Wingoremove @call-with-values memoizer
2013-06-27 Andy Wingoremove @call-with-current-continuation memoizer
2013-06-27 Andy Wingoremove apply:nconc2last
2013-06-27 Andy Wingoremove @apply memoizer
2013-06-27 Andy WingoRemove @prompt memoizer
2013-06-25 Andy Wingoabort-to-prompt* instead of @abort
2013-06-23 Andy Wingopsyntax: ((@@ primitive NAME) ARG ...) in (guile) modul...
2013-06-16 Andy Wingo<dynwind> no longer has "pre" or "post" fields
2013-06-16 Andy WingoReduce call-with-values to let for singly-valued producers
2013-06-10 Andy WingoRewrite make-tree-il-folder to use the Wright matcher.
2013-06-10 Andy WingoRewrite unparse-tree-il to use the Wright matcher.
2013-06-10 Andy WingoRewrite parse-tree-il to use the Wright matcher.
2013-06-10 Andy WingoImplement tree-il-fold in terms of make-tree-il-folder.
2013-06-10 Andy WingoRewrite tree-il pre-post-order in terms of (ice-9 match)
2013-06-10 Andy WingoPre-order tree-il rewrites are now non-destructive
2013-06-10 Andy WingoTree-il post-order rewriter no longer destructive
2013-06-10 Andy WingoSimplify let-values to let if consumer binds only one...
2013-06-10 Andy Wingofix linker.test
2013-06-09 Andy Wingoprocedure-properties for RTL functions
2013-06-09 Andy Wingoprocedure-documentation works on RTL procedures
2013-06-09 Andy WingoWrite docstrings into RTL ELF images
2013-06-09 Andy WingoWire up ability to print RTL program arities
2013-06-09 Andy Wingo(system vm debug) can read arity information
2013-06-09 Andy WingoRTL assembler writes arities information into separate...
2013-06-09 Andy WingoBeginnings of tracking of procedure arities in assembler
2013-06-09 Andy Wingoadd procedure prelude macro-instructions
2013-06-09 Andy Wingobegin-program takes properties alist
2013-06-09 Andy WingoAdd RTL disassembler
2013-06-09 Andy WingoRTL programs print with their name
2013-06-09 Andy Wingomove procedure-name and procedure-source to procprop.c
2013-06-09 Andy WingoAdd runtime support for reading debug information from ELF
2013-06-09 Andy WingoAdd RTL assembler
2013-06-09 Andy Wingolinker string tables are stateful objects
2013-06-08 Andy Wingoconst cleanups in instructions.c
2013-05-31 Andy Wingoadd new rtl vm
2013-05-30 Ludovic CourtèsDo not assume `pthread_t' is an integer type.
2013-05-27 Andy Wingorefactor to resolve_variable
2013-05-27 Andy Wingocpp hygiene in the vm
2013-05-27 Andy Wingopop-continuation abort-continuation hooks pass return...
2013-05-27 Andy WingoAllow vm_engine caller to pass arguments on the stack.
2013-05-27 Andy Wingovm-engine: remove register assignments
2013-05-23 Andy Wingoremove some configurability in vm-engine
2013-05-23 Andy Wingominor vm-engine cleanups
2013-05-23 Andy Wingoremove CONS macro in VM; use scm_cons instead
2013-05-23 Andy Wingoinline vm-engine.h into vm-engine.c
2013-05-23 Andy Wingoadd (find-mapped-elf-image) procedure to (system vm...
2013-05-23 Andy Wingorefactor and simplify ELF loader in objcodes.c
2013-05-23 Andy Wingoadd scm_{to,from}_{u,}intptr_t
2013-05-23 Andy Wingorefactor linker to lay out ELF files and memory in...
2013-05-23 Andy Wingoelf: add accessors for header members that might need...
2013-05-23 Andy WingoELF refactor and consequent linker simplifications
2013-05-23 Andy Wingosplit linker out of elf module
2013-04-14 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-04-14 Mark H WeaverUsing 'pass-if-equal' in coding.test.
2013-04-14 Mark H WeaverAdjust BOM tests to reflect the fact that big endian...
2013-04-11 Mark H WeaverAdd 2012 and 2013 to copyright notice on numbers.test.
2013-04-10 Mark H WeaverDo not add $(EXEEXT) to guild or guile-tools.
2013-04-10 Ludovic CourtèsMention `open-file' in NEWS.
2013-04-10 Ludovic Courtèsdoc: Require libunistring 0.9.3 in `README'.
2013-04-09 Ludovic Courtèsbuild: Tell `gen-scmconfig' whether the system has...
2013-04-09 Ludovic CourtèsBump version number for 2.0.9.
2013-04-09 Ludovic Courtèsdoc: Update `release.org'.
2013-04-09 Ludovic Courtèsstime: Remove #ifdef HAVE_*_H for headers provided...
2013-04-09 Ludovic CourtèsMake `build-aux/gendocs.sh' executable.
2013-04-09 Ludovic CourtèsBump version number for 2.0.8.
2013-04-09 Ludovic Courtèstests: Skip FFI tests involving `scm_is_pair' when...
2013-04-09 Ludovic Courtèsdoc: Cosmetic change for `release.org'.
2013-04-09 Ludovic CourtèsUpdate `THANKS'.
2013-04-09 Andy Wingoupdate NEWS
2013-04-09 Andy Wingofix stime patch for HAVE_TIMES removal
2013-04-09 Andy Wingosimplify configure checks for functionality provided...
2013-04-09 Mark H WeaverMinor 'THANKS' fix.
2013-04-09 Mark H WeaverFix alignment in 'THANKS'.
2013-04-09 Mark H WeaverUpdate bug report section of 'THANKS'.
2013-04-09 Mark H WeaverUpdate 'THANKS'.
2013-04-09 Mark H WeaverManual: Don't promise to signal an error for an illegal...
2013-04-09 Ludovic Courtèstests: Skip IPv6 socket tests when OS support is missing.
2013-04-08 Mark H WeaverUpdate 'NEWS'.
2013-04-08 Mark H WeaverUpdate 'NEWS'.
2013-04-08 Mark H WeaverConsume a peeked EOF at the REPL.
2013-04-08 Mark H WeaverMiscellaneous 'sendfile' fixes and improved tests.
2013-04-07 Mark H WeaverUpdate 'NEWS'.
2013-04-07 Ludovic CourtèsChange `sendfile' to loop until everything has been...
2013-04-07 Mark H WeaverRemove outdated and misplaced "Included Guile Modules...
2013-04-07 Mark H WeaverClarify 'file-encoding' docs: heuristics may be improve...
2013-04-07 Mark H WeaverAdd keyword arguments to file opening procedures.
2013-04-07 Chris K. Jester... Add record type printer for srfi-41.
2013-04-07 Chris K. Jester... Add record type printer for srfi-45.
2013-04-07 Mark H WeaverImplement efficient 'scm_unget_bytes' and 'unget-byteve...
2013-04-07 Mark H WeaverRemove byte-order mark check from 'scm_i_scan_for_encod...
2013-04-07 Mark H WeaverDo not scan for coding declarations in open-file.
2013-04-07 Ludovic Courtèsdoc: Link exceptions and escape continuations.
2013-04-07 Ludovic Courtèsdoc: Warn against misuses of `file-name-separator-string'.
2013-04-07 Daniel LlorensDon't use scm_generalized_vector_get_handle() in array...
2013-04-06 Mark H WeaverFix the recommendations for conversion of C string...
2013-04-06 Mark H WeaverFix indentation in test-scm-c-bind-keyword-arguments.c.
next