Fix typos in docstrings and function names.
[sbcl.git] / src / code / numbers.lisp
2013-11-12 Stas BoukarevFix typos in docstrings and function names.
2013-09-07 Stas BoukarevLDB/DPB do not check for negative indexes.
2013-04-29 Lutz EulerFaster ISQRT on small (about fixnum sized) numbers.
2012-09-23 Nikodemus Siivolareplace DEFINE-MORE-FUN with compiler smarts
2012-09-22 Nikodemus Siivolaadd DEFINE-MORE-FUN, use it for vararg arithmetic functions
2012-09-19 Nathan Froydadd truly-dynamic-extent declarations for various ...
2012-06-06 Lutz EulerSmall enhancements to ISQRT
2011-11-20 Lutz EulerMore compile-time error checking in NUMBER-DISPATCH
2011-10-22 Paul KhuongFix another assumption w.r.t fixnum width and n-lowtag...
2011-10-19 Alastair BridgewaterChange x86oid modular arithmetic to work if fixnum...
2011-08-14 Paul KhuongNew function: SB!KERNEL:%MULTIPLY-HIGH
2011-08-05 Nikodemus Siivolaimplement CEILING and FLOOR in terms of %CEILING and...
2011-04-05 Stas Boukarev1.0.47.11: isqrt: Fix reference to `fast-isqrt'.
2011-03-30 Nikodemus Siivola1.0.47.6: marginally faster ISQRT
2010-11-18 Nikodemus Siivola1.0.44.29: full warnings for duplicate CASE keys during...
2009-06-28 Paul Khuong1.0.29.54: Inline unboxed constants on x86[-64]
2009-06-26 Paul Khuong1.0.29.47: Floating point correctness improvement
2009-04-24 Christophe Rhodes1.0.27.33: make various form orders deterministic
2008-08-20 Paul Khuong1.0.19.32: Small bugfixes
2008-07-30 Nikodemus Siivola1.0.19.7: refactor stack allocation decisions
2008-06-30 Nikodemus Siivola1.0.18.2: more conservative interval artihmetic
2008-03-13 Nikodemus Siivola1.0.15.27: nicer lambda-lists for GCD and LCM
2008-03-07 Christophe Rhodes1.0.15.16: New modular arithmetic representation decision
2007-08-21 Juho Snellman1.0.8.43: Fix GCD on most-negative-fixnum on x86-64
2005-12-28 Juho Snellman0.9.8.3:
2005-10-02 Juho Snellman0.9.5.17:
2005-07-14 William Harold Newman0.9.2.43:
2005-04-29 Christophe Rhodes0.9.0.6:
2005-02-11 Juho Snellman0.8.19.23:
2005-01-28 Christophe Rhodes0.8.19.2:
2005-01-14 Juho Snellman0.8.18.31:
2005-01-06 Christophe Rhodes0.8.18.14:
2004-12-19 Alexey Dejneka0.8.17.29:
2004-12-09 Nathan Froyd0.8.17.28:
2004-12-08 Nathan Froyd0.8.17.24:
2004-10-26 Christophe Rhodes0.8.16.6:
2004-06-15 Christophe Rhodes0.8.11.10:
2004-05-17 Christophe Rhodes0.8.10.27:
2004-05-03 Christophe Rhodes0.8.10.9:
2004-01-31 Alexey Dejneka0.8.7.34:
2004-01-07 Alexey Dejneka0.8.7.8:
2003-10-09 Alexey Dejneka0.8.4.15:
2003-10-09 Christophe Rhodes0.8.4.12:
2003-09-24 Christophe Rhodes0.8.3.90:
2003-09-21 Alexey Dejneka0.8.3.84:
2003-09-19 Alexey Dejneka0.8.3.80:
2003-09-16 Christophe Rhodes0.8.3.72:
2003-09-11 Christophe Rhodes0.8.3.53:
2003-09-11 Christophe Rhodes0.8.3.51:
2003-09-08 Christophe Rhodes0.8.3.45.modular1:
2003-09-04 Alexey Dejneka0.8.3.36:
2003-09-04 Alexey Dejneka0.8.3.33:
2003-09-01 Christophe Rhodes0.8.3.19:
2003-08-19 Christophe Rhodes0.8.2.45:
2003-08-15 Alexey Dejneka0.8.2.29:
2003-08-13 Alexey Dejneka0.8.2.26:
2003-08-12 Alexey Dejneka0.8.2.25:
2003-01-27 Christophe Rhodes0.7.12.5:
2002-12-04 Christophe Rhodes0.7.10.10:
2002-09-16 Christophe Rhodes0.7.7.27:
2002-09-15 William Harold Newman0.7.7.26:
2002-09-02 William Harold Newman0.7.7.10:
2002-08-25 William Harold Newman0.7.7.1:
2002-08-07 Christophe Rhodes0.7.6.13:
2002-01-21 William Harold Newman0.7.0.3:
2002-01-17 William Harold Newman0.pre7.141:
2002-01-12 William Harold Newman0.pre7.124:
2001-10-10 William Harold Newman0.pre7.58:
2001-10-06 William Harold Newman0.pre7.50:
2001-10-05 William Harold Newman0.pre7.46:
2001-09-02 William Harold Newman0.pre7.29:
2000-10-20 William Harold Newman0.6.7.22: removed CVS dollar-Header-dollar tags from...
2000-09-18 William Harold NewmanInitial revision