Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-03 | * interp/g-util.boot: Expand new bit vector operators. | dos-reis | 1 | -11/+1 | |
* interp/g-opt.boot (opt2bit): New. (opt2bool): Likewise. * interp/bits.lisp (BVEC-SIZE): Remove. (BVEC-COPY): Likewise. (BVEC-CONCAT): Likewise. (BVEC-EQUAL): Likewise. (BVEC-AND): Likewise. (BVEC-OR): Likewise. (BVEC-XOR): Likewise. (BVEC-NAND): Likewise. (BVEC-NOR): Likewise. (BVEC-NOT): Likewise. * algebra/boolean.spad.pamphlet (IndexedBits): Remove uses of Lisp-level functions. | |||||
2010-12-10 | (no commit message) | dos-reis | 1 | -1/+1 | |
2007-10-13 | Remove more pamphlets | dos-reis | 1 | -0/+2 | |
2007-09-12 | * bits.lisp: New. Import boot-pkg. | dos-reis | 1 | -0/+72 | |
* bits.lisp.pamphlet: Move content to bits.lisp. Remove. * Makefile.pamphlet (bits.$(FASLEXT)): New rule. |