Age | Commit message (Expand) | Author | Files | Lines |
2010-09-12 | remove empty srfi-4, srfi-13, and srfi-14 shlibs | Andy Wingo | 1 | -37/+0 |
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 | -2/+6 |
2006-04-16 | 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-10-26 | Moved content into core; only the skeletons remains. | Marius Vollmer | 1 | -1752/+5 |
2004-10-22 | (print_int64, print_uint64): Removed. (uvec_print): Use scm_intprint | Marius Vollmer | 1 | -24/+5 |
2004-08-03 | (scm_make_real, scm_num2dbl, scm_float2num, scm_double2num): | Marius Vollmer | 1 | -1/+1 |
2004-08-02 | Replaced scm_num2* and scm_*2num with scm_to_* and | Marius Vollmer | 1 | -347/+102 |
2004-07-10 | Changed all uses of SCM_VALIDATE_INUM, SCM_VALIDATE_INUM_COPY, | Marius Vollmer | 1 | -40/+30 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -31/+31 |
2004-07-06 | Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -20/+20 |
2004-07-04 | (uvec_sizes): Add "const". | Kevin Ryde | 1 | -2/+2 |
2004-06-20 | Add separate symmetric test for SCM_HAVE_T_UINT64 in one case. | Rob Browning | 1 | -1/+4 |
2004-06-20 | fix #ifdef checks for 64-bit types; should be #if. | Rob Browning | 1 | -4/+4 |
2004-06-20 | (uvec_print): rewrite using a union to make more | Rob Browning | 1 | -221/+145 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -37/+11 |
2003-03-26 | * srfi-4.c: replace typedefs for basic types with typedefs using | Rob Browning | 1 | -18/+15 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -76/+74 |
2002-02-11 | Use scm_gc_malloc/scm_malloc and scm_gc_free/free instead of | Marius Vollmer | 1 | -3/+5 |
2001-11-12 | Use HAVE_LONG_LONG instead of HAVE_LONG_LONGS and test | Marius Vollmer | 1 | -5/+5 |
2001-06-28 | * srfi-4.c: Minor cleanups. | Martin Grabmüller | 1 | -0/+5 |
2001-06-27 | * Makefile.am: Added SRFI-4 files in various places. | Martin Grabmüller | 1 | -0/+2150 |