Renamed the "frames" that are related to dynamic-wind to "dynamic
[bpt/guile.git] / libguile / load.c
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2005-12-14 Neil Jerram* api-evaluation.texi (Loading): Document custom reader.
2005-05-23 Marius VollmerThe FSF has a new address.
2005-05-12 Neil Jerram* unif.c (scm_i_read_array): Declare rank as ssize_t...
2005-03-02 Marius Vollmer(scm_primitive_load): Use scm_i_frame_current_load_port...
2004-09-22 Marius Vollmer*** empty log message ***
2004-08-24 Marius VollmerInclude "srfi-13.h" instead of "strop.h".
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-13 Marius Vollmer(scm_init_load_path): Do not pass NULL to scm_to_locale...
2004-08-12 Marius Vollmer(scm_primitive_load_path): Do not check for absolute...
2004-08-10 Marius VollmerRemoved commented out debugging fprintfs.
2004-08-10 Marius Vollmer(scm_internal_parse_path): Removed.
2004-07-27 Marius Vollmer* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2003-05-29 Stefan Jahn2003-05-29 Stefan Jahn <stefan@lkcc.org>
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-25 Rob Browning* load.c: #include <config.h> if HAVE_CONFIG_H.
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2002-01-22 Neil Jerram* First batch of libguile changes for Elisp support.
2001-08-31 Dirk Herrmann* Removed deprecated stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-29 Marius Vollmer(scm_c_primitive_load,
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-06-26 Keisuke Nishida * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
2001-06-26 Dirk Herrmann* Deprecated scm_makfromstr and added scm_mem2string...
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-05-15 Dirk Herrmann* Make SCM_DEBUG_CELL_ACCESSES=1 work with GUILE_DEBUG_...
2001-03-12 Martin Grabmüller * load.c (scm_primitive_load, scm_primitive_load_path),
2001-03-11 Keisuke NishidaUse SCM_LISTn instead of scm_listify.
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-06 Dirk Herrmann* Remove uses of SCM_ASSERT that may result in error...
2001-02-22 Marius Vollmer* load.c (load): Use scm_primtive_eval_x instead of...
2001-02-16 Martin Grabmüller(scm_parse_path, scm_search_path): Added docstrings.
2001-02-08 Marius Vollmer* modules.h (scm_selected_module, scm_current_module...
2001-01-26 Dirk Herrmann* Added missing includes of string.h.
2000-12-08 Dirk Herrmann* Use scm_mem2symbol or scm_str2symbol to create symbol...
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-30 Dirk Herrmann* Change a couple of functions to accept either symbols...
2000-08-11 Mikael Djurfeldt* load.c (load): Use `scm_selected_module' to compute...
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-06-05 Dirk Herrmann* Removed SCM_TRUE_P since it may get confused with...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-20 Greg J. BadrosPatch from Dirk Hermann:
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-11 Greg J. Badros* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
2000-01-11 Greg J. Badros* dynl.c, error.c, eval.c, feature.c, filesys.c, fports...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-14 Greg J. Badros* backtrace.c (scm_set_print_params_x): Renamed from
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-09-12 Jim BlandyUpdate copyright years.
1999-09-03 Jim Blandy* load.c (scm_search_path): If the filename has any...
1999-08-29 Mikael Djurfeldt* load.c (scm_search_path): Don't try extensions which...
1999-08-20 Jim Blandy* load.c (scm_init_load_path): Remove support for SCHEM...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-09-06 Jim Blandy* load.c (swap_port): Make this function static.
1998-06-22 Mikael Djurfeldt* load.c (scm_internal_parse_path): Renamed from scm_pa...
1998-06-18 Mikael Djurfeldt* load.c: #include "dynwind.h";
1997-10-25 Jim Blandy* load.c (scm_init_load_path): Check GUILE_LOAD_PATH...
1997-09-22 Mikael Djurfeldt* init.c (scm_boot_guile_1): Added scm_init_objects ().
1997-06-23 Jim Blandy* Makefile.am (libpath.h): Include the values of all...
1997-06-17 Tim PierceTue Jun 17 13:49:56 1997 Tim Pierce <twpierce@bio...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-03-08 Gary Houston * strports.c (scm_read_0str, scm_eval_0str): update...
1996-11-02 Mikael Djurfeldt * load.c: Added #include "throw.h".
1996-10-30 Mikael Djurfeldt * load.c, load.h (scm_sys_package_data_dir): New function.
1996-10-28 Jim Blandy* * load.c (scm_sys_search_load_path): Search for files...
1996-10-27 Gary Houston* load.c: change s_try_load and s_try_load_path to...
1996-10-20 Mikael Djurfeldt* pairs.h, eval.c, eval.h, feature.c, gc.c, list.c...
1996-10-15 Jim Blandy* load.c (scm_primitive_load, scm_primitive_load_path...
1996-10-12 Gary Houston* error.c, eval.c, load.c, stackchk.c: use scm_error...
1996-09-28 Gary Houston* strings.c, strings.h: (scm_makfrom0str, scm_makefrom0...
1996-09-24 Gary Houston* load.c (scm_sys_try_load): don't check whether value...
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-09-05 Jim Blandy* load.c (scm_sys_try_load): Correct spelling.
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import