summaryrefslogtreecommitdiff
path: root/libguile/deprecated.h
AgeCommit message (Expand)AuthorFilesLines
2005-07-31* gc-mark.c (scm_mark_all): Do not rely on hooks to run the weakMarius Vollmer1-16/+30
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-0/+56
2005-02-08(SCM_ARRAY_DIMS): Rename scm_i_attay_dims -->Mikael Djurfeldt1-2/+2
2005-01-12Turn all deprecated features that once were macros but are nowMarius Vollmer1-22/+46
2005-01-11(SCM_ARRAYP, SCM_ARRAY_NDIM, SCM_ARRAY_CONTP, SCM_ARRAY_MEM,Marius Vollmer1-0/+11
2005-01-10(SCM_CHARS, SCM_UCHARS, SCM_LENGTH, scm_i_object_chars,Marius Vollmer1-0/+9
2005-01-07(SCM_BITVEC_REF, SCM_BITVEC_SET, SCM_BITVEC_CLR): Removed.Marius Vollmer1-0/+12
2004-10-04* keywords.h, keywords.c, deprecated.h, deprecated.cMarius Vollmer1-0/+8
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-0/+8
2004-08-12* strings.h, strings.c (scm_i_get_substring_spec): New.Marius Vollmer1-0/+29
2004-08-10* strings.h, deprecated.h (SCM_STRING_COERCE_0TERMINATION_X):Marius Vollmer1-9/+31
2004-08-09(scm_round, scm_truncate): Renamed to scm_c_round and scm_c_truncate;Marius Vollmer1-0/+6
2004-08-02* discouraged.h, discouraged.c: New files.Marius Vollmer1-24/+0
2004-07-27* deprecated.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOLP, SCM_BOOL):Marius Vollmer1-6/+13
2004-07-23(SCM_INUMP, SCM_NINUMP, SCM_INUM): Deprecated by reenaming them toMarius Vollmer1-17/+19
2004-07-10(SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, SCM_VALIDATE_BIGINT,Marius Vollmer1-0/+72
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-0/+22
2004-05-06(SCM_CELL_WORD_LOC): Moved to "deprecated.h".Marius Vollmer1-0/+5
2004-04-22 Hide the implementation of ilocs and isyms in eval.c.Dirk Herrmann1-0/+17
2004-03-29 Introduce scm_debug_mode_p as a replacement for scm_debug_mode andDirk Herrmann1-9/+5
2003-11-18move long_long and ulong_long definitions toRob Browning1-8/+0
2003-09-21 * numbers.h (SCM_INEXACTP): Removed uses of SCM_TYP16S.Dirk Herrmann1-0/+5
2003-09-06 * numbers.h (SCM_INEXACTP, SCM_REALP, SCM_COMPLEXP): Removed usesDirk Herrmann1-0/+7
2003-06-29(SCM_OPDIRP, scm_fport, scm_option, scm_srcprops, scm_srcprops_chunk,Marius Vollmer1-58/+43
2003-06-19(scm_strhash, scm_sym2ovcell_soft, scm_sym2ovcell,Marius Vollmer1-28/+22
2003-06-142003-06-14 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-0/+5
2003-06-04 * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT,Dirk Herrmann1-0/+7
2003-06-02 * deprecated.c, deprecated.h, eval.c, eval.h: DeprecatedDirk Herrmann1-0/+31
2003-05-20(scm_subr_entry, SCM_SUBR_DOC, scm_make_subr,Marius Vollmer1-43/+43
2003-05-20(scm_makstr, scm_makfromstr, scm_variable_set_name_hint,Marius Vollmer1-31/+46
2003-05-12(SCM_GC8MARKP, SCM_SETGC8MARK, SCM_CLRGC8MARK):Mikael Djurfeldt1-3/+3
2003-05-01(scm_rstate, scm_rng, SCM_SLOPPY_CONSP, SCM_SLOPPY_NCONSP,Marius Vollmer1-23/+10
2003-04-30(scm_protect_object, scm_unprotect_object, SCM_SETAND_CAR,Marius Vollmer1-31/+31
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2003-03-26More deprecated stuff.Marius Vollmer1-29/+16
2003-03-26* deprecated.c, deprecated.h: New files, to collect deprecatedMarius Vollmer1-0/+303