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