chiark
/
gitweb
/
~mdw
/
lisp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
202c91a
)
optparse: Use parse-integer in parse-c-integer.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 11 Apr 2006 17:49:13 +0000
(18:49 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 11 Apr 2006 17:49:13 +0000
(18:49 +0100)
CMU CL's parse-integer has cleverness for parsing bignums relatively
quickly. It's not as scary as Catacomb, but not bad. Use it instead of
the grotty hack we had previously.
No differences found