Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
a7688b42a21edd4cbb386ccf9d2e198b3cbda10d
Select Git revision
Branches
20
master
default
protected
issue-195b-relocatable-stacks-by-default
issue-195-relocatable-stacks-by-default
branch-21e
issue-143-ansi-compliance-failure-listen-extra-argument
issue-156-take-2-nan-comparison
issue-193-nil-unspecific-equivalent
issue-192-disassemble-prints-radix-marker
issue-185-x86-shorter-insts
issue-131-move-unix-uname
issue-189-move-get-system-info
issue-180-get-page-size-in-c
rtoy-master-patch-80206
issue-120-software-type-in-c
issue-187-imul-disassembly
issue-96-x86-disassem
issue-179-get-system-info-in-c
issue-158-darwin-pathnames-utf8
issue-171-readable-unspecific-pathnames
issue-120-move-misc-first
Tags
20
21e
snapshot-2023-04
snapshot-2021-07
snapshot-2021-01
snapshot-2020-04
snapshot-2019-06
21d
snapshot-2018-10
snapshot-2018-03
snapshot-2018-02
snapshot-2018-01
21c
snapshot-2017-10
snapshot-2017-04
snapshot-2017-03
sparc64-dev-checkpoint-6
sparc64-dev-checkpoint-5
snapshot-2017-01
sparc64-dev-checkpoint-4
sparc64-dev-checkpoint-3
40 results
cmucl
code
bignum.lisp
Author
Search by author
Any Author
authors
Carl Shapiro
cshapiro
1 author
Dec 03, 1990
Added exports for the symbols we want exported. Added vm: in front of
· a7688b42
wlott
authored
34 years ago
a7688b42
Nov 27, 1990
Modified BIGNUM-TRUNCATE and SHIFT-AND-STORE-TRUNCATE-BUFFERS to fix a
· 87a9780e
chiles
authored
34 years ago
87a9780e
Oct 15, 1990
Added noise to the %bignum-floor stub to keep the compiler happy.
· 6c9a8f56
wlott
authored
34 years ago
6c9a8f56
Oct 04, 1990
Fixed more bugs in multiply-bignums and try-bignum-truncate-guess.
· d446f66e
wlott
authored
34 years ago
d446f66e
Oct 03, 1990
Changed subtract-bignum-loop to make sure it writes all the result digits.
· 90a2d4ce
wlott
authored
34 years ago
90a2d4ce
Tweaked some typos relative to the last change log entry.
· 8a8863b0
chiles
authored
34 years ago
8a8863b0
William and Bill installed fixes to multiplication and the multiplication
· 94c27426
chiles
authored
34 years ago
94c27426
Jul 20, 1990
Picked up 16x32 divide stuff from Bill (but it is conditionalize out). Also
· 795638d0
ram
authored
34 years ago
795638d0
Jul 07, 1990
Ripped out exports and put them into exports.lisp.
· 6a1a2934
ram
authored
34 years ago
6a1a2934
Added new bignum floating code. New interfaces are BIGNUM-TO-FLOAT and
· 14577047
ram
authored
34 years ago
14577047
Jul 05, 1990
Added ext: in front of truly-the. Changed plusp to minusp in
· d5d98cb6
wlott
authored
34 years ago
d5d98cb6
Merged in my version of MULTIPLY-FIXNUMS with tests for a 32bit result before
· 06ab460d
ram
authored
34 years ago
06ab460d
Jul 04, 1990
Added definitions for multiply-bignum-and-fixnum and multiply-fixnums.
· de130472
wlott
authored
34 years ago
de130472
Jun 06, 1990
Removed comments around part of the truncate stuff. (Anything that doesn't
· 81680ce0
wlott
authored
34 years ago
81680ce0
May 30, 1990
This commit was manufactured by cvs2svn to create branch 'new_constraint'.
· 6a9d4112
cvs2git
authored
34 years ago
6a9d4112
May 25, 1990
Initial revision
· 04512e2c
wlott
authored
34 years ago
04512e2c
Loading