bpt/guile.git
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 Wingofix printer in struct docs
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 Wingofix variable not initialized spurious warnings
2009-02-24 Andy Wingodon't crash etch's gcc
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-24 Andy Wingouse nobase in am/guilec
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...
2009-02-20 Ludovic CourtèsFix `.go' compilation for $(builddir) != $(srcdir).
2009-02-20 Ludovic CourtèsAdd `-o'/`--output' option to "guile-tools compile".
2009-02-20 Andy Wingoimplement do, while, for
2009-02-20 Andy Wingoimplement more operations
2009-02-20 Andy Wingoclean up ++ and -- a little bit
2009-02-20 Andy Wingoimplement ++, --, new, delete, void, typeof
2009-02-20 Andy Wingohandle "this" in ecmascript
2009-02-20 Andy Wingoimplement more of the standard runtime
2009-02-20 Ludovic CourtèsFix interpretation of `(ice-9 getopt-long)'.
2009-02-20 Ludovic CourtèsFix compilation of `(ice-9 getopt-long)'.
2009-02-20 Ludovic CourtèsAdd `-L'/`--load-path' option to "guile-tools compile".
2009-02-20 Ludovic CourtèsChange "guile-tools compile" to use SRFI-37 to process...
2009-02-20 Ludovic CourtèsMake the `module-defer-observers-mutex' recursive.
2009-02-19 Andy Wingosupport foo["bar"] in addition to foo.bar
2009-02-19 Andy Wingoimplement object literals
2009-02-19 Andy Wingovar at toplevel works too
2009-02-19 Andy Wingoproperty gets and puts implemented, yays
2009-02-19 Andy Wingoadd array support
2009-02-19 Andy Wingofurther ecmascript work
2009-02-18 Andy Wingoadd more ecmascript compilation -- functions work now
2009-02-17 Ludovic CourtèsAdd `load-unsigned-integer' instruction.
2009-02-17 Andy Wingoworld's stupidest ecmascript compiler
2009-02-17 Andy Wingoadd ecmascript parser
2009-02-17 Andy Wingolengths written out in native endianness
2009-02-17 Andy Wingoavoid deprecated functions in SCM_VALIDATE_VECTOR_LEN
2009-02-14 Andy Wingobetter alignment
2009-02-14 Ludovic CourtèsChange `compiled-file-name' to preserve the input file...
2009-02-14 Andy Wingoalign programs on 8-byte boundaries
2009-02-14 Andy Wingore-enable assembly packing
2009-02-13 Andy Wingoa slight add-method speedup
2009-02-13 Andy Wingogenerate the fixed-offset accessors at compile-time
2009-02-13 Andy Wingodon't re-enter the compiler during method dispatch
2009-02-13 Andy Wingoflush output when writing .go files
2009-02-12 Andy Wingoinline record predicates into record-case
2009-02-12 Andy Wingono keyword arguments in GHIL / GLIL, just optional...
2009-02-11 Andy Wingoprovide program apply_0, apply_1, apply_2 implementations
2009-02-11 Andy Wingospeed up record-case
2009-02-10 Andy Wingomatch bare literals with eq? in pmatch, not equal?
2009-02-10 Andy Wingopropagate much more source info through compilation
2009-02-09 Andy Wingonicety in the compiler
2009-02-09 Andy Wingoallow defmacros to unquote in macros into expanded...
2009-02-09 Andy Wingominor cleanups
2009-02-05 Andy Wingofix the ping-pong between evaluator and vm stacks in...
2009-02-05 Andy Wingofix boot program detection, which in turn makes `make...
2009-02-05 Andy Wingoin debug mode, make sure that calls to the vm can be...
2009-02-04 Andy Wingoscm_call_N doesn't cons for calling programs
2009-02-04 Andy Wingouse append-map in goops
2009-02-04 Andy Wingoinline call to scm_make_program when making closures
2009-02-04 Andy Wingoenable multiple vm engines (regular, debug, ...)
2009-02-03 Andy Wingo"optimize" dispatch to specific GF's in goops
2009-02-03 Andy Wingomake catch cache and restore vm regs, not the vm itself...
2009-02-03 Andy Wingomake symbol -> opcode lookup faster
2009-02-03 Andy Wingoinline dispatch to program cmethods, tick in return...
2009-02-02 Andy WingoName anonymous let- or letrec-bound procedures
2009-02-02 Andy Wingotick in calls, procedure-name works on compiled procedures
2009-02-01 Andy Wingofix the disassembler for load-string, load-symbol et al
next