merge from 1.8 branch
[bpt/guile.git] / srfi / srfi-4.c
2006-04-16 Kevin Rydemerge from 1.8 branch
2005-05-23 Marius VollmerThe FSF has a new address.
2004-10-26 Marius VollmerMoved content into core; only the skeletons remains.
2004-10-22 Marius Vollmer(print_int64, print_uint64): Removed. (uvec_print...
2004-08-03 Marius Vollmer(scm_make_real, scm_num2dbl, scm_float2num, scm_double2...
2004-08-02 Marius VollmerReplaced scm_num2* and scm_*2num with scm_to_* and
2004-07-10 Marius VollmerChanged all uses of SCM_VALIDATE_INUM, SCM_VALIDATE_INU...
2004-07-08 Marius Vollmer* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_M...
2004-07-06 Marius VollmerReplaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP...
2004-07-04 Kevin Ryde(uvec_sizes): Add "const".
2004-06-20 Rob BrowningAdd separate symmetric test for SCM_HAVE_T_UINT64 in...
2004-06-20 Rob Browningfix #ifdef checks for 64-bit types; should be #if.
2004-06-20 Rob Browning(uvec_print): rewrite using a union to make more
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-26 Rob Browning* srfi-4.c: replace typedefs for basic types with typed...
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-02-11 Marius VollmerUse scm_gc_malloc/scm_malloc and scm_gc_free/free inste...
2001-11-12 Marius VollmerUse HAVE_LONG_LONG instead of HAVE_LONG_LONGS and test
2001-06-28 Martin Grabmüller * srfi-4.c: Minor cleanups.
2001-06-27 Martin Grabmüller * Makefile.am: Added SRFI-4 files in various places.