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
786d0f31e8a25c537b7bc8b16eda7e032ebe4dfd
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
Author
Search by author
Any Author
authors
Carl Shapiro
cshapiro
1 author
Oct 08, 1990
Added some fixnum declarations.
· 786d0f31
ram
authored
34 years ago
786d0f31
Fixed variable describing. Made function describing better.
· e87dae62
ram
authored
34 years ago
e87dae62
Oct 05, 1990
Oops, can't use length on a structure.
· 70e26085
wlott
authored
34 years ago
70e26085
Changed fop-structure to call structurify instead of using %primitive
· 3978a2ab
wlott
authored
34 years ago
3978a2ab
Fixed default-structure-print to use structure-index-ref instead of svref.
· a098c857
wlott
authored
34 years ago
a098c857
Fixed output-structure to use structure-ref instead of svref.
· 5a6741bc
wlott
authored
34 years ago
5a6741bc
Fixed the bootstrap version of copy-type-class.
· ecc20529
wlott
authored
34 years ago
ecc20529
Oct 04, 1990
Changed structurify to be a magic function.
· 81fe990c
wlott
authored
34 years ago
81fe990c
Changed print-frame-call-1 to generate a list and then print it so that
· 9ee5c342
wlott
authored
34 years ago
9ee5c342
Fixed more bugs in multiply-bignums and try-bignum-truncate-guess.
· d446f66e
wlott
authored
34 years ago
d446f66e
Added new FOP-SINGLE-FLOAT and FOP-DOUBLE-FLOAT faslops so that we can
· f4cfb880
ram
authored
34 years ago
f4cfb880
Changed SXHASH to use the float-bits primitives instead of integer-decode-
· ceea5508
ram
authored
34 years ago
ceea5508
Oct 03, 1990
Changed subtract-bignum-loop to make sure it writes all the result digits.
· 90a2d4ce
wlott
authored
34 years ago
90a2d4ce
Fixed SINGLE-FROM-BITS and DOUBLE-FROM-BITS to make negative floats
· e00104b1
ram
authored
34 years ago
e00104b1
Tweaked some typos relative to the last change log entry.
· 8a8863b0
chiles
authored
34 years ago
8a8863b0
Added the :ENABLE-GC option to SAVE-LISP so that GC can be turned on
· b73c9685
ram
authored
34 years ago
b73c9685
Changed DEFOPERATOR to represent the function definition of an operator
· 6b714937
ram
authored
34 years ago
6b714937
Fixed some problems with interpreted alien access.
· ab23bd2c
ram
authored
34 years ago
ab23bd2c
William and Bill installed fixes to multiplication and the multiplication
· 94c27426
chiles
authored
34 years ago
94c27426
Added interpreter stubs for long-float-p and short-float-p.
· 66246ca1
wlott
authored
34 years ago
66246ca1
Added interpreter stubs for numerator and denominator.
· 91537896
wlott
authored
34 years ago
91537896
Added lots of new interpreter stubs.
· 92e8687d
wlott
authored
34 years ago
92e8687d
Added object-not-structure-error.
· 0c06b19d
wlott
authored
34 years ago
0c06b19d
Added exports of %mask-field and %deposit-field from the kernel package.
· 78be7e14
wlott
authored
34 years ago
78be7e14
Added interpreter stubs for 32bit-logical-{not,and,or,xor,nor}.
· bb788fb9
wlott
authored
34 years ago
bb788fb9
Added interpreter stub for %array-rank.
· a5c406f5
wlott
authored
34 years ago
a5c406f5
Oct 02, 1990
Added export of structure-header-type from the vm package.
· bea3d352
wlott
authored
34 years ago
bea3d352
Oct 01, 1990
Moved trap stuff to float-trap.lisp and conditions to error.lisp.
· df65e854
ram
authored
34 years ago
df65e854
Added FLOATING-POINT-INEXACT and FLOATING-POINT-INVALID conditions.
· 1990a4ed
ram
authored
34 years ago
1990a4ed
Initial revision
· e550ade6
ram
authored
34 years ago
e550ade6
Added support for reading and setting float variables.
· 500925cf
ram
authored
34 years ago
500925cf
Initial revision
· 770d63f6
ram
authored
34 years ago
770d63f6
Moved float operations to float.lisp.
· 50a63312
ram
authored
34 years ago
50a63312
Added support for printing denorms, infinities and NaNs.
· 5e413e89
ram
authored
34 years ago
5e413e89
Sep 28, 1990
Fixed FUNCTION-LAMBDA-EXPRESSION to return the right thing now that
· e3c097c9
ram
authored
34 years ago
e3c097c9
Sep 27, 1990
Fixed vector-total-size to return the correct value for strings.
· 4270f5bb
wlott
authored
34 years ago
4270f5bb
Added :constants argument to save-lisp. It gets passed on to purify.
· 4ec5f783
wlott
authored
34 years ago
4ec5f783
Added :constants argument to purify. It gets stuck in read-only space.
· d9b236d0
wlott
authored
34 years ago
d9b236d0
Sep 25, 1990
Wrote a SLEEP based on mach:unix-select.
· c41ef3f0
wlott
authored
34 years ago
c41ef3f0
Sep 24, 1990
Ripped bit/font noise out of #\ processing.
· dd4e4f02
wlott
authored
34 years ago
dd4e4f02
Loading