summaryrefslogtreecommitdiff
path: root/libguile/environments.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-30Remove unused environments code and testsNeil Jerram1-2226/+0
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+7
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-10-11Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+0
2008-09-28Remove GH and its traces.Han-Wen Nienhuys1-1/+0
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+4
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+4
2008-09-10Merge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347' into boehm-demers-wei...Ludovic Courtès1-3/+4
2008-09-05Removed a lot of now-useless SMOB mark/free functions.Ludovic Courtes1-125/+0
2008-09-05Tiny updates in `environments.c'.Ludovic Courtes1-5/+7
2006-10-09merge from 1.8 branchKevin Ryde1-3/+4
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-06-12(environment_default_folder,Marius Vollmer1-2/+2
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-01-20(obarray_enter, obarray_replace): Call SCM_HASHTABLE_INCREMENT whenMarius Vollmer1-0/+2
2005-01-02Use new vector elements API or simple vector API, as appropriate.Marius Vollmer1-8/+8
2004-09-22*** empty log message ***Marius Vollmer1-33/+33
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-15/+16
2004-08-10Instead calling scm_puts on the SCM_STRING_CHARS of a string, callMarius Vollmer1-5/+5
2004-08-02* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer1-9/+9
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-22/+22
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-6/+6
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-9/+9
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-12/+12
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2003-02-19* environments.c (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31Mikael Djurfeldt1-1/+1
2003-02-19* hooks.c (scm_c_hook_add): Fixed bug in append mode.Mikael Djurfeldt1-18/+30
2002-07-24* environments.c (remove_key_from_alist): Removed.Dirk Herrmann1-53/+7
2002-07-21* macros.c: include deprecation.hHan-Wen Nienhuys1-0/+3
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-17/+55
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-03-01Changes in doc/ref:Dirk Herrmann1-7/+5
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-21/+18
2001-11-25Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer1-12/+5
2001-06-28 * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida1-1/+1
2001-06-26 * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,Keisuke Nishida1-1/+1
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-2/+2
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-14/+21
2001-05-28* strop.c (s_scm_string_capitalize_x): fix docstring quoting.Michael Livshin1-2/+2
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-9/+9
2001-05-24* validate.hMichael Livshin1-24/+24
2001-04-10* Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann1-3/+3
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-4/+4
2001-03-11Use SCM_LISTn instead of scm_listify.Keisuke Nishida1-1/+1
2001-02-17(scm_environment_p)Martin Grabmüller1-127/+164
2001-02-02New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida1-2/+2
2000-12-15* New environment variable scm_system_environment to replace scm_symhash.Dirk Herrmann1-0/+6
2000-12-08Smob-related creanup.Keisuke Nishida1-44/+36
2000-12-08* Guile does not assume a hash table size of scm_symhash_dim any more.Dirk Herrmann1-2/+3
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2