build: Don't include <config.h> in native programs when cross-compiling.
[bpt/guile.git] / libguile / snarf.h
2014-03-07 Mark H Weaversnarf.h: Declare static const function name vars as...
2011-09-19 Julian GrahamRemove extraneous semicolon from `SCM_STATIC_SUBR_OBJVE...
2011-05-13 Andy Wingofix static allocation with debug_typing_strictness==2
2011-03-20 BT Templetonfix guile-snarf
2011-02-13 Ludovic CourtèsAdd `scm_t_subr' typedef (fix bug #23681).
2010-07-28 Ludovic CourtèsUse "pointer" instead of "foreign" when dealing with...
2010-07-26 Ludovic CourtèsSimplify the (system foreign) API.
2010-05-07 Ludovic CourtèsFix the type tag produced by `SCM_STATIC_PROGRAM'.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-01-26 Andy Wingoforeign.h presents a more pointer-centric interface
2010-01-07 Andy Wingoremove scm_tc7_gsubr
2010-01-07 Andy Wingosubrs are now VM trampoline procedures
2010-01-05 Andy Wingoremove unused snarf macros
2010-01-05 Andy Wingoremove mmacros, SCM_SYNTAX snarf macro
2009-12-11 Andy Wingomerge from master to elisp
2009-12-05 Andy Wingodecruftify scm_sys_protects
2009-11-05 Ludovic CourtèsFix snarfing of `SCM_DEFINE' with static allocation.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-16 Ludovic CourtèsAllow the static allocation of all types of subrs.
2009-03-16 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-02-14 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-01-31 Ludovic CourtèsAllow the static initialization of subrs.
2009-01-31 Ludovic CourtèsImprove CPP token pasting in <snarf.h>.
2009-01-19 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-01-13 Ludovic CourtèsAdd support for static allocation of cells, strings...
2008-08-02 Andy Wingomerge guile-vm to guile
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-05-23 Marius VollmerThe FSF has a new address.
2004-10-04 Marius Vollmer(SCM_KEYWORD, SCM_GLOBAL_KEYWORD): Use scm_from_locale_...
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2003-11-13 Marius Vollmer(SCM_SMOB, SCM_GLOBAL_SMOB, SCM_SMOB_MARK, SCM_GLOBAL_S...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-06 Mikael Djurfeldt* srfi-1.c (scm_init_srfi_1): Extend root module map...
2002-12-16 Mikael Djurfeldt* threads.c (scm_thread): Removed filed joining_threads.
2002-12-15 Mikael Djurfeldt* __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definit...
2002-12-09 Mikael Djurfeldt* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.
2002-09-01 Marius Vollmer(SCM_DEFINE_PUBLIC): New.
2002-03-14 Marius Vollmer(SCM_SNARF_INIT): Add "^:^" after code so that guile...
2001-11-16 Neil Jerram* These changes add a @deffnx C function declaration...
2001-08-31 Dirk Herrmann* Remove deprecated macros and typenames.
2001-07-19 Martin Grabmüller * alist.c, arbiters.c, async.h, backtrace.h, boolean...
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-25 Michael Livshin* snarf.h (SCM_SNARF_DOCS): change the "grammar" slightly.
2001-06-08 Michael Livshin* snarf.h, filter-doc-snarfage.c: more changes to cope...
2001-05-31 Michael Livshin* guile-snarf-docs.in, guile-snarf-docs-texi.in,
2001-05-22 Marius Vollmer(SCM_CONST_LONG): Use SCM_VCELL_INIT instead of
2001-05-20 Marius Vollmer(scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr...
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-05-06 Marius Vollmer(SCM_FUNC_CAST_ARBITRARY_ARGS): Use "SCM (*)()" for C++
2001-03-16 Keisuke Nishida * snarf.h (SCM_CONST_LONG): Deprecated.
2000-12-12 Dirk Herrmann* Make the creation of bindings more straightforward.
2000-12-08 Dirk Herrmann* Use scm_mem2symbol or scm_str2symbol to create symbol...
2000-06-21 Dirk Herrmann* Renamed SCM__X tokens to better readable ones that...
2000-06-12 Mikael Djurfeldt* snarf.h (SCM_SNARF_HERE, SCM_SNARF_INIT, SCM_SNARF_DOCS):
2000-06-08 Mikael Djurfeldt* snarf.h, guile-snarf.awk.in, guile-snarf.in: Replaced...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-12 Mikael Djurfeldt* alist.c, eval.c, net_db.c, posix.c, print.c, snarf...
2000-01-12 Mikael Djurfeldt* snarf.h (SCM_PROC1): Replaced SCM (*) (...) with
2000-01-09 Greg J. Badros* backtrace.c: Fix spelling typo in a comment.
2000-01-07 Greg J. Badros* scm_validate.h (SCM_OUT_OF_RANGE): Use scm_out_of_ran...
2000-01-07 Mikael Djurfeldt* snarf.h (SCM_INSITU, SCM_INIT): Resurrected.
2000-01-07 Greg J. Badros* snarf.h: Factor out differences between C++ and non...
2000-01-07 Mikael DjurfeldtAdded extra newline in SCM_INIT macro.
2000-01-07 Mikael Djurfeldt* snarf.h (SCM_INSITU, SCM_INIT): New snarf macros...
2000-01-06 Greg J. Badros* *.c, snarf.h: Replace GUILE_PROC1 with SCM_DEFINE1...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* snarf.h (SCM_ASSERT): Give new definition of SCM_ASSE...
1999-12-14 Mikael DjurfeldtCompleted last change
1999-12-14 Greg J. Badros* snarf.h: Put SCM_PROC and SCM_PROC1 back in for
1999-12-13 Greg J. Badros* scm_validate.h: Drop the SCM_DOCSTRING_SNARF for...
1999-12-12 Greg J. Badros* snarf.h: Drop SCM_PROC, SCM_PROC1. Added extra output for
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-09-05 Jim Blandy* snarf.h (SCM_GLOBAL_KEYWORD): Call scm_c_make_keyword...
1999-08-26 Mikael Djurfeldt* procs.c, procs.h (scm_subr_entry): New type: Stores...
1999-07-19 Jim Blandy* snarf.h (SCM_CONST_LONG): Remove trailing semicolon...
1999-07-17 Jim BlandyPatch from Greg Badros:
1999-06-23 Mikael Djurfeldt* snarf.h (SCM_KEYWORD, SCM_GLOBAL_KEYWORD): New macros.
1999-04-17 Jim Blandy* numbers.c (s_bignum): Renamed to s_bignum, and made...
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1998-12-14 Maciej Stachowiak* snarf.h (SCM_SYNTAX): New macro to allow convenient...
1998-10-24 Jim BlandyBug reports from Russ McManus:
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-06 Jim Blandy* snarf.h (SCM_PROC, SCM_PROC1): Remove very odd code...
1998-09-29 Jim Blandy* snarf.h: Add SCM_VCELL_INIT and SCM_GLOBAL_VCELL_INIT...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-16 Jim Blandy* backtrace.c, backtrace.h, debug.c, debug.h, eq.c,
1997-03-21 Mikael Djurfeldt* snarf.h, backtrace.c: Name change SCM_GLOBAL -->...
1997-03-17 Mikael Djurfeldt* snarf.h (SCM_PROC1): Bugfix: Use (void) rather than...
1997-03-14 Mikael Djurfeldt* snarf.h: g++ says it's non-portable not to specify...
1996-10-29 Jim Blandy* snarf.h: New file.