Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / libguile / load.c
2011-12-01 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-23 Andy Wingouse new scm_make_fluid_with_default
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-07 Andy Wingolocking for putc, puts
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-25 Andy Wingomost uses of scm_from_locale_symbol become scm_from_utf...
2011-10-24 Andy Wingoadd SCM_{PACK,UNPACK}_POINTER
2011-08-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-08-03 Andy Wingoavoid duplicate stats when searching for files in a...
2011-08-03 Andy Wingofix unnecessary call to canonicalize_path in load-path...
2011-07-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-07-21 Andy Wingoadd a site dir to %load-compiled-path
2011-06-30 Andy Wingofix generation of auto-compiled file names on mingw...
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-06-30 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-30 Andy Wingo%load-hook not just for primitive-load
2011-06-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-17 Andy Wingobetter messages on failed autocompilation
2011-06-16 Jan Nieuwenhuizenmingw: use $APPDATA as a possible root for cachedir.
2011-05-13 Andy Wingomerge strictness branch from 2.0
2011-05-13 Andy Wingoscm_is_false instead of == SCM_BOOL_F; also is_null...
2011-04-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-04-15 Andy Wingoadd --fresh-auto-compile
2011-04-14 Andy Wingoadd packager info to %build-info
2011-02-13 Ludovic CourtèsAdd `%auto-compilation-options', used by `compile-file...
2011-02-13 Andy Wingoprimitive-load defaults to utf-8, not latin-1
2011-02-13 Andy Wingoautocompile -> auto-compile
2011-01-07 Andy Wingouse scm_from_latin1_symboln for string literals and...
2010-09-04 Ludovic CourtèsDon't say "source file is newer" when either file is...
2010-09-04 Ludovic CourtèsCompare source/compiled file timestamps with nano-secon...
2010-08-06 Andy Wingo%site-dir is specific to the effective version
2010-07-26 Ludovic CourtèsCheck for go/scm mtime ordering rather than equality.
2010-06-20 Ludovic CourtèsCanonicalize source file names in `primitive-load-path...
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingoremove libguile/lang.h, deprecate %nil (in favor of...
2010-03-30 Andy Wingocorrectly handle --no-autocompile (fixed broken previou...
2010-03-30 Andy Wingogoing through scm_shell not necessary to get autocompil...
2010-01-07 Andy Wingoproperly integrate vm bootstrapping into init.c
2010-01-07 Ludovic CourtèsFix 1.8-compatibility of `scm_search_path ()'.
2009-12-20 Andy Wingoin the load path, look in library-dir before site-dir
2009-12-11 Andy Wingomerge from master to elisp
2009-12-10 Andy Wingoif we have no eval.go, load no .go
2009-12-05 Andy Wingoremove a bunch of needless scm_permanent_object calls
2009-12-02 Andy Wingoreally boot primitive-eval from scheme.
2009-11-14 Ludovic CourtèsHave `scm_scan_for_encoding ()' use GC-managed memory.
2009-11-01 Ludovic CourtèsRestore signature of `scm_search_path ()' as found...
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-14 Ludovic CourtèsRestore signature of `scm_primitive_load_path ()' as...
2009-09-20 Ludovic CourtèsCompile in a fresh module by default.
2009-09-18 Ludovic CourtèsAdd the `%host-type' global variable.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-28 Andy Wingofix case in which compiled path had stale .go, but...
2009-08-27 Ludovic CourtèsAdd missing `FUNC_NAME' definition.
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-25 Michael GranAdd full Unicode capability to ports and the default...
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-20 Andy Wingoautocompiled files before installation go to a cache...
2009-08-18 Andy Wingo`load' autocompiles
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-11 Andy Wingomake the fallback path look less like line noise
2009-08-11 Andy Wingoinclude objcode cookie in the fallback path
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-20 Andy Wingoput autocompiled files into ~/.cache or $XDG_CACHE_HOME
2009-06-16 Neil JerramChange Guile license to LGPLv3+
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-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 Wingoseparate the load-compiled path from the load path
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
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...
next