| 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 | -2/+3 |
* | Deprecate dynamic roots... | Andy Wingo | 2016-11-21 | 1 | -1/+0 |
* | Remove scm_puts_unlocked.... | Andy Wingo | 2016-04-26 | 1 | -2/+2 |
* | Merge remote-tracking branch 'origin/stable-2.0'... | Mark H Weaver | 2013-01-07 | 1 | -2/+2 |
|\ |
|
| * | minor cleanup in values.c... | Andy Wingo | 2013-01-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'origin/stable-2.0'... | Andy Wingo | 2012-07-06 | 1 | -0/+9 |
|\| |
|
| * | add scm_c_nvalues with docs; also, docs for scm_c_values... | Andy Wingo | 2012-07-04 | 1 | -0/+9 |
* | | Merge remote-tracking branch 'origin/stable-2.0'... | Andy Wingo | 2012-04-30 | 1 | -4/+16 |
|\| |
|
| * | add scm_c_values helper... | Andy Wingo | 2012-04-30 | 1 | -4/+16 |
* | | Merge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'... | Andy Wingo | 2012-01-30 | 1 | -0/+25 |
|\| |
|
| * | Add `scm_c_value_ref' to allow access to multiple returned values from C... | Mark H Weaver | 2012-01-18 | 1 | -0/+25 |
* | | locking for putc, puts... | Andy Wingo | 2011-11-08 | 1 | -2/+2 |
|/ |
|
* | tweak to internal scm_i_extract_values_2... | Andy Wingo | 2011-02-14 | 1 | -1/+1 |
* | Added internal C function to extract from values object... | Mark H Weaver | 2011-02-14 | 1 | -0/+18 |
* | use scm_c_make_struct in scm_values... | Andy Wingo | 2011-02-13 | 1 | -3/+2 |
* | all subrs are gsubrs... | Andy Wingo | 2009-12-03 | 1 | -2/+1 |
* | values.c defines a vtable, not a vtable-vtable... | Andy Wingo | 2009-11-15 | 1 | -7/+2 |
* | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+5 |
* | 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 |
* | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,... | Marius Vollmer | 2004-08-19 | 1 | -2/+4 |
* | * values.c (scm_values): Build lists of length 1 by using... | Dirk Herrmann | 2003-07-12 | 1 | -1/+1 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -36/+12 |
* | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 2002-03-14 | 1 | -2/+0 |
* | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,... | Martin Grabmüller | 2001-07-19 | 1 | -1/+1 |
* | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 2001-05-26 | 1 | -1/+1 |
* | * validate.h... | Michael Livshin | 2001-05-24 | 1 | -1/+1 |
* | (scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic,... | Marius Vollmer | 2001-05-20 | 1 | -1/+2 |
* | (print_values): Print as a unreadable object, not as... | Marius Vollmer | 2001-05-15 | 1 | -7/+4 |
* | * values.h (scm_values_vtable, SCM_VALUESP): Moved here so that... | Marius Vollmer | 2001-03-26 | 1 | -38/+4 |
* | (scm_values): Added texinfo markup. | Martin Grabmüller | 2001-02-17 | 1 | -5/+5 |
* | * reimplementation of values, call-with-values as primitives:... | Gary Houston | 2000-11-26 | 1 | -0/+154 |