summaryrefslogtreecommitdiff
path: root/libguile/modules.c
Commit message (Expand)AuthorAgeFilesLines
...
| * eval-closure-module, here hopefully not for longAndy Wingo2009-04-171-0/+15
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-03-221-2/+24
|\ \ | |/
| * Merge commit 'origin/master' into vmAndy Wingo2008-09-301-0/+3
| |\
| * | move module-public-interface to C, and expose it as C APIAndy Wingo2008-09-291-0/+19
| * | module-variable accesses pre-module-obarray if module is #fAndy Wingo2008-09-071-2/+5
* | | Work around unintentional retention of modules by the GC.Ludovic Courtès2008-11-051-1/+7
* | | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2008-09-131-0/+3
|\ \ \ | | |/ | |/|
| * | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-0/+3
| |/
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2008-09-101-13/+15
|\ \ | |/
| * Release stuff: missing NEWS and 2007/2008 copyrights.Neil Jerram2008-02-151-1/+1
| * * modules.c (the_root_module): Moved before scm_current_module.Neil Jerram2008-02-011-12/+14
* | Merge commit '7337d56d5714227865aeca2b40b6bd97cce296d2' into boehm-demers-wei...Ludovic Courtès2008-09-101-56/+241
|\ \ | |/
| * Changes from arch/CVS synchronizationLudovic Courtès2007-05-051-56/+241
* | Merge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347' into boehm-demers-wei...Ludovic Courtès2008-09-101-2/+3
|\ \ | |/
| * Remove environments.[ch] from the build.Neil Jerram2006-11-021-2/+3
* | Removed a lot of now-useless SMOB mark/free functions.Ludovic Courtes2008-09-051-1/+0
* | Fixes in weak hash tables handling, notably in `hash-fold'.Ludovic Courtes2008-09-051-2/+12
|/
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer2006-01-291-2/+2
* (scm_eval_closure_module): Removed, we already haveMarius Vollmer2005-07-311-12/+0
* *** empty log message ***Han-Wen Nienhuys2005-06-111-0/+13
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (scm_frame_current_module): New.Marius Vollmer2005-03-021-0/+5
* Use new vector elements API or simple vector API, as appropriate.Marius Vollmer2005-01-021-1/+1
* *** empty log message ***Marius Vollmer2004-09-221-6/+6
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-8/+9
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-20/+20
* * libguile/eval.c (s_macro_keyword): New static identifier.Dirk Herrmann2004-04-261-1/+1
* * modules.c (module_variable): Fixed (and thus simplified) theDirk Herrmann2003-11-301-2/+1
* (scm_module_reverse_lookup): Check that the obarray really is aMarius Vollmer2003-09-121-0/+3
* 2003-05-29 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2003-05-291-9/+9
* * modules.c (s_scm_module_import_interface): move declaration ofRob Browning2003-04-051-1/+2
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * modules.c (scm_module_import_interface): New function.Mikael Djurfeldt2003-03-111-0/+36
* * environments.c (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31Mikael Djurfeldt2003-02-191-1/+1
* * hooks.c (scm_c_hook_add): Fixed bug in append mode.Mikael Djurfeldt2003-02-191-3/+3
* * modules.c (scm_export): Inserted a return statement.Mikael Djurfeldt2002-12-101-2/+2
* * modules.c (scm_export): new functionHan-Wen Nienhuys2002-12-101-3/+16
* * modules.c (scm_env_top_level, scm_lookup_closure_module,Dirk Herrmann2002-11-161-16/+16
* * modules.c (scm_sym2var): Don't compare SCM values with ==.Dirk Herrmann2002-07-211-1/+1
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* (scm_c_use_module): Adapt to changes to `process-use-modules'.Marius Vollmer2001-11-231-1/+1
* (scm_c_export): Do nothing when the first argument isMarius Vollmer2001-11-201-13/+30
* (scm_c_export): Call va_end after collecting the symbols.Marius Vollmer2001-11-131-0/+1
* * Documentation work.Neil Jerram2001-11-111-1/+1
* (module_variable): Pass over variables that exist but are unbound.Marius Vollmer2001-10-131-3/+8
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-86/+0
* * tags.h: Update tag system docs.Marius Vollmer2001-07-261-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida2001-06-281-7/+7