bpt/guile.git
2009-01-18 Andy Wingoadd assembly intermediate language
2009-01-17 Andy Wingomove module and meta inside programs' object tables
2009-01-17 Andy Wingoplaceholder for meta and module in a program's object...
2009-01-15 Andy Wingofold in ludovic's suggestions for new manual sections
2009-01-15 Andy WingoMerge commit 'origin/master' into vm
2009-01-15 Neil JerramInvoke gnulib-tool with --no-vc-files option, and
2009-01-15 Neil JerramRevert lib/.gitignore and m4/.gitignore to how they...
2009-01-15 Neil JerramRevert unintended change to INSTALL made by commit...
2009-01-15 Neil JerramAdd more missing Gnulib files
2009-01-14 Neil JerramAdd more missing Gnulib files
2009-01-14 Neil JerramAdd missing Gnulib file (m4/localcharset.m4)
2009-01-13 Andy Wingofix marking empty VM continuations
2009-01-12 Andy WingoMerge branch 'master' into vm
2009-01-12 Ludovic CourtèsFixlet for `run-benchmark.scm'.
2009-01-12 Ludovic Courtèsgc-benchmarks: Adapt `gcold.scm' so that if conforms...
2009-01-12 Ludovic Courtèsgc-benchmarks: Add `gcold.scm', by Clinger, Hansen...
2009-01-12 Ludovic Courtèsgc-benchmarks: Add `run-benchmark.scm'.
2009-01-12 Ludovic Courtèsgc-profile: Show the result of `(version)'.
2009-01-12 Ludovic Courtèsgc-benchmarks: Allow the iteration count to be passed...
2009-01-12 Ludovic CourtèsImport GC benchmarks from Larceny, by Hansen, Clinger...
2009-01-12 Ludovic Courtèsgc-benchmarks: Add a Larceny/Twobit benchmark compatibi...
2009-01-12 Ludovic CourtèsAdd GC benchmarks.
2009-01-12 Neil JerramMake sure that we have a real on-the-stack alloca()
2009-01-12 Andy Wingoremove a paranoid define; fix bitrot in measure.scm.
2009-01-12 Andy Wingofix mismerge on srfi-19.scm
2009-01-12 Andy Wingofix typo when compiling receive forms
2009-01-12 Andy WingoMerge commit 'origin/master' into vm
2009-01-11 Andy Wingofold in neil's feedback to history.texi
2009-01-11 Andy Wingoword tweaks
2009-01-11 Andy Wingotweaks to compiler.texi
2009-01-11 Andy Wingofinish compiler.texi, woo
2009-01-11 Andy Wingorename <glil-asm> to <glil-program>
2009-01-11 Andy Wingoremove useless <glil-vars> helper type, serialize GHIL...
2009-01-09 Andy Wingorename translate.scm to compile-ghil.scm, and more...
2009-01-09 Andy Wingofix some xrefs, flesh out compiler.texi a bit more
2009-01-09 Andy Wingofinish api-procedures.texi
2009-01-08 Andy Wingomore work on api-procedures.texi
2009-01-08 Andy Wingostart at documenting the compiler
2009-01-08 Andy Wingo(language ghil def) becomes (language ghil)
2009-01-08 Andy Wingomove lang-specific modules, e.g. (system il compile...
2009-01-06 Andy Wingoreact to comments by ludovic on history.texi
2009-01-06 Andy Wingofinish vm.texi except references
2009-01-04 Neil JerramNEWS entry for %fast-slot-ref/set! fix
2009-01-04 Neil JerramFix implementation of %fast-slot-ref and %fast-slot...
2009-01-04 Andy Wingoallow `apply' on %nil-terminated lists
2009-01-02 Neil JerramUpdate autogen.sh
2009-01-02 Ludovic CourtèsDelete redundant `config.{guess,sub}'.
2008-12-26 Andy Wingoremove heap links in VM frames, incorporate vm frames...
2008-12-26 Andy Wingorepl.scm relies on `display-backtrace' to do everything...
2008-12-26 Andy Wingoadd scm_c_program_source
2008-12-26 Andy Wingobacktrace.c: allow vectors for SCM_FRAME_SOURCE (frame)
2008-12-26 Andy Wingofix doc typo
2008-12-22 Ludovic CourtèsFix typo in SRFI-19.
2008-12-19 Andy Wingoremove the `late-bind' instruction
2008-12-19 Andy Wingowrite history.texi
2008-12-18 Ludovic CourtèsUpdate `INSTALL', from Automake 1.10.2.
2008-12-18 Ludovic CourtèsDon't use deprecated functions in `debug-malloc.c'.
2008-12-18 Ludovic Courtèssrfi-19: Fix `string->date' weekday lookup.
2008-12-10 Neil JerramRevert "(scm_shell_usage): Note need for subscription...
2008-12-10 Neil JerramRevert "Note need for subscription to bug-guile@gnu...
2008-12-10 Neil JerramRevert "(Reporting Bugs): Note need for subscription to"
2008-12-10 Neil JerramRevert "* README: Note need for subscription to bug...
2008-12-10 Ludovic Courtèsi18n: Add comment about standardization of the `locale_...
2008-12-10 Ludovic CourtèsFix erroneous differences in `NEWS' compared to `branch...
2008-12-10 Ludovic Courtèsconfigure: Check for <ltdl.h>.
2008-12-10 Ludovic Courtèsconfigure: Don't substitute `DLPREOPEN'.
2008-12-10 Neil JerramRemove everything to do with GDS Breakpoints
2008-12-08 Ludovic CourtèsMention the end of `ChangeLog' files in `NEWS'.
2008-12-08 Ludovic CourtèsMake `config.status' happier.
2008-12-08 Ludovic CourtèsAdd other missing Gnulib files.
2008-12-07 Ludovic CourtèsRemove useless references to Libtool's `dlpreopen'...
2008-12-07 Ludovic CourtèsAdd missing Gnulib M4 files.
2008-12-07 Neil JerramSeveral new hash table tests, written by Gregory Marton.
2008-12-02 Ludovic CourtèsFix sloppy bound checking in `string-{ref,set!}' with...
2008-12-02 Ludovic CourtèsUpdate `NEWS'.
2008-11-30 Ludovic CourtèsFix potential deadlock in `make-struct'.
2008-11-30 Ludovic CourtèsMake GNU Libtool 2.2.x happier.
2008-11-30 Ludovic CourtèsCheck the return value of libc's functions to make...
2008-11-30 Ludovic CourtèsUse Gnulib's `full-write' and `full-read' modules.
2008-11-30 Ludovic CourtèsUpdate Gnulib files to commit d4b129b8e5f8a8d1198020fd6...
2008-11-24 Ludovic CourtèsUse orthodox libtoology in `guile'.
2008-11-24 Ludovic CourtèsRun the handler of SRFI-34's `with-exception-handler...
2008-11-24 Ludovic CourtèsFix comments in `test-scm-c-read.c'.
2008-11-23 Ludovic CourtèsAdd C unit test for `scm_c_read ()' and the port API.
2008-11-23 Neil JerramMake scm_c_read use caller buffer only for unbuffered...
2008-11-20 Andy Wingolate-variable-{ref,set} -> toplevel-{ref,set}
2008-11-20 Andy Wingomerge vm docs into guile reference (as yet unfinished)
2008-11-14 Andy Wingonifty generic compiler infrastructure -- no more hardco...
2008-11-13 Ludovic CourtèsUpdate `THANKS'.
2008-11-13 Ludovic CourtèsUpdate the thread stack base when `scm_with_guile'...
2008-11-13 Ludovic CourtèsAugment `.gitignore'.
2008-11-13 Ludovic CourtèsUpdate "guile(1)" man page.
2008-11-13 Ludovic CourtèsAdd "guile(1)" man page.
2008-11-11 Andy Wingomore ghil parsing fixen
2008-11-11 Andy Wingofix unparse-ghil errors with quasiquote
2008-11-11 Andy Wingorashly bump stack limit to 40k words
2008-11-11 Andy Wingoadd parsers and unparser for ghil; ,language ghil works now
2008-11-10 Andy Wingoremove .cvsignore files
2008-11-02 Andy Wingoproper printing of thunks, reduced disasm verbosity
2008-11-01 Andy Wingodefine macros before functions using macros; more MV...
next