summaryrefslogtreecommitdiff
path: root/libguile/load.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-15Restore signature of `scm_primitive_load_path ()' as found in 1.8.Ludovic Courtès1-4/+27
2009-09-20Compile in a fresh module by default.Ludovic Courtès1-1/+5
2009-09-18Add the `%host-type' global variable.Ludovic Courtès1-0/+4
2009-09-09Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+1
2009-08-28Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-7/+25
2009-08-28fix case in which compiled path had stale .go, but fallback had fresh .goAndy Wingo1-1/+1
2009-08-28Add missing `FUNC_NAME' definition.Ludovic Courtès1-2/+3
2009-08-25Add full Unicode capability to ports and the default readerMichael Gran1-1/+10
2009-08-20autocompiled files before installation go to a cache dir in the builddirAndy Wingo1-1/+1
2009-08-18`load' autocompilesAndy Wingo1-5/+13
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-43/+238
2009-08-11make the fallback path look less like line noiseAndy Wingo1-1/+2
2009-08-11include objcode cookie in the fallback pathAndy Wingo1-1/+1
2009-06-20put autocompiled files into ~/.cache or $XDG_CACHE_HOMEAndy Wingo1-16/+20
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-06-05stamp .go with timestamp of .scm; a fresh go has same mtime of .scmAndy Wingo1-4/+4
2009-06-05final (?) tweaks to the autocompile codeAndy Wingo1-9/+37
2009-06-05simplify autocompilation some moreAndy Wingo1-74/+64
2009-06-05further autocompilation tweaksAndy Wingo1-35/+43
2009-06-03fix error autocompiling parts of the compiler; make check worksAndy Wingo1-1/+13
2009-06-03tweaks to autocompile codeAndy Wingo1-13/+36
2009-06-03implement autocompilationAndy Wingo1-1/+61
2009-06-03add exception_on_error optional arg to primitive-load-pathAndy Wingo1-6/+17
2009-06-03refactors to load.c to support auto-compilationAndy Wingo1-32/+45
2009-06-03separate the load-compiled path from the load pathAndy Wingo1-2/+46
2009-03-22Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-10/+99
2008-09-30Merge commit 'origin/master' into vmAndy Wingo1-1/+1
2008-09-18don't poke installed scm, go, etc files when running pre-inst-guileAndy Wingo1-3/+11
2008-09-17Remove GC-related code from fluids.Ludovic Courtès1-5/+4
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2008-09-02make primitive-load-path load compiled files if availableAndy Wingo1-7/+88
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-29Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer1-8/+8
2005-12-14* api-evaluation.texi (Loading): Document custom reader.Neil Jerram1-1/+21
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-05-12* unif.c (scm_i_read_array): Declare rank as ssize_t, to guaranteeNeil Jerram1-2/+2
2005-03-02(scm_primitive_load): Use scm_i_frame_current_load_port instead ofMarius Vollmer1-30/+13
2004-09-22*** empty log message ***Marius Vollmer1-3/+3
2004-08-24Include "srfi-13.h" instead of "strop.h".Marius Vollmer1-1/+1
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-16/+17
2004-08-13(scm_init_load_path): Do not pass NULL to scm_to_locale_string, whichMarius Vollmer1-2/+4
2004-08-12(scm_primitive_load_path): Do not check for absolute filenames whenMarius Vollmer1-15/+2
2004-08-10Removed commented out debugging fprintfs.Marius Vollmer1-3/+0
2004-08-10(scm_internal_parse_path): Removed.Marius Vollmer1-129/+153
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-2/+2
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-5/+5
2003-05-292003-05-29 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-0/+26
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-25* load.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-0/+4
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-2/+2