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
4af7e7a48be93555df7205793c21d545f6e9cc99
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
Nov 26, 1990
Don't assume the size of sigcontext, use c-sizeof.
· 4af7e7a4
wlott
authored
34 years ago
4af7e7a4
Pass the sigcontext alien into internal-error-arguments instead of a
· 13ad1c59
wlott
authored
34 years ago
13ad1c59
Pass internal-error-argument the actual sigcontext alien instead of just a
· 5eb910af
wlott
authored
34 years ago
5eb910af
Oops, have to pass the entire sigcontext into internal-error-arguments,
· 303f4f4b
wlott
authored
34 years ago
303f4f4b
Lots of changes in the way internal-error is used. Internal-error is no
· 71899872
wlott
authored
34 years ago
71899872
The C support code now picks off internal errors, so we don't have to.
· c5f1424a
wlott
authored
34 years ago
c5f1424a
Changed fp-offset to cfp-offset and old-fp-offset to ocfp-offset.
· af058a59
wlott
authored
34 years ago
af058a59
Added #+pmax and #+sparc etc stuff to install kernel::internal-error on the
· cdfce4af
wlott
authored
34 years ago
cdfce4af
Initial revision
· 41fb1832
wlott
authored
34 years ago
41fb1832
Moved sigcontext into machine specific file.
· c2e3c6b4
wlott
authored
34 years ago
c2e3c6b4
Added defun for internal-error-arguments.
· 4ff52c17
wlott
authored
34 years ago
4ff52c17
Nov 25, 1990
export loop-finish from the lisp package.
· 3b79390a
wlott
authored
34 years ago
3b79390a
typo
· 3058e53f
wlott
authored
34 years ago
3058e53f
Nov 24, 1990
Make sure old-mask was actually filled in before trying to restore it.
· 7e2b1735
wlott
authored
34 years ago
7e2b1735
Took the vm: off of single-float-bits, double-float-low-bits, and
· 13730337
wlott
authored
34 years ago
13730337
Took the vm: off of make-single-float and make-double-float, 'cause they
· 8ab3d9bf
wlott
authored
34 years ago
8ab3d9bf
Nov 23, 1990
Initial revision
· 103178d8
wlott
authored
34 years ago
103178d8
Added package iteration stuff.
· 155954b8
wlott
authored
34 years ago
155954b8
Finally got around to rewritting print-directory.
· 5f0e6860
wlott
authored
34 years ago
5f0e6860
Nov 21, 1990
Note the fact that the environment var is used when we expand the &body
· 1857d945
wlott
authored
34 years ago
1857d945
Typo.
· 325095d8
wlott
authored
34 years ago
325095d8
Use the magic function structure-ref instead of the %primitive.
· 74447568
wlott
authored
34 years ago
74447568
Took package qualifiers off of %primitives, because the names get
· c4a7c011
wlott
authored
34 years ago
c4a7c011
Added exports of halt, make-fixnum, make-other-immediate-type from the C
· 9dbdfab7
wlott
authored
34 years ago
9dbdfab7
Changed ``%primitive sxhash-simple-string'' to ``%sxhash-simple-string''
· ac3e79db
wlott
authored
34 years ago
ac3e79db
Changed ``%primitive sxhash-simple-string'' to ``%sxhash-simple-string''
· f2dd1c31
wlott
authored
34 years ago
f2dd1c31
Changed vm:target-byte-order to (c:backend-byte-order c:*backend*).
· 09aa63ab
wlott
authored
34 years ago
09aa63ab
Moved check-mumble into the C package, so that multiple vms can get at it.
· 317daa41
wlott
authored
34 years ago
317daa41
Nov 20, 1990
Added a :error-fun keyword to parse-defmacro. If it is supplied, it gets
· 954a62fc
wlott
authored
34 years ago
954a62fc
Nov 19, 1990
Added explicit initial-elements to uses of make-array where we needed
· c371a48f
wlott
authored
34 years ago
c371a48f
Added initial-elements to make-array calls.
· 196ad3f3
wlott
authored
34 years ago
196ad3f3
Ack. Maybe this time I got defsetter correct.
· c4a5a5ce
wlott
authored
34 years ago
c4a5a5ce
typo.
· d2c88cbc
wlott
authored
34 years ago
d2c88cbc
Changed a use of analyze1 to parse-defmacro.
· bff4b0a6
wlott
authored
34 years ago
bff4b0a6
Just call the magic function make-array-header instead of using %primitive.
· 95136b57
wlott
authored
34 years ago
95136b57
Make the termination-form for dostring optional, because it's not always
· d43064a0
wlott
authored
34 years ago
d43064a0
Nov 18, 1990
typo
· 0dae10f5
wlott
authored
34 years ago
0dae10f5
Replaced use of alloc-g-vector with a call to make-array.
· fb0b2d79
wlott
authored
34 years ago
fb0b2d79
Moved allocate-vector and make-array-header from the vm package to the
· a5d74849
wlott
authored
34 years ago
a5d74849
Oops, forgot to change the name from ``new-loop'' to ``loop'' when I
· 63d9209c
wlott
authored
34 years ago
63d9209c
Loading