| Commit message (Expand) | Author | Age | Files | Lines |
* | Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.... | Mark H Weaver | 2018-10-17 | 1 | -4/+4 |
* | Stringbufs immutable by default... | Andy Wingo | 2017-02-16 | 1 | -1/+1 |
* | Merge branch 'stable-2.0'... | Mark H Weaver | 2014-04-25 | 1 | -7/+7 |
|\ |
|
| * | snarf.h: Declare static const function name vars as SCM_UNUSED.... | Mark H Weaver | 2014-03-06 | 1 | -8/+8 |
* | | Remove stack programs, objcode, and the old VM.... | Andy Wingo | 2013-11-08 | 1 | -21/+0 |
* | | Subrs are RTL programs... | Andy Wingo | 2013-10-18 | 1 | -40/+1 |
* | | most uses of scm_from_locale_symbol become scm_from_utf8_symbol... | Andy Wingo | 2011-10-25 | 1 | -2/+2 |
* | | remove weak pairs, rewrite weak vectors... | Andy Wingo | 2011-10-24 | 1 | -5/+4 |
|/ |
|
* | Remove extraneous semicolon from `SCM_STATIC_SUBR_OBJVECT' to prevent ISO C90...... | Julian Graham | 2011-09-19 | 1 | -1/+1 |
* | fix static allocation with debug_typing_strictness==2... | Andy Wingo | 2011-05-13 | 1 | -7/+12 |
* | fix guile-snarf... | BT Templeton | 2011-03-20 | 1 | -1/+7 |
* | Add `scm_t_subr' typedef (fix bug #23681).... | Ludovic Courtès | 2011-02-13 | 1 | -10/+4 |
* | Use "pointer" instead of "foreign" when dealing with wrapped pointers.... | Ludovic Courtès | 2010-07-28 | 1 | -3/+3 |
* | Simplify the (system foreign) API.... | Ludovic Courtès | 2010-07-26 | 1 | -4/+2 |
* | Fix the type tag produced by `SCM_STATIC_PROGRAM'.... | Ludovic Courtès | 2010-05-07 | 1 | -1/+1 |
* | foreign.h presents a more pointer-centric interface... | Andy Wingo | 2010-01-26 | 1 | -6/+4 |
* | remove scm_tc7_gsubr... | Andy Wingo | 2010-01-07 | 1 | -1/+1 |
* | subrs are now VM trampoline procedures... | Andy Wingo | 2010-01-07 | 1 | -17/+60 |
* | remove unused snarf macros... | Andy Wingo | 2010-01-05 | 1 | -37/+0 |
* | remove mmacros, SCM_SYNTAX snarf macro... | Andy Wingo | 2010-01-05 | 1 | -5/+1 |
* | decruftify scm_sys_protects... | Andy Wingo | 2009-12-05 | 1 | -8/+8 |
* | Fix snarfing of `SCM_DEFINE' with static allocation.... | Ludovic Courtès | 2009-11-05 | 1 | -2/+3 |
* | Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc... | Ludovic Courtès | 2009-09-02 | 1 | -13/+22 |
|\ |
|
| * | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | | Allow the static allocation of all types of subrs.... | Ludovic Courtès | 2009-03-16 | 1 | -30/+2 |
* | | Allow the static initialization of subrs.... | Ludovic Courtès | 2009-01-31 | 1 | -1/+70 |
* | | Improve CPP token pasting in <snarf.h>.... | Ludovic Courtès | 2009-01-31 | 1 | -6/+15 |
* | | Add support for static allocation of cells, strings and stringbufs.... | Ludovic Courtès | 2009-01-14 | 1 | -5/+63 |
|/ |
|
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | (SCM_KEYWORD, SCM_GLOBAL_KEYWORD): Use scm_from_locale_keyword instead... | Marius Vollmer | 2004-10-04 | 1 | -2/+2 |
* | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,... | Marius Vollmer | 2004-08-19 | 1 | -3/+3 |
* | (SCM_SMOB, SCM_GLOBAL_SMOB, SCM_SMOB_MARK, SCM_GLOBAL_SMOB_MARK,... | Marius Vollmer | 2003-11-13 | 1 | -0/+49 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -35/+11 |
* | * srfi-1.c (scm_init_srfi_1): Extend root module map and for-each... | Mikael Djurfeldt | 2003-03-06 | 1 | -1/+27 |
* | * threads.c (scm_thread): Removed filed joining_threads.... | Mikael Djurfeldt | 2002-12-16 | 1 | -1/+1 |
* | * __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definitions.... | Mikael Djurfeldt | 2002-12-15 | 1 | -24/+12 |
* | * __scm.h (SCM_ALLOW_INTS_ONLY): Removed.... | Mikael Djurfeldt | 2002-12-09 | 1 | -0/+28 |
* | (SCM_DEFINE_PUBLIC): New. | Marius Vollmer | 2002-09-01 | 1 | -1/+13 |
* | (SCM_SNARF_INIT): Add "^:^" after code so that guile-snarf can remove... | Marius Vollmer | 2002-03-14 | 1 | -1/+1 |
* | * These changes add a @deffnx C function declaration and function... | Neil Jerram | 2001-11-16 | 1 | -6/+7 |
* | * Remove deprecated macros and typenames.... | Dirk Herrmann | 2001-08-31 | 1 | -34/+9 |
* | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,... | Martin Grabmüller | 2001-07-19 | 1 | -1/+1 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | * snarf.h (SCM_SNARF_DOCS): change the "grammar" slightly.... | Michael Livshin | 2001-06-25 | 1 | -9/+8 |
* | * snarf.h, filter-doc-snarfage.c: more changes to cope with... | Michael Livshin | 2001-06-08 | 1 | -5/+5 |
* | * guile-snarf-docs.in, guile-snarf-docs-texi.in,... | Michael Livshin | 2001-05-31 | 1 | -21/+27 |
* | (SCM_CONST_LONG): Use SCM_VCELL_INIT instead of... | Marius Vollmer | 2001-05-22 | 1 | -1/+1 |
* | (scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic,... | Marius Vollmer | 2001-05-20 | 1 | -12/+12 |
* | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 2001-05-15 | 1 | -5/+21 |