bpt/guile.git
2009-02-02 Andy Wingotick in calls, procedure-name works on compiled procedures
2009-02-02 Julian GrahamUpdate SRFI-11 docs to use correct name for let*-values.
2009-02-01 Andy Wingofix the disassembler for load-string, load-symbol et al
2009-02-01 Andy Wingono disasm in measure.scm
2009-02-01 Andy Wingodon't make intermediate garbage when making vectors...
2009-02-01 Andy Wingoavoid 8 words of allocation per lambda, whoooo
2009-02-01 Andy Wingoadd code for writing out metadata to the end of a program
2009-02-01 Andy Wingoadd metalen field to bytecode serialization
2009-01-31 Andy Wingocache 8 boot programs
2009-01-30 Andy Wingoremove conv.scm, disasm.scm; objcode->bytecode rename
2009-01-30 Andy Wingoadd disassembler that fits in with old compiler tower
2009-01-30 Andy Wingoadd decompilers that can take us back to assembly
2009-01-30 Andy Wingoallow specification of languages by name; add decompile...
2009-01-30 Andy Wingoremove glil->objcode path in favor of passing through...
2009-01-30 Andy Wingoadd new language between assembly and objcode: bytecode
2009-01-29 Andy Wingoremove GPKG.def files
2009-01-29 Andy Wingostatic opcodes; refactor program/objcode division;...
2009-01-28 Andy Wingocleanups to value and help help handlers
2009-01-27 Andy Wingomerge in from guile-lib: add some extensibility to...
2009-01-23 Neil JerramFix build when scm_t_timespec is different from struct...
2009-01-23 Neil JerramFix MinGW HAVE_STRUCT_TIMESPEC build problem
2009-01-18 Andy Wingoadd assembly intermediate language
2009-01-18 Ludovic CourtèsRemove useless cooperative multi-threading source files.
2009-01-18 Ludovic CourtèsMake variables related to the subr table size private...
2009-01-17 Neil JerramRemove `INSTALL'
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 Neil JerramDon't try to unlock already unlocked heap mutex
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'.
next