Fix the REPL's `,compile' command.
[bpt/guile.git] / libguile /
2009-06-18 Ludovic CourtèsImplement R6RS bytevector read syntax.
2009-06-18 Ludovic CourtèsFix `equal?' on bytevectors.
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-12 Neil JerramFix `make distcheck'
2009-06-10 Andy Wingobump default stack limit to 160000 words
2009-06-06 Andy Wingofix incorrect inlining of + when + is locally redefined
2009-06-06 Andy Wingonew instructions: make-int64, make-uint64
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 Wingorefactoring for toplevel-ref, toplevel-set, link-now
2009-06-05 Andy Wingostamp .go with timestamp of .scm; a fresh go has same...
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 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
2009-06-03 Andy Wingoimplement autocompilation
2009-06-03 Andy Wingoadd exception_on_error optional arg to primitive-load...
2009-06-03 Andy Wingorefactors to load.c to support auto-compilation
2009-06-03 Andy Wingoadd exception-on-error optional arg to `stat' in scheme
2009-06-03 Andy Wingoseparate the load-compiled path from the load path
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-28 Ludovic CourtèsImport R6RS bytevectors and I/O ports from Guile-R6RS...
2009-05-28 Andy Wingoadd reader support for #; #` #' #, and #,@. fix bug...
2009-05-27 Neil JerramRemove possible deadlock in scm_join_thread_timed
2009-05-27 Neil JerramFix wait-condition-variable so that it doesn't leave...
2009-05-26 Andy Wingoadjust VM copyright notices to LGPL, use SCM_INTERNAL...
2009-05-26 Andy Wingognulib-tool --import environ; rely on gnulib for enviro...
2009-05-26 Andy Wingosymbols are now hidden unless explicitly exported by...
2009-05-24 Andy Wingoupdate docs, clean up VM vestiges, macro docs, fix...
2009-05-20 Ludovic CourtèsMake use of Gnulib's `flock' module.
2009-05-20 Ludovic CourtèsMake use of Gnulib's `putenv' module.
2009-05-20 Michael GranSymbols longer than 128 chars can cause an exception...
2009-05-20 Ludovic CourtèsWork around lack of cuserid(3) declaration on Tru64...
2009-05-20 Ludovic CourtèsWork around the lack of hstrerror(3) declaration on...
2009-05-20 Ludovic CourtèsFix compilation of `numbers.c' on Tru64.
2009-05-20 Ludovic CourtèsFix compilation of `gcc_os_dep.c' on Tru64.
2009-05-20 Neil JerramFix `explicitely' typos, should be `explicitly'
2009-05-20 Andy Wingoand, or, cond etc use syntax-rules, compile scheme...
2009-04-29 Andy Wingofirst-class macro representation (no bits on variables)
2009-04-28 Andy Wingoa different tack for syncase macro representation
2009-04-26 Andy Wingoadd module-{define-keyword!,undefine-keyword!,lookup...
2009-04-25 Andy Wingoall of guile compiles now, expanded with syncase
2009-04-24 Andy Wingomake sure we compile boot code in (guile), not (guile...
2009-04-21 Andy Wingoallow eval to be called before modules are booted
2009-04-21 Andy Wingoscm_[current_]module_transformer returns the %pre-modul...
2009-04-20 Andy WingoMerge branch 'syncase'
2009-04-17 Andy Wingono positions when reading psyntax-pp, validation in...
2009-04-17 Andy Wingofix handling of pre-modules errors in the vm
2009-04-17 Andy Wingo@ and @@ as primitive macros
2009-04-17 Andy Wingoeval-closure-module, here hopefully not for long
2009-04-17 Andy Wingothread the module through syntax-case's expansion
2009-04-17 Andy Wingofix a tricky GC bug in scm_c_make_subr
2009-04-17 Andy Wingoguile-tools is a scheme script that loads scheme modules
2009-04-17 Andy Wingofix a couple gc-related continuations bugs
2009-04-05 Ludovic CourtèsAvoid uses of deprecated forms in the VM code.
2009-04-05 danielMake `--disable-deprecated' work.
2009-04-04 Andy Wingofix nondeterminism in vm-i-system.c
2009-04-03 Andy Wingono hard-coded stack limitations if the user has getrlimit
2009-03-29 Andy WingoMerge branch 'wingo'
2009-03-28 Andy Wingobugfix: don't dynamic link if we found a registered...
2009-03-28 Andy Wingoframe, program, objcode, etc inits use load-extension
2009-03-27 Andy Wingofix distcheck hopefully, by cleaning the vm-i-*.i files
2009-03-27 Andy Wingorely on getrlimit to DTRT, don't make stack calibration...
2009-03-27 Andy Wingogetrlimit-based stack limits
2009-03-27 Andy Wingoadd getrlimit and setrlimit wrappers
2009-03-27 Ludovic CourtèsImprove wording in `libguile/Makefile.am' regarding...
2009-03-26 Ludovic CourtèsRun the stack calibration script before running the...
2009-03-26 Ludovic CourtèsRemove multiple definition of `scm_i_marking'.
2009-03-24 Ludovic CourtèsInclude <alloca.h> in `gsubr.c'.
2009-03-20 Andy Wingofix casts to unsigned long in objcodes.c
2009-03-19 Ludovic CourtèsHave `scm_take_locale_symbol ()' return an interned...
2009-03-17 Andy Wingonon-srcdir build fixes
2009-03-17 Andy Wingotry a new way of checking byte order
2009-03-17 Andy WingoMerge commit 'cb9d473112ac172a3d328bb029b5b550918d4262...
2009-03-17 Andy WingoMerge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2...
2009-03-17 Andy Wingofix marking of double-cell subrs
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-08 Ludovic CourtèsProvide a C vararg interface to gsubr invocation.
2009-03-08 Ludovic CourtèsSlightly simplify gsubr invocation in the evaluator.
next