Work around lack of cuserid(3) declaration on Tru64 5.1b.
[bpt/guile.git] / module /
2009-05-20 Neil JerramFix `explicitely' typos, should be `explicitly'
2009-04-24 Andy Wingomerge ice-9, srfi, oop makfiles into module makefile
2009-04-23 Andy WingoI ain't broke, but brother I'm badly bent
2009-04-22 Andy Wingofix erroneous #:use-syntax clausen
2009-04-22 Andy Wingomove pk, peek, and warn to the beginning of boot-9
2009-04-21 Andy Wingomodule-name before syncase is booted
2009-04-21 Andy Wingofix begin-deprecated
2009-04-21 Andy Wingotweaks to boot-9
2009-04-21 Andy Wingocommit some tweaks to expand.scm, likely obviated by...
2009-04-21 Andy Wingomake syncase aware of (set! (@ (foo) bar) baz)
2009-04-21 Andy Wingosyncase knows about @ / @@
2009-04-20 Andy WingoMerge branch 'syncase'
2009-04-20 Andy Wingoscripts take rest args
2009-04-20 Andy Wingofix build errors on fresh checkout
2009-04-17 Andy Wingono positions when reading psyntax-pp, validation in...
2009-04-17 Andy Wingofix hygiene + modules + local macros
2009-04-17 Andy Wingo@ and @@ as primitive macros
2009-04-17 Andy Wingohygienic compilation
2009-04-17 Andy Wingohouston, we have hygiene
2009-04-17 Andy Wingomore work on modules and hygiene, not finished yet...
2009-04-17 Andy Wingothread the module through syntax-case's expansion
2009-04-17 Andy Wingofinish bootstrap to syntax-objects with modules
2009-04-17 Andy Wingoadd modules to syntax objects (part 1, intermediate...
2009-04-17 Andy Wingoserialize module information into syncase's output...
2009-04-17 Andy Wingoguile-tools is a scheme script that loads scheme modules
2009-04-16 Andy Wingosupport expression-by-expression compilation
2009-04-16 Andy Wingocompilation passes return third value: the continuation...
2009-04-04 Jose A. Ortega RuizImproved handling of callers cache in (system xref).
2009-03-29 Andy WingoMerge branch 'wingo'
2009-03-29 Andy Wingofix duplicates in procedure-callers
2009-03-29 Andy Wingofix spurious duplicates in procedure-callees and callers
2009-03-28 Andy Wingoframe, program, objcode, etc inits use load-extension
2009-03-20 Andy Wingospeed up goops rehashing
2009-03-20 Andy Wingofix interpreted methods with empty bodies
2009-03-20 Andy Wingoadd generic method-formals; fixes to method-source
2009-03-18 Andy Wingorework procedure-callers to stay correct as callees...
2009-03-17 Andy Wingodoubly-weak callers db
2009-03-17 Andy Wingoimplement procedure-callers
2009-03-17 Andy Wingoadd xref stub for interpreted procedures
2009-03-17 Andy Wingoadd xref.scm
2009-03-17 Andy Wingodecompile source info into <glil-source> annotations.
2009-03-17 Andy Wingofix bug serializing filenames in source locations
2009-03-17 Andy Wingotweaks to asm->glil decompiler, perhaps fix a (program...
2009-03-17 Andy Wingoadd assembly->glil decompiler
2009-03-17 Andy Wingoupdate disassembler for changes to decompiler
2009-03-17 Andy Wingoparse jumps as labels when decompiling bytecode->assembly
2009-03-17 Andy WingoMerge commit 'cb9d473112ac172a3d328bb029b5b550918d4262...
2009-03-17 Andy WingoMerge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2...
2009-03-17 Andy WingoMerge commit 'e092357058850a6f998bf462bdc5504c6379c96f...
2009-03-17 Andy WingoMerge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66...
2009-03-17 Andy WingoMerge commit 'cce8b2ce93703aff953750fb40cb53176ea66504...
2009-03-17 Andy WingoMerge commit '4c9e29ec38350a5206aa3e8e72ad4376512ada2b...
2009-03-17 Andy WingoMerge commit 'ad5f5ada1d50ecdab634d60ffe3a13b9193156aa...
2009-03-17 Andy WingoMerge commit '95a040cd2be7ad03bf197edbdb1fec2c52749ef6...
2009-03-17 Andy WingoMerge commit '6290d3f10927f887102a164ccb1a7291cc62288d...
2009-03-17 Andy WingoMerge commit '5bb2d903b9e54fdd5858a16ba11fa91a9dc0c692...
2009-03-17 Andy WingoMerge commit '04795a1cb259c20896fb2edb50c58086027281b0...
2009-03-17 Andy WingoMerge commit '202271f291971cf14175f5a1a193955f72d43d79...
2009-03-17 Andy WingoMerge commit 'c010924a71f942100dc7b4021d5ef1c6decf9c85...
2009-03-17 Andy WingoMerge commit '53d81399bef1d9396665e79fb6b9c25eb8e2a6ad...
2009-03-17 Andy WingoMerge commit 'ab878b0f8e675a741a7dd56f52638a7cc0419907...
2009-03-17 Andy WingoMerge commit 'cbee5075d69cb057c4af4c5e24319da90367897f...
2009-03-17 Andy WingoMerge commit '32a2609de06af65341e6b4db6961557b788821e8...
2009-03-17 Andy WingoMerge commit 'e95d11110b7af0f528404d28209c3a464ab7074d...
2009-03-17 Andy WingoMerge commit '752be95a475132506c35922d284884cf776149d0...
2009-03-17 Andy WingoMerge commit '8b0174c879bf74981efe702a00471ed5b8e6912e...
2009-03-17 Andy Wingorevert annotation support in syncase. another day perhaps.
2009-03-08 Andy WingoFix errors when stripping annotations
2009-03-06 Andy Wingoactually use syncase's source information tracking...
2009-03-06 Andy Wingomodify psyntax so it produced annotated source if given...
2009-03-06 Andy Wingosupport source-level annotations in syncase
2009-03-06 Andy Wingofix eval-when statements in boot-9
2009-03-06 Andy WingoReplace eval-case with eval-when
2009-03-02 Andy Wingofixups to expand.scm
2009-03-02 Andy Wingoadd separate expansion phase, to detwingle things a bit
2009-03-02 Andy Wingoadd annotation module
2009-02-27 Andy Wingomake the ES compiler more readable via use of ->
2009-02-27 Andy Wingouse -> macro in scheme->ghil compiler
2009-02-27 Andy Wingoslight optimization in transform-record, note in optimize*
2009-02-27 Andy Wingointroduce -> binding inside transform-record body expre...
2009-02-27 Andy Wingofirst stabs as s-expression-driven transformation of...
2009-02-27 Andy Wingocommon slot accessors are procedures-with-setters
2009-02-27 Andy Wingouse common slots mechanism in ghil
2009-02-27 Andy Wingodefine-type has #:common-slots
2009-02-24 Andy Wingoexport procedure-arguments from ice-9 session
2009-02-24 Ludovic CourtèsAggregate makefiles for `module/system' and `module...
2009-02-24 Andy Wingounbork the repl
2009-02-24 Andy Wingoin meta-reader, return directly if the peeked char...
2009-02-24 Andy Wingouse umask when making permissions on .go files
2009-02-22 Andy Wingoparse division vs regexps properly
2009-02-22 Andy Wingocompile for-in
2009-02-22 Andy Wingofix "for" compilation
2009-02-22 Andy Wingoadd scheme integration to js via `require'
2009-02-22 Andy Wingoecmascript tokens have source info
2009-02-22 Andy Wingothrow SyntaxError on bad syntax
2009-02-22 Andy Wingomore arithmetic on non-numbers
2009-02-22 Andy Wingo+ for strings, global js object, new Foo() works
2009-02-21 Andy Wingocompile ecmascript's parser. yay! instant load-time!
2009-02-21 Andy Wingobe smarter about allocating local variables, reusing...
2009-02-21 Andy Wingoimplement break and continue, work around overly recurs...
next