summaryrefslogtreecommitdiff
path: root/libguile/conv-integer.i.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-21Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo1-3/+3
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-17Inline definition of SIZEOF_SCM_T_BITSAndy Wingo1-2/+2
2017-03-01Avoid signed integer overflows in numeric conversions.Mark H Weaver1-5/+10
2016-06-23Fix memory leak in scm_from_{u,}int64 on 32-bit platformsAndy Wingo1-1/+1
2004-10-19* numbers.c (scm_i_range_error): New.Marius Vollmer1-3/+5
2004-08-02* discouraged.h, discouraged.c: New files.Marius Vollmer1-5/+1
2004-07-29Added docs.Marius Vollmer1-0/+25
2004-07-29* conv-integer.i.c, conv-uinteger.i.c: New files, used to generateMarius Vollmer1-0/+126