]> git.eshelyaron.com Git - emacs.git/commit
(read_integer): Use doubles (and potentially return a float
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 27 Aug 2009 21:10:17 +0000 (21:10 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 27 Aug 2009 21:10:17 +0000 (21:10 +0000)
commit155a6764a38bef2f32d6fd532a2a59f008a87760
treee6a4821d05eb868375e853e5b617b023cae3decc
parent81cc988b4417219c5e9a0782359f1dad59e894ea
(read_integer): Use doubles (and potentially return a float
number) as we do in string-to-number.
(read1): Use strtol to read integers, signal errors on strtol's
overflow and use floats if strtol's output is too large for
Elisp integers.
src/ChangeLog
src/lread.c