summaryrefslogtreecommitdiff
path: root/libguile/load.c
Commit message (Expand)AuthorAgeFilesLines
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* stamp .go with timestamp of .scm; a fresh go has same mtime of .scmAndy Wingo2009-06-051-4/+4
* final (?) tweaks to the autocompile codeAndy Wingo2009-06-051-9/+37
* simplify autocompilation some moreAndy Wingo2009-06-051-74/+64
* further autocompilation tweaksAndy Wingo2009-06-051-35/+43
* fix error autocompiling parts of the compiler; make check worksAndy Wingo2009-06-031-1/+13
* tweaks to autocompile codeAndy Wingo2009-06-031-13/+36
* implement autocompilationAndy Wingo2009-06-031-1/+61
* add exception_on_error optional arg to primitive-load-pathAndy Wingo2009-06-031-6/+17
* refactors to load.c to support auto-compilationAndy Wingo2009-06-031-32/+45
* separate the load-compiled path from the load pathAndy Wingo2009-06-031-2/+46
* Merge commit 'origin/master' into vmAndy Wingo2008-09-301-1/+1
|\
| * Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* | don't poke installed scm, go, etc files when running pre-inst-guileAndy Wingo2008-09-181-3/+11
* | make primitive-load-path load compiled files if availableAndy Wingo2008-09-021-7/+88
|/
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer2006-01-291-8/+8
* * api-evaluation.texi (Loading): Document custom reader.Neil Jerram2005-12-141-1/+21
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* * unif.c (scm_i_read_array): Declare rank as ssize_t, to guaranteeNeil Jerram2005-05-121-2/+2
* (scm_primitive_load): Use scm_i_frame_current_load_port instead ofMarius Vollmer2005-03-021-30/+13
* *** empty log message ***Marius Vollmer2004-09-221-3/+3
* Include "srfi-13.h" instead of "strop.h".Marius Vollmer2004-08-241-1/+1
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-16/+17
* (scm_init_load_path): Do not pass NULL to scm_to_locale_string, whichMarius Vollmer2004-08-131-2/+4
* (scm_primitive_load_path): Do not check for absolute filenames whenMarius Vollmer2004-08-121-15/+2
* Removed commented out debugging fprintfs.Marius Vollmer2004-08-101-3/+0
* (scm_internal_parse_path): Removed.Marius Vollmer2004-08-101-129/+153
* * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer2004-07-271-2/+2
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-5/+5
* 2003-05-29 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2003-05-291-0/+26
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * load.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-0/+4
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-2/+2
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer2002-02-111-3/+2
* * First batch of libguile changes for Elisp support.Neil Jerram2002-01-221-5/+6
* * Removed deprecated stuff.Dirk Herrmann2001-08-311-24/+0
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* (scm_c_primitive_load,Marius Vollmer2001-06-291-0/+12
* * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida2001-06-281-7/+7
* * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,Keisuke Nishida2001-06-261-1/+1
* * Deprecated scm_makfromstr and added scm_mem2string as a replacement.Dirk Herrmann2001-06-261-4/+3
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-1/+1
* * validate.hMichael Livshin2001-05-241-6/+6
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-6/+6
* * Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_FREELIST.Dirk Herrmann2001-05-151-1/+1
* * load.c (scm_primitive_load, scm_primitive_load_path),Martin Grabmüller2001-03-121-17/+20
* Use SCM_LISTn instead of scm_listify.Keisuke Nishida2001-03-111-9/+7
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0