bpt/guile.git
2009-07-14 Ludovic CourtèsRemove potential "uninitialized variable" GCC warnings.
2009-07-14 Ludovic CourtèsFix tests that assumed little endian.
2009-07-05 Ludovic CourtèsUse Gnulib's `vsnprintf' module.
2009-07-05 Ludovic CourtèsUpdate `NEWS'.
2009-07-05 Ludovic CourtèsEnclose `bit-operations.test' in its own module.
2009-07-05 Ludovic CourtèsFix the `BUILD_PTHREAD_SUPPORT' Automake conditional...
2009-07-02 Andy Wingofix error message for bad objcode cookie
2009-07-01 Neil JerramRead complex numbers where both parts are inexact decimals
2009-06-30 Neil JerramCorrection to doc on Accessing Arrays from C
2009-06-28 Ludovic CourtèsRemove seek/truncate shortcuts to file ports.
2009-06-26 Andy Wingobytevector ops now compile down to low-level VM ops
2009-06-26 Andy Wingorun bytevectors tests under the compiler and evaluator
2009-06-26 Andy Wingovector-ref and vector-set! now have opcodes
2009-06-26 Andy Wingoadd bytevector ops to the vm
2009-06-26 Andy Wingobytevectors provide scm_i_native_endianness to the vm
2009-06-26 Andy Wingominor doc tweaks
2009-06-25 Neil JerramRevert "* FAQ: New file."
2009-06-25 Ludovic CourtèsAdd `scm_t_off' type so that `scm_t_port' has a fixed...
2009-06-25 Ludovic CourtèsFix `load-objcode' FD/mapping leak occurring upon failure.
2009-06-24 Andy Wingoallow primcall ops to push 0 values
2009-06-24 Andy Wingoremove lambda wrap hack of brainfuck tree-il compiler
2009-06-23 Neil JerramRemove AC_SYS_RESTARTABLE_SYSCALLS and related code
2009-06-22 Andy Wingoflush whitespace from the repl input buffer *before...
2009-06-22 Andy Wingomore docs to brainfuck->tree-il compiler
2009-06-22 Andy Wingometa-commands read off their own arguments
2009-06-21 Ludovic CourtèsAlways create the bytevector SMOB type.
2009-06-21 Ludovic CourtèsMake bytevectors accessible using the generalized-vecto...
2009-06-21 Ludovic Courtèsbytevectors: Add a C-friendly API.
2009-06-21 Ludovic Courtèsbytevectors: Use `size_t' rather than `unsigned' for...
2009-06-21 Ludovic CourtèsFix documentation of `make-bytevector'.
2009-06-21 Andy Wingoadd brainfuck->tree-il compiler
2009-06-21 Andy Wingoformatting changes to (language brainfuck compile-scheme)
2009-06-21 Andy Wingolink to brainfuck wikipedia page
2009-06-21 Daniel Kraftadded documenting comments to the brainfuck compiler...
2009-06-21 Daniel Kraftbasic brainfuck -> scheme example compiler.
2009-06-21 Andy Wingoremove obsolete guile-vm.texi
2009-06-21 Andy Wingoupdate .gitignore
2009-06-21 Neil JerramDeterministic test for the r6rs-ports.test segmentation...
2009-06-21 Andy WingoFix crash when marking closed custom bytevector port
2009-06-20 Andy Wingoput autocompiled files into ~/.cache or $XDG_CACHE_HOME
2009-06-20 Andy Wingofix source information lossage for (define (foo) ....
2009-06-20 Andy Wingobetter error in make_objcode_by_mmap
2009-06-20 Andy Wingosource information for the interpreter
2009-06-19 Ludovic CourtèsMake `cond-expand' compilable.
2009-06-19 Ludovic CourtèsFix copyright year and authorship of `guile-tools'.
2009-06-19 Ludovic CourtèsSlightly improve `NEWS'.
2009-06-19 Ludovic CourtèsFix "guile-tools disassemble".
2009-06-19 Andy Wingodon't autocompile at installcheck
2009-06-19 Andy Wingonew function: canonicalize-path. use when autocompiling
2009-06-19 Andy Wingognulib-tool --import canonicalize-lgpl
2009-06-19 Andy Wingogenerate changelogs at dist time
2009-06-19 Andy Wingorename SCM_SNAME to SCM_SUBR_NAME
2009-06-19 Andy Wingoanother draft of NEWS
2009-06-19 Ludovic CourtèsFix decompilation of the `load-array' instruction.
2009-06-19 Ludovic CourtèsFix the REPL's `,compile' command.
2009-06-18 Ludovic CourtèsImplement R6RS bytevector read syntax.
2009-06-18 Ludovic CourtèsFix `equal?' on bytevectors.
2009-06-18 Ludovic CourtèsImport documentation for the R6RS bytevector and port...
2009-06-18 Andy Wingoupdate NEWS, THANKS
2009-06-17 Neil JerramChange guile-readline license to GPLv3+
2009-06-17 Neil JerramComplete changing license to LGPLv3+
2009-06-17 Neil JerramReinstate lines removed by mistake from chars.test
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-14 Neil JerramUpdate README on using libraries in non-standard locations
2009-06-14 Neil JerramAdd Tex and texinfo output and auxiliary suffixes to...
2009-06-14 Neil JerramProvide easier configure options for GMP and readline
2009-06-13 Neil JerramFix for make distcheck
2009-06-12 Neil JerramFix `make distcheck'
2009-06-11 Neil JerramNote Andy as a contributor
2009-06-10 Andy Wingofix defmacro*, defmacro*-public
2009-06-10 Andy Wingobump default stack limit to 160000 words
2009-06-09 Andy Wingofix debug-options
2009-06-09 Andy Wingosome attempts to solve the ecmascript stack overflow...
2009-06-08 Andy Wingoa start to changing VM scheme copyrights
2009-06-08 Andy Wingopretty-print psyntax-pp.scm
2009-06-08 Andy Wingodon't autocompile snarfing m4 docs
2009-06-07 Andy Wingofix bootstrapping after last night's psyntax patch
2009-06-07 Andy Wingocall-with-values can make fewer closures
2009-06-06 Andy Wingofix incorrect inlining of + when + is locally redefined
2009-06-06 Andy Wingonew instructions: make-int64, make-uint64
2009-06-06 Andy Wingofix bug in goops' method cache with rest args
2009-06-05 Neil JerramFix popen.test on NetBSD and Ubuntu Jaunty, where sh...
2009-06-05 Andy Wingosupport ((@ ...) ...) where the car is a macro
2009-06-05 Neil JerramState and explain dependency on libtool 2.2
2009-06-05 Neil JerramFix `Mismatching FUNC_NAME' warning from guile-func...
2009-06-05 Andy Wingoadd ability to compile uniform arrays
2009-06-05 Andy Wingoadd long-object-ref, long-toplevel-ref, long-toplevel-set
2009-06-05 Andy Wingodisable autocompilation when running guile-tools compile
2009-06-05 Andy Wingorefactoring for toplevel-ref, toplevel-set, link-now
2009-06-05 Andy Wingoadd gperf-generated files to git
2009-06-05 Andy Wingostamp .go with timestamp of .scm; a fresh go has same...
2009-06-05 Andy Wingocompile and install srfi-98.
2009-06-05 Andy Wingofinal (?) tweaks to the autocompile code
2009-06-05 Andy Wingosimplify autocompilation some more
2009-06-04 Andy Wingofurther autocompilation tweaks
2009-06-04 Andy Wingopropagate timestamps to installed .scm and .go files
2009-06-04 Andy Wingofix .go installation
2009-06-04 Andy Wingoturn off autocompilation when snarfing
2009-06-03 Andy Wingofix error autocompiling parts of the compiler; make...
2009-06-03 Andy Wingotweaks to autocompile code
next