projects/oct/oct.git
2007-11-07  Raymond Toyqd-rep.lisp: THREE-ARG-BRANCH
2007-11-07  Raymond Toyo Add 3-arg forms for add-qd-d, mul-qd-d, add-d-qd...
2007-11-05  Raymond ToyUpdate timings.
2007-11-05  Raymond ToyCosmetic
2007-11-04  Raymond ToyOops. Make sqr-qd-t inline.
2007-11-04  Raymond Toyo Add support for SQR-QD-T
2007-11-04  Raymond ToyUpdate timing data.
2007-11-04  Raymond Toyo Move compiler macros from qd.lisp to qd-rep.lisp
2007-11-02  Raymond ToyOops. %STORE-QD-D wasn't returning the target value.
2007-11-02  Raymond ToyFirst cut at adding a 3-arg versions of the basic opera...
2007-10-26  Raymond ToyAdd Pade approximation for exp. From Richard Fateman.
2007-10-18  Raymond ToyCompare against pi/4 quad-double, not double-float.
2007-10-18  Raymond ToyMAKE-QD-DD is only defined for CMUCL, so don't uncondit...
2007-10-17  Raymond ToyAdd another implementation of REM-PI/2-INT. This extra...
2007-10-16  Raymond Toyqd-fun.lisp:
2007-10-16  Raymond Toyo Add default implementation of float-infinity-p, float...
2007-10-16  Raymond ToyRemove duplicate TIME-MUL.
2007-10-16  Raymond ToyOops. QDI package no longer exists. Use OCTI.
2007-10-16  Raymond ToyOops. %MAKE-QD-D is a macro and not a function for...
2007-10-16  Raymond ToyRemove CMUCL'isms.
2007-10-16  Raymond Toyqd-package.lisp:
2007-10-15  Raymond Toyo Oops. Fix up a few IN-PACKAGE's for the new package...
2007-10-15  Raymond Toyo Oops. Fix up a few IN-PACKAGE's for the new package...
2007-10-15  Raymond Toyo Rename QUAD-DOUBLE-INTERNAL package to OCT-INTERNAL...
2007-10-15  Raymond Toyqd.lisp:
2007-10-15  Raymond Toyo Fix some typos accurate-sin-qd and accurate-cos-qd.
2007-10-14  Raymond ToyAdd +2/pi-bits+, 1584 bits of 2/pi.
2007-10-13  Raymond Toyo New routine to compute x mod pi/2 accurately, using...
2007-10-13  Raymond ToyRedo implementation of INTEGER-DECODE-QD. It used...
2007-10-13  Raymond ToyUse package #:oct, not #:qd.
2007-10-11  Raymond ToyCorrect the timing info. I accidentally ran the C...
2007-10-11  Raymond Toyqd-const.lisp:
2007-10-11  Raymond ToyInitial version.
2007-10-10  Raymond ToyIgnore *.lib and *.fas too. (Files from clisp)
2007-10-10  Raymond Toyqd-io.lisp:
2007-10-10  Raymond Toyo Move logb-finite before first use.
2007-09-24  Raymond ToyA new version of MAKE-FLOAT that converts the number...
2007-09-24  Raymond ToyMinor optimization converting a rational to a qd-real...
2007-09-24  Raymond ToyUse more bits (265 instead of 212) when converting...
2007-09-20  Raymond ToyAdd RATIONALIZE methods. Algorithm graciously provided...
2007-09-19  Raymond ToyMAKE-QD should handle rationals better instead of conve...
2007-09-18  Raymond ToyAdd method RATIONAL to convert a quad-double to a rational.
2007-09-18  Raymond Toyqd-rep.lisp:
2007-09-18  Raymond Toyqd-test.lisp:
2007-09-17  Raymond ToyNew SCALE-FLOAT-QD implementation that shouldn't suffer...
2007-09-17  Raymond Toyo Convert THREE-SUM2 to a macro instead of a function...
2007-09-17  Raymond Toyo Fix typo in ADD-QD-DD that was introduced in the...
2007-09-17  Raymond Toyo Replace THREE-SUM with a macro to make sure it's...
2007-09-17  Raymond ToyMake %MAKE-QD-D a macro to make sure it's inlined.
2007-09-16  Raymond Toyo Remove old code.
2007-09-16  Raymond ToyMake TWO-SUM a macro, just like we did for QUICK-TWO...
2007-09-16  Raymond ToyMake QD-0, QD-1, QD-2, and QD-3 macros to make sure...
2007-09-16  Raymond ToyUpdate dependencies.
2007-09-16  Raymond ToyTo speed up Allegro (and other Lisp's that don't suppor...
2007-09-16  Raymond ToyT should be t (for Allegro case-sensitive modern-mode).
2007-09-13  Raymond ToyAdd some comments on how split is supposed to work...
2007-09-13  Raymond ToyIn SPLIT, compute the constants at compile time (#...
2007-09-13  Raymond ToySome updates from Richard Fateman to make these routine...
2007-09-13  Raymond ToyInitial version.
2007-09-13  Raymond ToyAdd declarations. Mostly to help Allegro generate...
2007-09-12  Raymond Toyqd-package.lisp:
2007-09-12  Raymond Toyqd-fun.lisp:
2007-09-12  Raymond ToyIgnore fasl.
2007-09-06  Raymond ToyFix qd-complex printer so it prints out something that...
2007-08-31  Raymond Toyqd-class.lisp:
2007-08-31  Raymond ToyOops. Forgot to convert qabs to abs.
2007-08-31  Raymond ToyGet rid of the extra layer of function calls and define...
2007-08-30  Raymond ToyAdd methods to handle QD-REAL and CL:COMPLEX and vice...
2007-08-30  Raymond ToyChange QD-COMPLEX printer to split the real and imagina...
2007-08-29  Raymond ToyAdd CL package qualifier for DECF and INCF.
2007-08-29  Raymond ToyOops. Last change went to the wrong spot. Only valid...
2007-08-29  Raymond ToyForgot to handle comparisons of QD-COMPLEX and another...
2007-08-29  Raymond Toyqd-package.lisp:
2007-08-28  Raymond Toyqd-complex.lisp:
2007-08-28  Raymond ToyAdd ADD1 method for QD-COMPLEX.
2007-08-28  Raymond Toyqd-package.lisp:
2007-08-27  Raymond Toyo Fix typo in DESCRIBE-OBJECT for QD-REAL.
2007-08-27  Raymond ToyTests using the RT framework.
2007-08-27  Raymond ToyAdd comment on where to get RT.
2007-08-27  Raymond ToyMoved OCT-TEST system to its own file.
2007-08-27  Raymond ToyUse uninterned symbols for IN-PACKAGE.
2007-08-27  Raymond ToyIgnore more fasl types.
2007-08-26  Raymond Toyqd-methods.lisp:
2007-08-25  Raymond ToyFix typo.
2007-08-25  Raymond ToyInitial revision.
2007-08-25  Raymond ToyAdd license information (MIT).
2007-08-25  Raymond ToyAdd license information (MIT).
2007-08-25  Raymond ToyInitial revision.
2007-08-25  Raymond ToyInitial revision.
2007-08-25  Raymond Toyqd-package.lisp:
2007-08-24  Raymond Toyqd-io.lisp:
2007-08-24  Raymond ToyDocument INTEGER-DECODE-QD better.
2007-08-24  Raymond ToyAdd OCT as package nickname.
2007-08-24  Raymond ToyChanged system from qd to oct.
2007-08-23  toyAdd method for UNARY-DIVIDE of QD-COMPLEX.
2007-08-23  toyqd-complex.lisp:
2007-08-22  toyqd-test depends on qd-extra.
2007-08-22  toyFix build problem where the / method is not yet defined...
2007-07-06  toyFor the basic arithmetic operations, we need to separat...
2007-06-17  toyAdd compiler macro for /= to handle the two-arg case.
next