[project @ Organized the code into separate files.]
commitc0004da163b4baa7115b2e4f1c63de65af2d89d0
authorThomas M. Hermann <tmh.public@gmail.com>
Fri, 6 Mar 2009 03:56:19 +0000 (6 03:56 +0000)
committerThomas M. Hermann <tmh.public@gmail.com>
Fri, 6 Mar 2009 03:56:19 +0000 (6 03:56 +0000)
tree9aaef285eb70e704d17a5174430ffd586deed820
parent050a28cb48678bfcf1ece4aa95c2ae80a06da82f
[project @ Organized the code into separate files.]

Moved the package definition to defpackage.lisp and the floating point
related functions to floating-point.lisp. This was motivated by the
desire to track any changes made to the original LISP-UNIT by the
author. By separating additional functionality into other files, it
will be easier to identify differences in lisp-unit.lisp.
defpackage.lisp [new file with mode: 0644]
floating-point.lisp [new file with mode: 0644]
lisp-unit.asd
lisp-unit.lisp