provide missing prototypes
[bpt/guile.git] / libguile / deprecated.c
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...
2004-10-04 Marius Vollmer* keywords.h, keywords.c, deprecated.h, deprecated.c
2004-09-22 Marius Vollmer*** empty log message ***
2004-08-24 Marius VollmerInclude "srfi-13.h" instead of "strop.h".
2004-08-19 Marius Vollmer(SCM_SYMBOL_CHARS): Cast away const in return.
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-10 Marius Vollmer* strings.h, deprecated.h (SCM_STRING_COERCE_0TERMINATI...
2004-08-09 Marius Vollmer(scm_round, scm_truncate): Renamed to scm_c_round and...
2004-08-02 Marius Vollmer* discouraged.h, discouraged.c: New files.
2004-07-27 Marius Vollmer* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving...
2004-07-23 Marius Vollmer(SCM_INUMP, SCM_NINUMP, SCM_INUM): Deprecated by reenam...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2004-04-22 Dirk Herrmann Hide the implementation of ilocs and isyms in eval.c.
2003-06-19 Marius Vollmer(scm_strhash, scm_sym2ovcell_soft, scm_sym2ovcell,
2003-06-02 Dirk Herrmann * deprecated.c, deprecated.h, eval.c, eval.h: Deprecated
2003-05-25 Dirk Herrmann * deprecated.c (scm_read_and_eval_x): Fixed C99-ism.
2003-05-20 Marius Vollmer(scm_subr_entry, SCM_SUBR_DOC, scm_make_subr,
2003-05-20 Marius Vollmer(scm_makstr, scm_makfromstr, scm_variable_set_name_hint,
2003-04-30 Marius Vollmer(scm_protect_object, scm_unprotect_object, SCM_SETAND_CAR,
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-26 Marius VollmerMore deprecated stuff.
2003-03-26 Marius Vollmer* deprecated.c, deprecated.h: New files, to collect...