summaryrefslogtreecommitdiff
path: root/libguile/deprecated.c
Commit message (Expand)AuthorAgeFilesLines
* deprecate scm_immutable_{double_,}cellAndy Wingo2011-05-261-0/+22
* deprecate scm_internal_dynamic_windAndy Wingo2011-05-131-0/+23
* deprecate scm_struct_tableAndy Wingo2011-05-011-0/+14
* deprecated primitive-properties don't get handles from weak hash tablesAndy Wingo2011-05-011-19/+16
* deprecate scm_whash APIAndy Wingo2011-05-011-0/+64
* Make VM string literals immutable.Ludovic Courtès2011-03-201-1/+1
* deprecate primitive propertiesAndy Wingo2011-02-101-1/+112
* fix typos in the manual bits generated from source comments.Ralf Wildenhues2011-02-091-1/+1
* deprecate cuseridAndy Wingo2010-11-181-0/+29
* remove "discouraged" infrastructureAndy Wingo2010-08-081-1/+27
* deprecated all discouraged functionsAndy Wingo2010-08-081-0/+349
* Use "pointer" instead of "foreign" when dealing with wrapped pointers.Ludovic Courtès2010-07-281-2/+2
* Simplify the (system foreign) API.Ludovic Courtès2010-07-261-2/+2
* deprecate the-last-stackAndy Wingo2010-06-191-0/+49
* scm_badargsp is deprecatedAndy Wingo2010-05-131-0/+21
* deprecate dynamic-args-call, and update docs some moreAndy Wingo2010-04-021-0/+40
* more fixes to equal? for arraysAndy Wingo2010-04-011-0/+10
* deprecate lazy-catchAndy Wingo2010-02-261-0/+50
* Fix `uniform-vector-read!' and `uniform-vector-write'.Ludovic Courtès2010-01-201-16/+39
* better scm_subr_p deprecationAndy Wingo2010-01-071-0/+7
* reimplement srfi-4 vectors on top of bytevectorsAndy Wingo2010-01-071-50/+213
* remove the deprecatd scm_make_subr_*Andy Wingo2010-01-051-33/+1
* SCM_CELL in deprecated.cAndy Wingo2009-12-081-1/+1
* further boot cleanupsAndy Wingo2009-12-051-1/+1
* remove a bunch of needless scm_permanent_object callsAndy Wingo2009-12-051-6/+4
* implement transcendental sin, cos etc in c; deprecate $sin, $cos, etcAndy Wingo2009-12-031-0/+45
* expt implemented in C, handles complex numbersAndy Wingo2009-12-031-0/+8
* remove debug framesAndy Wingo2009-12-031-8/+0
* formally deprecate trampolinesAndy Wingo2009-12-011-0/+39
* remove some deprecated things, undeprecate scm_the_root_module()Andy Wingo2009-12-011-22/+0
* Don't build `inet-aton' and `inet-ntoa' when --disable-networking.Ludovic Courtès2009-11-251-2/+5
* Deprecate `inet-ntoa' and `inet-aton'.Ludovic Courtès2009-11-161-0/+41
* Deprecate `scm_mask_ints'.Ludovic Courtès2009-10-091-0/+8
* Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.Ludovic Courtès2009-10-021-0/+2
* Remove default port/SMOB finalizers.Ludovic Courtès2009-09-281-0/+15
* Remove deprecated variables/macros from the GC headers.Ludovic Courtès2009-08-281-1/+24
* Merge commit 'origin/master'Andy Wingo2009-08-251-2/+3
|\
| * Avoid type-punning warning in scm_gentempMichael Gran2009-08-231-2/+3
* | Merge wip-array refactor, up to cd43fdc5b7a7cAndy Wingo2009-08-251-1/+2
|\ \ | |/ |/|
| * move generic array foo out to its own fileAndy Wingo2009-07-191-0/+1
| * remove enclosed arraysAndy Wingo2009-07-191-1/+1
* | Use string and symbol accessors with obarrays and keyword-dash-symbolsMichael Gran2009-08-201-14/+18
|/
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-0/+4
* Work around `#define except' on Tru64.Ludovic Courtès2008-06-021-5/+5
* merge from 1.8 branchKevin Ryde2006-04-171-2/+2
* * gc-mark.c (scm_mark_all): Do not rely on hooks to run the weakMarius Vollmer2005-07-311-0/+53
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END.Marius Vollmer2005-03-071-0/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-11/+92