summaryrefslogtreecommitdiff
path: root/srfi/srfi-4.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-12remove empty srfi-4, srfi-13, and srfi-14 shlibsAndy Wingo1-37/+0
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-2/+6
2006-04-16merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-10-26Moved content into core; only the skeletons remains.Marius Vollmer1-1752/+5
2004-10-22(print_int64, print_uint64): Removed. (uvec_print): Use scm_intprintMarius Vollmer1-24/+5
2004-08-03(scm_make_real, scm_num2dbl, scm_float2num, scm_double2num):Marius Vollmer1-1/+1
2004-08-02Replaced scm_num2* and scm_*2num with scm_to_* andMarius Vollmer1-347/+102
2004-07-10Changed all uses of SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY,Marius Vollmer1-40/+30
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-31/+31
2004-07-06Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-20/+20
2004-07-04(uvec_sizes): Add "const".Kevin Ryde1-2/+2
2004-06-20Add separate symmetric test for SCM_HAVE_T_UINT64 in one case.Rob Browning1-1/+4
2004-06-20fix #ifdef checks for 64-bit types; should be #if.Rob Browning1-4/+4
2004-06-20(uvec_print): rewrite using a union to make moreRob Browning1-221/+145
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-37/+11
2003-03-26* srfi-4.c: replace typedefs for basic types with typedefs usingRob Browning1-18/+15
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-76/+74
2002-02-11Use scm_gc_malloc/scm_malloc and scm_gc_free/free instead ofMarius Vollmer1-3/+5
2001-11-12Use HAVE_LONG_LONG instead of HAVE_LONG_LONGS and testMarius Vollmer1-5/+5
2001-06-28 * srfi-4.c: Minor cleanups.Martin Grabmüller1-0/+5
2001-06-27 * Makefile.am: Added SRFI-4 files in various places.Martin Grabmüller1-0/+2150