summaryrefslogtreecommitdiff
path: root/libguile/values.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-07Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-2/+2
2013-01-07minor cleanup in values.cAndy Wingo1-2/+2
2012-07-06Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-0/+9
2012-07-04add scm_c_nvalues with docs; also, docs for scm_c_valuesAndy Wingo1-0/+9
2012-04-30Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-4/+16
2012-04-30add scm_c_values helperAndy Wingo1-4/+16
2012-01-30Merge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'Andy Wingo1-0/+25
2012-01-18Add `scm_c_value_ref' to allow access to multiple returned values from CMark H Weaver1-0/+25
2011-11-08locking for putc, putsAndy Wingo1-2/+2
2011-02-14tweak to internal scm_i_extract_values_2Andy Wingo1-1/+1
2011-02-14Added internal C function to extract from values objectMark H Weaver1-0/+18
2011-02-13use scm_c_make_struct in scm_valuesAndy Wingo1-3/+2
2009-12-03all subrs are gsubrsAndy Wingo1-2/+1
2009-11-15values.c defines a vtable, not a vtable-vtableAndy Wingo1-7/+2
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+5
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-2/+4
2003-07-12 * values.c (scm_values): Build lists of length 1 by usingDirk Herrmann1-1/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2001-07-19 * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller1-1/+1
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-1/+1
2001-05-24* validate.hMichael Livshin1-1/+1
2001-05-20(scm_c_make_gsubr, scm_c_define_gsubr, scm_c_make_gsubr_with_generic,Marius Vollmer1-1/+2
2001-05-15(print_values): Print as a unreadable object, not asMarius Vollmer1-7/+4
2001-03-26* values.h (scm_values_vtable, SCM_VALUESP): Moved here so thatMarius Vollmer1-38/+4
2001-02-17(scm_values): Added texinfo markup.Martin Grabmüller1-5/+5
2000-11-26 * reimplementation of values, call-with-values as primitives:Gary Houston1-0/+154