summaryrefslogtreecommitdiff
path: root/libguile/deprecated.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-27Remove generalized vector interface; deprecated in 2.0 already.Andy Wingo1-83/+0
2013-02-18Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+83
2013-02-18deprecate generalized vectors in favor of arraysAndy Wingo1-1/+83
2012-07-06deprecate struct-vtable-tagAndy Wingo1-0/+17
2012-06-08Fix invalid use of `SCM' as a Boolean.Ludovic Courtès1-2/+2
2012-05-23Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+2
2012-05-23finish deprecating eval closuresAndy Wingo1-0/+79
2012-05-23deprecate lookup closuresAndy Wingo1-0/+49
2012-05-23deprecate scm_sym2varAndy Wingo1-1/+59
2012-01-08deprecate SCM_ASRTGOAndy Wingo1-0/+12
2011-10-22Fix compilation of `deprecated.c' with SCM_DEBUG_TYPING_STRICTNESS=2.Ludovic Courtès1-5/+5
2011-06-30fix --disable-modules buildAndy Wingo1-1/+9
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