summaryrefslogtreecommitdiff
path: root/libguile/deprecated.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-26Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo1-0/+22
2011-05-26deprecate scm_immutable_{double_,}cellAndy Wingo1-0/+22
2011-05-13merge strictness branch from 2.0Andy Wingo1-0/+26
2011-05-13deprecate scm_internal_dynamic_windAndy Wingo1-0/+23
2011-05-12remove all deprecated codeAndy Wingo1-2546/+0
2011-05-01deprecate scm_struct_tableAndy Wingo1-0/+14
2011-05-01deprecated primitive-properties don't get handles from weak hash tablesAndy Wingo1-19/+16
2011-05-01deprecate scm_whash APIAndy Wingo1-0/+64
2011-03-20Make VM string literals immutable.Ludovic Courtès1-1/+1
2011-02-10deprecate primitive propertiesAndy Wingo1-1/+112
2011-02-09fix typos in the manual bits generated from source comments.Ralf Wildenhues1-1/+1
2010-11-18deprecate cuseridAndy Wingo1-0/+29
2010-08-08remove "discouraged" infrastructureAndy Wingo1-1/+27
2010-08-08deprecated all discouraged functionsAndy Wingo1-0/+349
2010-07-28Use "pointer" instead of "foreign" when dealing with wrapped pointers.Ludovic Courtès1-2/+2
2010-07-26Simplify the (system foreign) API.Ludovic Courtès1-2/+2
2010-06-19deprecate the-last-stackAndy Wingo1-0/+49
2010-05-13scm_badargsp is deprecatedAndy Wingo1-0/+21
2010-04-02deprecate dynamic-args-call, and update docs some moreAndy Wingo1-0/+40
2010-04-01more fixes to equal? for arraysAndy Wingo1-0/+10
2010-02-26deprecate lazy-catchAndy Wingo1-0/+50
2010-01-20Fix `uniform-vector-read!' and `uniform-vector-write'.Ludovic Courtès1-16/+39
2010-01-07better scm_subr_p deprecationAndy Wingo1-0/+7
2010-01-07reimplement srfi-4 vectors on top of bytevectorsAndy Wingo1-50/+213
2010-01-05remove the deprecatd scm_make_subr_*Andy Wingo1-33/+1
2009-12-08SCM_CELL in deprecated.cAndy Wingo1-1/+1
2009-12-05further boot cleanupsAndy Wingo1-1/+1
2009-12-05remove a bunch of needless scm_permanent_object callsAndy Wingo1-6/+4
2009-12-03implement transcendental sin, cos etc in c; deprecate $sin, $cos, etcAndy Wingo1-0/+45
2009-12-03expt implemented in C, handles complex numbersAndy Wingo1-0/+8
2009-12-03remove debug framesAndy Wingo1-8/+0
2009-12-01formally deprecate trampolinesAndy Wingo1-0/+39
2009-12-01remove some deprecated things, undeprecate scm_the_root_module()Andy Wingo1-22/+0
2009-11-25Don't build `inet-aton' and `inet-ntoa' when --disable-networking.Ludovic Courtès1-2/+5
2009-11-16Deprecate `inet-ntoa' and `inet-aton'.Ludovic Courtès1-0/+41
2009-10-09Deprecate `scm_mask_ints'.Ludovic Courtès1-0/+8
2009-10-02Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.Ludovic Courtès1-0/+2
2009-09-28Remove default port/SMOB finalizers.Ludovic Courtès1-0/+15
2009-08-28Remove deprecated variables/macros from the GC headers.Ludovic Courtès1-1/+24
2009-08-25Merge commit 'origin/master'Andy Wingo1-2/+3
2009-08-25Merge wip-array refactor, up to cd43fdc5b7a7cAndy Wingo1-1/+2
2009-08-23Avoid type-punning warning in scm_gentempMichael Gran1-2/+3
2009-08-20Use string and symbol accessors with obarrays and keyword-dash-symbolsMichael Gran1-14/+18
2009-07-19move generic array foo out to its own fileAndy Wingo1-0/+1
2009-07-19remove enclosed arraysAndy Wingo1-1/+1
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-0/+4
2008-06-02Work around `#define except' on Tru64.Ludovic Courtès1-5/+5
2006-04-17merge from 1.8 branchKevin Ryde1-2/+2
2005-07-31* gc-mark.c (scm_mark_all): Do not rely on hooks to run the weakMarius Vollmer1-0/+53