summaryrefslogtreecommitdiff
path: root/libguile/deprecated.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-07Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END.Marius Vollmer1-0/+1
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-11/+92
2005-01-12Turn all deprecated features that once were macros but are nowMarius Vollmer1-20/+20
2005-01-11(SCM_ARRAYP, SCM_ARRAY_NDIM, SCM_ARRAY_CONTP, SCM_ARRAY_MEM,Marius Vollmer1-0/+60
2005-01-10(SCM_CHARS, SCM_UCHARS, SCM_LENGTH, scm_i_object_chars,Marius Vollmer1-0/+27
2005-01-07(SCM_BITVEC_REF, SCM_BITVEC_SET, SCM_BITVEC_CLR): Removed.Marius Vollmer1-0/+60
2005-01-02Use new vector elements API or simple vector API, as appropriate.Marius Vollmer1-1/+1
2004-10-04Include discouraged.h and keywords.h. Fixed silly typo.Marius Vollmer1-1/+3
2004-10-04* keywords.h, keywords.c, deprecated.h, deprecated.cMarius Vollmer1-0/+16
2004-09-22*** empty log message ***Marius Vollmer1-5/+5
2004-08-24Include "srfi-13.h" instead of "strop.h".Marius Vollmer1-1/+1
2004-08-19(SCM_SYMBOL_CHARS): Cast away const in return.Marius Vollmer1-2/+2
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-15/+51
2004-08-10* strings.h, deprecated.h (SCM_STRING_COERCE_0TERMINATION_X):Marius Vollmer1-31/+42
2004-08-09(scm_round, scm_truncate): Renamed to scm_c_round and scm_c_truncate;Marius Vollmer1-1/+17
2004-08-02* discouraged.h, discouraged.c: New files.Marius Vollmer1-1/+1
2004-07-27* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it intoMarius Vollmer1-8/+8
2004-07-23(SCM_INUMP, SCM_NINUMP, SCM_INUM): Deprecated by reenaming them toMarius Vollmer1-1/+17
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-2/+0
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-18/+28
2004-04-22 Hide the implementation of ilocs and isyms in eval.c.Dirk Herrmann1-0/+8
2003-06-19(scm_strhash, scm_sym2ovcell_soft, scm_sym2ovcell,Marius Vollmer1-0/+430
2003-06-02 * deprecated.c, deprecated.h, eval.c, eval.h: DeprecatedDirk Herrmann1-0/+11
2003-05-25 * deprecated.c (scm_read_and_eval_x): Fixed C99-ism.Dirk Herrmann1-1/+3
2003-05-20(scm_subr_entry, SCM_SUBR_DOC, scm_make_subr,Marius Vollmer1-0/+162
2003-05-20(scm_makstr, scm_makfromstr, scm_variable_set_name_hint,Marius Vollmer1-0/+166
2003-04-30(scm_protect_object, scm_unprotect_object, SCM_SETAND_CAR,Marius Vollmer1-0/+148
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2003-03-26More deprecated stuff.Marius Vollmer1-0/+146
2003-03-26* deprecated.c, deprecated.h: New files, to collect deprecatedMarius Vollmer1-0/+65