summaryrefslogtreecommitdiff
path: root/libguile/snarf.h
Commit message (Expand)AuthorAgeFilesLines
* Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals....Mark H Weaver2018-10-171-4/+4
* Stringbufs immutable by default...Andy Wingo2017-02-161-1/+1
* Merge branch 'stable-2.0'...Mark H Weaver2014-04-251-7/+7
|\
| * snarf.h: Declare static const function name vars as SCM_UNUSED....Mark H Weaver2014-03-061-8/+8
* | Remove stack programs, objcode, and the old VM....Andy Wingo2013-11-081-21/+0
* | Subrs are RTL programs...Andy Wingo2013-10-181-40/+1
* | most uses of scm_from_locale_symbol become scm_from_utf8_symbol...Andy Wingo2011-10-251-2/+2
* | remove weak pairs, rewrite weak vectors...Andy Wingo2011-10-241-5/+4
|/
* Remove extraneous semicolon from `SCM_STATIC_SUBR_OBJVECT' to prevent ISO C90......Julian Graham2011-09-191-1/+1
* fix static allocation with debug_typing_strictness==2...Andy Wingo2011-05-131-7/+12
* fix guile-snarf...BT Templeton2011-03-201-1/+7
* Add `scm_t_subr' typedef (fix bug #23681)....Ludovic Courtès2011-02-131-10/+4
* Use "pointer" instead of "foreign" when dealing with wrapped pointers....Ludovic Courtès2010-07-281-3/+3
* Simplify the (system foreign) API....Ludovic Courtès2010-07-261-4/+2
* Fix the type tag produced by `SCM_STATIC_PROGRAM'....Ludovic Courtès2010-05-071-1/+1
* foreign.h presents a more pointer-centric interface...Andy Wingo2010-01-261-6/+4
* remove scm_tc7_gsubr...Andy Wingo2010-01-071-1/+1
* subrs are now VM trampoline procedures...Andy Wingo2010-01-071-17/+60
* remove unused snarf macros...Andy Wingo2010-01-051-37/+0
* remove mmacros, SCM_SYNTAX snarf macro...Andy Wingo2010-01-051-5/+1
* decruftify scm_sys_protects...Andy Wingo2009-12-051-8/+8
* Fix snarfing of `SCM_DEFINE' with static allocation....Ludovic Courtès2009-11-051-2/+3
* Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc...Ludovic Courtès2009-09-021-13/+22
|\
| * Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* | Allow the static allocation of all types of subrs....Ludovic Courtès2009-03-161-30/+2
* | Allow the static initialization of subrs....Ludovic Courtès2009-01-311-1/+70
* | Improve CPP token pasting in <snarf.h>....Ludovic Courtès2009-01-311-6/+15
* | Add support for static allocation of cells, strings and stringbufs....Ludovic Courtès2009-01-141-5/+63
|/
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (SCM_KEYWORD, SCM_GLOBAL_KEYWORD): Use scm_from_locale_keyword instead...Marius Vollmer2004-10-041-2/+2
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,...Marius Vollmer2004-08-191-3/+3
* (SCM_SMOB, SCM_GLOBAL_SMOB, SCM_SMOB_MARK, SCM_GLOBAL_SMOB_MARK,...Marius Vollmer2003-11-131-0/+49
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * srfi-1.c (scm_init_srfi_1): Extend root module map and for-each...Mikael Djurfeldt2003-03-061-1/+27
* * threads.c (scm_thread): Removed filed joining_threads....Mikael Djurfeldt2002-12-161-1/+1
* * __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definitions....Mikael Djurfeldt2002-12-151-24/+12
* * __scm.h (SCM_ALLOW_INTS_ONLY): Removed....Mikael Djurfeldt2002-12-091-0/+28
* (SCM_DEFINE_PUBLIC): New.Marius Vollmer2002-09-011-1/+13
* (SCM_SNARF_INIT): Add "^:^" after code so that guile-snarf can remove...Marius Vollmer2002-03-141-1/+1
* * These changes add a @deffnx C function declaration and function...Neil Jerram2001-11-161-6/+7
* * Remove deprecated macros and typenames....Dirk Herrmann2001-08-311-34/+9
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,...Martin Grabmüller2001-07-191-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * snarf.h (SCM_SNARF_DOCS): change the "grammar" slightly....Michael Livshin2001-06-251-9/+8
* * snarf.h, filter-doc-snarfage.c: more changes to cope with...Michael Livshin2001-06-081-5/+5
* * guile-snarf-docs.in, guile-snarf-docs-texi.in,...Michael Livshin2001-05-311-21/+27
* (SCM_CONST_LONG): Use SCM_VCELL_INIT instead of...Marius Vollmer2001-05-221-1/+1
* (scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic,...Marius Vollmer2001-05-201-12/+12
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-5/+21