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
45c5ada96a7cd910e9a811d7228f12e7b28f1306
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
0 authors
Oct 11, 1990
Made DEFTYPE warn if redefining a structure and flame if a primitive
· 45c5ada9
ram
authored
34 years ago
45c5ada9
Changed FUNCTION-LAMBDA-EXPRESSION to use the DEBUG-SOURCE-INFO so that
· b3a530fc
ram
authored
34 years ago
b3a530fc
Changed comment on debug-source-name to describe new convention for
· efdf5eca
ram
authored
34 years ago
efdf5eca
Made *debug-print-XXX* go to *print-XXX* if they are NIL.
· 158b38fc
ram
authored
34 years ago
158b38fc
Fixed structure describing to use STRUCTURE-REF.
· c78b66d0
ram
authored
34 years ago
c78b66d0
Oct 10, 1990
Hacked on equal and equalp to make them work now that structures are not
· 18b678ff
wlott
authored
34 years ago
18b678ff
Added a structure branch to SXHASH.
· 7669bee9
wlott
authored
34 years ago
7669bee9
Added fop-struct and fop-small-struct which read a length, make a structure
· 27155f67
wlott
authored
34 years ago
27155f67
Oct 09, 1990
Left out some package qualifiers.
· 3a25da18
wlott
authored
34 years ago
3a25da18
typo.
· a385cd59
wlott
authored
34 years ago
a385cd59
Replaced %primitive structure-ref with the magic function structure-ref.
· 3f527f53
wlott
authored
34 years ago
3f527f53
Replaced %primitive structure-ref with the magic function structure-ref.
· 26795bb1
wlott
authored
34 years ago
26795bb1
Replaced all uses of %primitive structure{-index,}-{ref,set} with
· 0d2eb2cb
wlott
authored
34 years ago
0d2eb2cb
Hacked fop-svset to be able to deal with structures in addition to
· f192ade5
wlott
authored
34 years ago
f192ade5
Changed ELT and %SETELT to check that the index is less than the LENGTH,
· ea73fa22
ram
authored
34 years ago
ea73fa22
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
Loading