Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / libguile / load.c
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-02 Bake TimmonsImprove the usage of variable names in C docstrings.
2012-02-02 Mark H WeaverFix search_path to fill stat_buf when given an absolute...
2012-01-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-30 Andy WingoMerge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
2012-01-30 Andy WingoMerge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
2012-01-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-09 Andy WingoMerge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'
2012-01-09 Andy WingoMerge commit 'cc8afa2b361635953dfba7f10e4193b1f243a50f'
2012-01-09 Andy Wingoprimitive-load returns the value(s) of the last expression
2011-12-19 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-13 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-05 Andy Wingowarnings written to warning port
2011-12-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
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...
next