build: Don't include <config.h> in native programs when cross-compiling.
[bpt/guile.git] / libguile / deprecated.h
2014-02-13 Mark H WeaverRely on Gnulib for 'select', 'lstat', and 'mkstemp'.
2014-02-08 Andy WingoDeprecate htons, htonl, ntohs, ntohl
2013-11-28 Andy WingoDeprecate gc-live-object-stats
2013-10-03 Andy WingoDeprecate scm_c_program_source, as it has no internal...
2013-03-09 Andy Wingodon't provide scm_std_select on mingw and similar platforms
2013-02-18 Andy Wingodeprecate generalized vectors in favor of arrays
2013-01-10 Andy Wingodeprecate SCM_CHAR_CODE_LIMIT and char-code-limit
2012-07-06 Andy Wingodeprecate struct-vtable-tag
2012-05-23 Andy Wingofinish deprecating eval closures
2012-05-23 Andy Wingodeprecate lookup closures
2012-05-23 Andy Wingodeprecate scm_sym2var
2012-01-08 Andy Wingofix SCM_ASRTGO deprecation
2012-01-08 Andy Wingodeprecate SCM_ASRTGO
2011-05-26 Andy Wingodeprecate scm_immutable_{double_,}cell
2011-05-13 Andy Wingodeprecate scm_internal_dynamic_wind
2011-05-12 Andy Wingoadd missing SCM_DEPRECATED annotation
2011-05-01 Andy Wingodeprecate scm_struct_table
2011-05-01 Andy Wingodeprecate scm_whash API
2011-02-13 Ludovic CourtèsAdd `scm_t_subr' typedef (fix bug #23681).
2011-02-10 Andy Wingodeprecate primitive properties
2010-11-18 Andy Wingodeprecate cuserid
2010-08-08 Andy Wingoremove "discouraged" infrastructure
2010-08-08 Andy Wingodeprecated all discouraged functions
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 Wingomove subr implementation details to gsubr.[ch]
2010-01-05 Andy Wingoremove the deprecatd scm_make_subr_*
2009-12-11 Andy Wingomerge from master to elisp
2009-12-07 Andy Wingoprocedures-with-setters implemented in terms of structs
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 Wingoreplace frame implementation with VM frames
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 Andy Wingoa very big commit cleaning up structs & goops. also...
2009-11-16 Ludovic CourtèsDeprecate `inet-ntoa' and `inet-aton'.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-30 Ken RaeburnClean up some uses of old GC macros that don't exist...
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 Ludovic CourtèsRemove the `scm_tc_free_cell' SMOB type.
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-07-19 Andy Wingoadd generic array implementation facility
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-08-02 Andy Wingomerge guile-vm to guile
2007-01-15 Kevin Rydemerge from 1.8
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-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-02-08 Mikael Djurfeldt(SCM_ARRAY_DIMS): Rename scm_i_attay_dims -->
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.
2004-10-04 Marius Vollmer* keywords.h, keywords.c, deprecated.h, deprecated.c
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-12 Marius Vollmer* strings.h, strings.c (scm_i_get_substring_spec):...
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* deprecated.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOLP...
2004-07-23 Marius Vollmer(SCM_INUMP, SCM_NINUMP, SCM_INUM): Deprecated by reenam...
2004-07-10 Marius Vollmer(SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, SCM_VALIDAT...
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-05-06 Marius Vollmer(SCM_CELL_WORD_LOC): Moved to "deprecated.h".
2004-04-22 Dirk Herrmann Hide the implementation of ilocs and isyms in eval.c.
2004-03-29 Dirk Herrmann Introduce scm_debug_mode_p as a replacement for scm_de...
2003-11-18 Rob Browningmove long_long and ulong_long definitions to
2003-09-21 Dirk Herrmann * numbers.h (SCM_INEXACTP): Removed uses of SCM_TYP16S.
2003-09-06 Dirk Herrmann * numbers.h (SCM_INEXACTP, SCM_REALP, SCM_COMPLEXP...
2003-06-29 Marius Vollmer(SCM_OPDIRP, scm_fport, scm_option, scm_srcprops, scm_s...
2003-06-19 Marius Vollmer(scm_strhash, scm_sym2ovcell_soft, scm_sym2ovcell,
2003-06-14 Stefan Jahn2003-06-14 Stefan Jahn <stefan@lkcc.org>
2003-06-04 Dirk Herrmann * __scm.h, gc-card.c (SCM_DEBUG_DEBUGGER_SUPPORT,
2003-06-02 Dirk Herrmann * deprecated.c, deprecated.h, eval.c, eval.h: Deprecated
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-05-12 Mikael Djurfeldt(SCM_GC8MARKP, SCM_SETGC8MARK, SCM_CLRGC8MARK):
2003-05-01 Marius Vollmer(scm_rstate, scm_rng, SCM_SLOPPY_CONSP, SCM_SLOPPY_NCONSP,
next