Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / libguile / deprecated.c
2011-12-19 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-13 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-01 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-22 Ludovic CourtèsFix compilation of `deprecated.c' with SCM_DEBUG_TYPING...
2011-10-10 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-09-29 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-08-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-07-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-06-30 Andy WingoMerge remote-tracking branch 'origin/lexical-literals'
2011-06-30 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-30 Andy Wingofix --disable-modules build
2011-06-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-16 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-06-02 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-05-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-26 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-26 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2011-05-26 Andy Wingodeprecate scm_immutable_{double_,}cell
2011-05-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-13 Andy Wingomerge strictness branch from 2.0
2011-05-13 Andy Wingodeprecate scm_internal_dynamic_wind
2011-05-12 Andy Wingoremove all deprecated code
2011-05-05 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-05-01 Andy Wingodeprecate scm_struct_table
2011-05-01 Andy Wingodeprecated primitive-properties don't get handles from...
2011-05-01 Andy Wingodeprecate scm_whash API
2011-04-11 Andy WingoMerge remote branch 'origin/stable-2.0'
2011-03-20 Ludovic CourtèsMake VM string literals immutable.
2011-02-10 Andy Wingodeprecate primitive properties
2011-02-09 Ralf Wildenhuesfix typos in the manual bits generated from source...
2010-11-18 Andy Wingodeprecate cuserid
2010-08-08 Andy Wingoremove "discouraged" infrastructure
2010-08-08 Andy Wingodeprecated all discouraged functions
2010-07-28 Ludovic CourtèsUse "pointer" instead of "foreign" when dealing with...
2010-07-26 Ludovic CourtèsSimplify the (system foreign) API.
2010-06-19 Andy Wingodeprecate the-last-stack
2010-05-13 Andy Wingoscm_badargsp is deprecated
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-01 Andy Wingodeprecate dynamic-args-call, and update docs some more
2010-03-31 Andy Wingomore fixes to equal? for arrays
2010-02-26 Andy Wingodeprecate lazy-catch
2010-01-20 Ludovic CourtèsFix `uniform-vector-read!' and `uniform-vector-write'.
2010-01-07 Andy Wingobetter scm_subr_p deprecation
2010-01-07 Andy Wingoreimplement srfi-4 vectors on top of bytevectors
2010-01-05 Andy Wingoremove the deprecatd scm_make_subr_*
2009-12-11 Andy Wingomerge from master to elisp
2009-12-08 Andy WingoSCM_CELL in deprecated.c
2009-12-05 Andy Wingofurther boot cleanups
2009-12-05 Andy Wingoremove a bunch of needless scm_permanent_object calls
2009-12-03 Andy Wingoimplement transcendental sin, cos etc in c; deprecate...
2009-12-03 Andy Wingoexpt implemented in C, handles complex numbers
2009-12-03 Andy Wingoremove debug frames
2009-12-01 Andy Wingoformally deprecate trampolines
2009-12-01 Andy Wingoremove some deprecated things, undeprecate scm_the_root...
2009-11-25 Ludovic CourtèsDon't build `inet-aton' and `inet-ntoa' when --disable...
2009-11-16 Ludovic CourtèsDeprecate `inet-ntoa' and `inet-aton'.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-09 Ludovic CourtèsDeprecate `scm_mask_ints'.
2009-10-02 Ludovic CourtèsUse `SCM_DEPRECATED' in declarations of deprecated...
2009-09-28 Ludovic CourtèsRemove default port/SMOB finalizers.
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-28 Ludovic CourtèsRemove deprecated variables/macros from the GC headers.
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-23 Michael GranAvoid type-punning warning in scm_gentemp
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-21 Michael GranUse string and symbol accessors with obarrays and keywo...
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-07-19 Andy Wingomove generic array foo out to its own file
2009-07-19 Andy Wingoremove enclosed arrays
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-08-26 Andy Wingomerge from guile master
2008-08-02 Andy Wingomerge guile-vm to guile
2008-06-02 Ludovic CourtèsWork around `#define except' on Tru64.
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-07-31 Marius Vollmer* gc-mark.c (scm_mark_all): Do not rely on hooks to...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-07 Marius VollmerInclude "libguile/async.h" for SCM_CRITICAL_SECTION_STA...
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-01-12 Marius VollmerTurn all deprecated features that once were macros...
2005-01-11 Marius Vollmer(SCM_ARRAYP, SCM_ARRAY_NDIM, SCM_ARRAY_CONTP, SCM_ARRAY...
2005-01-10 Marius Vollmer(SCM_CHARS, SCM_UCHARS, SCM_LENGTH, scm_i_object_chars,
2005-01-07 Marius Vollmer(SCM_BITVEC_REF, SCM_BITVEC_SET, SCM_BITVEC_CLR): Removed.
2005-01-02 Marius VollmerUse new vector elements API or simple vector API, as...
2004-10-04 Marius VollmerInclude discouraged.h and keywords.h. Fixed silly...
next